@modern-js/plugin-server-build 0.0.0-canary-20220511090154 → 0.0.0-canary-20220517033114

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.
package/CHANGELOG.md CHANGED
@@ -1,15 +1,18 @@
1
1
  # @modern-js/plugin-server-build
2
2
 
3
- ## 0.0.0-canary-20220511090154
3
+ ## 1.2.8
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - d32f35134: chore: add modern/jest/eslint/ts config files to .npmignore
8
8
  - Updated dependencies [d32f35134]
9
9
  - Updated dependencies [6ae4a34ae]
10
- - @modern-js/server-utils@0.0.0-canary-20220511090154
11
- - @modern-js/babel-compiler@0.0.0-canary-20220511090154
12
- - @modern-js/utils@0.0.0-canary-20220511090154
10
+ - Updated dependencies [b80229c79]
11
+ - Updated dependencies [1a30be07b]
12
+ - Updated dependencies [948cc4436]
13
+ - @modern-js/server-utils@1.2.6
14
+ - @modern-js/babel-compiler@1.2.5
15
+ - @modern-js/utils@1.7.3
13
16
 
14
17
  ## 1.2.7
15
18
 
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "0.0.0-canary-20220511090154",
14
+ "version": "0.0.0-canary-20220517033114",
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-20220511090154",
33
- "@modern-js/server-utils": "^0.0.0-canary-20220511090154",
34
- "@modern-js/utils": "^0.0.0-canary-20220511090154"
32
+ "@modern-js/babel-compiler": "^1.2.5",
33
+ "@modern-js/server-utils": "^1.2.6",
34
+ "@modern-js/utils": "^0.0.0-canary-20220517033114"
35
35
  },
36
36
  "devDependencies": {
37
- "@modern-js/plugin-analyze": "0.0.0-canary-20220511090154",
37
+ "@modern-js/plugin-analyze": "0.0.0-canary-20220517033114",
38
38
  "@types/babel__core": "^7.1.15",
39
- "@types/jest": "^26",
39
+ "@types/jest": "^27",
40
40
  "@types/node": "^14",
41
41
  "ts-jest": "^27.0.5",
42
42
  "typescript": "^4",
43
- "@modern-js/core": "0.0.0-canary-20220511090154",
43
+ "@modern-js/core": "1.10.2",
44
44
  "@scripts/build": "0.0.0",
45
45
  "jest": "^27",
46
46
  "@scripts/jest-config": "0.0.0"
@@ -54,18 +54,18 @@
54
54
  "build": {
55
55
  "command": "modern build",
56
56
  "files": [
57
- "src/**/*.ts",
57
+ "src/**/*",
58
58
  "tsconfig.json",
59
59
  "package.json"
60
60
  ],
61
61
  "output": [
62
- "dist/**/*.js"
62
+ "dist/**/*"
63
63
  ]
64
64
  },
65
65
  "test": {
66
66
  "command": "jest --passWithNoTests",
67
67
  "files": [
68
- "src/**/*.ts",
68
+ "src/**/*",
69
69
  "tsconfig.json",
70
70
  "package.json"
71
71
  ],
File without changes
@@ -1 +0,0 @@
1
- {"cacheable":true,"platform":"linux","arch":"x64","nodeVersion":"v14.19.1","command":"modern build","clean":true,"files":{"package.json":"861b97220e2141b732a7665e8d7ee6a33ebaa511f8f0ce030825d3ea1e13cd2c","src/index.ts":"10191392b3981ffccfba5a04702a14a4f78a4103cad0de81f353e2f743288fdb","tsconfig.json":"590e753370648a434b6ffb9de76591269ac02909aa71e2661012c0778b8aff19"},"output":["dist/**/*.js"],"dependencies":{}}
@@ -1,9 +0,0 @@
1
- Compiling in progress...
2
- Run `tsc` log:
3
- [TSC Compiler]: Successfully
4
-
5
-
6
- Run babel compiler code log:
7
- [Babel Compiler]: Successfully
8
-
9
-