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

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 +6 -5
  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-20220118120919
3
+ ## 0.0.0-canary-20220121061216
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -8,16 +8,17 @@
8
8
 
9
9
  ### Patch Changes
10
10
 
11
+ - Updated dependencies [2da09c69]
11
12
  - Updated dependencies [fc71e36f]
12
13
  - Updated dependencies [146dcd85]
13
14
  - Updated dependencies [c3d46ee4]
14
15
  - Updated dependencies [cfe11628]
15
16
  - Updated dependencies [146dcd85]
16
17
  - 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
18
+ - @modern-js/utils@0.0.0-canary-20220121061216
19
+ - @modern-js/core@0.0.0-canary-20220121061216
20
+ - @modern-js/server-utils@0.0.0-canary-20220121061216
21
+ - @modern-js/babel-compiler@0.0.0-canary-20220121061216
21
22
 
22
23
  ## 1.1.1
23
24
 
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "0.0.0-canary-20220118120919",
14
+ "version": "0.0.0-canary-20220121061216",
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-20220118120919",
33
- "@modern-js/server-utils": "^0.0.0-canary-20220118120919",
34
- "@modern-js/utils": "^0.0.0-canary-20220118120919",
32
+ "@modern-js/babel-compiler": "^0.0.0-canary-20220121061216",
33
+ "@modern-js/server-utils": "^0.0.0-canary-20220121061216",
34
+ "@modern-js/utils": "^0.0.0-canary-20220121061216",
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-20220118120919",
39
+ "@modern-js/plugin-analyze": "^0.0.0-canary-20220121061216",
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-20220118120919",
45
+ "@modern-js/core": "^0.0.0-canary-20220121061216",
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-20220118120919"
51
+ "@modern-js/core": "^0.0.0-canary-20220121061216"
52
52
  },
53
53
  "sideEffects": false,
54
54
  "modernConfig": {