@modern-js/utils 2.13.1 → 2.13.3

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 +4 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @modern-js/utils
2
2
 
3
+ ## 2.13.3
4
+
5
+ ## 2.13.2
6
+
3
7
  ## 2.13.1
4
8
 
5
9
  ## 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.3",
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.3",
179
+ "@scripts/build": "2.13.3",
180
+ "@scripts/jest-config": "2.13.3"
181
181
  },
182
182
  "sideEffects": false,
183
183
  "scripts": {