@modern-js/plugin-server-build 1.0.0-rc.17 → 1.0.0-rc.20

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 +53 -0
  2. package/package.json +55 -55
package/CHANGELOG.md CHANGED
@@ -1,5 +1,58 @@
1
1
  # @modern-js/plugin-server-build
2
2
 
3
+ ## 1.0.0-rc.20
4
+
5
+ ### Patch Changes
6
+
7
+ - 224f7fe: fix server route match
8
+ - 30ac27c: feat: add generator package description
9
+ - feat: fix bugs
10
+ - 204c626: feat: initial
11
+ - 63be0a5: fix: #118 #104
12
+ - Updated dependencies [224f7fe]
13
+ - Updated dependencies [30ac27c]
14
+ - Updated dependencies [undefined]
15
+ - Updated dependencies [204c626]
16
+ - Updated dependencies [63be0a5]
17
+ - @modern-js/core@1.0.0-rc.20
18
+ - @modern-js/server-utils@1.0.0-rc.20
19
+ - @modern-js/babel-compiler@1.0.0-rc.20
20
+ - @modern-js/utils@1.0.0-rc.20
21
+
22
+ ## 1.0.0-rc.19
23
+
24
+ ### Patch Changes
25
+
26
+ - 224f7fe: fix server route match
27
+ - 30ac27c: feat: add generator package description
28
+ - 204c626: feat: initial
29
+ - 63be0a5: fix: #118 #104
30
+ - Updated dependencies [224f7fe]
31
+ - Updated dependencies [30ac27c]
32
+ - Updated dependencies [204c626]
33
+ - Updated dependencies [63be0a5]
34
+ - @modern-js/core@1.0.0-rc.19
35
+ - @modern-js/server-utils@1.0.0-rc.19
36
+ - @modern-js/babel-compiler@1.0.0-rc.19
37
+ - @modern-js/utils@1.0.0-rc.19
38
+
39
+ ## 1.0.0-rc.18
40
+
41
+ ### Patch Changes
42
+
43
+ - 224f7fe: fix server route match
44
+ - 30ac27c: feat: add generator package description
45
+ - 204c626: feat: initial
46
+ - 63be0a5: fix: #118 #104
47
+ - Updated dependencies [224f7fe]
48
+ - Updated dependencies [30ac27c]
49
+ - Updated dependencies [204c626]
50
+ - Updated dependencies [63be0a5]
51
+ - @modern-js/core@1.0.0-rc.18
52
+ - @modern-js/server-utils@1.0.0-rc.18
53
+ - @modern-js/babel-compiler@1.0.0-rc.18
54
+ - @modern-js/utils@1.0.0-rc.18
55
+
3
56
  ## 1.0.0-rc.17
4
57
 
5
58
  ### Patch Changes
package/package.json CHANGED
@@ -1,56 +1,56 @@
1
1
  {
2
- "name": "@modern-js/plugin-server-build",
3
- "version": "1.0.0-rc.17",
4
- "jsnext:source": "./src/index.ts",
5
- "types": "./dist/types/index.d.ts",
6
- "main": "./dist/js/node/index.js",
7
- "module": "./dist/js/treeshaking/index.js",
8
- "jsnext:modern": "./dist/js/modern/index.js",
9
- "exports": {
10
- ".": {
11
- "node": {
12
- "import": "./dist/js/modern/index.js",
13
- "require": "./dist/js/node/index.js"
14
- },
15
- "default": "./dist/js/treeshaking/index.js"
16
- }
17
- },
18
- "dependencies": {
19
- "@babel/runtime": "^7",
20
- "@modern-js/babel-compiler": "^1.0.0-rc.17",
21
- "@modern-js/server-utils": "^1.0.0-rc.17",
22
- "@modern-js/utils": "^1.0.0-rc.17",
23
- "globby": "^12.0.2",
24
- "json5": "^2.2.0"
25
- },
26
- "devDependencies": {
27
- "@modern-js/plugin-analyze": "^1.0.0-rc.17",
28
- "@types/babel__core": "^7.1.15",
29
- "@types/jest": "^26",
30
- "@types/node": "^14",
31
- "ts-jest": "^27.0.5",
32
- "typescript": "^4",
33
- "@modern-js/core": "^1.0.0-rc.17",
34
- "@modern-js/plugin-testing": "^1.0.0-rc.17",
35
- "@modern-js/module-tools": "^1.0.0-rc.17"
36
- },
37
- "peerDependencies": {
38
- "@modern-js/core": "^1.0.0-rc.17"
39
- },
40
- "sideEffects": false,
41
- "modernConfig": {
42
- "output": {
43
- "packageMode": "node-js"
44
- }
45
- },
46
- "publishConfig": {
47
- "registry": "https://registry.npmjs.org/",
48
- "access": "public"
49
- },
50
- "scripts": {
51
- "new": "modern new",
52
- "build": "modern build",
53
- "dev": "modern build --watch",
54
- "test": "modern test --passWithNoTests"
55
- }
56
- }
2
+ "name": "@modern-js/plugin-server-build",
3
+ "version": "1.0.0-rc.20",
4
+ "jsnext:source": "./src/index.ts",
5
+ "types": "./dist/types/index.d.ts",
6
+ "main": "./dist/js/node/index.js",
7
+ "module": "./dist/js/treeshaking/index.js",
8
+ "jsnext:modern": "./dist/js/modern/index.js",
9
+ "exports": {
10
+ ".": {
11
+ "node": {
12
+ "import": "./dist/js/modern/index.js",
13
+ "require": "./dist/js/node/index.js"
14
+ },
15
+ "default": "./dist/js/treeshaking/index.js"
16
+ }
17
+ },
18
+ "dependencies": {
19
+ "@babel/runtime": "^7",
20
+ "@modern-js/babel-compiler": "^1.0.0-rc.20",
21
+ "@modern-js/server-utils": "^1.0.0-rc.20",
22
+ "@modern-js/utils": "^1.0.0-rc.20",
23
+ "globby": "^12.0.2",
24
+ "json5": "^2.2.0"
25
+ },
26
+ "devDependencies": {
27
+ "@modern-js/plugin-analyze": "^1.0.0-rc.20",
28
+ "@types/babel__core": "^7.1.15",
29
+ "@types/jest": "^26",
30
+ "@types/node": "^14",
31
+ "ts-jest": "^27.0.5",
32
+ "typescript": "^4",
33
+ "@modern-js/core": "^1.0.0-rc.20",
34
+ "@modern-js/plugin-testing": "^1.0.0-rc.20",
35
+ "@modern-js/module-tools": "^1.0.0-rc.20"
36
+ },
37
+ "peerDependencies": {
38
+ "@modern-js/core": "^1.0.0-rc.20"
39
+ },
40
+ "sideEffects": false,
41
+ "modernConfig": {
42
+ "output": {
43
+ "packageMode": "node-js"
44
+ }
45
+ },
46
+ "publishConfig": {
47
+ "registry": "https://registry.npmjs.org/",
48
+ "access": "public"
49
+ },
50
+ "scripts": {
51
+ "new": "modern new",
52
+ "build": "modern build",
53
+ "dev": "modern build --watch",
54
+ "test": "modern test --passWithNoTests"
55
+ }
56
+ }