@ninetailed/experience.js-react 7.22.0-alpha.2 → 7.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ninetailed/experience.js-react",
3
- "version": "7.22.0-alpha.2",
3
+ "version": "7.22.0",
4
4
  "description": "Ninetailed SDK for React",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -28,9 +28,9 @@
28
28
  },
29
29
  "sideEffects": false,
30
30
  "dependencies": {
31
- "@ninetailed/experience.js": "7.22.0-alpha.2",
32
- "@ninetailed/experience.js-shared": "7.22.0-alpha.2",
33
- "@ninetailed/experience.js-plugin-analytics": "7.22.0-alpha.2",
31
+ "@ninetailed/experience.js": "7.22.0",
32
+ "@ninetailed/experience.js-shared": "7.22.0",
33
+ "@ninetailed/experience.js-plugin-analytics": "7.22.0",
34
34
  "radash": "10.9.0",
35
35
  "react-is": "19.2.4"
36
36
  },
@@ -17,6 +17,9 @@ export type NinetailedProviderInstantiationProps = {
17
17
  buildClientContext?: () => NinetailedRequestContext;
18
18
  onInitProfileId?: OnInitProfileId;
19
19
  storageImpl?: Storage;
20
+ /**
21
+ * @deprecated This option is deprecated and will be removed in a future major version.
22
+ */
20
23
  useSDKEvaluation?: boolean;
21
24
  };
22
25
  export type NinetailedProviderProps = NinetailedProviderInstantiationProps | {