@xylabs/promise
Advanced tools
Comparing version 4.4.18 to 4.4.19
@@ -6,4 +6,3 @@ export { fulfilled } from './fulfilled.ts'; | ||
export { rejected } from './rejected.ts'; | ||
export * from './Typed.ts'; | ||
export * from './types.ts'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,2 +0,2 @@ | ||
import type { TypedValue } from './Typed.ts'; | ||
import type { TypedValue } from '@xylabs/typeof'; | ||
export interface PromiseType { | ||
@@ -3,0 +3,0 @@ then: () => unknown; |
{ | ||
"name": "@xylabs/promise", | ||
"version": "4.4.18", | ||
"version": "4.4.19", | ||
"description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries", | ||
@@ -39,3 +39,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@xylabs/typeof": "^4.4.18" | ||
"@xylabs/typeof": "^4.4.19" | ||
}, | ||
@@ -45,3 +45,3 @@ "devDependencies": { | ||
"@xylabs/tsconfig": "^4.2.4", | ||
"@xylabs/vitest-extended": "^4.4.18", | ||
"@xylabs/vitest-extended": "^4.4.19", | ||
"typescript": "^5.7.2", | ||
@@ -48,0 +48,0 @@ "vitest": "^2.1.8" |
@@ -6,3 +6,2 @@ export { fulfilled } from './fulfilled.ts' | ||
export { rejected } from './rejected.ts' | ||
export * from './Typed.ts' | ||
export * from './types.ts' |
@@ -1,2 +0,2 @@ | ||
import type { TypedValue } from './Typed.ts' | ||
import type { TypedValue } from '@xylabs/typeof' | ||
@@ -3,0 +3,0 @@ export interface PromiseType { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
27081
28
237
Updated@xylabs/typeof@^4.4.19