@modern-js/plugin-module-polyfill 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 +13 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @modern-js/plugin-module-polyfill
2
2
 
3
+ ## 2.13.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c20e67d]
8
+ - @modern-js/module-tools@2.13.3
9
+
10
+ ## 2.13.2
11
+
12
+ ### Patch Changes
13
+
14
+ - @modern-js/module-tools@2.13.2
15
+
3
16
  ## 2.13.1
4
17
 
5
18
  ### Patch Changes
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
  "types": "./dist/types/index.d.ts",
16
16
  "main": "./dist/index.js",
17
17
  "devDependencies": {
@@ -19,12 +19,12 @@
19
19
  "@types/node": "^14",
20
20
  "typescript": "^4",
21
21
  "jest": "^29",
22
- "@scripts/build": "2.13.1",
23
- "@scripts/jest-config": "2.13.1",
24
- "@modern-js/module-tools": "2.13.1"
22
+ "@scripts/build": "2.13.3",
23
+ "@scripts/jest-config": "2.13.3",
24
+ "@modern-js/module-tools": "2.13.3"
25
25
  },
26
26
  "peerDependencies": {
27
- "@modern-js/module-tools": "^2.13.1",
27
+ "@modern-js/module-tools": "^2.13.3",
28
28
  "core-js-pure": "^3.25.0"
29
29
  },
30
30
  "dependencies": {