inferred-types 0.45.3 → 0.46.0
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/dist/constants/tsconfig.tsbuildinfo +1 -1
- package/dist/inferred-types/tsconfig.tsbuildinfo +1 -1
- package/dist/runtime/boolean-logic/ifFunction.d.ts.map +1 -1
- package/dist/runtime/boolean-logic/ifFunction.js +1 -2
- package/dist/runtime/boolean-logic/ifString.js +1 -2
- package/dist/runtime/boolean-logic/index.d.ts +2 -2
- package/dist/runtime/boolean-logic/index.d.ts.map +1 -1
- package/dist/runtime/boolean-logic/index.js +2 -2
- package/dist/runtime/literals/index.d.ts +1 -0
- package/dist/runtime/literals/index.d.ts.map +1 -1
- package/dist/runtime/literals/index.js +1 -0
- package/dist/runtime/meta/urlMeta.d.ts +11 -2
- package/dist/runtime/meta/urlMeta.d.ts.map +1 -1
- package/dist/runtime/meta/urlMeta.js +15 -1
- package/dist/runtime/meta/youtube-meta.d.ts +8 -1
- package/dist/runtime/meta/youtube-meta.d.ts.map +1 -1
- package/dist/runtime/meta/youtube-meta.js +25 -1
- package/dist/runtime/runtime-types/ip6Prefix.d.ts +1 -1
- package/dist/runtime/runtime-types/ip6Prefix.d.ts.map +1 -1
- package/dist/runtime/runtime-types/parse.d.ts +1 -10
- package/dist/runtime/runtime-types/parse.d.ts.map +1 -1
- package/dist/runtime/tsconfig.tsbuildinfo +1 -1
- package/dist/runtime/type-guards/higher-order/endsWith.d.ts.map +1 -1
- package/dist/runtime/type-guards/higher-order/endsWith.js +6 -3
- package/dist/runtime/type-guards/index.d.ts +0 -1
- package/dist/runtime/type-guards/index.d.ts.map +1 -1
- package/dist/runtime/type-guards/index.js +0 -1
- package/dist/runtime/type-guards/isPhoneNumber.d.ts.map +1 -1
- package/dist/runtime/type-guards/isPhoneNumber.js +1 -2
- package/dist/runtime/type-guards/network-tg.d.ts +1 -1
- package/dist/runtime/type-guards/network-tg.d.ts.map +1 -1
- package/dist/runtime/type-guards/network-tg.js +1 -2
- package/dist/runtime/type-guards/repos.d.ts +6 -0
- package/dist/runtime/type-guards/repos.d.ts.map +1 -1
- package/dist/runtime/type-guards/repos.js +6 -0
- package/dist/types/errors/KindError.d.ts +1 -1
- package/dist/types/errors/KindError.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/Url.d.ts +3 -3
- package/dist/types/string-literals/character-sets/Url.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/YouTube.d.ts +5 -4
- package/dist/types/string-literals/character-sets/YouTube.d.ts.map +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +15 -17
- package/dist/inferred-types/index.cjs +0 -3233
package/package.json
CHANGED
|
@@ -1,17 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "inferred-types",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.46.0",
|
|
4
4
|
"description": "Functions which provide useful type inference on TS projects",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Ken Snyder<ken@ken.net>",
|
|
7
7
|
"type": "module",
|
|
8
|
-
"main": "./dist/inferred-types/index.cjs",
|
|
9
8
|
"module": "./dist/inferred-types/index.js",
|
|
10
9
|
"typings": "./dist/inferred-types/index.d.ts",
|
|
11
10
|
"exports": {
|
|
12
11
|
".": {
|
|
13
12
|
"import": "./dist/inferred-types/index.js",
|
|
14
|
-
"require": "./dist/inferred-types/index.cjs",
|
|
15
13
|
"types": "./dist/inferred-types/index.d.ts"
|
|
16
14
|
}
|
|
17
15
|
},
|
|
@@ -24,7 +22,7 @@
|
|
|
24
22
|
"sideEffects": false,
|
|
25
23
|
"scripts": {
|
|
26
24
|
"prepare": "ts-patch install -s",
|
|
27
|
-
"build": "run-s build:esm
|
|
25
|
+
"build": "run-s build:esm",
|
|
28
26
|
"build:esm": "tsc -b --verbose src/inferred-types",
|
|
29
27
|
"build:cjs": "tsup dist/inferred-types/index.js --format cjs -d dist/inferred-types",
|
|
30
28
|
"diagnostics": "tsc -b -f --extendedDiagnostics src/inferred-types",
|
|
@@ -51,40 +49,40 @@
|
|
|
51
49
|
},
|
|
52
50
|
"devDependencies": {
|
|
53
51
|
"@arktype/attest": "^0.7.10",
|
|
54
|
-
"@eslint/js": "^9.
|
|
52
|
+
"@eslint/js": "^9.6.0",
|
|
55
53
|
"@type-challenges/utils": "~0.1.1",
|
|
56
|
-
"@types/node": "^
|
|
57
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
58
|
-
"@typescript-eslint/parser": "^7.
|
|
54
|
+
"@types/node": "^20.14.9",
|
|
55
|
+
"@typescript-eslint/eslint-plugin": "^7.15.0",
|
|
56
|
+
"@typescript-eslint/parser": "^7.15.0",
|
|
59
57
|
"@typescript/analyze-trace": "^0.10.1",
|
|
60
58
|
"@vitest/ui": "^1.6.0",
|
|
61
59
|
"bumpp": "^9.4.1",
|
|
62
60
|
"chalk": "^5.3.0",
|
|
63
61
|
"cross-env": "^7.0.3",
|
|
64
|
-
"eslint": "^9.
|
|
62
|
+
"eslint": "^9.6.0",
|
|
65
63
|
"eslint-config-prettier": "^9.1.0",
|
|
66
64
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
67
65
|
"eslint-plugin-import": "^2.29.1",
|
|
68
66
|
"eslint-plugin-prettier": "^5.1.3",
|
|
69
|
-
"eslint-plugin-promise": "^6.
|
|
67
|
+
"eslint-plugin-promise": "^6.4.0",
|
|
70
68
|
"eslint-watch": "^8.0.0",
|
|
71
|
-
"glob": "^10.4.
|
|
69
|
+
"glob": "^10.4.2",
|
|
72
70
|
"npm-run-all": "~4.1.5",
|
|
73
71
|
"pathe": "^1.1.2",
|
|
74
72
|
"prettier": "^3.3.2",
|
|
75
73
|
"rimraf": "^5.0.7",
|
|
76
|
-
"ts-patch": "^3.2.
|
|
74
|
+
"ts-patch": "^3.2.1",
|
|
77
75
|
"ts-type-tester": "^0.3.2",
|
|
78
76
|
"tsup": "^8.1.0",
|
|
79
|
-
"tsx": "^4.
|
|
80
|
-
"typescript": "
|
|
81
|
-
"typescript-eslint": "^7.
|
|
77
|
+
"tsx": "^4.16.0",
|
|
78
|
+
"typescript": "~5.4.5",
|
|
79
|
+
"typescript-eslint": "^7.15.0",
|
|
82
80
|
"typescript-transform-paths": "^3.4.7",
|
|
83
81
|
"typescript-transformer-esm": "^1.1.0",
|
|
84
|
-
"vite": "^5.3.
|
|
82
|
+
"vite": "^5.3.2",
|
|
85
83
|
"vite-node": "^1.6.0",
|
|
86
84
|
"vitest": "^1.6.0",
|
|
87
|
-
"vue": "^3.4.
|
|
85
|
+
"vue": "^3.4.31"
|
|
88
86
|
},
|
|
89
87
|
"pnpm": {
|
|
90
88
|
"overrides": {
|