@modern-js/plugin-server-build 0.0.0-canary-20220118030646 → 0.0.0-canary-20220121110643

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 +11 -8
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @modern-js/plugin-server-build
2
2
 
3
- ## 0.0.0-canary-20220118030646
3
+ ## 0.0.0-canary-20220121110643
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -8,15 +8,18 @@
8
8
 
9
9
  ### Patch Changes
10
10
 
11
+ - Updated dependencies [2da09c69]
11
12
  - Updated dependencies [fc71e36f]
12
- - Updated dependencies [3ce88394]
13
+ - Updated dependencies [146dcd85]
14
+ - Updated dependencies [c3d46ee4]
13
15
  - Updated dependencies [cfe11628]
14
- - Updated dependencies [3ce88394]
15
- - Updated dependencies [5d820b01]
16
- - @modern-js/core@0.0.0-canary-20220118030646
17
- - @modern-js/server-utils@0.0.0-canary-20220118030646
18
- - @modern-js/babel-compiler@0.0.0-canary-20220118030646
19
- - @modern-js/utils@0.0.0-canary-20220118030646
16
+ - Updated dependencies [146dcd85]
17
+ - Updated dependencies [146dcd85]
18
+ - Updated dependencies [cc3c7237]
19
+ - @modern-js/utils@0.0.0-canary-20220121110643
20
+ - @modern-js/core@0.0.0-canary-20220121110643
21
+ - @modern-js/server-utils@0.0.0-canary-20220121110643
22
+ - @modern-js/babel-compiler@0.0.0-canary-20220121110643
20
23
 
21
24
  ## 1.1.1
22
25
 
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "0.0.0-canary-20220118030646",
14
+ "version": "0.0.0-canary-20220121110643",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/index.d.ts",
17
17
  "main": "./dist/js/node/index.js",
@@ -29,26 +29,26 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@babel/runtime": "^7",
32
- "@modern-js/babel-compiler": "^0.0.0-canary-20220118030646",
33
- "@modern-js/server-utils": "^0.0.0-canary-20220118030646",
34
- "@modern-js/utils": "^0.0.0-canary-20220118030646",
32
+ "@modern-js/babel-compiler": "^0.0.0-canary-20220121110643",
33
+ "@modern-js/server-utils": "^0.0.0-canary-20220121110643",
34
+ "@modern-js/utils": "^0.0.0-canary-20220121110643",
35
35
  "globby": "^12.0.2",
36
36
  "json5": "^2.2.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@modern-js/plugin-analyze": "^0.0.0-canary-20220118030646",
39
+ "@modern-js/plugin-analyze": "^0.0.0-canary-20220121110643",
40
40
  "@types/babel__core": "^7.1.15",
41
41
  "@types/jest": "^26",
42
42
  "@types/node": "^14",
43
43
  "ts-jest": "^27.0.5",
44
44
  "typescript": "^4",
45
- "@modern-js/core": "^0.0.0-canary-20220118030646",
45
+ "@modern-js/core": "^0.0.0-canary-20220121110643",
46
46
  "@scripts/build": "0.0.0",
47
47
  "jest": "^27",
48
48
  "@scripts/jest-config": "0.0.0"
49
49
  },
50
50
  "peerDependencies": {
51
- "@modern-js/core": "^0.0.0-canary-20220118030646"
51
+ "@modern-js/core": "^0.0.0-canary-20220121110643"
52
52
  },
53
53
  "sideEffects": false,
54
54
  "modernConfig": {