@modern-js/utils 2.13.1 → 2.13.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 +2 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @modern-js/utils
2
2
 
3
+ ## 2.13.2
4
+
3
5
  ## 2.13.1
4
6
 
5
7
  ## 2.13.0
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "2.13.1",
14
+ "version": "2.13.2",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/index.d.ts",
17
17
  "main": "./dist/index.js",
@@ -175,9 +175,9 @@
175
175
  "typescript": "^4",
176
176
  "webpack": "^5.76.2",
177
177
  "@types/serialize-javascript": "^5.0.1",
178
- "@modern-js/types": "2.13.1",
179
- "@scripts/build": "2.13.1",
180
- "@scripts/jest-config": "2.13.1"
178
+ "@modern-js/types": "2.13.2",
179
+ "@scripts/jest-config": "2.13.2",
180
+ "@scripts/build": "2.13.2"
181
181
  },
182
182
  "sideEffects": false,
183
183
  "scripts": {