@modern-js/prod-server 2.22.1 → 2.23.1
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,32 @@
|
|
|
1
1
|
# @modern-js/prod-server
|
|
2
2
|
|
|
3
|
+
## 2.23.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [f08bbfc]
|
|
8
|
+
- Updated dependencies [a6b313a]
|
|
9
|
+
- Updated dependencies [8f2cab0]
|
|
10
|
+
- @modern-js/utils@2.23.1
|
|
11
|
+
- @modern-js/server-core@2.23.1
|
|
12
|
+
- @modern-js/plugin@2.23.1
|
|
13
|
+
|
|
14
|
+
## 2.23.0
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- 7e6fb5f: chore: publishConfig add provenance config
|
|
19
|
+
|
|
20
|
+
chore: publishConfig 增加 provenance 配置
|
|
21
|
+
|
|
22
|
+
- Updated dependencies [7e6fb5f]
|
|
23
|
+
- Updated dependencies [a7a7ad7]
|
|
24
|
+
- Updated dependencies [6dec7c2]
|
|
25
|
+
- Updated dependencies [c3216b5]
|
|
26
|
+
- @modern-js/plugin@2.23.0
|
|
27
|
+
- @modern-js/utils@2.23.0
|
|
28
|
+
- @modern-js/server-core@2.23.0
|
|
29
|
+
|
|
3
30
|
## 2.22.1
|
|
4
31
|
|
|
5
32
|
### Patch Changes
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/// <reference types="node" />
|
|
3
3
|
/// <reference types="node" />
|
|
4
4
|
/// <reference types="node/http" />
|
|
5
|
-
/// <reference types=".dts-temp/
|
|
5
|
+
/// <reference types=".dts-temp/qIVaCJ8l2SHpbvoyA3Ur9/src/type" />
|
|
6
6
|
import { IncomingMessage, ServerResponse } from 'http';
|
|
7
7
|
import qs from 'querystring';
|
|
8
8
|
import type { ModernServerContext as ModernServerContextInterface } from '@modern-js/types';
|
package/dist/types/utils.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
2
|
/// <reference types="node/http" />
|
|
3
|
-
/// <reference types=".dts-temp/
|
|
3
|
+
/// <reference types=".dts-temp/qIVaCJ8l2SHpbvoyA3Ur9/src/type" />
|
|
4
4
|
import { IncomingMessage } from 'http';
|
|
5
5
|
import type { OutputNormalizedConfig, HtmlNormalizedConfig } from '@modern-js/server-core';
|
|
6
6
|
export declare const debug: any;
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "2.
|
|
18
|
+
"version": "2.23.1",
|
|
19
19
|
"jsnext:source": "./src/index.ts",
|
|
20
20
|
"types": "./dist/types/index.d.ts",
|
|
21
21
|
"main": "./dist/cjs/index.js",
|
|
@@ -73,9 +73,9 @@
|
|
|
73
73
|
"path-to-regexp": "^6.2.0",
|
|
74
74
|
"serve-static": "^1.14.1",
|
|
75
75
|
"@swc/helpers": "0.5.1",
|
|
76
|
-
"@modern-js/utils": "2.
|
|
77
|
-
"@modern-js/server-core": "2.
|
|
78
|
-
"@modern-js/plugin": "2.
|
|
76
|
+
"@modern-js/utils": "2.23.1",
|
|
77
|
+
"@modern-js/server-core": "2.23.1",
|
|
78
|
+
"@modern-js/plugin": "2.23.1"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
81
|
"@types/cookie": "^0.4.1",
|
|
@@ -92,14 +92,15 @@
|
|
|
92
92
|
"portfinder": "^1.0.28",
|
|
93
93
|
"typescript": "^5",
|
|
94
94
|
"memfs": "^3.5.1",
|
|
95
|
-
"@modern-js/types": "2.
|
|
96
|
-
"@modern-js/server-core": "2.
|
|
97
|
-
"@scripts/
|
|
98
|
-
"@scripts/
|
|
95
|
+
"@modern-js/types": "2.23.1",
|
|
96
|
+
"@modern-js/server-core": "2.23.1",
|
|
97
|
+
"@scripts/build": "2.23.1",
|
|
98
|
+
"@scripts/jest-config": "2.23.1"
|
|
99
99
|
},
|
|
100
100
|
"sideEffects": false,
|
|
101
101
|
"publishConfig": {
|
|
102
102
|
"access": "public",
|
|
103
|
+
"provenance": true,
|
|
103
104
|
"registry": "https://registry.npmjs.org/"
|
|
104
105
|
},
|
|
105
106
|
"scripts": {
|