typed-http-headers 1.0.9 → 1.0.10
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 +8 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.0.10](https://github.com/bluelovers/ws-ts-type/compare/typed-http-headers@1.0.9...typed-http-headers@1.0.10) (2026-03-07)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package typed-http-headers
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [1.0.9](https://github.com/bluelovers/ws-ts-type/compare/typed-http-headers@1.0.8...typed-http-headers@1.0.9) (2026-03-07)
|
|
7
15
|
|
|
8
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "typed-http-headers",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.10",
|
|
4
4
|
"description": "標準 HTTP 請求與回應標頭的 TypeScript 類型定義 | TypeScript type definitions for standard HTTP request and response headers",
|
|
5
5
|
"homepage": "https://github.com/bluelovers/ws-ts-type/tree/master/packages/ts-http-header#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"tsc:showConfig": "ynpx get-current-tsconfig -p"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"ts-type": "^3.0.
|
|
34
|
+
"ts-type": "^3.0.3"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "4ef633a04245358fed59633c9d9ceff0607d30d3"
|
|
37
37
|
}
|