@modern-js/plugin-module-polyfill 2.15.0 → 2.16.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 +16 -0
  2. package/package.json +10 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @modern-js/plugin-module-polyfill
2
2
 
3
+ ## 2.16.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 4e876ab: chore: package.json include the monorepo-relative directory
8
+
9
+ chore: 在 package.json 中声明 monorepo 的子路径
10
+
11
+ - Updated dependencies [b06f571]
12
+ - Updated dependencies [acc0a00]
13
+ - Updated dependencies [fd4a8a6]
14
+ - Updated dependencies [4e876ab]
15
+ - Updated dependencies [355d36e]
16
+ - Updated dependencies [b06f571]
17
+ - @modern-js/module-tools@2.16.0
18
+
3
19
  ## 2.15.0
4
20
 
5
21
  ### 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.16.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
+ "@scripts/build": "2.16.0",
27
+ "@scripts/jest-config": "2.16.0",
28
+ "@modern-js/module-tools": "2.16.0"
25
29
  },
26
30
  "peerDependencies": {
27
- "@modern-js/module-tools": "^2.15.0",
31
+ "@modern-js/module-tools": "^2.16.0",
28
32
  "core-js-pure": "^3.25.0"
29
33
  },
30
34
  "dependencies": {