@modern-js/plugin-module-polyfill 2.15.0 → 2.17.0

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 +22 -0
  2. package/package.json +10 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @modern-js/plugin-module-polyfill
2
2
 
3
+ ## 2.17.0
4
+
5
+ ### Patch Changes
6
+
7
+ - @modern-js/module-tools@2.17.0
8
+
9
+ ## 2.16.0
10
+
11
+ ### Patch Changes
12
+
13
+ - 4e876ab: chore: package.json include the monorepo-relative directory
14
+
15
+ chore: 在 package.json 中声明 monorepo 的子路径
16
+
17
+ - Updated dependencies [b06f571]
18
+ - Updated dependencies [acc0a00]
19
+ - Updated dependencies [fd4a8a6]
20
+ - Updated dependencies [4e876ab]
21
+ - Updated dependencies [355d36e]
22
+ - Updated dependencies [b06f571]
23
+ - @modern-js/module-tools@2.16.0
24
+
3
25
  ## 2.15.0
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -3,7 +3,11 @@
3
3
  "description": "The polyfill plugin of Modern.js Module Tools.",
4
4
  "homepage": "https://modernjs.dev/module-tools",
5
5
  "bugs": "https://github.com/web-infra-dev/modern.js/issues",
6
- "repository": "web-infra-dev/modern.js",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/web-infra-dev/modern.js",
9
+ "directory": "packages/module/plugin-module-polyfill"
10
+ },
7
11
  "license": "MIT",
8
12
  "keywords": [
9
13
  "react",
@@ -11,7 +15,7 @@
11
15
  "modern",
12
16
  "modern.js"
13
17
  ],
14
- "version": "2.15.0",
18
+ "version": "2.17.0",
15
19
  "types": "./dist/types/index.d.ts",
16
20
  "main": "./dist/index.js",
17
21
  "devDependencies": {
@@ -19,12 +23,12 @@
19
23
  "@types/node": "^14",
20
24
  "typescript": "^4",
21
25
  "jest": "^29",
22
- "@scripts/build": "2.15.0",
23
- "@scripts/jest-config": "2.15.0",
24
- "@modern-js/module-tools": "2.15.0"
26
+ "@modern-js/module-tools": "2.17.0",
27
+ "@scripts/jest-config": "2.17.0",
28
+ "@scripts/build": "2.17.0"
25
29
  },
26
30
  "peerDependencies": {
27
- "@modern-js/module-tools": "^2.15.0",
31
+ "@modern-js/module-tools": "^2.17.0",
28
32
  "core-js-pure": "^3.25.0"
29
33
  },
30
34
  "dependencies": {