Skip to content

Commit 9250766

Browse files
authored
chore: update sdk meta (#1198)
This PR will remove `combined-browser` from sdk meta and rename `browser` sdk to `JavaScript Client SDK` to align with the old naming <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk metadata-only change, but may affect any tooling or docs generation that expects the `combined-browser` SDK key or the previous `browser` display name. > > **Overview** > Updates `.sdk_metadata.json` to rename the `browser` SDK display name from **JavaScript Browser SDK** to **JavaScript Client SDK**. > > Removes the `combined-browser` SDK entry from the metadata, eliminating its release/tag and feature declarations from the published SDK catalog. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 16e6cdc. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> <!-- devin-review-badge-begin --> --- <a href="https://app.devin.ai/review/launchdarkly/js-core/pull/1198" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1"> <img src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1" alt="Open with Devin"> </picture> </a> <!-- devin-review-badge-end -->
1 parent fce23e3 commit 9250766

1 file changed

Lines changed: 1 addition & 29 deletions

File tree

.sdk_metadata.json

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
}
3939
},
4040
"browser": {
41-
"name": "JavaScript Browser SDK",
41+
"name": "JavaScript Client SDK",
4242
"type": "client-side",
4343
"path": "packages/sdk/browser",
4444
"languages": ["JavaScript", "TypeScript"],
@@ -83,34 +83,6 @@
8383
"track": { "introduced": "2.3" }
8484
}
8585
},
86-
"combined-browser": {
87-
"name": "Combined JavaScript Browser SDK",
88-
"type": "client-side",
89-
"path": "packages/sdk/combined-browser",
90-
"languages": ["JavaScript", "TypeScript"],
91-
"releases": {
92-
"tag-prefix": "browser-"
93-
},
94-
"userAgents": ["JSClient"],
95-
"features": {
96-
"allFlags": { "introduced": "0.1" },
97-
"appMetadata": { "introduced": "0.1" },
98-
"bigSegments": { "introduced": "0.1" },
99-
"bootstrapping": { "introduced": "0.1" },
100-
"contexts": { "introduced": "0.1" },
101-
"experimentation": { "introduced": "0.1" },
102-
"flagChanges": { "introduced": "0.1" },
103-
"hooks": { "introduced": "0.1" },
104-
"inlineContextCustomEvents": { "introduced": "0.1" },
105-
"perContextSummaryEvents": { "introduced": "0.1" },
106-
"pluginSupport": { "introduced": "0.1" },
107-
"privateAttrs": { "introduced": "0.1" },
108-
"relayProxyProxy": { "introduced": "0.1" },
109-
"secureMode": { "introduced": "0.1" },
110-
"track": { "introduced": "0.1" },
111-
"variationDetail": { "introduced": "0.1" }
112-
}
113-
},
11486
"fastly": {
11587
"name": "Fastly Edge SDK",
11688
"type": "edge",

0 commit comments

Comments
 (0)