inferred-types 0.45.4 → 0.46.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/dist/constants/tsconfig.tsbuildinfo +1 -1
- package/dist/inferred-types/index.cjs +23 -14
- 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/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 -15
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "inferred-types",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.46.1",
|
|
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",
|
|
9
|
+
"main": "./dist/inferred-types/index.cjs",
|
|
10
10
|
"typings": "./dist/inferred-types/index.d.ts",
|
|
11
11
|
"exports": {
|
|
12
12
|
".": {
|
|
@@ -51,40 +51,40 @@
|
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@arktype/attest": "^0.7.10",
|
|
54
|
-
"@eslint/js": "^9.
|
|
54
|
+
"@eslint/js": "^9.6.0",
|
|
55
55
|
"@type-challenges/utils": "~0.1.1",
|
|
56
|
-
"@types/node": "^
|
|
57
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
58
|
-
"@typescript-eslint/parser": "^7.
|
|
56
|
+
"@types/node": "^20.14.9",
|
|
57
|
+
"@typescript-eslint/eslint-plugin": "^7.15.0",
|
|
58
|
+
"@typescript-eslint/parser": "^7.15.0",
|
|
59
59
|
"@typescript/analyze-trace": "^0.10.1",
|
|
60
60
|
"@vitest/ui": "^1.6.0",
|
|
61
61
|
"bumpp": "^9.4.1",
|
|
62
62
|
"chalk": "^5.3.0",
|
|
63
63
|
"cross-env": "^7.0.3",
|
|
64
|
-
"eslint": "^9.
|
|
64
|
+
"eslint": "^9.6.0",
|
|
65
65
|
"eslint-config-prettier": "^9.1.0",
|
|
66
66
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
67
67
|
"eslint-plugin-import": "^2.29.1",
|
|
68
68
|
"eslint-plugin-prettier": "^5.1.3",
|
|
69
|
-
"eslint-plugin-promise": "^6.
|
|
69
|
+
"eslint-plugin-promise": "^6.4.0",
|
|
70
70
|
"eslint-watch": "^8.0.0",
|
|
71
|
-
"glob": "^10.4.
|
|
71
|
+
"glob": "^10.4.2",
|
|
72
72
|
"npm-run-all": "~4.1.5",
|
|
73
73
|
"pathe": "^1.1.2",
|
|
74
74
|
"prettier": "^3.3.2",
|
|
75
75
|
"rimraf": "^5.0.7",
|
|
76
|
-
"ts-patch": "^3.2.
|
|
76
|
+
"ts-patch": "^3.2.1",
|
|
77
77
|
"ts-type-tester": "^0.3.2",
|
|
78
78
|
"tsup": "^8.1.0",
|
|
79
|
-
"tsx": "^4.
|
|
80
|
-
"typescript": "
|
|
81
|
-
"typescript-eslint": "^7.
|
|
79
|
+
"tsx": "^4.16.0",
|
|
80
|
+
"typescript": "~5.4.5",
|
|
81
|
+
"typescript-eslint": "^7.15.0",
|
|
82
82
|
"typescript-transform-paths": "^3.4.7",
|
|
83
83
|
"typescript-transformer-esm": "^1.1.0",
|
|
84
|
-
"vite": "^5.3.
|
|
84
|
+
"vite": "^5.3.2",
|
|
85
85
|
"vite-node": "^1.6.0",
|
|
86
86
|
"vitest": "^1.6.0",
|
|
87
|
-
"vue": "^3.4.
|
|
87
|
+
"vue": "^3.4.31"
|
|
88
88
|
},
|
|
89
89
|
"pnpm": {
|
|
90
90
|
"overrides": {
|