@waiting/shared-types-dev
Advanced tools
Comparing version 19.0.2 to 19.0.3
@@ -192,2 +192,3 @@ import assert from 'node:assert'; | ||
or --project <path-of-tsconfig.json> for cli | ||
or generics type (like: "DbDict<Foo>" ) Foo is a Table model, NOT DataBase model type | ||
`; | ||
@@ -194,0 +195,0 @@ throw new TypeError(msg); |
{ | ||
"name": "@waiting/shared-types-dev", | ||
"author": "waiting", | ||
"version": "19.0.2", | ||
"version": "19.0.3", | ||
"description": "shared typescript types develop", | ||
@@ -35,7 +35,7 @@ "private": false, | ||
"dependencies": { | ||
"@waiting/shared-core": "^23.22.0", | ||
"@waiting/shared-core": "^23.24.0", | ||
"ts-morph": "^24.0.0" | ||
}, | ||
"engines": { | ||
"node": ">=18.12.0" | ||
"node": ">=20.11.0" | ||
}, | ||
@@ -76,3 +76,3 @@ "files": [ | ||
}, | ||
"gitHead": "e93fa4b1a9e442a2b9eab749811e8975cf524334" | ||
"gitHead": "30decb95d3496321e4159339b182a6ade975652e" | ||
} |
@@ -270,2 +270,3 @@ import assert from 'node:assert' | ||
or --project <path-of-tsconfig.json> for cli | ||
or generics type (like: "DbDict<Foo>" ) Foo is a Table model, NOT DataBase model type | ||
` | ||
@@ -272,0 +273,0 @@ throw new TypeError(msg) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
118249
2407