@ardrive/turbo-sdk 1.5.0-alpha.1 → 1.5.0-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ardrive/turbo-sdk",
3
- "version": "1.5.0-alpha.1",
3
+ "version": "1.5.0-alpha.2",
4
4
  "main": "./lib/cjs/node/index.js",
5
5
  "types": "./lib/types/node/index.d.ts",
6
6
  "module": "./lib/esm/node/index.js",
@@ -58,18 +58,20 @@
58
58
  "test": "c8 mocha --config .mocharc --exit",
59
59
  "test:web": "c8 mocha --config .mocharc --exclude tests/**/*.node.test.ts --exit",
60
60
  "test:node": "c8 mocha --config .mocharc --exclude tests/**/*.web.test.ts --exit",
61
- "test:docker": "docker compose up --quiet-pull -d; yarn dotenv -e .env.test yarn test; docker-compose down -v",
61
+ "test:docker": "./run-tests.sh",
62
62
  "prepare": "husky install",
63
63
  "examples": "yarn example:esm & yarn example:cjs & yarn example:ts:esm & yarn example:ts:cjs",
64
64
  "example:esm": "cd examples/esm && yarn && node index.mjs",
65
65
  "example:cjs": "cd examples/cjs && yarn && node index.cjs",
66
66
  "example:web": "http-server --port 8080 --host -o examples/web",
67
67
  "example:ts:esm": "cd examples/typescript/esm && yarn && yarn test",
68
- "example:ts:cjs": "cd examples/typescript/cjs && yarn && yarn test"
68
+ "example:ts:cjs": "cd examples/typescript/cjs && yarn && yarn test",
69
+ "docker:up": "docker compose up --quiet-pull --pull always -d",
70
+ "docker:down": "docker compose down -v"
69
71
  },
70
72
  "dependencies": {
73
+ "@irys/arweave": "0.0.3",
71
74
  "arbundles": "0.9.9",
72
- "arweave": "^1.14.4",
73
75
  "axios": "^1.4.0",
74
76
  "axios-retry": "^3.7.0",
75
77
  "bignumber.js": "^9.1.2",