@contentful/optimization-core 0.1.0-alpha10 → 0.1.0-alpha11

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/package.json CHANGED
@@ -1,7 +1,12 @@
1
1
  {
2
2
  "name": "@contentful/optimization-core",
3
- "version": "0.1.0-alpha10",
3
+ "version": "0.1.0-alpha11",
4
4
  "license": "MIT",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/contentful/optimization.git",
8
+ "directory": "packages/universal/core-sdk"
9
+ },
5
10
  "type": "module",
6
11
  "main": "./dist/index.cjs",
7
12
  "module": "./dist/index.mjs",
@@ -72,11 +77,19 @@
72
77
  "files": [
73
78
  "dist/**/*"
74
79
  ],
80
+ "buildTools": {
81
+ "bundleSize": {
82
+ "gzipBudgets": {
83
+ "index.cjs": 13500,
84
+ "index.mjs": 12250
85
+ }
86
+ }
87
+ },
75
88
  "dependencies": {
76
89
  "@preact/signals-core": "^1.13.0",
77
90
  "contentful": "^11.10.3",
78
91
  "es-toolkit": "^1.44.0",
79
92
  "zod": "^4.3.6",
80
- "@contentful/optimization-api-client": "0.1.0-alpha10"
93
+ "@contentful/optimization-api-client": "0.1.0-alpha11"
81
94
  }
82
95
  }
package/dist/808.mjs DELETED
@@ -1,2 +0,0 @@
1
- import * as __rspack_external__contentful_optimization_api_client_api_schemas_4192893e from "@contentful/optimization-api-client/api-schemas";
2
- export { __rspack_external__contentful_optimization_api_client_api_schemas_4192893e };