-
Notifications
You must be signed in to change notification settings - Fork 76
Expand file tree
/
Copy path.sdk_metadata.json
More file actions
33 lines (33 loc) · 1.06 KB
/
.sdk_metadata.json
File metadata and controls
33 lines (33 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"version": 1,
"sdks": {
"react-client-sdk": {
"name": "React Web SDK",
"type": "client-side",
"languages": [
"JavaScript", "TypeScript"
],
"wrapperNames": ["react-client-sdk"],
"releases": {
"tag-prefix": "launchdarkly-react-client-sdk-"
},
"features": {
"allFlags": { "introduced": "2.9" },
"appMetadata": { "introduced": "2.26" },
"bigSegments": { "introduced": "2.9" },
"bootstrapping": { "introduced": "2.9.5" },
"contexts": { "introduced": "3.0" },
"experimentation": { "introduced": "2.9" },
"flagChanges": { "introduced": "2.9" },
"hooks": { "introduced": "3.7" },
"perContextSummaryEvents": { "introduced": "3.8" },
"pluginSupport": { "introduced": "3.7" },
"privateAttrs": { "introduced": "2.9" },
"relayProxyProxy": { "introduced": "2.9" },
"secureMode": { "introduced": "2.18" },
"track": { "introduced": "2.9" },
"variationDetail": { "introduced": "2.21" }
}
}
}
}