@modern-js/utils 2.31.0 → 2.31.2-alpha.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 (2) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/package.json +5 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @modern-js/utils
2
2
 
3
+ ## 2.31.1
4
+
3
5
  ## 2.31.0
4
6
 
5
7
  ### Patch Changes
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.31.0",
18
+ "version": "2.31.2-alpha.0",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/cjs/index.js",
@@ -105,8 +105,7 @@
105
105
  },
106
106
  "publishConfig": {
107
107
  "registry": "https://registry.npmjs.org/",
108
- "access": "public",
109
- "provenance": true
108
+ "access": "public"
110
109
  },
111
110
  "typesVersions": {
112
111
  "*": {
@@ -243,9 +242,9 @@
243
242
  "typescript": "^5",
244
243
  "webpack": "^5.88.1",
245
244
  "@types/serialize-javascript": "^5.0.1",
246
- "@modern-js/types": "2.31.0",
247
- "@scripts/build": "2.31.0",
248
- "@scripts/jest-config": "2.31.0"
245
+ "@modern-js/types": "2.31.1",
246
+ "@scripts/jest-config": "2.31.1",
247
+ "@scripts/build": "2.31.1"
249
248
  },
250
249
  "sideEffects": false,
251
250
  "scripts": {