@modern-js/plugin-server-build 0.0.0-canary-20220512102344 → 0.0.0-canary-20220513004825

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 +5 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @modern-js/plugin-server-build
2
2
 
3
- ## 0.0.0-canary-20220512102344
3
+ ## 0.0.0-canary-20220513004825
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,9 +8,10 @@
8
8
  - Updated dependencies [d32f35134]
9
9
  - Updated dependencies [6ae4a34ae]
10
10
  - Updated dependencies [1a30be07b]
11
- - @modern-js/server-utils@0.0.0-canary-20220512102344
12
- - @modern-js/babel-compiler@0.0.0-canary-20220512102344
13
- - @modern-js/utils@0.0.0-canary-20220512102344
11
+ - Updated dependencies [948cc4436]
12
+ - @modern-js/server-utils@0.0.0-canary-20220513004825
13
+ - @modern-js/babel-compiler@0.0.0-canary-20220513004825
14
+ - @modern-js/utils@0.0.0-canary-20220513004825
14
15
 
15
16
  ## 1.2.7
16
17
 
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "0.0.0-canary-20220512102344",
14
+ "version": "0.0.0-canary-20220513004825",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/index.d.ts",
17
17
  "main": "./dist/js/node/index.js",
@@ -29,18 +29,18 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@babel/runtime": "^7",
32
- "@modern-js/babel-compiler": "^0.0.0-canary-20220512102344",
33
- "@modern-js/server-utils": "^0.0.0-canary-20220512102344",
34
- "@modern-js/utils": "^0.0.0-canary-20220512102344"
32
+ "@modern-js/babel-compiler": "^0.0.0-canary-20220513004825",
33
+ "@modern-js/server-utils": "^0.0.0-canary-20220513004825",
34
+ "@modern-js/utils": "^0.0.0-canary-20220513004825"
35
35
  },
36
36
  "devDependencies": {
37
- "@modern-js/plugin-analyze": "0.0.0-canary-20220512102344",
37
+ "@modern-js/plugin-analyze": "0.0.0-canary-20220513004825",
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-20220512102344",
43
+ "@modern-js/core": "0.0.0-canary-20220513004825",
44
44
  "@scripts/build": "0.0.0",
45
45
  "jest": "^27",
46
46
  "@scripts/jest-config": "0.0.0"