@modern-js/plugin-server-build 0.0.0-canary-20220329041637 → 0.0.0-canary-20220413141508

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 +13 -5
  2. package/package.json +5 -8
package/CHANGELOG.md CHANGED
@@ -1,15 +1,23 @@
1
1
  # @modern-js/plugin-server-build
2
2
 
3
- ## 0.0.0-canary-20220329041637
3
+ ## 1.2.4
4
+
5
+ ### Patch Changes
6
+
7
+ - bebb39b6: chore: improve devDependencies and peerDependencies
8
+ - Updated dependencies [bebb39b6]
9
+ - Updated dependencies [132f7b53]
10
+ - @modern-js/server-utils@1.2.2
11
+ - @modern-js/utils@1.3.7
12
+
13
+ ## 1.2.3
4
14
 
5
15
  ### Patch Changes
6
16
 
7
17
  - 61e3f623: feat: convert to new plugin
8
- - Updated dependencies [05ce88a0]
18
+ - 681a1ff9: feat: remove unnecessary peerDependencies
9
19
  - Updated dependencies [c2046f37]
10
- - Updated dependencies [4e2026e4]
11
- - @modern-js/core@0.0.0-canary-20220329041637
12
- - @modern-js/utils@0.0.0-canary-20220329041637
20
+ - @modern-js/utils@1.3.6
13
21
 
14
22
  ## 1.2.2
15
23
 
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "0.0.0-canary-20220329041637",
14
+ "version": "0.0.0-canary-20220413141508",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/index.d.ts",
17
17
  "main": "./dist/js/node/index.js",
@@ -30,24 +30,21 @@
30
30
  "dependencies": {
31
31
  "@babel/runtime": "^7",
32
32
  "@modern-js/babel-compiler": "^1.2.2",
33
- "@modern-js/server-utils": "^1.2.1",
34
- "@modern-js/utils": "^0.0.0-canary-20220329041637"
33
+ "@modern-js/server-utils": "^0.0.0-canary-20220413141508",
34
+ "@modern-js/utils": "^0.0.0-canary-20220413141508"
35
35
  },
36
36
  "devDependencies": {
37
- "@modern-js/plugin-analyze": "^1.2.1",
37
+ "@modern-js/plugin-analyze": "^0.0.0-canary-20220413141508",
38
38
  "@types/babel__core": "^7.1.15",
39
39
  "@types/jest": "^26",
40
40
  "@types/node": "^14",
41
41
  "ts-jest": "^27.0.5",
42
42
  "typescript": "^4",
43
- "@modern-js/core": "^0.0.0-canary-20220329041637",
43
+ "@modern-js/core": "0.0.0-canary-20220413141508",
44
44
  "@scripts/build": "0.0.0",
45
45
  "jest": "^27",
46
46
  "@scripts/jest-config": "0.0.0"
47
47
  },
48
- "peerDependencies": {
49
- "@modern-js/core": "^0.0.0-canary-20220329041637"
50
- },
51
48
  "sideEffects": false,
52
49
  "publishConfig": {
53
50
  "registry": "https://registry.npmjs.org/",