@modern-js/utils 2.39.0 → 2.39.1

Sign up to get free protection for your applications and to get access to all the features.
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.39.0",
18
+ "version": "2.39.1",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/cjs/index.js",
@@ -169,9 +169,9 @@
169
169
  "jest": "^29",
170
170
  "typescript": "^5",
171
171
  "webpack": "^5.88.1",
172
- "@scripts/build": "2.39.0",
173
- "@modern-js/types": "2.39.0",
174
- "@scripts/jest-config": "2.39.0"
172
+ "@modern-js/types": "2.39.1",
173
+ "@scripts/build": "2.39.1",
174
+ "@scripts/jest-config": "2.39.1"
175
175
  },
176
176
  "sideEffects": false,
177
177
  "scripts": {