@contentful/optimization-core 0.1.0-alpha4 → 0.1.0-alpha5
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/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -671,7 +671,7 @@ var __webpack_modules__ = {
|
|
|
671
671
|
kf: ()=>ANONYMOUS_ID_KEY_LEGACY,
|
|
672
672
|
ns: ()=>CHANGES_CACHE_KEY
|
|
673
673
|
});
|
|
674
|
-
const OPTIMIZATION_CORE_SDK_VERSION = "0.1.0-
|
|
674
|
+
const OPTIMIZATION_CORE_SDK_VERSION = "0.1.0-alpha5";
|
|
675
675
|
const ANONYMOUS_ID_COOKIE = 'ctfl-opt-aid';
|
|
676
676
|
const ANONYMOUS_ID_KEY = '__ctfl_opt_anonymous_id__';
|
|
677
677
|
const CONSENT_KEY = '__ctfl_opt_consent__';
|
package/dist/index.mjs
CHANGED
|
@@ -823,7 +823,7 @@ class AnalyticsStateless extends analytics_AnalyticsBase {
|
|
|
823
823
|
}
|
|
824
824
|
}
|
|
825
825
|
const analytics_AnalyticsStateless = AnalyticsStateless;
|
|
826
|
-
const OPTIMIZATION_CORE_SDK_VERSION = "0.1.0-
|
|
826
|
+
const OPTIMIZATION_CORE_SDK_VERSION = "0.1.0-alpha5";
|
|
827
827
|
const ANONYMOUS_ID_COOKIE = 'ctfl-opt-aid';
|
|
828
828
|
const ANONYMOUS_ID_KEY = '__ctfl_opt_anonymous_id__';
|
|
829
829
|
const CONSENT_KEY = '__ctfl_opt_consent__';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentful/optimization-core",
|
|
3
|
-
"version": "0.1.0-
|
|
3
|
+
"version": "0.1.0-alpha5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -24,6 +24,6 @@
|
|
|
24
24
|
"es-toolkit": "^1.39.10",
|
|
25
25
|
"p-retry": "^7.1.0",
|
|
26
26
|
"zod": "^4.1.5",
|
|
27
|
-
"@contentful/optimization-api-client": "0.1.0-
|
|
27
|
+
"@contentful/optimization-api-client": "0.1.0-alpha5"
|
|
28
28
|
}
|
|
29
29
|
}
|