@modern-js/plugin-server-build 0.0.0-windows-202110385642 → 0.0.0-windows-20211056953

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 -6
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # @modern-js/plugin-server-build
2
2
 
3
- ## 0.0.0-windows-202110385642
3
+ ## 0.0.0-windows-20211056953
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - windows
7
+ - test windows
8
8
  - Updated dependencies [undefined]
9
- - @modern-js/core@0.0.0-windows-202110385642
10
- - @modern-js/server-utils@0.0.0-windows-202110385642
11
- - @modern-js/utils@0.0.0-windows-202110385642
12
- - @modern-js/babel-compiler@0.0.0-windows-202110385642
9
+ - @modern-js/core@0.0.0-windows-20211056953
10
+ - @modern-js/server-utils@0.0.0-windows-20211056953
11
+ - @modern-js/babel-compiler@0.0.0-windows-20211056953
12
+ - @modern-js/utils@0.0.0-windows-20211056953
13
13
 
14
14
  ## 1.0.0
15
15
 
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "0.0.0-windows-202110385642",
14
+ "version": "0.0.0-windows-20211056953",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/index.d.ts",
17
17
  "main": "./dist/js/node/index.js",
@@ -28,25 +28,25 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@babel/runtime": "^7",
31
- "@modern-js/babel-compiler": "^0.0.0-windows-202110385642",
32
- "@modern-js/server-utils": "^0.0.0-windows-202110385642",
33
- "@modern-js/utils": "^0.0.0-windows-202110385642",
31
+ "@modern-js/babel-compiler": "^0.0.0-windows-20211056953",
32
+ "@modern-js/server-utils": "^0.0.0-windows-20211056953",
33
+ "@modern-js/utils": "^0.0.0-windows-20211056953",
34
34
  "globby": "^12.0.2",
35
35
  "json5": "^2.2.0"
36
36
  },
37
37
  "devDependencies": {
38
- "@modern-js/plugin-analyze": "^0.0.0-windows-202110385642",
38
+ "@modern-js/plugin-analyze": "^0.0.0-windows-20211056953",
39
39
  "@types/babel__core": "^7.1.15",
40
40
  "@types/jest": "^26",
41
41
  "@types/node": "^14",
42
42
  "ts-jest": "^27.0.5",
43
43
  "typescript": "^4",
44
- "@modern-js/core": "^0.0.0-windows-202110385642",
45
- "@modern-js/plugin-testing": "^0.0.0-windows-202110385642",
46
- "@modern-js/module-tools": "^0.0.0-windows-202110385642"
44
+ "@modern-js/core": "^0.0.0-windows-20211056953",
45
+ "@modern-js/plugin-testing": "^0.0.0-windows-20211056953",
46
+ "@modern-js/module-tools": "^0.0.0-windows-20211056953"
47
47
  },
48
48
  "peerDependencies": {
49
- "@modern-js/core": "^0.0.0-windows-202110385642"
49
+ "@modern-js/core": "^0.0.0-windows-20211056953"
50
50
  },
51
51
  "sideEffects": false,
52
52
  "modernConfig": {