@ninetailed/experience.js-next-esr 6.4.1 → 7.1.0-beta.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.
Files changed (3) hide show
  1. package/index.cjs +3 -1
  2. package/index.js +3 -1
  3. package/package.json +2 -2
package/index.cjs CHANGED
@@ -88,7 +88,9 @@ const fetchEdgeProfile = ({
88
88
  properties: {},
89
89
  location
90
90
  });
91
- const profile = yield apiClient.upsertProfile({
91
+ const {
92
+ profile
93
+ } = yield apiClient.upsertProfile({
92
94
  events: [pageEvent],
93
95
  profileId: anonymousId
94
96
  }, {
package/index.js CHANGED
@@ -84,7 +84,9 @@ const fetchEdgeProfile = ({
84
84
  properties: {},
85
85
  location
86
86
  });
87
- const profile = yield apiClient.upsertProfile({
87
+ const {
88
+ profile
89
+ } = yield apiClient.upsertProfile({
88
90
  events: [pageEvent],
89
91
  profileId: anonymousId
90
92
  }, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ninetailed/experience.js-next-esr",
3
- "version": "6.4.1",
3
+ "version": "7.1.0-beta.0",
4
4
  "dependencies": {
5
5
  "next": "12.1.0"
6
6
  },
@@ -9,7 +9,7 @@
9
9
  "type": "module",
10
10
  "types": "./index.d.ts",
11
11
  "peerDependencies": {
12
- "@ninetailed/experience.js-shared": "6.4.1",
12
+ "@ninetailed/experience.js-shared": "7.1.0-beta.0",
13
13
  "uuid": "9.0.0"
14
14
  }
15
15
  }