@xylabs/object
Advanced tools
Comparing version 4.4.18 to 4.4.19
@@ -1,2 +0,2 @@ | ||
import type { TypedKey } from '@xylabs/promise'; | ||
import type { TypedKey } from '@xylabs/typeof'; | ||
/** | ||
@@ -3,0 +3,0 @@ * Any object, which means that it does not enforce the set of fields that it has. Extending from AnyObject |
@@ -1,2 +0,2 @@ | ||
import type { TypedObject } from '@xylabs/promise'; | ||
import type { TypedObject } from '@xylabs/typeof'; | ||
import type { TypeCheck } from './AsTypeFactory.ts'; | ||
@@ -3,0 +3,0 @@ export declare const AsObjectFactory: { |
import type { AssertExMessageFunc } from '@xylabs/assert'; | ||
import type { Logger } from '@xylabs/logger'; | ||
import type { AnyNonPromise, TypedValue } from '@xylabs/promise'; | ||
import type { AnyNonPromise } from '@xylabs/promise'; | ||
import type { TypedValue } from '@xylabs/typeof'; | ||
export interface TypeCheckConfig { | ||
@@ -5,0 +6,0 @@ log?: boolean | Logger; |
@@ -1,3 +0,2 @@ | ||
import type { TypedObject } from '@xylabs/promise'; | ||
import type { ObjectTypeShape } from '@xylabs/typeof'; | ||
import type { ObjectTypeShape, TypedObject } from '@xylabs/typeof'; | ||
import type { TypeCheck, TypeCheckConfig } from './AsTypeFactory.ts'; | ||
@@ -4,0 +3,0 @@ export interface ObjectTypeConfig extends TypeCheckConfig { |
{ | ||
"name": "@xylabs/object", | ||
"version": "4.4.18", | ||
"version": "4.4.19", | ||
"description": "Primary SDK for using XYO Protocol 2.0", | ||
@@ -32,6 +32,6 @@ "homepage": "https://xyo.network", | ||
"dependencies": { | ||
"@xylabs/assert": "^4.4.18", | ||
"@xylabs/logger": "^4.4.18", | ||
"@xylabs/promise": "^4.4.18", | ||
"@xylabs/typeof": "^4.4.18" | ||
"@xylabs/assert": "^4.4.19", | ||
"@xylabs/logger": "^4.4.19", | ||
"@xylabs/promise": "^4.4.19", | ||
"@xylabs/typeof": "^4.4.19" | ||
}, | ||
@@ -38,0 +38,0 @@ "devDependencies": { |
@@ -1,2 +0,2 @@ | ||
import type { TypedKey } from '@xylabs/promise' | ||
import type { TypedKey } from '@xylabs/typeof' | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
import type { TypedObject } from '@xylabs/promise' | ||
import type { TypedObject } from '@xylabs/typeof' | ||
@@ -3,0 +3,0 @@ import type { TypeCheck } from './AsTypeFactory.ts' |
import type { AssertExMessageFunc } from '@xylabs/assert' | ||
import { assertEx } from '@xylabs/assert' | ||
import type { Logger } from '@xylabs/logger' | ||
import type { AnyNonPromise, TypedValue } from '@xylabs/promise' | ||
import type { AnyNonPromise } from '@xylabs/promise' | ||
import { isPromise } from '@xylabs/promise' | ||
import type { TypedValue } from '@xylabs/typeof' | ||
@@ -7,0 +8,0 @@ export interface TypeCheckConfig { |
@@ -1,3 +0,2 @@ | ||
import type { TypedObject } from '@xylabs/promise' | ||
import type { ObjectTypeShape } from '@xylabs/typeof' | ||
import type { ObjectTypeShape, TypedObject } from '@xylabs/typeof' | ||
@@ -4,0 +3,0 @@ import type { TypeCheck, TypeCheckConfig } from './AsTypeFactory.ts' |
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
Sorry, the diff of this file is not supported yet
128722
Updated@xylabs/assert@^4.4.19
Updated@xylabs/logger@^4.4.19
Updated@xylabs/promise@^4.4.19
Updated@xylabs/typeof@^4.4.19