@xylabs/object
Advanced tools
Comparing version 4.0.2 to 4.0.3
{ | ||
"name": "@xylabs/object", | ||
"version": "4.0.3", | ||
"description": "Primary SDK for using XYO Protocol 2.0", | ||
"homepage": "https://xyo.network", | ||
"bugs": { | ||
"url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues", | ||
"email": "support@xyo.network" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js.git" | ||
}, | ||
"license": "LGPL-3.0-or-later", | ||
"author": { | ||
"name": "XYO Development Team", | ||
"email": "support@xyo.network", | ||
"name": "XYO Development Team", | ||
"url": "https://xyo.network" | ||
}, | ||
"bugs": { | ||
"email": "support@xyo.network", | ||
"url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues" | ||
}, | ||
"description": "Primary SDK for using XYO Protocol 2.0", | ||
"dependencies": { | ||
"@xylabs/assert": "^4.0.2", | ||
"@xylabs/logger": "^4.0.2", | ||
"@xylabs/promise": "^4.0.2" | ||
}, | ||
"devDependencies": { | ||
"@xylabs/ts-scripts-yarn3": "^4.0.0-rc.15", | ||
"@xylabs/tsconfig": "^4.0.0-rc.15", | ||
"typescript": "^5.5.4" | ||
}, | ||
"sideEffects": false, | ||
"type": "module", | ||
"exports": { | ||
@@ -32,14 +31,15 @@ ".": { | ||
"types": "dist/neutral/index.d.ts", | ||
"homepage": "https://xyo.network", | ||
"license": "LGPL-3.0-or-later", | ||
"dependencies": { | ||
"@xylabs/assert": "^4.0.3", | ||
"@xylabs/logger": "^4.0.3", | ||
"@xylabs/promise": "^4.0.3" | ||
}, | ||
"devDependencies": { | ||
"@xylabs/ts-scripts-yarn3": "^4.0.0", | ||
"@xylabs/tsconfig": "^4.0.0", | ||
"typescript": "^5.5.4" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js.git" | ||
}, | ||
"sideEffects": false, | ||
"version": "4.0.2", | ||
"type": "module" | ||
} | ||
} |
@@ -1,2 +0,4 @@ | ||
import type { JsonArray, JsonObject, JsonValue } from './JsonObject.ts' | ||
import type { | ||
JsonArray, JsonObject, JsonValue, | ||
} from './JsonObject.ts' | ||
@@ -3,0 +5,0 @@ const toJsonArray = (value: unknown[], cycleList?: unknown[], maxDepth = 3): JsonArray => { |
@@ -5,5 +5,3 @@ import type { XyTsupConfig } from '@xylabs/ts-scripts-yarn3' | ||
browser: {}, | ||
neutral: { | ||
src: true, | ||
}, | ||
neutral: { src: true }, | ||
node: {}, | ||
@@ -10,0 +8,0 @@ }, |
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
98919
Updated@xylabs/assert@^4.0.3
Updated@xylabs/logger@^4.0.3
Updated@xylabs/promise@^4.0.3