@modern-js/utils 2.68.19 → 2.69.0

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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.68.19",
18
+ "version": "2.69.0",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/cjs/index.js",
@@ -206,9 +206,9 @@
206
206
  "jest": "^29",
207
207
  "typescript": "^5",
208
208
  "webpack": "^5.102.1",
209
- "@modern-js/types": "2.68.19",
210
- "@scripts/build": "2.66.0",
211
- "@scripts/jest-config": "2.66.0"
209
+ "@modern-js/types": "2.69.0",
210
+ "@scripts/jest-config": "2.66.0",
211
+ "@scripts/build": "2.66.0"
212
212
  },
213
213
  "sideEffects": false,
214
214
  "scripts": {