@contentful/optimization-core 0.1.0-alpha7 → 0.1.0-alpha8
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.d.cts +1999 -0
- package/dist/index.d.mts +1999 -0
- package/dist/index.mjs +1 -1
- package/package.json +11 -6
package/dist/index.cjs
CHANGED
|
@@ -678,7 +678,7 @@ var __webpack_modules__ = {
|
|
|
678
678
|
kf: ()=>ANONYMOUS_ID_KEY_LEGACY,
|
|
679
679
|
ns: ()=>CHANGES_CACHE_KEY
|
|
680
680
|
});
|
|
681
|
-
const OPTIMIZATION_CORE_SDK_VERSION = "0.1.0-
|
|
681
|
+
const OPTIMIZATION_CORE_SDK_VERSION = "0.1.0-alpha8";
|
|
682
682
|
const OPTIMIZATION_CORE_SDK_NAME = "@contentful/optimization-core";
|
|
683
683
|
const ANONYMOUS_ID_COOKIE = 'ctfl-opt-aid';
|
|
684
684
|
const ANONYMOUS_ID_KEY = '__ctfl_opt_anonymous_id__';
|