@xylabs/promise
Advanced tools
Comparing version 4.3.4 to 4.3.5
{ | ||
"name": "@xylabs/promise", | ||
"version": "4.3.4", | ||
"version": "4.3.5", | ||
"description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries", | ||
@@ -38,8 +38,11 @@ "keywords": [ | ||
"types": "./dist/neutral/index.d.ts", | ||
"dependencies": { | ||
"@xylabs/typeof": "^4.3.5" | ||
}, | ||
"devDependencies": { | ||
"@xylabs/ts-scripts-yarn3": "^4.2.3", | ||
"@xylabs/tsconfig": "^4.2.3", | ||
"@xylabs/vitest-extended": "^4.3.4", | ||
"@xylabs/ts-scripts-yarn3": "^4.2.4", | ||
"@xylabs/tsconfig": "^4.2.4", | ||
"@xylabs/vitest-extended": "^4.3.5", | ||
"typescript": "^5.6.3", | ||
"vitest": "^2.1.4" | ||
"vitest": "^2.1.5" | ||
}, | ||
@@ -46,0 +49,0 @@ "engines": { |
@@ -1,2 +0,2 @@ | ||
import { isType } from './isType.ts' | ||
import { isType } from '@xylabs/typeof' | ||
@@ -3,0 +3,0 @@ // eslint-disable-next-line @typescript-eslint/no-unsafe-function-type |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
34053
1
31
348
+ Added@xylabs/typeof@^4.3.5
+ Added@xylabs/typeof@4.5.1(transitive)