Skip to content

Commit 8fe1784

Browse files
authored
chore: fixing react metadata id (#1240)
<!-- devin-review-badge-begin --> --- <a href="https://app.devin.ai/review/launchdarkly/js-core/pull/1240" 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 --> <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk metadata-only change that renames the React SDK identifier; main risk is breaking any tooling that still expects the old `react` key. > > **Overview** > Updates `.sdk_metadata.json` to rename the React Web SDK entry key from `react` to `react-client-sdk`, aligning the SDK metadata identifier with its wrapper name/release tagging. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 06fed74. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent d238f44 commit 8fe1784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.sdk_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
"webProxy": { "introduced": "1.0" }
169169
}
170170
},
171-
"react": {
171+
"react-client-sdk": {
172172
"name": "React Web SDK",
173173
"type": "client-side",
174174
"path": "packages/sdk/react",

0 commit comments

Comments
 (0)