ts-type 3.0.3 → 3.0.5
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 +15 -0
- package/package.json +2 -2
- package/package.json.115992728 +101 -0
- package/package.json.321688987 +101 -0
- package/package.json.439670348 +101 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,21 @@
|
|
|
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
|
+
## [3.0.5](https://github.com/bluelovers/ws-ts-type/compare/ts-type@3.0.3...ts-type@3.0.5) (2026-03-07)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### 🛠 Build System
|
|
11
|
+
|
|
12
|
+
* update build ([f075107](https://github.com/bluelovers/ws-ts-type/commit/f075107fcacc46464ef1626db1a6b8b64a2796ff))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### 🔖 Miscellaneous
|
|
16
|
+
|
|
17
|
+
* . ([7c391ae](https://github.com/bluelovers/ws-ts-type/commit/7c391aebb20fae85f065ea0f9840b3842f8f083e))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
6
21
|
## [3.0.3](https://github.com/bluelovers/ws-ts-type/compare/ts-type@3.0.2...ts-type@3.0.3) (2026-03-07)
|
|
7
22
|
|
|
8
23
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ts-type",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.5",
|
|
4
4
|
"description": "TypeScript 類型工具庫:提供豐富的類型操作工具和重新導出的內建類型 / TypeScript type utility library: provides rich type manipulation utilities and re-exported built-in types",
|
|
5
5
|
"keywords": [
|
|
6
6
|
".d.ts",
|
|
@@ -97,5 +97,5 @@
|
|
|
97
97
|
"peerDependencies": {
|
|
98
98
|
"ts-toolbelt": "^9.6.0"
|
|
99
99
|
},
|
|
100
|
-
"gitHead": "
|
|
100
|
+
"gitHead": "b51f3132e548b3444935904904d3f02324b5d4fe"
|
|
101
101
|
}
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "ts-type",
|
|
3
|
+
"version": "3.0.5",
|
|
4
|
+
"description": "TypeScript 類型工具庫:提供豐富的類型操作工具和重新導出的內建類型 / TypeScript type utility library: provides rich type manipulation utilities and re-exported built-in types",
|
|
5
|
+
"keywords": [
|
|
6
|
+
".d.ts",
|
|
7
|
+
"@types",
|
|
8
|
+
"declaration",
|
|
9
|
+
"dev",
|
|
10
|
+
"develop",
|
|
11
|
+
"development",
|
|
12
|
+
"environment",
|
|
13
|
+
"ide",
|
|
14
|
+
"interface",
|
|
15
|
+
"node",
|
|
16
|
+
"playground",
|
|
17
|
+
"runtime",
|
|
18
|
+
"ts",
|
|
19
|
+
"type",
|
|
20
|
+
"type-level",
|
|
21
|
+
"typelevel",
|
|
22
|
+
"types",
|
|
23
|
+
"typescript",
|
|
24
|
+
"typing",
|
|
25
|
+
"typings",
|
|
26
|
+
"type-helper",
|
|
27
|
+
"toolbox",
|
|
28
|
+
"toolbelt",
|
|
29
|
+
"utility",
|
|
30
|
+
"utilities",
|
|
31
|
+
"type-utilities",
|
|
32
|
+
"type-manipulation",
|
|
33
|
+
"advanced-types",
|
|
34
|
+
"type-transform",
|
|
35
|
+
"type-inference",
|
|
36
|
+
"generic-types",
|
|
37
|
+
"type-safe",
|
|
38
|
+
"bilingual",
|
|
39
|
+
"chinese",
|
|
40
|
+
"english"
|
|
41
|
+
],
|
|
42
|
+
"homepage": "https://github.com/bluelovers/ws-ts-type/tree/master/packages/ts-type#readme",
|
|
43
|
+
"bugs": {
|
|
44
|
+
"url": "https://github.com/bluelovers/ws-ts-type/issues"
|
|
45
|
+
},
|
|
46
|
+
"repository": {
|
|
47
|
+
"type": "git",
|
|
48
|
+
"url": "git+https://github.com/bluelovers/ws-ts-type.git",
|
|
49
|
+
"directory": "packages/ts-type"
|
|
50
|
+
},
|
|
51
|
+
"license": "ISC",
|
|
52
|
+
"author": "",
|
|
53
|
+
"main": "index.js",
|
|
54
|
+
"directories": {
|
|
55
|
+
"lib": "lib",
|
|
56
|
+
"test": "test"
|
|
57
|
+
},
|
|
58
|
+
"scripts": {
|
|
59
|
+
"coverage": "yarn run test -- --coverage",
|
|
60
|
+
"pretest": "yarn run build",
|
|
61
|
+
"test": "yarn run ts:check && yarn run test:tsd",
|
|
62
|
+
"test:jest": "jest --passWithNoTests",
|
|
63
|
+
"test:jest:coverage": "node --run test:jest -- --coverage",
|
|
64
|
+
"test:jest:snapshot": "yarn run test:jest -- -u",
|
|
65
|
+
"test:snapshot": "yarn run test -- -u",
|
|
66
|
+
"test:tsd": "tsd",
|
|
67
|
+
"build": "yarn run build-lib-toc",
|
|
68
|
+
"build-lib-toc": "ts-node ./test/script/toc && yarn run build:toc",
|
|
69
|
+
"build:toc": "tsc --skipLibCheck & echo build:toc",
|
|
70
|
+
"preversion": "yarn run test && yarn run postpublish:git:commit",
|
|
71
|
+
"prepublishOnly": "echo prepublishOnly",
|
|
72
|
+
"postpublish:git:commit": "git commit -m \"build(release): publish\" ./lib/index.d.ts & echo postpublish:git:commit",
|
|
73
|
+
"ncu": "yarn-tool ncu -u",
|
|
74
|
+
"sort-package-json": "yarn-tool sort",
|
|
75
|
+
"ts:check": "tsc -p tsconfig.check.json --emitDeclarationOnly --skipLibCheck",
|
|
76
|
+
"tsc:showConfig": "ynpx get-current-tsconfig -p"
|
|
77
|
+
},
|
|
78
|
+
"tsd": {
|
|
79
|
+
"compilerOptions": {
|
|
80
|
+
"skipLibCheck": true,
|
|
81
|
+
"emitDeclarationOnly": true,
|
|
82
|
+
"noUnusedParameters": false,
|
|
83
|
+
"allowUnusedLabels": true,
|
|
84
|
+
"noUnusedLocals": false,
|
|
85
|
+
"noPropertyAccessFromIndexSignature": false
|
|
86
|
+
},
|
|
87
|
+
"directory": "test/spec",
|
|
88
|
+
"testFiles": [
|
|
89
|
+
"test/spec/**/*.ts"
|
|
90
|
+
]
|
|
91
|
+
},
|
|
92
|
+
"dependencies": {
|
|
93
|
+
"@types/node": "*",
|
|
94
|
+
"tslib": ">=2",
|
|
95
|
+
"typedarray-dts": "^1.0.0"
|
|
96
|
+
},
|
|
97
|
+
"peerDependencies": {
|
|
98
|
+
"ts-toolbelt": "^9.6.0"
|
|
99
|
+
},
|
|
100
|
+
"gitHead": "8733c903bb32e26825606684e3f2e29726775f01"
|
|
101
|
+
}
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "ts-type",
|
|
3
|
+
"version": "3.0.5",
|
|
4
|
+
"description": "TypeScript 類型工具庫:提供豐富的類型操作工具和重新導出的內建類型 / TypeScript type utility library: provides rich type manipulation utilities and re-exported built-in types",
|
|
5
|
+
"keywords": [
|
|
6
|
+
".d.ts",
|
|
7
|
+
"@types",
|
|
8
|
+
"declaration",
|
|
9
|
+
"dev",
|
|
10
|
+
"develop",
|
|
11
|
+
"development",
|
|
12
|
+
"environment",
|
|
13
|
+
"ide",
|
|
14
|
+
"interface",
|
|
15
|
+
"node",
|
|
16
|
+
"playground",
|
|
17
|
+
"runtime",
|
|
18
|
+
"ts",
|
|
19
|
+
"type",
|
|
20
|
+
"type-level",
|
|
21
|
+
"typelevel",
|
|
22
|
+
"types",
|
|
23
|
+
"typescript",
|
|
24
|
+
"typing",
|
|
25
|
+
"typings",
|
|
26
|
+
"type-helper",
|
|
27
|
+
"toolbox",
|
|
28
|
+
"toolbelt",
|
|
29
|
+
"utility",
|
|
30
|
+
"utilities",
|
|
31
|
+
"type-utilities",
|
|
32
|
+
"type-manipulation",
|
|
33
|
+
"advanced-types",
|
|
34
|
+
"type-transform",
|
|
35
|
+
"type-inference",
|
|
36
|
+
"generic-types",
|
|
37
|
+
"type-safe",
|
|
38
|
+
"bilingual",
|
|
39
|
+
"chinese",
|
|
40
|
+
"english"
|
|
41
|
+
],
|
|
42
|
+
"homepage": "https://github.com/bluelovers/ws-ts-type/tree/master/packages/ts-type#readme",
|
|
43
|
+
"bugs": {
|
|
44
|
+
"url": "https://github.com/bluelovers/ws-ts-type/issues"
|
|
45
|
+
},
|
|
46
|
+
"repository": {
|
|
47
|
+
"type": "git",
|
|
48
|
+
"url": "git+https://github.com/bluelovers/ws-ts-type.git",
|
|
49
|
+
"directory": "packages/ts-type"
|
|
50
|
+
},
|
|
51
|
+
"license": "ISC",
|
|
52
|
+
"author": "",
|
|
53
|
+
"main": "index.js",
|
|
54
|
+
"directories": {
|
|
55
|
+
"lib": "lib",
|
|
56
|
+
"test": "test"
|
|
57
|
+
},
|
|
58
|
+
"scripts": {
|
|
59
|
+
"coverage": "yarn run test -- --coverage",
|
|
60
|
+
"pretest": "yarn run build",
|
|
61
|
+
"test": "yarn run ts:check && yarn run test:tsd",
|
|
62
|
+
"test:jest": "jest --passWithNoTests",
|
|
63
|
+
"test:jest:coverage": "node --run test:jest -- --coverage",
|
|
64
|
+
"test:jest:snapshot": "yarn run test:jest -- -u",
|
|
65
|
+
"test:snapshot": "yarn run test -- -u",
|
|
66
|
+
"test:tsd": "tsd",
|
|
67
|
+
"build": "yarn run build-lib-toc",
|
|
68
|
+
"build-lib-toc": "ts-node ./test/script/toc && yarn run build:toc",
|
|
69
|
+
"build:toc": "tsc --skipLibCheck & echo build:toc",
|
|
70
|
+
"preversion": "yarn run test && yarn run postpublish:git:commit",
|
|
71
|
+
"prepublishOnly": "echo prepublishOnly",
|
|
72
|
+
"postpublish:git:commit": "git commit -m \"build(release): publish\" ./lib/index.d.ts & echo postpublish:git:commit",
|
|
73
|
+
"ncu": "yarn-tool ncu -u",
|
|
74
|
+
"sort-package-json": "yarn-tool sort",
|
|
75
|
+
"ts:check": "tsc -p tsconfig.check.json --emitDeclarationOnly --skipLibCheck",
|
|
76
|
+
"tsc:showConfig": "ynpx get-current-tsconfig -p"
|
|
77
|
+
},
|
|
78
|
+
"tsd": {
|
|
79
|
+
"compilerOptions": {
|
|
80
|
+
"skipLibCheck": true,
|
|
81
|
+
"emitDeclarationOnly": true,
|
|
82
|
+
"noUnusedParameters": false,
|
|
83
|
+
"allowUnusedLabels": true,
|
|
84
|
+
"noUnusedLocals": false,
|
|
85
|
+
"noPropertyAccessFromIndexSignature": false
|
|
86
|
+
},
|
|
87
|
+
"directory": "test/spec",
|
|
88
|
+
"testFiles": [
|
|
89
|
+
"test/spec/**/*.ts"
|
|
90
|
+
]
|
|
91
|
+
},
|
|
92
|
+
"dependencies": {
|
|
93
|
+
"@types/node": "*",
|
|
94
|
+
"tslib": ">=2",
|
|
95
|
+
"typedarray-dts": "^1.0.0"
|
|
96
|
+
},
|
|
97
|
+
"peerDependencies": {
|
|
98
|
+
"ts-toolbelt": "^9.6.0"
|
|
99
|
+
},
|
|
100
|
+
"gitHead": "8733c903bb32e26825606684e3f2e29726775f01"
|
|
101
|
+
}
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "ts-type",
|
|
3
|
+
"version": "3.0.5",
|
|
4
|
+
"description": "TypeScript 類型工具庫:提供豐富的類型操作工具和重新導出的內建類型 / TypeScript type utility library: provides rich type manipulation utilities and re-exported built-in types",
|
|
5
|
+
"keywords": [
|
|
6
|
+
".d.ts",
|
|
7
|
+
"@types",
|
|
8
|
+
"declaration",
|
|
9
|
+
"dev",
|
|
10
|
+
"develop",
|
|
11
|
+
"development",
|
|
12
|
+
"environment",
|
|
13
|
+
"ide",
|
|
14
|
+
"interface",
|
|
15
|
+
"node",
|
|
16
|
+
"playground",
|
|
17
|
+
"runtime",
|
|
18
|
+
"ts",
|
|
19
|
+
"type",
|
|
20
|
+
"type-level",
|
|
21
|
+
"typelevel",
|
|
22
|
+
"types",
|
|
23
|
+
"typescript",
|
|
24
|
+
"typing",
|
|
25
|
+
"typings",
|
|
26
|
+
"type-helper",
|
|
27
|
+
"toolbox",
|
|
28
|
+
"toolbelt",
|
|
29
|
+
"utility",
|
|
30
|
+
"utilities",
|
|
31
|
+
"type-utilities",
|
|
32
|
+
"type-manipulation",
|
|
33
|
+
"advanced-types",
|
|
34
|
+
"type-transform",
|
|
35
|
+
"type-inference",
|
|
36
|
+
"generic-types",
|
|
37
|
+
"type-safe",
|
|
38
|
+
"bilingual",
|
|
39
|
+
"chinese",
|
|
40
|
+
"english"
|
|
41
|
+
],
|
|
42
|
+
"homepage": "https://github.com/bluelovers/ws-ts-type/tree/master/packages/ts-type#readme",
|
|
43
|
+
"bugs": {
|
|
44
|
+
"url": "https://github.com/bluelovers/ws-ts-type/issues"
|
|
45
|
+
},
|
|
46
|
+
"repository": {
|
|
47
|
+
"type": "git",
|
|
48
|
+
"url": "git+https://github.com/bluelovers/ws-ts-type.git",
|
|
49
|
+
"directory": "packages/ts-type"
|
|
50
|
+
},
|
|
51
|
+
"license": "ISC",
|
|
52
|
+
"author": "",
|
|
53
|
+
"main": "index.js",
|
|
54
|
+
"directories": {
|
|
55
|
+
"lib": "lib",
|
|
56
|
+
"test": "test"
|
|
57
|
+
},
|
|
58
|
+
"scripts": {
|
|
59
|
+
"coverage": "yarn run test -- --coverage",
|
|
60
|
+
"pretest": "yarn run build",
|
|
61
|
+
"test": "yarn run ts:check && yarn run test:tsd",
|
|
62
|
+
"test:jest": "jest --passWithNoTests",
|
|
63
|
+
"test:jest:coverage": "node --run test:jest -- --coverage",
|
|
64
|
+
"test:jest:snapshot": "yarn run test:jest -- -u",
|
|
65
|
+
"test:snapshot": "yarn run test -- -u",
|
|
66
|
+
"test:tsd": "tsd",
|
|
67
|
+
"build": "yarn run build-lib-toc",
|
|
68
|
+
"build-lib-toc": "ts-node ./test/script/toc && yarn run build:toc",
|
|
69
|
+
"build:toc": "tsc --skipLibCheck & echo build:toc",
|
|
70
|
+
"preversion": "yarn run test && yarn run postpublish:git:commit",
|
|
71
|
+
"prepublishOnly": "echo prepublishOnly",
|
|
72
|
+
"postpublish:git:commit": "git commit -m \"build(release): publish\" ./lib/index.d.ts & echo postpublish:git:commit",
|
|
73
|
+
"ncu": "yarn-tool ncu -u",
|
|
74
|
+
"sort-package-json": "yarn-tool sort",
|
|
75
|
+
"ts:check": "tsc -p tsconfig.check.json --emitDeclarationOnly --skipLibCheck",
|
|
76
|
+
"tsc:showConfig": "ynpx get-current-tsconfig -p"
|
|
77
|
+
},
|
|
78
|
+
"tsd": {
|
|
79
|
+
"compilerOptions": {
|
|
80
|
+
"skipLibCheck": true,
|
|
81
|
+
"emitDeclarationOnly": true,
|
|
82
|
+
"noUnusedParameters": false,
|
|
83
|
+
"allowUnusedLabels": true,
|
|
84
|
+
"noUnusedLocals": false,
|
|
85
|
+
"noPropertyAccessFromIndexSignature": false
|
|
86
|
+
},
|
|
87
|
+
"directory": "test/spec",
|
|
88
|
+
"testFiles": [
|
|
89
|
+
"test/spec/**/*.ts"
|
|
90
|
+
]
|
|
91
|
+
},
|
|
92
|
+
"dependencies": {
|
|
93
|
+
"@types/node": "*",
|
|
94
|
+
"tslib": ">=2",
|
|
95
|
+
"typedarray-dts": "^1.0.0"
|
|
96
|
+
},
|
|
97
|
+
"peerDependencies": {
|
|
98
|
+
"ts-toolbelt": "^9.6.0"
|
|
99
|
+
},
|
|
100
|
+
"gitHead": "8733c903bb32e26825606684e3f2e29726775f01"
|
|
101
|
+
}
|