@storacha/encrypt-upload-client 1.1.69 → 1.1.71

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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@storacha/encrypt-upload-client",
3
3
  "type": "module",
4
- "version": "1.1.69",
4
+ "version": "1.1.71",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "description": "Client for upload and download encrypted files",
7
7
  "author": "Storacha",
@@ -82,9 +82,9 @@
82
82
  "p-queue": "^9.0.1",
83
83
  "p-retry": "^5.1.2",
84
84
  "viem": "^2.39.0",
85
- "@storacha/capabilities": "^1.12.0",
86
- "@storacha/client": "^1.8.26",
87
- "@storacha/upload-client": "^1.3.6"
85
+ "@storacha/capabilities": "^2.1.0",
86
+ "@storacha/client": "^2.0.1",
87
+ "@storacha/upload-client": "^1.3.8"
88
88
  },
89
89
  "devDependencies": {
90
90
  "@lit-protocol/schemas": "^8.0.2",
@@ -148,6 +148,6 @@
148
148
  "rc": "npm version prerelease --preid rc",
149
149
  "test": "node --test $(find test -name '*.spec.js' ! -name '*.playwright.spec.js')",
150
150
  "test:setup-certs": "mkdir -p test/mocks/playwright && cd test/mocks/playwright && (test -f cert.key || (npx mkcert create-ca && npx mkcert create-cert --domains localhost 127.0.0.1 ::1))",
151
- "test:browser": "npm run test:setup-certs && npx playwright test"
151
+ "test:browser": "test -n \"$CI\" && echo 'Skipping browser tests in CI (see issue #628)' && exit 0 || npm run test:setup-certs && npx playwright test"
152
152
  }
153
153
  }