@modern-js/base-generator 3.1.35 → 3.1.37

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/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "3.1.35",
18
+ "version": "3.1.37",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./src/index.ts",
21
21
  "main": "./dist/index.js",
@@ -30,10 +30,10 @@
30
30
  "@types/node": "^14",
31
31
  "jest": "^29",
32
32
  "typescript": "^5",
33
- "@modern-js/generator-common": "3.1.35",
34
- "@scripts/build": "2.31.1",
35
- "@scripts/jest-config": "2.31.1",
36
- "@modern-js/generator-utils": "3.1.35"
33
+ "@modern-js/generator-common": "3.1.37",
34
+ "@modern-js/generator-utils": "3.1.37",
35
+ "@scripts/jest-config": "2.32.1",
36
+ "@scripts/build": "2.32.1"
37
37
  },
38
38
  "sideEffects": false,
39
39
  "publishConfig": {
@@ -5,25 +5,17 @@
5
5
  .env.local
6
6
  .env.*.local
7
7
  .history
8
- .rts*
9
8
  *.log*
10
- *.pid
11
- *.pid.*
12
- *.report
13
- *.lcov
14
- lib-cov
15
9
 
16
10
  node_modules/
17
- .npm
18
- .lock-wscript
19
11
  .yarn-integrity
20
- .node_repl_history
21
- .nyc_output
12
+ .pnpm-store/
22
13
  *.tsbuildinfo
23
14
  .eslintcache
24
- .sonarlint
15
+ .changeset/pre.json
25
16
 
26
17
  dist/
18
+ doc_build/
27
19
  coverage/
28
20
  release/
29
21
  output/
@@ -37,12 +29,4 @@ log/
37
29
 
38
30
  **/*/typings/auto-generated
39
31
 
40
- .changeset/pre.json
41
-
42
- .pnpm-store/
43
-
44
- modern.config.local.ts
45
- modern.config.local.js
46
- modern.config.local.mjs
47
-
48
- doc_build/
32
+ modern.config.local.*