@modern-js/server-generator 1.0.0-rc.16 → 1.0.0-rc.17

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 (3) hide show
  1. package/CHANGELOG.md +109 -0
  2. package/dist/js/node/main.js +2231 -2205
  3. package/package.json +54 -54
package/package.json CHANGED
@@ -1,55 +1,55 @@
1
1
  {
2
- "name": "@modern-js/server-generator",
3
- "description": "Modern.js create custom server template generator",
4
- "version": "1.0.0-rc.16",
5
- "jsnext:source": "./src/index.ts",
6
- "types": "./dist/types/index.d.ts",
7
- "main": "./dist/js/node/main.js",
8
- "module": "./dist/js/treeshaking/index.js",
9
- "jsnext:modern": "./dist/js/modern/index.js",
10
- "files": [
11
- "/templates",
12
- "/dist/js/node/main.js"
13
- ],
14
- "exports": {
15
- ".": {
16
- "node": {
17
- "import": "./dist/js/modern/index.js",
18
- "require": "./dist/js/node/index.js"
19
- },
20
- "default": "./dist/js/treeshaking/index.js"
21
- }
22
- },
23
- "devDependencies": {
24
- "@babel/runtime": "^7",
25
- "@modern-js/codesmith": "^1.0.0-rc.16",
26
- "@modern-js/codesmith-api-app": "^1.0.0-rc.16",
27
- "@modern-js/codesmith-api-json": "^1.0.0-rc.16",
28
- "@modern-js/codesmith-tools": "^1.0.0-rc.16",
29
- "@modern-js/generator-common": "^1.0.0-rc.17",
30
- "@modern-js/generator-utils": "^1.0.0-rc.16",
31
- "@types/jest": "^26",
32
- "@types/lodash": "^4.14.168",
33
- "@types/node": "^14",
34
- "typescript": "^4",
35
- "@modern-js/module-tools": "^1.0.0-rc.16",
36
- "@modern-js/plugin-testing": "^1.0.0-rc.16"
37
- },
38
- "sideEffects": false,
39
- "modernConfig": {
40
- "output": {
41
- "packageMode": "node-js",
42
- "disableSourceMap": true
43
- }
44
- },
45
- "publishConfig": {
46
- "registry": "https://registry.npmjs.org/",
47
- "access": "public"
48
- },
49
- "scripts": {
50
- "new": "modern new",
51
- "build": "modern build",
52
- "build:csmith": "csmith-tools build",
53
- "test": "modern test --passWithNoTests"
54
- }
55
- }
2
+ "name": "@modern-js/server-generator",
3
+ "description": "Modern.js create custom server template generator",
4
+ "version": "1.0.0-rc.17",
5
+ "jsnext:source": "./src/index.ts",
6
+ "types": "./dist/types/index.d.ts",
7
+ "main": "./dist/js/node/main.js",
8
+ "module": "./dist/js/treeshaking/index.js",
9
+ "jsnext:modern": "./dist/js/modern/index.js",
10
+ "files": [
11
+ "/templates",
12
+ "/dist/js/node/main.js"
13
+ ],
14
+ "exports": {
15
+ ".": {
16
+ "node": {
17
+ "import": "./dist/js/modern/index.js",
18
+ "require": "./dist/js/node/index.js"
19
+ },
20
+ "default": "./dist/js/treeshaking/index.js"
21
+ }
22
+ },
23
+ "devDependencies": {
24
+ "@babel/runtime": "^7",
25
+ "@modern-js/codesmith": "^1.0.0-rc.16",
26
+ "@modern-js/codesmith-api-app": "^1.0.0-rc.16",
27
+ "@modern-js/codesmith-api-json": "^1.0.0-rc.16",
28
+ "@modern-js/codesmith-tools": "^1.0.0-rc.16",
29
+ "@modern-js/generator-common": "^1.0.0-rc.18",
30
+ "@modern-js/generator-utils": "^1.0.0-rc.17",
31
+ "@types/jest": "^26",
32
+ "@types/lodash": "^4.14.168",
33
+ "@types/node": "^14",
34
+ "typescript": "^4",
35
+ "@modern-js/module-tools": "^1.0.0-rc.17",
36
+ "@modern-js/plugin-testing": "^1.0.0-rc.17"
37
+ },
38
+ "sideEffects": false,
39
+ "modernConfig": {
40
+ "output": {
41
+ "packageMode": "node-js",
42
+ "disableSourceMap": true
43
+ }
44
+ },
45
+ "publishConfig": {
46
+ "registry": "https://registry.npmjs.org/",
47
+ "access": "public"
48
+ },
49
+ "scripts": {
50
+ "new": "modern new",
51
+ "build": "modern build",
52
+ "build:csmith": "csmith-tools build",
53
+ "test": "modern test --passWithNoTests"
54
+ }
55
+ }