@contentful/optimization-node 0.1.0-alpha5 → 0.1.0-alpha6

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 CHANGED
@@ -35,7 +35,7 @@ var __webpack_modules__ = {
35
35
  T: ()=>_contentful_optimization_core__rspack_import_0.ANONYMOUS_ID_COOKIE
36
36
  });
37
37
  var _contentful_optimization_core__rspack_import_0 = __webpack_require__("@contentful/optimization-core");
38
- const OPTIMIZATION_NODE_SDK_VERSION = "0.1.0-alpha5";
38
+ const OPTIMIZATION_NODE_SDK_VERSION = "0.1.0-alpha6";
39
39
  },
40
40
  "@contentful/optimization-core" (module) {
41
41
  module.exports = require("@contentful/optimization-core");
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as __rspack_external__contentful_optimization_core_7d4758c6 from "@contentful/optimization-core";
2
2
  import { merge } from "es-toolkit";
3
- const OPTIMIZATION_NODE_SDK_VERSION = "0.1.0-alpha5";
3
+ const OPTIMIZATION_NODE_SDK_VERSION = "0.1.0-alpha6";
4
4
  function mergeConfig(config) {
5
5
  const { app, ...restConfig } = config;
6
6
  const defaultConfig = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/optimization-node",
3
- "version": "0.1.0-alpha5",
3
+ "version": "0.1.0-alpha6",
4
4
  "license": "MIT",
5
5
  "type": "commonjs",
6
6
  "main": "./dist/index.cjs",
@@ -19,6 +19,6 @@
19
19
  ],
20
20
  "dependencies": {
21
21
  "es-toolkit": "^1.39.10",
22
- "@contentful/optimization-core": "0.1.0-alpha5"
22
+ "@contentful/optimization-core": "0.1.0-alpha6"
23
23
  }
24
24
  }