@modern-js/server-core 1.21.2-beta.2 → 1.21.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @modern-js/server-plugin
2
2
 
3
+ ## 1.21.3
4
+
5
+ ### Patch Changes
6
+
7
+ - @modern-js/plugin@1.21.3
8
+ - @modern-js/utils@1.21.3
9
+
10
+ ## 1.21.2
11
+
12
+ ### Patch Changes
13
+
14
+ - 9d4c0ba: chore: add types for exports field
15
+ chore: 为 exports 补充 types 字段
16
+ - Updated dependencies [9d4c0ba]
17
+ - @modern-js/plugin@1.21.2
18
+ - @modern-js/utils@1.21.2
19
+
3
20
  ## 1.21.1
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "1.21.2-beta.2",
14
+ "version": "1.21.3",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/index.d.ts",
17
17
  "main": "./dist/js/node/index.js",
@@ -29,14 +29,14 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "@modern-js/plugin": "1.21.1",
33
- "@modern-js/utils": "1.21.1"
32
+ "@modern-js/plugin": "1.21.3",
33
+ "@modern-js/utils": "1.21.3"
34
34
  },
35
35
  "devDependencies": {
36
- "@modern-js/core": "1.21.1",
37
- "@modern-js/types": "1.21.1",
38
- "@scripts/build": "1.21.1",
39
- "@scripts/jest-config": "1.21.1",
36
+ "@modern-js/core": "1.21.3",
37
+ "@modern-js/types": "1.21.3",
38
+ "@scripts/build": "1.21.3",
39
+ "@scripts/jest-config": "1.21.3",
40
40
  "@types/jest": "^27",
41
41
  "@types/node": "^14",
42
42
  "http-proxy-middleware": "^2.0.4",