@modern-js/utils 2.31.2-alpha.0 → 2.31.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +6 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @modern-js/utils
2
2
 
3
+ ## 2.31.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 15d30abdc66: fix: @modern-js/utils npm sync error
8
+
9
+ fix: 修复 @modern-js/utils 包 npm 同步失败
10
+
3
11
  ## 2.31.1
4
12
 
5
13
  ## 2.31.0
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.31.2-alpha.0",
18
+ "version": "2.31.2",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/cjs/index.js",
@@ -105,7 +105,8 @@
105
105
  },
106
106
  "publishConfig": {
107
107
  "registry": "https://registry.npmjs.org/",
108
- "access": "public"
108
+ "access": "public",
109
+ "provenance": true
109
110
  },
110
111
  "typesVersions": {
111
112
  "*": {
@@ -242,9 +243,9 @@
242
243
  "typescript": "^5",
243
244
  "webpack": "^5.88.1",
244
245
  "@types/serialize-javascript": "^5.0.1",
245
- "@modern-js/types": "2.31.1",
246
- "@scripts/jest-config": "2.31.1",
247
- "@scripts/build": "2.31.1"
246
+ "@modern-js/types": "2.31.2",
247
+ "@scripts/build": "2.31.1",
248
+ "@scripts/jest-config": "2.31.1"
248
249
  },
249
250
  "sideEffects": false,
250
251
  "scripts": {