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

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 +9 -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-20220118120919
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,14 +9,15 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies [fc71e36f]
12
- - Updated dependencies [3ce88394]
12
+ - Updated dependencies [146dcd85]
13
+ - Updated dependencies [c3d46ee4]
13
14
  - 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
15
+ - Updated dependencies [146dcd85]
16
+ - Updated dependencies [146dcd85]
17
+ - @modern-js/core@0.0.0-canary-20220118120919
18
+ - @modern-js/server-utils@0.0.0-canary-20220118120919
19
+ - @modern-js/utils@0.0.0-canary-20220118120919
20
+ - @modern-js/babel-compiler@0.0.0-canary-20220118120919
20
21
 
21
22
  ## 1.1.1
22
23
 
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-20220118120919",
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-20220118120919",
33
+ "@modern-js/server-utils": "^0.0.0-canary-20220118120919",
34
+ "@modern-js/utils": "^0.0.0-canary-20220118120919",
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-20220118120919",
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-20220118120919",
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-20220118120919"
52
52
  },
53
53
  "sideEffects": false,
54
54
  "modernConfig": {