diff --git a/.gitignore b/.gitignore index 2ae6d4a..ac706ed 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,9 @@ node_modules .DS_Store eosc-vault.json +bun.lockdb +package-lock.json +yarn.lock # Prerequisites *.d diff --git a/bun.lockb b/bun.lockb deleted file mode 100755 index 80d9172..0000000 Binary files a/bun.lockb and /dev/null differ diff --git a/package-lock.json b/package-lock.json index 428e403..0acff05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,13 +5,12 @@ "packages": { "": { "dependencies": { - "@eosnetwork/vert": "^1.0.0", - "@wharfkit/antelope": "^1.0.7", - "@wharfkit/contract": "^1.1.5" + "@eosnetwork/vert": "^1", + "@wharfkit/antelope": "^1" }, "devDependencies": { "@types/bun": "latest", - "typescript": "^5.3.3" + "typescript": "latest" } }, "node_modules/@eosnetwork/vert": { @@ -152,16 +151,6 @@ "@types/node": "*" } }, - "node_modules/@wharfkit/abicache": { - "version": "1.2.2", - "license": "BSD-3-Clause", - "dependencies": { - "@wharfkit/antelope": "^1.0.2", - "@wharfkit/signing-request": "^3.1.0", - "pako": "^2.0.4", - "tslib": "^2.1.0" - } - }, "node_modules/@wharfkit/antelope": { "version": "1.0.7", "license": "BSD-3-Clause-No-Military-License", @@ -178,24 +167,6 @@ "version": "4.12.0", "license": "MIT" }, - "node_modules/@wharfkit/contract": { - "version": "1.1.5", - "license": "BSD-3-Clause", - "dependencies": { - "@wharfkit/abicache": "^1.2.0", - "@wharfkit/antelope": "^1.0.4", - "@wharfkit/signing-request": "^3.1.0", - "tslib": "^2.1.0" - } - }, - "node_modules/@wharfkit/signing-request": { - "version": "3.1.0", - "license": "MIT", - "dependencies": { - "@wharfkit/antelope": "^1.0.0", - "tslib": "^2.0.3" - } - }, "node_modules/assertion-error": { "version": "1.1.0", "license": "MIT", @@ -600,9 +571,10 @@ } }, "node_modules/typescript": { - "version": "5.3.3", + "version": "5.4.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", + "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", "dev": true, - "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 9e00ae1..b4fa27a 100644 --- a/package.json +++ b/package.json @@ -5,12 +5,11 @@ "test": "bun test" }, "dependencies": { - "@eosnetwork/vert": "^1.0.0", - "@wharfkit/antelope": "^1.0.7", - "@wharfkit/contract": "^1.1.5" + "@eosnetwork/vert": "^1", + "@wharfkit/antelope": "^1" }, "devDependencies": { "@types/bun": "latest", - "typescript": "^5.3.3" + "typescript": "latest" } } \ No newline at end of file