@financial-times/cmp-client 3.3.0-beta.4 → 3.3.0-beta.5

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.
@@ -557,7 +557,7 @@
557
557
  false
558
558
  );
559
559
  }
560
- const version = "3.3.0-beta.4";
560
+ const version = "3.3.0-beta.5";
561
561
  async function initSourcepointCmp({
562
562
  propertyConfig = FT_DOTCOM_PROD,
563
563
  userId,
package/dist/index.cjs CHANGED
@@ -617,7 +617,7 @@ function setupPmTracking(trackingProps, cmpBaseEndpoint) {
617
617
  false
618
618
  );
619
619
  }
620
- const version = "3.3.0-beta.4";
620
+ const version = "3.3.0-beta.5";
621
621
  async function initSourcepointCmp({
622
622
  propertyConfig = FT_DOTCOM_PROD,
623
623
  userId,
package/dist/index.js CHANGED
@@ -615,7 +615,7 @@ function setupPmTracking(trackingProps, cmpBaseEndpoint) {
615
615
  false
616
616
  );
617
617
  }
618
- const version = "3.3.0-beta.4";
618
+ const version = "3.3.0-beta.5";
619
619
  async function initSourcepointCmp({
620
620
  propertyConfig = FT_DOTCOM_PROD,
621
621
  userId,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/cmp-client",
3
- "version": "3.3.0-beta.4",
3
+ "version": "3.3.0-beta.5",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "files": [
@@ -16,7 +16,7 @@
16
16
  }
17
17
  },
18
18
  "dependencies": {
19
- "next-session-client": "^5.0.0"
19
+ "next-session-client": "^5.0.1"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/uuid": "^9.0.8",
@@ -24,7 +24,7 @@
24
24
  "npm-run-all": "^4.1.5",
25
25
  "rimraf": "^5.0.5",
26
26
  "typescript": "^5.3.3",
27
- "vite": "^5.0.12",
27
+ "vite": "^5.1.1",
28
28
  "vitest": "^1.2.2"
29
29
  },
30
30
  "scripts": {