@ninetailed/experience.js-gatsby 7.6.0-beta.6 → 7.6.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/gatsby-browser.js CHANGED
@@ -70,7 +70,7 @@ const WrapRootElement = ({
70
70
  url,
71
71
  locale,
72
72
  requestTimeout,
73
- useClientSideEvaluation
73
+ useSDKEvaluation
74
74
  } = loaders_ninetailedPlugins.options;
75
75
  ninetailed = new experience_js.Ninetailed({
76
76
  clientId,
@@ -81,7 +81,7 @@ const WrapRootElement = ({
81
81
  plugins: resolvedPlugins,
82
82
  locale,
83
83
  requestTimeout,
84
- useClientSideEvaluation
84
+ useSDKEvaluation
85
85
  }, functions));
86
86
  }
87
87
  return /*#__PURE__*/React__default["default"].createElement(experience_jsReact.NinetailedProvider, {
package/gatsby-node.js CHANGED
@@ -67,7 +67,7 @@ const pluginOptionsSchema = ({
67
67
  }),
68
68
  environment: Joi.string(),
69
69
  ninetailedPlugins: Joi.array(),
70
- useClientSideEvaluation: Joi.boolean().optional().default(false),
70
+ useSDKEvaluation: Joi.boolean().optional().default(false),
71
71
  onInitProfileId: Joi.function().optional(),
72
72
  onRouteChange: Joi.function().optional()
73
73
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ninetailed/experience.js-gatsby",
3
- "version": "7.6.0-beta.6",
3
+ "version": "7.6.0",
4
4
  "keywords": [
5
5
  "gatsby",
6
6
  "gatsby-plugin",
@@ -16,9 +16,9 @@
16
16
  "@nx/react": "16.6.0"
17
17
  },
18
18
  "dependencies": {
19
- "@ninetailed/experience.js": "7.6.0-beta.6",
20
- "@ninetailed/experience.js-react": "7.6.0-beta.6",
21
- "@ninetailed/experience.js-plugin-analytics": "7.6.0-beta.6",
19
+ "@ninetailed/experience.js": "7.6.0",
20
+ "@ninetailed/experience.js-react": "7.6.0",
21
+ "@ninetailed/experience.js-plugin-analytics": "7.6.0",
22
22
  "gatsby-plugin-utils": "3.19.0",
23
23
  "lodash": "4.17.21"
24
24
  },