@modern-js/server 1.21.1-beta.0 → 1.21.2

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,5 +1,23 @@
1
1
  # @modern-js/server
2
2
 
3
+ ## 1.21.2
4
+
5
+ ### Patch Changes
6
+
7
+ - @modern-js/prod-server@1.21.2
8
+ - @modern-js/server-utils@1.21.2
9
+ - @modern-js/types@1.21.2
10
+ - @modern-js/utils@1.21.2
11
+
12
+ ## 1.21.1
13
+
14
+ ### Patch Changes
15
+
16
+ - @modern-js/prod-server@1.21.1
17
+ - @modern-js/server-utils@1.21.1
18
+ - @modern-js/types@1.21.1
19
+ - @modern-js/utils@1.21.1
20
+
3
21
  ## 1.21.0
4
22
 
5
23
  ### Patch Changes
@@ -75,7 +75,7 @@ export const enableRegister = (projectRoot, config // eslint-disable-next-line c
75
75
  // for env.d.ts, https://www.npmjs.com/package/ts-node#missing-types
76
76
  files: true,
77
77
  transpileOnly: true,
78
- ignore: ['(?:^|/)node_modules/', `(?:^|/)${distPath}/`]
78
+ ignore: ['(?:^|/)node_modules/', `(?:^|/)${distPath}/bundles/`]
79
79
  });
80
80
  } else {
81
81
  debug('use @babel/register');
@@ -90,7 +90,7 @@ const enableRegister = (projectRoot, config // eslint-disable-next-line consiste
90
90
  // for env.d.ts, https://www.npmjs.com/package/ts-node#missing-types
91
91
  files: true,
92
92
  transpileOnly: true,
93
- ignore: ['(?:^|/)node_modules/', `(?:^|/)${distPath}/`]
93
+ ignore: ['(?:^|/)node_modules/', `(?:^|/)${distPath}/bundles/`]
94
94
  });
95
95
  } else {
96
96
  debug('use @babel/register');
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "1.21.1-beta.0",
14
+ "version": "1.21.2",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/index.d.ts",
17
17
  "main": "./dist/js/node/index.js",
@@ -30,10 +30,10 @@
30
30
  "dependencies": {
31
31
  "@babel/core": "^7.18.0",
32
32
  "@babel/register": "^7.17.7",
33
- "@modern-js/prod-server": "1.21.0",
34
- "@modern-js/server-utils": "1.21.0",
35
- "@modern-js/types": "1.21.0",
36
- "@modern-js/utils": "1.21.0",
33
+ "@modern-js/prod-server": "1.21.2",
34
+ "@modern-js/server-utils": "1.21.2",
35
+ "@modern-js/types": "1.21.2",
36
+ "@modern-js/utils": "1.21.2",
37
37
  "connect-history-api-fallback": "^2.0.0",
38
38
  "devcert": "^1.2.2",
39
39
  "minimatch": "^3.0.4",
@@ -41,10 +41,10 @@
41
41
  "ws": "^8.2.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@modern-js/core": "1.21.0",
45
- "@modern-js/server-core": "1.21.0",
46
- "@scripts/build": "1.21.0",
47
- "@scripts/jest-config": "1.21.0",
44
+ "@modern-js/core": "1.21.2",
45
+ "@modern-js/server-core": "1.21.2",
46
+ "@scripts/build": "1.21.2",
47
+ "@scripts/jest-config": "1.21.2",
48
48
  "@types/connect-history-api-fallback": "^1.3.5",
49
49
  "@types/jest": "^27",
50
50
  "@types/minimatch": "^3.0.5",