@se-studio/ab-testing 1.0.106 → 1.0.107

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @se-studio/ab-testing
2
2
 
3
+ ## 1.0.107
4
+
5
+ ### Patch Changes
6
+
7
+ - Bulk version bump: patch for all packages
8
+
3
9
  ## 1.0.106
4
10
 
5
11
  ### Patch Changes
@@ -8,6 +8,6 @@ interface AbTestUtmScriptProps {
8
8
  * Must be rendered in the root layout only — Next.js requires
9
9
  * `strategy="beforeInteractive"` scripts to live in the root layout.
10
10
  */
11
- export declare function AbTestUtmScript({ cookieName }: AbTestUtmScriptProps): import("react/jsx-runtime").JSX.Element;
11
+ export declare function AbTestUtmScript({ cookieName }: AbTestUtmScriptProps): import("react").JSX.Element;
12
12
  export {};
13
13
  //# sourceMappingURL=AbTestUtmScript.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AbTestUtmScript.d.ts","sourceRoot":"","sources":["../../src/components/AbTestUtmScript.tsx"],"names":[],"mappings":"AAEA,UAAU,oBAAoB;IAC5B,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED;;;;;;GAMG;AACH,wBAAgB,eAAe,CAAC,EAAE,UAA2B,EAAE,EAAE,oBAAoB,2CAyBpF"}
1
+ {"version":3,"file":"AbTestUtmScript.d.ts","sourceRoot":"","sources":["../../src/components/AbTestUtmScript.tsx"],"names":[],"mappings":"AAEA,UAAU,oBAAoB;IAC5B,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED;;;;;;GAMG;AACH,wBAAgB,eAAe,CAAC,EAAE,UAA2B,EAAE,EAAE,oBAAoB,+BAyBpF"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@se-studio/ab-testing",
3
- "version": "1.0.106",
3
+ "version": "1.0.107",
4
4
  "description": "Server-side A/B testing framework for Next.js applications with Contentful CMS",
5
5
  "repository": {
6
6
  "type": "git",
@@ -68,9 +68,9 @@
68
68
  },
69
69
  "devDependencies": {
70
70
  "@biomejs/biome": "^2.4.16",
71
- "@types/node": "^24.12.4",
72
- "@types/react": "^19.2.15",
73
- "next": "^15.5.18",
71
+ "@types/node": "^24.13.1",
72
+ "@types/react": "^19.2.17",
73
+ "next": "^15.5.19",
74
74
  "typescript": "^6.0.3"
75
75
  },
76
76
  "scripts": {