@xylabs/sdk-js
Advanced tools
Comparing version 4.0.1 to 4.0.2
import { config } from 'dotenv' | ||
config() | ||
import { Config } from 'jest' | ||
import { SuperTest, Test } from 'supertest' | ||
import type { Config } from 'jest' | ||
import type { SuperTest, Test } from 'supertest' | ||
@@ -6,0 +6,0 @@ // Augment global scope with shared variables (must be var) |
import { config } from 'dotenv' | ||
config() | ||
import { Config } from 'jest' | ||
import type { Config } from 'jest' | ||
@@ -5,0 +5,0 @@ /** |
@@ -11,3 +11,3 @@ { | ||
"email": "support@xylabs.com", | ||
"url": "https://github.com/xylabs/sdk-js/issues" | ||
"url": "git+https://github.com/xylabs/sdk-js/issues" | ||
}, | ||
@@ -35,29 +35,29 @@ "workspaces": [ | ||
"dependencies": { | ||
"@xylabs/api": "^4.0.1", | ||
"@xylabs/array": "^4.0.1", | ||
"@xylabs/assert": "^4.0.1", | ||
"@xylabs/axios": "^4.0.1", | ||
"@xylabs/crypto": "^4.0.1", | ||
"@xylabs/decimal-precision": "^4.0.1", | ||
"@xylabs/delay": "^4.0.1", | ||
"@xylabs/error": "^4.0.1", | ||
"@xylabs/eth-address": "^4.0.1", | ||
"@xylabs/exists": "^4.0.1", | ||
"@xylabs/forget": "^4.0.1", | ||
"@xylabs/function-name": "^4.0.1", | ||
"@xylabs/hex": "^4.0.1", | ||
"@xylabs/log": "^4.0.1", | ||
"@xylabs/logger": "^4.0.1", | ||
"@xylabs/object": "^4.0.1", | ||
"@xylabs/platform": "^4.0.1", | ||
"@xylabs/profile": "^4.0.1", | ||
"@xylabs/promise": "^4.0.1", | ||
"@xylabs/retry": "^4.0.1", | ||
"@xylabs/set": "^4.0.1", | ||
"@xylabs/static-implements": "^4.0.1", | ||
"@xylabs/timer": "^4.0.1", | ||
"@xylabs/url": "^4.0.1" | ||
"@xylabs/api": "^4.0.2", | ||
"@xylabs/array": "^4.0.2", | ||
"@xylabs/assert": "^4.0.2", | ||
"@xylabs/axios": "^4.0.2", | ||
"@xylabs/crypto": "^4.0.2", | ||
"@xylabs/decimal-precision": "^4.0.2", | ||
"@xylabs/delay": "^4.0.2", | ||
"@xylabs/error": "^4.0.2", | ||
"@xylabs/eth-address": "^4.0.2", | ||
"@xylabs/exists": "^4.0.2", | ||
"@xylabs/forget": "^4.0.2", | ||
"@xylabs/function-name": "^4.0.2", | ||
"@xylabs/hex": "^4.0.2", | ||
"@xylabs/log": "^4.0.2", | ||
"@xylabs/logger": "^4.0.2", | ||
"@xylabs/object": "^4.0.2", | ||
"@xylabs/platform": "^4.0.2", | ||
"@xylabs/profile": "^4.0.2", | ||
"@xylabs/promise": "^4.0.2", | ||
"@xylabs/retry": "^4.0.2", | ||
"@xylabs/set": "^4.0.2", | ||
"@xylabs/static-implements": "^4.0.2", | ||
"@xylabs/timer": "^4.0.2", | ||
"@xylabs/url": "^4.0.2" | ||
}, | ||
"devDependencies": { | ||
"@stylistic/eslint-plugin": "^2.6.2", | ||
"@stylistic/eslint-plugin": "^2.6.4", | ||
"@types/jest": "^29.5.12", | ||
@@ -89,2 +89,5 @@ "@types/supertest": "^6.0.2", | ||
}, | ||
"resolutions": { | ||
"rimraf": "^5" | ||
}, | ||
"publishConfig": { | ||
@@ -95,3 +98,3 @@ "access": "public" | ||
"type": "git", | ||
"url": "https://github.com/xylabs/sdk-js.git" | ||
"url": "git+https://github.com/xylabs/sdk-js.git" | ||
}, | ||
@@ -111,4 +114,4 @@ "sideEffects": false, | ||
}, | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"type": "module" | ||
} |
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
26041
281
Updated@xylabs/api@^4.0.2
Updated@xylabs/array@^4.0.2
Updated@xylabs/assert@^4.0.2
Updated@xylabs/axios@^4.0.2
Updated@xylabs/crypto@^4.0.2
Updated@xylabs/delay@^4.0.2
Updated@xylabs/error@^4.0.2
Updated@xylabs/eth-address@^4.0.2
Updated@xylabs/exists@^4.0.2
Updated@xylabs/forget@^4.0.2
Updated@xylabs/function-name@^4.0.2
Updated@xylabs/hex@^4.0.2
Updated@xylabs/log@^4.0.2
Updated@xylabs/logger@^4.0.2
Updated@xylabs/object@^4.0.2
Updated@xylabs/platform@^4.0.2
Updated@xylabs/profile@^4.0.2
Updated@xylabs/promise@^4.0.2
Updated@xylabs/retry@^4.0.2
Updated@xylabs/set@^4.0.2
Updated@xylabs/timer@^4.0.2
Updated@xylabs/url@^4.0.2