kmore-types
Advanced tools
Comparing version 61.0.0 to 61.2.3
@@ -1,2 +0,2 @@ | ||
import { DictTables, DictColumns, DictAlias, DictScoped, DictCamelAlias, DictCamelColumns } from './types.js'; | ||
import type { DictTables, DictColumns, DictAlias, DictScoped, DictCamelAlias, DictCamelColumns } from './types.js'; | ||
export interface DbDict<D> { | ||
@@ -3,0 +3,0 @@ /** |
{ | ||
"name": "kmore-types", | ||
"author": "waiting", | ||
"version": "61.0.0", | ||
"version": "61.2.3", | ||
"description": "Retrieve types info from ts file", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@waiting/shared-types-dev": "^17.0.2" | ||
"@waiting/shared-types-dev": "18.0.1" | ||
}, | ||
@@ -74,3 +74,3 @@ "engines": { | ||
}, | ||
"gitHead": "28004cb8718f76d66a4a9d274baabd266c858a54" | ||
"gitHead": "5081516fe41b9d3592d687e7615e30ad3a8dad3d" | ||
} |
/* eslint-disable @typescript-eslint/prefer-ts-expect-error */ | ||
import { computeCallExpressionToLiteralObj } from '@waiting/shared-types-dev' | ||
import { | ||
import type { | ||
DictTables, | ||
@@ -6,0 +6,0 @@ DictColumns, |
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
26765
+ Added@ts-morph/common@0.24.0(transitive)
+ Added@waiting/shared-types-dev@18.0.1(transitive)
+ Addedts-morph@23.0.0(transitive)
- Removed@ts-morph/common@0.23.0(transitive)
- Removed@waiting/shared-types-dev@17.0.2(transitive)
- Removedts-morph@22.0.0(transitive)