diff --git a/packages/w3ui/examples/react/file-upload/package.json b/packages/w3ui/examples/react/file-upload/package.json index 62c0213de..a761646c5 100644 --- a/packages/w3ui/examples/react/file-upload/package.json +++ b/packages/w3ui/examples/react/file-upload/package.json @@ -3,8 +3,8 @@ "version": "0.0.0", "private": true, "dependencies": { - "@w3ui/react-keyring": "^1.0.1", - "@w3ui/react-uploader": "^2.0.0", + "@w3ui/react-keyring": "^2.0.0", + "@w3ui/react-uploader": "^3.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1" diff --git a/packages/w3ui/examples/react/multi-file-upload/package.json b/packages/w3ui/examples/react/multi-file-upload/package.json index 5954ca390..997669949 100644 --- a/packages/w3ui/examples/react/multi-file-upload/package.json +++ b/packages/w3ui/examples/react/multi-file-upload/package.json @@ -3,8 +3,8 @@ "version": "0.0.0", "private": true, "dependencies": { - "@w3ui/react-keyring": "^1.0.1", - "@w3ui/react-uploader": "^2.0.0", + "@w3ui/react-keyring": "^2.0.0", + "@w3ui/react-uploader": "^3.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1" diff --git a/packages/w3ui/examples/react/sign-up-in/package.json b/packages/w3ui/examples/react/sign-up-in/package.json index 18a91fd09..a115b3085 100644 --- a/packages/w3ui/examples/react/sign-up-in/package.json +++ b/packages/w3ui/examples/react/sign-up-in/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "private": true, "dependencies": { - "@w3ui/react-keyring": "^1.0.1", + "@w3ui/react-keyring": "^2.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1" diff --git a/packages/w3ui/examples/react/uploads-list/package.json b/packages/w3ui/examples/react/uploads-list/package.json index bd2d80faf..057f1b3e0 100644 --- a/packages/w3ui/examples/react/uploads-list/package.json +++ b/packages/w3ui/examples/react/uploads-list/package.json @@ -3,8 +3,8 @@ "version": "0.0.0", "private": true, "dependencies": { - "@w3ui/react-keyring": "^1.0.1", - "@w3ui/react-uploads-list": "^1.0.0", + "@w3ui/react-keyring": "^2.0.0", + "@w3ui/react-uploads-list": "^2.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1" diff --git a/packages/w3ui/examples/solid/file-upload/package.json b/packages/w3ui/examples/solid/file-upload/package.json index 333d99bdb..7ce2c4f0e 100644 --- a/packages/w3ui/examples/solid/file-upload/package.json +++ b/packages/w3ui/examples/solid/file-upload/package.json @@ -15,8 +15,8 @@ "vite-plugin-solid": "^2.3.0" }, "dependencies": { - "@w3ui/solid-keyring": "^1.0.1", - "@w3ui/solid-uploader": "^2.0.0", + "@w3ui/solid-keyring": "^2.0.0", + "@w3ui/solid-uploader": "^3.0.0", "solid-js": "^1.5.1" } } diff --git a/packages/w3ui/examples/solid/multi-file-upload/package.json b/packages/w3ui/examples/solid/multi-file-upload/package.json index 1beca9472..32a07093e 100644 --- a/packages/w3ui/examples/solid/multi-file-upload/package.json +++ b/packages/w3ui/examples/solid/multi-file-upload/package.json @@ -15,8 +15,8 @@ "vite-plugin-solid": "^2.3.0" }, "dependencies": { - "@w3ui/solid-keyring": "^1.0.1", - "@w3ui/solid-uploader": "^2.0.0", + "@w3ui/solid-keyring": "^2.0.0", + "@w3ui/solid-uploader": "^3.0.0", "solid-js": "^1.5.1" } } diff --git a/packages/w3ui/examples/solid/sign-up-in/package.json b/packages/w3ui/examples/solid/sign-up-in/package.json index 9e176a392..2ce71d1b4 100644 --- a/packages/w3ui/examples/solid/sign-up-in/package.json +++ b/packages/w3ui/examples/solid/sign-up-in/package.json @@ -15,7 +15,7 @@ "vite-plugin-solid": "^2.3.0" }, "dependencies": { - "@w3ui/solid-keyring": "^1.0.1", + "@w3ui/solid-keyring": "^2.0.0", "solid-js": "^1.5.1" } } diff --git a/packages/w3ui/examples/solid/uploads-list/package.json b/packages/w3ui/examples/solid/uploads-list/package.json index 4308a45c6..726e195df 100644 --- a/packages/w3ui/examples/solid/uploads-list/package.json +++ b/packages/w3ui/examples/solid/uploads-list/package.json @@ -15,8 +15,8 @@ "vite-plugin-solid": "^2.3.0" }, "dependencies": { - "@w3ui/solid-keyring": "^1.0.1", - "@w3ui/solid-uploads-list": "^1.0.0", + "@w3ui/solid-keyring": "^2.0.0", + "@w3ui/solid-uploads-list": "^2.0.0", "solid-js": "^1.5.1" } } diff --git a/packages/w3ui/examples/vanilla/file-upload/package.json b/packages/w3ui/examples/vanilla/file-upload/package.json index ffc96a2df..6751e02fd 100644 --- a/packages/w3ui/examples/vanilla/file-upload/package.json +++ b/packages/w3ui/examples/vanilla/file-upload/package.json @@ -8,9 +8,9 @@ "preview": "vite preview --port 4173" }, "dependencies": { - "@w3ui/uploader-core": "^2.0.2", - "@w3ui/uploads-list-core": "^1.0.3", - "@w3ui/keyring-core": "^1.0.2" + "@w3ui/uploader-core": "^3.0.1", + "@w3ui/uploads-list-core": "^2.0.1", + "@w3ui/keyring-core": "^2.0.1" }, "devDependencies": { "vite": "^3.1.4" diff --git a/packages/w3ui/examples/vanilla/multi-file-upload/package.json b/packages/w3ui/examples/vanilla/multi-file-upload/package.json index 6b4b4fbda..d16d980d6 100644 --- a/packages/w3ui/examples/vanilla/multi-file-upload/package.json +++ b/packages/w3ui/examples/vanilla/multi-file-upload/package.json @@ -8,9 +8,9 @@ "preview": "vite preview --port 4173" }, "dependencies": { - "@w3ui/uploader-core": "^2.0.2", - "@w3ui/uploads-list-core": "^1.0.3", - "@w3ui/keyring-core": "^1.0.2" + "@w3ui/uploader-core": "^3.0.1", + "@w3ui/uploads-list-core": "^2.0.1", + "@w3ui/keyring-core": "^2.0.1" }, "devDependencies": { "vite": "^3.1.4" diff --git a/packages/w3ui/examples/vanilla/sign-up-in/package.json b/packages/w3ui/examples/vanilla/sign-up-in/package.json index 172f1f330..fbcd859c9 100644 --- a/packages/w3ui/examples/vanilla/sign-up-in/package.json +++ b/packages/w3ui/examples/vanilla/sign-up-in/package.json @@ -8,7 +8,7 @@ "preview": "vite preview --port 4173" }, "dependencies": { - "@w3ui/keyring-core": "^1.0.2" + "@w3ui/keyring-core": "^2.0.1" }, "devDependencies": { "vite": "^3.0.9" diff --git a/packages/w3ui/examples/vanilla/uploads-list/package.json b/packages/w3ui/examples/vanilla/uploads-list/package.json index 9567a0618..452c67387 100644 --- a/packages/w3ui/examples/vanilla/uploads-list/package.json +++ b/packages/w3ui/examples/vanilla/uploads-list/package.json @@ -8,8 +8,8 @@ "preview": "vite preview --port 4173" }, "dependencies": { - "@w3ui/uploads-list-core": "^1.0.3", - "@w3ui/keyring-core": "^1.0.2" + "@w3ui/uploads-list-core": "^2.0.1", + "@w3ui/keyring-core": "^2.0.1" }, "devDependencies": { "vite": "^3.0.9" diff --git a/packages/w3ui/examples/vue/file-upload/package.json b/packages/w3ui/examples/vue/file-upload/package.json index fd1a80297..47f1e185c 100644 --- a/packages/w3ui/examples/vue/file-upload/package.json +++ b/packages/w3ui/examples/vue/file-upload/package.json @@ -8,8 +8,8 @@ "preview": "vite preview --port 4173" }, "dependencies": { - "@w3ui/vue-uploader": "^2.0.0", - "@w3ui/vue-keyring": "^1.0.1", + "@w3ui/vue-uploader": "^3.0.0", + "@w3ui/vue-keyring": "^2.0.0", "vue": "^3.2.38" }, "devDependencies": { diff --git a/packages/w3ui/examples/vue/sign-up-in/package.json b/packages/w3ui/examples/vue/sign-up-in/package.json index dae9049ab..b9c3c4b4d 100644 --- a/packages/w3ui/examples/vue/sign-up-in/package.json +++ b/packages/w3ui/examples/vue/sign-up-in/package.json @@ -8,7 +8,7 @@ "preview": "vite preview --port 4173" }, "dependencies": { - "@w3ui/vue-keyring": "^1.0.1", + "@w3ui/vue-keyring": "^2.0.0", "vue": "^3.2.38" }, "devDependencies": { diff --git a/packages/w3ui/examples/vue/uploads-list/package.json b/packages/w3ui/examples/vue/uploads-list/package.json index 4afea3d01..35f3c4666 100644 --- a/packages/w3ui/examples/vue/uploads-list/package.json +++ b/packages/w3ui/examples/vue/uploads-list/package.json @@ -8,8 +8,8 @@ "preview": "vite preview --port 4173" }, "dependencies": { - "@w3ui/vue-uploads-list": "^1.0.0", - "@w3ui/vue-keyring": "^1.0.1", + "@w3ui/vue-uploads-list": "^2.0.0", + "@w3ui/vue-keyring": "^2.0.0", "vue": "^3.2.38" }, "devDependencies": { diff --git a/packages/w3ui/package-lock.json b/packages/w3ui/package-lock.json index d293f6cfc..303591ba8 100644 --- a/packages/w3ui/package-lock.json +++ b/packages/w3ui/package-lock.json @@ -73,8 +73,8 @@ "name": "@w3ui/example-react-file-upload", "version": "0.0.0", "dependencies": { - "@w3ui/react-keyring": "^1.0.1", - "@w3ui/react-uploader": "^2.0.0", + "@w3ui/react-keyring": "^2.0.0", + "@w3ui/react-uploader": "^3.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1" @@ -84,8 +84,8 @@ "name": "@w3ui/example-react-multi-file-upload", "version": "0.0.0", "dependencies": { - "@w3ui/react-keyring": "^1.0.1", - "@w3ui/react-uploader": "^2.0.0", + "@w3ui/react-keyring": "^2.0.0", + "@w3ui/react-uploader": "^3.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1" @@ -95,7 +95,7 @@ "name": "@w3ui/example-react-sign-up-in", "version": "0.0.0", "dependencies": { - "@w3ui/react-keyring": "^1.0.1", + "@w3ui/react-keyring": "^2.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1" @@ -114,8 +114,8 @@ "name": "@w3ui/example-react-uploads-list", "version": "0.0.0", "dependencies": { - "@w3ui/react-keyring": "^1.0.1", - "@w3ui/react-uploads-list": "^1.0.0", + "@w3ui/react-keyring": "^2.0.0", + "@w3ui/react-uploads-list": "^2.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1" @@ -126,8 +126,8 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@w3ui/solid-keyring": "^1.0.1", - "@w3ui/solid-uploader": "^2.0.0", + "@w3ui/solid-keyring": "^2.0.0", + "@w3ui/solid-uploader": "^3.0.0", "solid-js": "^1.5.1" }, "devDependencies": { @@ -140,8 +140,8 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@w3ui/solid-keyring": "^1.0.1", - "@w3ui/solid-uploader": "^2.0.0", + "@w3ui/solid-keyring": "^2.0.0", + "@w3ui/solid-uploader": "^3.0.0", "solid-js": "^1.5.1" }, "devDependencies": { @@ -154,7 +154,7 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@w3ui/solid-keyring": "^1.0.1", + "@w3ui/solid-keyring": "^2.0.0", "solid-js": "^1.5.1" }, "devDependencies": { @@ -179,8 +179,8 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@w3ui/solid-keyring": "^1.0.1", - "@w3ui/solid-uploads-list": "^1.0.0", + "@w3ui/solid-keyring": "^2.0.0", + "@w3ui/solid-uploads-list": "^2.0.0", "solid-js": "^1.5.1" }, "devDependencies": { @@ -192,778 +192,36 @@ "name": "@w3ui/example-vanilla-file-upload", "version": "0.0.0", "dependencies": { - "@w3ui/keyring-core": "^1.0.2", - "@w3ui/uploader-core": "^2.0.2", - "@w3ui/uploads-list-core": "^1.0.3" + "@w3ui/keyring-core": "^2.0.1", + "@w3ui/uploader-core": "^3.0.1", + "@w3ui/uploads-list-core": "^2.0.1" }, "devDependencies": { "vite": "^3.1.4" } }, - "examples/vanilla/file-upload/node_modules/@ipld/car": { - "version": "4.1.6", - "resolved": "https://registry.npmjs.org/@ipld/car/-/car-4.1.6.tgz", - "integrity": "sha512-qs3Sco7rm1PRhhuGSWpCeayhqcB/0DOyIgBiqsfjV0mT0JbWs68Z+BTxksONlfindRXsM5llJOvZfAcuEJUqxw==", - "dependencies": { - "@ipld/dag-cbor": "^7.0.0", - "cborg": "^1.9.0", - "multiformats": "^9.5.4", - "varint": "^6.0.0" - } - }, - "examples/vanilla/file-upload/node_modules/@ipld/dag-cbor": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@ipld/dag-cbor/-/dag-cbor-7.0.3.tgz", - "integrity": "sha512-1VVh2huHsuohdXC1bGJNE8WR72slZ9XE2T3wbBBq31dm7ZBatmKLLxrB+XAqafxfRFjv08RZmj/W/ZqaM13AuA==", - "dependencies": { - "cborg": "^1.6.0", - "multiformats": "^9.5.4" - } - }, - "examples/vanilla/file-upload/node_modules/@ipld/dag-json": { - "version": "8.0.11", - "resolved": "https://registry.npmjs.org/@ipld/dag-json/-/dag-json-8.0.11.tgz", - "integrity": "sha512-Pea7JXeYHTWXRTIhBqBlhw7G53PJ7yta3G/sizGEZyzdeEwhZRr0od5IQ0r2ZxOt1Do+2czddjeEPp+YTxDwCA==", - "dependencies": { - "cborg": "^1.5.4", - "multiformats": "^9.5.4" - } - }, - "examples/vanilla/file-upload/node_modules/@ipld/dag-ucan": { - "version": "3.0.0-beta", - "resolved": "https://registry.npmjs.org/@ipld/dag-ucan/-/dag-ucan-3.0.0-beta.tgz", - "integrity": "sha512-WzKh4mDiUElslfI/cg9VjLNHsT+9r3XjwbDY/gck+1289sCU1Hywj1/9PMx0DMJoEEwd2OFy/bq5PX2IyQ20Cw==", - "dependencies": { - "@ipld/dag-cbor": "^7.0.1", - "@ipld/dag-json": "^8.0.9", - "multiformats": "^9.6.4" - } - }, - "examples/vanilla/file-upload/node_modules/@ipld/unixfs": { - "version": "1.1.0-dev", - "resolved": "https://registry.npmjs.org/@ipld/unixfs/-/unixfs-1.1.0-dev.tgz", - "integrity": "sha512-rLMc49JZtghx2s1Ed9iAvC35PtImREMdk4on3830nOH7ohL3QGwi4dB2rtE2vPvgJonHuImP9BMK+4AcFFWMZQ==", - "dependencies": { - "@ipld/dag-pb": "^2.1.15", - "@web-std/stream": "1.0.1", - "actor": "^2.3.0", - "protobufjs": "^6.11.2", - "rabin-rs": "^2.1.0" - } - }, - "examples/vanilla/file-upload/node_modules/@ucanto/client": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/client/-/client-1.0.1.tgz", - "integrity": "sha512-ZWOCVDXdKhq0r5ZRUN5ubqpfjsQ2Nra2WFv2AyHZWSHA+maI4FA/btJBOWUPHW3BtWNDSt4waEfYXXh4iqkN0g==", - "dependencies": { - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "examples/vanilla/file-upload/node_modules/@ucanto/core": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/core/-/core-1.0.1.tgz", - "integrity": "sha512-ugGyxbVwe1W7yYiVf281uZqZ5RgZ9f89JK29zQmmU3fv83wO3xIt5cWAr2ctXUAaRKmY0s3kZcMlEYemDDYm+A==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ipld/dag-ucan": "3.0.0-beta", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "examples/vanilla/file-upload/node_modules/@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - }, - "examples/vanilla/file-upload/node_modules/@ucanto/principal": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/principal/-/principal-1.0.1.tgz", - "integrity": "sha512-tuIhJRCj8Plk/XraHlPkOc9WsMsFOyQ9jcYRquD3/ybah4Nh843+eSPfDcOUnB1Y4FJg2wT4R8OEnTZejE7+dA==", - "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.0", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "examples/vanilla/file-upload/node_modules/@ucanto/transport": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/transport/-/transport-1.0.1.tgz", - "integrity": "sha512-zC7ty7l5F47C8uWiZajs8MwplR8KoAGIz72psSrB6R+Zx9Le+SoN2/gyPD0a4cDtpMLEyHOPodOlBTnQEIlEcQ==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "examples/vanilla/file-upload/node_modules/@ucanto/validator": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@ucanto/validator/-/validator-1.0.2.tgz", - "integrity": "sha512-SFjS/8FDOwzPNM29brT6wgbE+HXD8iQnHR3aeqEgzIUL7j56kluZykfVWD0xR8oLn8vYzNqJqf60YeFAbIBsqg==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "examples/vanilla/file-upload/node_modules/@w3ui/keyring-core": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@w3ui/keyring-core/-/keyring-core-1.0.2.tgz", - "integrity": "sha512-IujXoTV1VtnqUtscSoeaqwuOhKRoHOc/u9gP/oTlhZ8B2ueaDIcn6Cfd9D1uQuDY5c62o0QC0WIwWiqleQ17Kg==", - "dependencies": { - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@web3-storage/access": "^2.1.1", - "multiformats": "^9.8.1" - } - }, - "examples/vanilla/file-upload/node_modules/@w3ui/uploader-core": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@w3ui/uploader-core/-/uploader-core-2.0.2.tgz", - "integrity": "sha512-QSKrq24THyMztyzAhdif8ajhMewaTTTVYnwq/sjVj2TXsXE8XeY6J0qKko0w+QtEy0A47SnbrHevtNLq4KGP2A==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/unixfs": "^1.1.0-dev", - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@ucanto/transport": "^1.0.1", - "@web3-storage/access": "^2.1.1", - "multiformats": "^9.8.1", - "p-retry": "^5.1.1", - "streaming-iterables": "^7.1.0" - } - }, - "examples/vanilla/file-upload/node_modules/@w3ui/uploads-list-core": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@w3ui/uploads-list-core/-/uploads-list-core-1.0.3.tgz", - "integrity": "sha512-IEsRxjYI3eUogksunInK8TFwTNy47B9pg/LsXbGOKyWKeIH2TK1rgC+hht0P03Ng8yY2ANg+WzccLgK8Tmj2ew==", - "dependencies": { - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@web3-storage/access": "^2.1.1", - "multiformats": "^9.9.0" - } - }, - "examples/vanilla/file-upload/node_modules/@web-std/stream": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@web-std/stream/-/stream-1.0.1.tgz", - "integrity": "sha512-tsz4Y0WNDgFA5jwLSeV7/UV5rfMIlj0cPsSLVfTihjaVW0OJPd5NxJ3le1B3yLyqqzRpeG5OAfJAADLc4VoGTA==", - "dependencies": { - "web-streams-polyfill": "^3.1.1" - } - }, - "examples/vanilla/file-upload/node_modules/@web3-storage/access": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@web3-storage/access/-/access-2.1.1.tgz", - "integrity": "sha512-8MGs3gY6dn/KrJE+X4GDnwrPXaPgm5lvGJKFJpMdYVBtTUjfWQx9mhdYErs2nE2JEt9tKubCfe1rgodZ1b+7gA==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.1", - "@types/ws": "^8.5.3", - "@ucanto/client": "^1.0.1", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@ucanto/server": "^1.0.2", - "@ucanto/transport": "^1.0.1", - "@ucanto/validator": "^1.0.2", - "@web-std/fetch": "^4.1.0", - "bigint-mod-arith": "^3.1.1", - "conf": "^10.1.2", - "inquirer": "^9.1.2", - "isomorphic-ws": "^5.0.0", - "multiformats": "^9.8.1", - "nanoid": "^4.0.0", - "one-webcrypto": "^1.0.3", - "ora": "^6.1.2", - "p-queue": "^7.3.0", - "p-retry": "^5.1.1", - "p-wait-for": "^5.0.0", - "uint8arrays": "^3.1.0", - "undici": "^5.10.0", - "ws": "^8.8.1", - "zod": "^3.19.1" - }, - "bin": { - "w3access": "src/cli/index.js" - } - }, - "examples/vanilla/file-upload/node_modules/long": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/long/-/long-4.0.0.tgz", - "integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==" - }, - "examples/vanilla/file-upload/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "examples/vanilla/file-upload/node_modules/nanoid": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-4.0.0.tgz", - "integrity": "sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg==", - "bin": { - "nanoid": "bin/nanoid.js" - }, - "engines": { - "node": "^14 || ^16 || >=18" - } - }, - "examples/vanilla/file-upload/node_modules/protobufjs": { - "version": "6.11.3", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-6.11.3.tgz", - "integrity": "sha512-xL96WDdCZYdU7Slin569tFX712BxsxslWwAfAhCYjQKGTq7dAU91Lomy6nLLhh/dyGhk/YH4TwTSRxTzhuHyZg==", - "hasInstallScript": true, - "dependencies": { - "@protobufjs/aspromise": "^1.1.2", - "@protobufjs/base64": "^1.1.2", - "@protobufjs/codegen": "^2.0.4", - "@protobufjs/eventemitter": "^1.1.0", - "@protobufjs/fetch": "^1.1.0", - "@protobufjs/float": "^1.0.2", - "@protobufjs/inquire": "^1.1.0", - "@protobufjs/path": "^1.1.2", - "@protobufjs/pool": "^1.1.0", - "@protobufjs/utf8": "^1.1.0", - "@types/long": "^4.0.1", - "@types/node": ">=13.7.0", - "long": "^4.0.0" - }, - "bin": { - "pbjs": "bin/pbjs", - "pbts": "bin/pbts" - } - }, - "examples/vanilla/file-upload/node_modules/uint8arrays": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.1.1.tgz", - "integrity": "sha512-+QJa8QRnbdXVpHYjLoTpJIdCTiw9Ir62nocClWuXIq2JIh4Uta0cQsTSpFL678p2CN8B+XSApwcU+pQEqVpKWg==", - "dependencies": { - "multiformats": "^9.4.2" - } - }, - "examples/vanilla/file-upload/node_modules/ws": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz", - "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", - "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": "^5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } - } - }, "examples/vanilla/multi-file-upload": { "name": "@w3ui/example-vanilla-multi-file-upload", "version": "0.0.0", "dependencies": { - "@w3ui/keyring-core": "^1.0.2", - "@w3ui/uploader-core": "^2.0.2", - "@w3ui/uploads-list-core": "^1.0.3" + "@w3ui/keyring-core": "^2.0.1", + "@w3ui/uploader-core": "^3.0.1", + "@w3ui/uploads-list-core": "^2.0.1" }, "devDependencies": { "vite": "^3.1.4" } }, - "examples/vanilla/multi-file-upload/node_modules/@ipld/car": { - "version": "4.1.6", - "resolved": "https://registry.npmjs.org/@ipld/car/-/car-4.1.6.tgz", - "integrity": "sha512-qs3Sco7rm1PRhhuGSWpCeayhqcB/0DOyIgBiqsfjV0mT0JbWs68Z+BTxksONlfindRXsM5llJOvZfAcuEJUqxw==", - "dependencies": { - "@ipld/dag-cbor": "^7.0.0", - "cborg": "^1.9.0", - "multiformats": "^9.5.4", - "varint": "^6.0.0" - } - }, - "examples/vanilla/multi-file-upload/node_modules/@ipld/dag-cbor": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@ipld/dag-cbor/-/dag-cbor-7.0.3.tgz", - "integrity": "sha512-1VVh2huHsuohdXC1bGJNE8WR72slZ9XE2T3wbBBq31dm7ZBatmKLLxrB+XAqafxfRFjv08RZmj/W/ZqaM13AuA==", - "dependencies": { - "cborg": "^1.6.0", - "multiformats": "^9.5.4" - } - }, - "examples/vanilla/multi-file-upload/node_modules/@ipld/dag-json": { - "version": "8.0.11", - "resolved": "https://registry.npmjs.org/@ipld/dag-json/-/dag-json-8.0.11.tgz", - "integrity": "sha512-Pea7JXeYHTWXRTIhBqBlhw7G53PJ7yta3G/sizGEZyzdeEwhZRr0od5IQ0r2ZxOt1Do+2czddjeEPp+YTxDwCA==", - "dependencies": { - "cborg": "^1.5.4", - "multiformats": "^9.5.4" - } - }, - "examples/vanilla/multi-file-upload/node_modules/@ipld/dag-ucan": { - "version": "3.0.0-beta", - "resolved": "https://registry.npmjs.org/@ipld/dag-ucan/-/dag-ucan-3.0.0-beta.tgz", - "integrity": "sha512-WzKh4mDiUElslfI/cg9VjLNHsT+9r3XjwbDY/gck+1289sCU1Hywj1/9PMx0DMJoEEwd2OFy/bq5PX2IyQ20Cw==", - "dependencies": { - "@ipld/dag-cbor": "^7.0.1", - "@ipld/dag-json": "^8.0.9", - "multiformats": "^9.6.4" - } - }, - "examples/vanilla/multi-file-upload/node_modules/@ipld/unixfs": { - "version": "1.1.0-dev", - "resolved": "https://registry.npmjs.org/@ipld/unixfs/-/unixfs-1.1.0-dev.tgz", - "integrity": "sha512-rLMc49JZtghx2s1Ed9iAvC35PtImREMdk4on3830nOH7ohL3QGwi4dB2rtE2vPvgJonHuImP9BMK+4AcFFWMZQ==", - "dependencies": { - "@ipld/dag-pb": "^2.1.15", - "@web-std/stream": "1.0.1", - "actor": "^2.3.0", - "protobufjs": "^6.11.2", - "rabin-rs": "^2.1.0" - } - }, - "examples/vanilla/multi-file-upload/node_modules/@ucanto/client": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/client/-/client-1.0.1.tgz", - "integrity": "sha512-ZWOCVDXdKhq0r5ZRUN5ubqpfjsQ2Nra2WFv2AyHZWSHA+maI4FA/btJBOWUPHW3BtWNDSt4waEfYXXh4iqkN0g==", - "dependencies": { - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "examples/vanilla/multi-file-upload/node_modules/@ucanto/core": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/core/-/core-1.0.1.tgz", - "integrity": "sha512-ugGyxbVwe1W7yYiVf281uZqZ5RgZ9f89JK29zQmmU3fv83wO3xIt5cWAr2ctXUAaRKmY0s3kZcMlEYemDDYm+A==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ipld/dag-ucan": "3.0.0-beta", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "examples/vanilla/multi-file-upload/node_modules/@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - }, - "examples/vanilla/multi-file-upload/node_modules/@ucanto/principal": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/principal/-/principal-1.0.1.tgz", - "integrity": "sha512-tuIhJRCj8Plk/XraHlPkOc9WsMsFOyQ9jcYRquD3/ybah4Nh843+eSPfDcOUnB1Y4FJg2wT4R8OEnTZejE7+dA==", - "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.0", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "examples/vanilla/multi-file-upload/node_modules/@ucanto/transport": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/transport/-/transport-1.0.1.tgz", - "integrity": "sha512-zC7ty7l5F47C8uWiZajs8MwplR8KoAGIz72psSrB6R+Zx9Le+SoN2/gyPD0a4cDtpMLEyHOPodOlBTnQEIlEcQ==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "examples/vanilla/multi-file-upload/node_modules/@ucanto/validator": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@ucanto/validator/-/validator-1.0.2.tgz", - "integrity": "sha512-SFjS/8FDOwzPNM29brT6wgbE+HXD8iQnHR3aeqEgzIUL7j56kluZykfVWD0xR8oLn8vYzNqJqf60YeFAbIBsqg==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "examples/vanilla/multi-file-upload/node_modules/@w3ui/keyring-core": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@w3ui/keyring-core/-/keyring-core-1.0.2.tgz", - "integrity": "sha512-IujXoTV1VtnqUtscSoeaqwuOhKRoHOc/u9gP/oTlhZ8B2ueaDIcn6Cfd9D1uQuDY5c62o0QC0WIwWiqleQ17Kg==", - "dependencies": { - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@web3-storage/access": "^2.1.1", - "multiformats": "^9.8.1" - } - }, - "examples/vanilla/multi-file-upload/node_modules/@w3ui/uploader-core": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@w3ui/uploader-core/-/uploader-core-2.0.2.tgz", - "integrity": "sha512-QSKrq24THyMztyzAhdif8ajhMewaTTTVYnwq/sjVj2TXsXE8XeY6J0qKko0w+QtEy0A47SnbrHevtNLq4KGP2A==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/unixfs": "^1.1.0-dev", - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@ucanto/transport": "^1.0.1", - "@web3-storage/access": "^2.1.1", - "multiformats": "^9.8.1", - "p-retry": "^5.1.1", - "streaming-iterables": "^7.1.0" - } - }, - "examples/vanilla/multi-file-upload/node_modules/@w3ui/uploads-list-core": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@w3ui/uploads-list-core/-/uploads-list-core-1.0.3.tgz", - "integrity": "sha512-IEsRxjYI3eUogksunInK8TFwTNy47B9pg/LsXbGOKyWKeIH2TK1rgC+hht0P03Ng8yY2ANg+WzccLgK8Tmj2ew==", - "dependencies": { - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@web3-storage/access": "^2.1.1", - "multiformats": "^9.9.0" - } - }, - "examples/vanilla/multi-file-upload/node_modules/@web-std/stream": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@web-std/stream/-/stream-1.0.1.tgz", - "integrity": "sha512-tsz4Y0WNDgFA5jwLSeV7/UV5rfMIlj0cPsSLVfTihjaVW0OJPd5NxJ3le1B3yLyqqzRpeG5OAfJAADLc4VoGTA==", - "dependencies": { - "web-streams-polyfill": "^3.1.1" - } - }, - "examples/vanilla/multi-file-upload/node_modules/@web3-storage/access": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@web3-storage/access/-/access-2.1.1.tgz", - "integrity": "sha512-8MGs3gY6dn/KrJE+X4GDnwrPXaPgm5lvGJKFJpMdYVBtTUjfWQx9mhdYErs2nE2JEt9tKubCfe1rgodZ1b+7gA==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.1", - "@types/ws": "^8.5.3", - "@ucanto/client": "^1.0.1", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@ucanto/server": "^1.0.2", - "@ucanto/transport": "^1.0.1", - "@ucanto/validator": "^1.0.2", - "@web-std/fetch": "^4.1.0", - "bigint-mod-arith": "^3.1.1", - "conf": "^10.1.2", - "inquirer": "^9.1.2", - "isomorphic-ws": "^5.0.0", - "multiformats": "^9.8.1", - "nanoid": "^4.0.0", - "one-webcrypto": "^1.0.3", - "ora": "^6.1.2", - "p-queue": "^7.3.0", - "p-retry": "^5.1.1", - "p-wait-for": "^5.0.0", - "uint8arrays": "^3.1.0", - "undici": "^5.10.0", - "ws": "^8.8.1", - "zod": "^3.19.1" - }, - "bin": { - "w3access": "src/cli/index.js" - } - }, - "examples/vanilla/multi-file-upload/node_modules/long": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/long/-/long-4.0.0.tgz", - "integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==" - }, - "examples/vanilla/multi-file-upload/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "examples/vanilla/multi-file-upload/node_modules/nanoid": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-4.0.0.tgz", - "integrity": "sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg==", - "bin": { - "nanoid": "bin/nanoid.js" - }, - "engines": { - "node": "^14 || ^16 || >=18" - } - }, - "examples/vanilla/multi-file-upload/node_modules/protobufjs": { - "version": "6.11.3", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-6.11.3.tgz", - "integrity": "sha512-xL96WDdCZYdU7Slin569tFX712BxsxslWwAfAhCYjQKGTq7dAU91Lomy6nLLhh/dyGhk/YH4TwTSRxTzhuHyZg==", - "hasInstallScript": true, - "dependencies": { - "@protobufjs/aspromise": "^1.1.2", - "@protobufjs/base64": "^1.1.2", - "@protobufjs/codegen": "^2.0.4", - "@protobufjs/eventemitter": "^1.1.0", - "@protobufjs/fetch": "^1.1.0", - "@protobufjs/float": "^1.0.2", - "@protobufjs/inquire": "^1.1.0", - "@protobufjs/path": "^1.1.2", - "@protobufjs/pool": "^1.1.0", - "@protobufjs/utf8": "^1.1.0", - "@types/long": "^4.0.1", - "@types/node": ">=13.7.0", - "long": "^4.0.0" - }, - "bin": { - "pbjs": "bin/pbjs", - "pbts": "bin/pbts" - } - }, - "examples/vanilla/multi-file-upload/node_modules/uint8arrays": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.1.1.tgz", - "integrity": "sha512-+QJa8QRnbdXVpHYjLoTpJIdCTiw9Ir62nocClWuXIq2JIh4Uta0cQsTSpFL678p2CN8B+XSApwcU+pQEqVpKWg==", - "dependencies": { - "multiformats": "^9.4.2" - } - }, - "examples/vanilla/multi-file-upload/node_modules/ws": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz", - "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", - "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": "^5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } - } - }, "examples/vanilla/sign-up-in": { "name": "@w3ui/example-vanilla-sign-up-in", "version": "0.0.0", "dependencies": { - "@w3ui/keyring-core": "^1.0.2" + "@w3ui/keyring-core": "^2.0.1" }, "devDependencies": { "vite": "^3.0.9" } }, - "examples/vanilla/sign-up-in/node_modules/@ipld/car": { - "version": "4.1.6", - "resolved": "https://registry.npmjs.org/@ipld/car/-/car-4.1.6.tgz", - "integrity": "sha512-qs3Sco7rm1PRhhuGSWpCeayhqcB/0DOyIgBiqsfjV0mT0JbWs68Z+BTxksONlfindRXsM5llJOvZfAcuEJUqxw==", - "dependencies": { - "@ipld/dag-cbor": "^7.0.0", - "cborg": "^1.9.0", - "multiformats": "^9.5.4", - "varint": "^6.0.0" - } - }, - "examples/vanilla/sign-up-in/node_modules/@ipld/dag-cbor": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@ipld/dag-cbor/-/dag-cbor-7.0.3.tgz", - "integrity": "sha512-1VVh2huHsuohdXC1bGJNE8WR72slZ9XE2T3wbBBq31dm7ZBatmKLLxrB+XAqafxfRFjv08RZmj/W/ZqaM13AuA==", - "dependencies": { - "cborg": "^1.6.0", - "multiformats": "^9.5.4" - } - }, - "examples/vanilla/sign-up-in/node_modules/@ipld/dag-json": { - "version": "8.0.11", - "resolved": "https://registry.npmjs.org/@ipld/dag-json/-/dag-json-8.0.11.tgz", - "integrity": "sha512-Pea7JXeYHTWXRTIhBqBlhw7G53PJ7yta3G/sizGEZyzdeEwhZRr0od5IQ0r2ZxOt1Do+2czddjeEPp+YTxDwCA==", - "dependencies": { - "cborg": "^1.5.4", - "multiformats": "^9.5.4" - } - }, - "examples/vanilla/sign-up-in/node_modules/@ipld/dag-ucan": { - "version": "3.0.0-beta", - "resolved": "https://registry.npmjs.org/@ipld/dag-ucan/-/dag-ucan-3.0.0-beta.tgz", - "integrity": "sha512-WzKh4mDiUElslfI/cg9VjLNHsT+9r3XjwbDY/gck+1289sCU1Hywj1/9PMx0DMJoEEwd2OFy/bq5PX2IyQ20Cw==", - "dependencies": { - "@ipld/dag-cbor": "^7.0.1", - "@ipld/dag-json": "^8.0.9", - "multiformats": "^9.6.4" - } - }, - "examples/vanilla/sign-up-in/node_modules/@ucanto/client": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/client/-/client-1.0.1.tgz", - "integrity": "sha512-ZWOCVDXdKhq0r5ZRUN5ubqpfjsQ2Nra2WFv2AyHZWSHA+maI4FA/btJBOWUPHW3BtWNDSt4waEfYXXh4iqkN0g==", - "dependencies": { - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "examples/vanilla/sign-up-in/node_modules/@ucanto/core": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/core/-/core-1.0.1.tgz", - "integrity": "sha512-ugGyxbVwe1W7yYiVf281uZqZ5RgZ9f89JK29zQmmU3fv83wO3xIt5cWAr2ctXUAaRKmY0s3kZcMlEYemDDYm+A==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ipld/dag-ucan": "3.0.0-beta", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "examples/vanilla/sign-up-in/node_modules/@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - }, - "examples/vanilla/sign-up-in/node_modules/@ucanto/principal": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/principal/-/principal-1.0.1.tgz", - "integrity": "sha512-tuIhJRCj8Plk/XraHlPkOc9WsMsFOyQ9jcYRquD3/ybah4Nh843+eSPfDcOUnB1Y4FJg2wT4R8OEnTZejE7+dA==", - "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.0", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "examples/vanilla/sign-up-in/node_modules/@ucanto/transport": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/transport/-/transport-1.0.1.tgz", - "integrity": "sha512-zC7ty7l5F47C8uWiZajs8MwplR8KoAGIz72psSrB6R+Zx9Le+SoN2/gyPD0a4cDtpMLEyHOPodOlBTnQEIlEcQ==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "examples/vanilla/sign-up-in/node_modules/@ucanto/validator": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@ucanto/validator/-/validator-1.0.2.tgz", - "integrity": "sha512-SFjS/8FDOwzPNM29brT6wgbE+HXD8iQnHR3aeqEgzIUL7j56kluZykfVWD0xR8oLn8vYzNqJqf60YeFAbIBsqg==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "examples/vanilla/sign-up-in/node_modules/@w3ui/keyring-core": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@w3ui/keyring-core/-/keyring-core-1.0.2.tgz", - "integrity": "sha512-IujXoTV1VtnqUtscSoeaqwuOhKRoHOc/u9gP/oTlhZ8B2ueaDIcn6Cfd9D1uQuDY5c62o0QC0WIwWiqleQ17Kg==", - "dependencies": { - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@web3-storage/access": "^2.1.1", - "multiformats": "^9.8.1" - } - }, - "examples/vanilla/sign-up-in/node_modules/@web3-storage/access": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@web3-storage/access/-/access-2.1.1.tgz", - "integrity": "sha512-8MGs3gY6dn/KrJE+X4GDnwrPXaPgm5lvGJKFJpMdYVBtTUjfWQx9mhdYErs2nE2JEt9tKubCfe1rgodZ1b+7gA==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.1", - "@types/ws": "^8.5.3", - "@ucanto/client": "^1.0.1", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@ucanto/server": "^1.0.2", - "@ucanto/transport": "^1.0.1", - "@ucanto/validator": "^1.0.2", - "@web-std/fetch": "^4.1.0", - "bigint-mod-arith": "^3.1.1", - "conf": "^10.1.2", - "inquirer": "^9.1.2", - "isomorphic-ws": "^5.0.0", - "multiformats": "^9.8.1", - "nanoid": "^4.0.0", - "one-webcrypto": "^1.0.3", - "ora": "^6.1.2", - "p-queue": "^7.3.0", - "p-retry": "^5.1.1", - "p-wait-for": "^5.0.0", - "uint8arrays": "^3.1.0", - "undici": "^5.10.0", - "ws": "^8.8.1", - "zod": "^3.19.1" - }, - "bin": { - "w3access": "src/cli/index.js" - } - }, - "examples/vanilla/sign-up-in/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "examples/vanilla/sign-up-in/node_modules/nanoid": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-4.0.0.tgz", - "integrity": "sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg==", - "bin": { - "nanoid": "bin/nanoid.js" - }, - "engines": { - "node": "^14 || ^16 || >=18" - } - }, - "examples/vanilla/sign-up-in/node_modules/uint8arrays": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.1.1.tgz", - "integrity": "sha512-+QJa8QRnbdXVpHYjLoTpJIdCTiw9Ir62nocClWuXIq2JIh4Uta0cQsTSpFL678p2CN8B+XSApwcU+pQEqVpKWg==", - "dependencies": { - "multiformats": "^9.4.2" - } - }, - "examples/vanilla/sign-up-in/node_modules/ws": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz", - "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", - "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": "^5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } - } - }, "examples/vanilla/template": { "name": "@w3ui/example-vanilla-template", "version": "0.0.0", @@ -975,226 +233,19 @@ "name": "@w3ui/example-vanilla-uploads-list", "version": "0.0.0", "dependencies": { - "@w3ui/keyring-core": "^1.0.2", - "@w3ui/uploads-list-core": "^1.0.3" + "@w3ui/keyring-core": "^2.0.1", + "@w3ui/uploads-list-core": "^2.0.1" }, "devDependencies": { "vite": "^3.0.9" } }, - "examples/vanilla/uploads-list/node_modules/@ipld/car": { - "version": "4.1.6", - "resolved": "https://registry.npmjs.org/@ipld/car/-/car-4.1.6.tgz", - "integrity": "sha512-qs3Sco7rm1PRhhuGSWpCeayhqcB/0DOyIgBiqsfjV0mT0JbWs68Z+BTxksONlfindRXsM5llJOvZfAcuEJUqxw==", - "dependencies": { - "@ipld/dag-cbor": "^7.0.0", - "cborg": "^1.9.0", - "multiformats": "^9.5.4", - "varint": "^6.0.0" - } - }, - "examples/vanilla/uploads-list/node_modules/@ipld/dag-cbor": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@ipld/dag-cbor/-/dag-cbor-7.0.3.tgz", - "integrity": "sha512-1VVh2huHsuohdXC1bGJNE8WR72slZ9XE2T3wbBBq31dm7ZBatmKLLxrB+XAqafxfRFjv08RZmj/W/ZqaM13AuA==", - "dependencies": { - "cborg": "^1.6.0", - "multiformats": "^9.5.4" - } - }, - "examples/vanilla/uploads-list/node_modules/@ipld/dag-json": { - "version": "8.0.11", - "resolved": "https://registry.npmjs.org/@ipld/dag-json/-/dag-json-8.0.11.tgz", - "integrity": "sha512-Pea7JXeYHTWXRTIhBqBlhw7G53PJ7yta3G/sizGEZyzdeEwhZRr0od5IQ0r2ZxOt1Do+2czddjeEPp+YTxDwCA==", - "dependencies": { - "cborg": "^1.5.4", - "multiformats": "^9.5.4" - } - }, - "examples/vanilla/uploads-list/node_modules/@ipld/dag-ucan": { - "version": "3.0.0-beta", - "resolved": "https://registry.npmjs.org/@ipld/dag-ucan/-/dag-ucan-3.0.0-beta.tgz", - "integrity": "sha512-WzKh4mDiUElslfI/cg9VjLNHsT+9r3XjwbDY/gck+1289sCU1Hywj1/9PMx0DMJoEEwd2OFy/bq5PX2IyQ20Cw==", - "dependencies": { - "@ipld/dag-cbor": "^7.0.1", - "@ipld/dag-json": "^8.0.9", - "multiformats": "^9.6.4" - } - }, - "examples/vanilla/uploads-list/node_modules/@ucanto/client": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/client/-/client-1.0.1.tgz", - "integrity": "sha512-ZWOCVDXdKhq0r5ZRUN5ubqpfjsQ2Nra2WFv2AyHZWSHA+maI4FA/btJBOWUPHW3BtWNDSt4waEfYXXh4iqkN0g==", - "dependencies": { - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "examples/vanilla/uploads-list/node_modules/@ucanto/core": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/core/-/core-1.0.1.tgz", - "integrity": "sha512-ugGyxbVwe1W7yYiVf281uZqZ5RgZ9f89JK29zQmmU3fv83wO3xIt5cWAr2ctXUAaRKmY0s3kZcMlEYemDDYm+A==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ipld/dag-ucan": "3.0.0-beta", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "examples/vanilla/uploads-list/node_modules/@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - }, - "examples/vanilla/uploads-list/node_modules/@ucanto/principal": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/principal/-/principal-1.0.1.tgz", - "integrity": "sha512-tuIhJRCj8Plk/XraHlPkOc9WsMsFOyQ9jcYRquD3/ybah4Nh843+eSPfDcOUnB1Y4FJg2wT4R8OEnTZejE7+dA==", - "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.0", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "examples/vanilla/uploads-list/node_modules/@ucanto/transport": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/transport/-/transport-1.0.1.tgz", - "integrity": "sha512-zC7ty7l5F47C8uWiZajs8MwplR8KoAGIz72psSrB6R+Zx9Le+SoN2/gyPD0a4cDtpMLEyHOPodOlBTnQEIlEcQ==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "examples/vanilla/uploads-list/node_modules/@ucanto/validator": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@ucanto/validator/-/validator-1.0.2.tgz", - "integrity": "sha512-SFjS/8FDOwzPNM29brT6wgbE+HXD8iQnHR3aeqEgzIUL7j56kluZykfVWD0xR8oLn8vYzNqJqf60YeFAbIBsqg==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "examples/vanilla/uploads-list/node_modules/@w3ui/keyring-core": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@w3ui/keyring-core/-/keyring-core-1.0.2.tgz", - "integrity": "sha512-IujXoTV1VtnqUtscSoeaqwuOhKRoHOc/u9gP/oTlhZ8B2ueaDIcn6Cfd9D1uQuDY5c62o0QC0WIwWiqleQ17Kg==", - "dependencies": { - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@web3-storage/access": "^2.1.1", - "multiformats": "^9.8.1" - } - }, - "examples/vanilla/uploads-list/node_modules/@w3ui/uploads-list-core": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@w3ui/uploads-list-core/-/uploads-list-core-1.0.3.tgz", - "integrity": "sha512-IEsRxjYI3eUogksunInK8TFwTNy47B9pg/LsXbGOKyWKeIH2TK1rgC+hht0P03Ng8yY2ANg+WzccLgK8Tmj2ew==", - "dependencies": { - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@web3-storage/access": "^2.1.1", - "multiformats": "^9.9.0" - } - }, - "examples/vanilla/uploads-list/node_modules/@web3-storage/access": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@web3-storage/access/-/access-2.1.1.tgz", - "integrity": "sha512-8MGs3gY6dn/KrJE+X4GDnwrPXaPgm5lvGJKFJpMdYVBtTUjfWQx9mhdYErs2nE2JEt9tKubCfe1rgodZ1b+7gA==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.1", - "@types/ws": "^8.5.3", - "@ucanto/client": "^1.0.1", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@ucanto/server": "^1.0.2", - "@ucanto/transport": "^1.0.1", - "@ucanto/validator": "^1.0.2", - "@web-std/fetch": "^4.1.0", - "bigint-mod-arith": "^3.1.1", - "conf": "^10.1.2", - "inquirer": "^9.1.2", - "isomorphic-ws": "^5.0.0", - "multiformats": "^9.8.1", - "nanoid": "^4.0.0", - "one-webcrypto": "^1.0.3", - "ora": "^6.1.2", - "p-queue": "^7.3.0", - "p-retry": "^5.1.1", - "p-wait-for": "^5.0.0", - "uint8arrays": "^3.1.0", - "undici": "^5.10.0", - "ws": "^8.8.1", - "zod": "^3.19.1" - }, - "bin": { - "w3access": "src/cli/index.js" - } - }, - "examples/vanilla/uploads-list/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "examples/vanilla/uploads-list/node_modules/nanoid": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-4.0.0.tgz", - "integrity": "sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg==", - "bin": { - "nanoid": "bin/nanoid.js" - }, - "engines": { - "node": "^14 || ^16 || >=18" - } - }, - "examples/vanilla/uploads-list/node_modules/uint8arrays": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.1.1.tgz", - "integrity": "sha512-+QJa8QRnbdXVpHYjLoTpJIdCTiw9Ir62nocClWuXIq2JIh4Uta0cQsTSpFL678p2CN8B+XSApwcU+pQEqVpKWg==", - "dependencies": { - "multiformats": "^9.4.2" - } - }, - "examples/vanilla/uploads-list/node_modules/ws": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz", - "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", - "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": "^5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } - } - }, "examples/vue/file-upload": { "name": "@w3ui/example-vue-file-upload", "version": "0.0.0", "dependencies": { - "@w3ui/vue-keyring": "^1.0.1", - "@w3ui/vue-uploader": "^2.0.0", + "@w3ui/vue-keyring": "^2.0.0", + "@w3ui/vue-uploader": "^3.0.0", "vue": "^3.2.38" }, "devDependencies": { @@ -1206,7 +257,7 @@ "name": "@w3ui/example-vue-sign-up-in", "version": "0.0.0", "dependencies": { - "@w3ui/vue-keyring": "^1.0.1", + "@w3ui/vue-keyring": "^2.0.0", "vue": "^3.2.38" }, "devDependencies": { @@ -1229,8 +280,8 @@ "name": "@w3ui/example-vue-uploads-list", "version": "0.0.0", "dependencies": { - "@w3ui/vue-keyring": "^1.0.1", - "@w3ui/vue-uploads-list": "^1.0.0", + "@w3ui/vue-keyring": "^2.0.0", + "@w3ui/vue-uploads-list": "^2.0.0", "vue": "^3.2.38" }, "devDependencies": { @@ -5455,11 +4506,6 @@ "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==" }, - "node_modules/@types/long": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@types/long/-/long-4.0.2.tgz", - "integrity": "sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==" - }, "node_modules/@types/mime": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/@types/mime/-/mime-3.0.1.tgz", @@ -5873,93 +4919,6 @@ "one-webcrypto": "^1.0.3" } }, - "node_modules/@ucanto/server": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@ucanto/server/-/server-1.0.2.tgz", - "integrity": "sha512-ECXv8y8WM/Do9MSb8DLYbRY7yRvL6VdQL2v1YfU5USjAyNPyjP73M+zpXf7tEhdXcZbqn/JIws3H21J56i7oog==", - "dependencies": { - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "@ucanto/validator": "^1.0.1" - } - }, - "node_modules/@ucanto/server/node_modules/@ipld/car": { - "version": "4.1.6", - "resolved": "https://registry.npmjs.org/@ipld/car/-/car-4.1.6.tgz", - "integrity": "sha512-qs3Sco7rm1PRhhuGSWpCeayhqcB/0DOyIgBiqsfjV0mT0JbWs68Z+BTxksONlfindRXsM5llJOvZfAcuEJUqxw==", - "dependencies": { - "@ipld/dag-cbor": "^7.0.0", - "cborg": "^1.9.0", - "multiformats": "^9.5.4", - "varint": "^6.0.0" - } - }, - "node_modules/@ucanto/server/node_modules/@ipld/dag-cbor": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@ipld/dag-cbor/-/dag-cbor-7.0.3.tgz", - "integrity": "sha512-1VVh2huHsuohdXC1bGJNE8WR72slZ9XE2T3wbBBq31dm7ZBatmKLLxrB+XAqafxfRFjv08RZmj/W/ZqaM13AuA==", - "dependencies": { - "cborg": "^1.6.0", - "multiformats": "^9.5.4" - } - }, - "node_modules/@ucanto/server/node_modules/@ipld/dag-json": { - "version": "8.0.11", - "resolved": "https://registry.npmjs.org/@ipld/dag-json/-/dag-json-8.0.11.tgz", - "integrity": "sha512-Pea7JXeYHTWXRTIhBqBlhw7G53PJ7yta3G/sizGEZyzdeEwhZRr0od5IQ0r2ZxOt1Do+2czddjeEPp+YTxDwCA==", - "dependencies": { - "cborg": "^1.5.4", - "multiformats": "^9.5.4" - } - }, - "node_modules/@ucanto/server/node_modules/@ipld/dag-ucan": { - "version": "3.0.0-beta", - "resolved": "https://registry.npmjs.org/@ipld/dag-ucan/-/dag-ucan-3.0.0-beta.tgz", - "integrity": "sha512-WzKh4mDiUElslfI/cg9VjLNHsT+9r3XjwbDY/gck+1289sCU1Hywj1/9PMx0DMJoEEwd2OFy/bq5PX2IyQ20Cw==", - "dependencies": { - "@ipld/dag-cbor": "^7.0.1", - "@ipld/dag-json": "^8.0.9", - "multiformats": "^9.6.4" - } - }, - "node_modules/@ucanto/server/node_modules/@ucanto/core": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/core/-/core-1.0.1.tgz", - "integrity": "sha512-ugGyxbVwe1W7yYiVf281uZqZ5RgZ9f89JK29zQmmU3fv83wO3xIt5cWAr2ctXUAaRKmY0s3kZcMlEYemDDYm+A==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ipld/dag-ucan": "3.0.0-beta", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "node_modules/@ucanto/server/node_modules/@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - }, - "node_modules/@ucanto/server/node_modules/@ucanto/validator": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@ucanto/validator/-/validator-1.0.2.tgz", - "integrity": "sha512-SFjS/8FDOwzPNM29brT6wgbE+HXD8iQnHR3aeqEgzIUL7j56kluZykfVWD0xR8oLn8vYzNqJqf60YeFAbIBsqg==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "node_modules/@ucanto/server/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, "node_modules/@ucanto/transport": { "version": "4.0.3", "resolved": "https://registry.npmjs.org/@ucanto/transport/-/transport-4.0.3.tgz", @@ -6232,35 +5191,12 @@ "version": "3.0.4", "resolved": "https://registry.npmjs.org/@web-std/blob/-/blob-3.0.4.tgz", "integrity": "sha512-+dibyiw+uHYK4dX5cJ7HA+gtDAaUUe6JsOryp2ZpAC7h4ICsh49E34JwHoEKPlPvP0llCrNzz45vvD+xX5QDBg==", + "dev": true, "dependencies": { "@web-std/stream": "1.0.0", "web-encoding": "1.1.5" } }, - "node_modules/@web-std/fetch": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@web-std/fetch/-/fetch-4.1.0.tgz", - "integrity": "sha512-ZRizMcP8YyuRlhIsRYNFD9x/w28K7kbUhNGmKM9hDy4qeQ5xMTk//wA89EF+Clbl6EP4ksmCcN+4TqBMSRL8Zw==", - "dependencies": { - "@web-std/blob": "^3.0.3", - "@web-std/form-data": "^3.0.2", - "@web-std/stream": "^1.0.1", - "@web3-storage/multipart-parser": "^1.0.0", - "data-uri-to-buffer": "^3.0.1", - "mrmime": "^1.0.0" - }, - "engines": { - "node": "^10.17 || >=12.3" - } - }, - "node_modules/@web-std/fetch/node_modules/@web-std/stream": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@web-std/stream/-/stream-1.0.1.tgz", - "integrity": "sha512-tsz4Y0WNDgFA5jwLSeV7/UV5rfMIlj0cPsSLVfTihjaVW0OJPd5NxJ3le1B3yLyqqzRpeG5OAfJAADLc4VoGTA==", - "dependencies": { - "web-streams-polyfill": "^3.1.1" - } - }, "node_modules/@web-std/file": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/@web-std/file/-/file-3.0.2.tgz", @@ -6270,18 +5206,11 @@ "@web-std/blob": "^3.0.3" } }, - "node_modules/@web-std/form-data": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@web-std/form-data/-/form-data-3.0.2.tgz", - "integrity": "sha512-rhc8IRw66sJ0FHcnC84kT3mTN6eACTuNftkt1XSl1Ef6WRKq4Pz65xixxqZymAZl1K3USpwhLci4SKNn4PYxWQ==", - "dependencies": { - "web-encoding": "1.1.5" - } - }, "node_modules/@web-std/stream": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/@web-std/stream/-/stream-1.0.0.tgz", "integrity": "sha512-jyIbdVl+0ZJyKGTV0Ohb9E6UnxP+t7ZzX4Do3AHjZKxUXKMs9EmqnBDQgHF7bEw0EzbQygOjtt/7gvtmi//iCQ==", + "dev": true, "dependencies": { "web-streams-polyfill": "^3.1.1" } @@ -6364,11 +5293,6 @@ "@ucanto/validator": "^4.0.2" } }, - "node_modules/@web3-storage/multipart-parser": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@web3-storage/multipart-parser/-/multipart-parser-1.0.0.tgz", - "integrity": "sha512-BEO6al7BYqcnfX15W2cnGR+Q566ACXAT9UQykORCWW80lmkpWsnEob6zJS1ZVBKsSJC8+7vJkHwlp+lXG1UCdw==" - }, "node_modules/@web3-storage/upload-client": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/@web3-storage/upload-client/-/upload-client-5.2.0.tgz", @@ -6531,6 +5455,7 @@ "version": "0.9.0", "resolved": "https://registry.npmjs.org/@zxing/text-encoding/-/text-encoding-0.9.0.tgz", "integrity": "sha512-U/4aVJ2mxI0aDNI8Uq0wEhMgY+u4CNtEb0om3+y3+niDAsoTCOB33UF0sxpzqzdqXLqmvc+vZyAt4O8pPdfkwA==", + "dev": true, "optional": true }, "node_modules/abab": { @@ -6970,6 +5895,7 @@ "version": "1.0.5", "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz", "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==", + "dev": true, "engines": { "node": ">= 0.4" }, @@ -7594,17 +6520,6 @@ "node": ">=10" } }, - "node_modules/busboy": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz", - "integrity": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==", - "dependencies": { - "streamsearch": "^1.1.0" - }, - "engines": { - "node": ">=10.16.0" - } - }, "node_modules/bytes": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", @@ -8570,14 +7485,6 @@ "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz", "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==" }, - "node_modules/data-uri-to-buffer": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-3.0.1.tgz", - "integrity": "sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og==", - "engines": { - "node": ">= 6" - } - }, "node_modules/data-urls": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz", @@ -10918,6 +9825,7 @@ "version": "0.3.3", "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", + "dev": true, "dependencies": { "is-callable": "^1.1.3" } @@ -12041,6 +10949,7 @@ "version": "1.1.1", "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz", "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==", + "dev": true, "dependencies": { "call-bind": "^1.0.2", "has-tostringtag": "^1.0.0" @@ -12187,6 +11096,7 @@ "version": "1.0.10", "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz", "integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==", + "dev": true, "dependencies": { "has-tostringtag": "^1.0.0" }, @@ -12383,6 +11293,7 @@ "version": "1.1.10", "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.10.tgz", "integrity": "sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==", + "dev": true, "dependencies": { "available-typed-arrays": "^1.0.5", "call-bind": "^1.0.2", @@ -16201,14 +15112,6 @@ "mkdirp": "bin/cmd.js" } }, - "node_modules/mrmime": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-1.0.1.tgz", - "integrity": "sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==", - "engines": { - "node": ">=10" - } - }, "node_modules/ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", @@ -20092,22 +18995,6 @@ "node": ">= 0.8" } }, - "node_modules/streaming-iterables": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/streaming-iterables/-/streaming-iterables-7.1.0.tgz", - "integrity": "sha512-t2KmiLVhqafTRqGefD98s5XAMskfkfprr/BTzPIZz0kWB23iyR7XUkY03yjUf4aZpAuuV2/2SUOVri3LgKuOKw==", - "engines": { - "node": ">=14" - } - }, - "node_modules/streamsearch": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz", - "integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==", - "engines": { - "node": ">=10.0.0" - } - }, "node_modules/string_decoder": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", @@ -20953,17 +19840,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/undici": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.14.0.tgz", - "integrity": "sha512-yJlHYw6yXPPsuOH0x2Ib1Km61vu4hLiRRQoafs+WUgX1vO64vgnxiCEN9dpIrhZyHFsai3F0AEj4P9zy19enEQ==", - "dependencies": { - "busboy": "^1.6.0" - }, - "engines": { - "node": ">=12.18" - } - }, "node_modules/unicode-canonical-property-names-ecmascript": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", @@ -21088,6 +19964,7 @@ "version": "0.12.5", "resolved": "https://registry.npmjs.org/util/-/util-0.12.5.tgz", "integrity": "sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==", + "dev": true, "dependencies": { "inherits": "^2.0.3", "is-arguments": "^1.0.4", @@ -21331,6 +20208,7 @@ "version": "1.1.5", "resolved": "https://registry.npmjs.org/web-encoding/-/web-encoding-1.1.5.tgz", "integrity": "sha512-HYLeVCdJ0+lBYV2FvNZmv3HJ2Nt0QYXqZojk3d9FJOLkwnuhzM9tmamh8d7HPM8QqjKH8DeHkFTx+CFlWpZZDA==", + "dev": true, "dependencies": { "util": "^0.12.3" }, @@ -21736,6 +20614,7 @@ "version": "1.1.9", "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.9.tgz", "integrity": "sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA==", + "dev": true, "dependencies": { "available-typed-arrays": "^1.0.5", "call-bind": "^1.0.2", @@ -22288,10 +21167,10 @@ }, "packages/react-keyring": { "name": "@w3ui/react-keyring", - "version": "1.0.1", + "version": "2.0.0", "license": "Apache-2.0 OR MIT", "dependencies": { - "@w3ui/keyring-core": "^1.0.2" + "@w3ui/keyring-core": "^2.0.1" }, "devDependencies": { "@ucanto/interface": "^4.0.3", @@ -22302,3032 +21181,761 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "packages/react-keyring/node_modules/@ipld/car": { - "version": "4.1.6", - "resolved": "https://registry.npmjs.org/@ipld/car/-/car-4.1.6.tgz", - "integrity": "sha512-qs3Sco7rm1PRhhuGSWpCeayhqcB/0DOyIgBiqsfjV0mT0JbWs68Z+BTxksONlfindRXsM5llJOvZfAcuEJUqxw==", + "packages/react-uploader": { + "name": "@w3ui/react-uploader", + "version": "3.0.0", + "license": "Apache-2.0 OR MIT", "dependencies": { - "@ipld/dag-cbor": "^7.0.0", - "cborg": "^1.9.0", - "multiformats": "^9.5.4", - "varint": "^6.0.0" + "@w3ui/uploader-core": "^3.0.1", + "@web3-storage/capabilities": "^2.0.0", + "multiformats": "^10.0.2" + }, + "peerDependencies": { + "@w3ui/react-keyring": "^2.0.0", + "react": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "packages/react-keyring/node_modules/@ipld/dag-cbor": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@ipld/dag-cbor/-/dag-cbor-7.0.3.tgz", - "integrity": "sha512-1VVh2huHsuohdXC1bGJNE8WR72slZ9XE2T3wbBBq31dm7ZBatmKLLxrB+XAqafxfRFjv08RZmj/W/ZqaM13AuA==", + "packages/react-uploads-list": { + "name": "@w3ui/react-uploads-list", + "version": "2.0.0", + "license": "Apache-2.0 OR MIT", "dependencies": { - "cborg": "^1.6.0", - "multiformats": "^9.5.4" + "@w3ui/uploads-list-core": "^2.0.1", + "@web3-storage/capabilities": "^2.0.0" + }, + "peerDependencies": { + "@w3ui/react-keyring": "^2.0.0", + "react": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "packages/react-keyring/node_modules/@ipld/dag-json": { - "version": "8.0.11", - "resolved": "https://registry.npmjs.org/@ipld/dag-json/-/dag-json-8.0.11.tgz", - "integrity": "sha512-Pea7JXeYHTWXRTIhBqBlhw7G53PJ7yta3G/sizGEZyzdeEwhZRr0od5IQ0r2ZxOt1Do+2czddjeEPp+YTxDwCA==", + "packages/solid-keyring": { + "name": "@w3ui/solid-keyring", + "version": "2.0.0", + "license": "Apache-2.0 OR MIT", "dependencies": { - "cborg": "^1.5.4", - "multiformats": "^9.5.4" + "@w3ui/keyring-core": "^2.0.1" + }, + "devDependencies": { + "@ucanto/interface": "^4.0.3", + "@ucanto/principal": "^4.0.3", + "@web3-storage/access": "^9.2.0" + }, + "peerDependencies": { + "solid-js": "^1.5.0" } }, - "packages/react-keyring/node_modules/@ipld/dag-ucan": { - "version": "3.0.0-beta", - "resolved": "https://registry.npmjs.org/@ipld/dag-ucan/-/dag-ucan-3.0.0-beta.tgz", - "integrity": "sha512-WzKh4mDiUElslfI/cg9VjLNHsT+9r3XjwbDY/gck+1289sCU1Hywj1/9PMx0DMJoEEwd2OFy/bq5PX2IyQ20Cw==", + "packages/solid-uploader": { + "name": "@w3ui/solid-uploader", + "version": "3.0.0", + "license": "Apache-2.0 OR MIT", "dependencies": { - "@ipld/dag-cbor": "^7.0.1", - "@ipld/dag-json": "^8.0.9", - "multiformats": "^9.6.4" + "@w3ui/uploader-core": "^3.0.1", + "@web3-storage/capabilities": "^2.0.0", + "multiformats": "^10.0.2" + }, + "peerDependencies": { + "@w3ui/solid-keyring": "^2.0.0", + "solid-js": "^1.5.0" } }, - "packages/react-keyring/node_modules/@ucanto/client": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/client/-/client-1.0.1.tgz", - "integrity": "sha512-ZWOCVDXdKhq0r5ZRUN5ubqpfjsQ2Nra2WFv2AyHZWSHA+maI4FA/btJBOWUPHW3BtWNDSt4waEfYXXh4iqkN0g==", + "packages/solid-uploads-list": { + "name": "@w3ui/solid-uploads-list", + "version": "2.0.0", + "license": "Apache-2.0 OR MIT", "dependencies": { - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" + "@w3ui/uploads-list-core": "^2.0.1", + "@web3-storage/capabilities": "^2.0.0" + }, + "devDependencies": { + "@ucanto/interface": "^4.0.3" + }, + "peerDependencies": { + "@w3ui/solid-keyring": "^2.0.0", + "solid-js": "^1.5.0" } }, - "packages/react-keyring/node_modules/@ucanto/client/node_modules/@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", + "packages/uploader-core": { + "name": "@w3ui/uploader-core", + "version": "3.0.1", + "license": "Apache-2.0 OR MIT", "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" + "@web3-storage/upload-client": "^5.2.0", + "multiformats": "^10.0.2" } }, - "packages/react-keyring/node_modules/@ucanto/core": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/core/-/core-1.0.1.tgz", - "integrity": "sha512-ugGyxbVwe1W7yYiVf281uZqZ5RgZ9f89JK29zQmmU3fv83wO3xIt5cWAr2ctXUAaRKmY0s3kZcMlEYemDDYm+A==", + "packages/uploads-list-core": { + "name": "@w3ui/uploads-list-core", + "version": "2.0.1", + "license": "Apache-2.0 OR MIT", "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ipld/dag-ucan": "3.0.0-beta", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" + "@ucanto/interface": "^4.0.3", + "@web3-storage/upload-client": "^5.2.0" } }, - "packages/react-keyring/node_modules/@ucanto/core/node_modules/@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", + "packages/vue-keyring": { + "name": "@w3ui/vue-keyring", + "version": "2.0.0", + "license": "Apache-2.0 OR MIT", "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" + "@w3ui/keyring-core": "^2.0.1" + }, + "devDependencies": { + "@ucanto/interface": "^4.0.3", + "@ucanto/principal": "^4.0.3", + "@web3-storage/access": "^9.2.0" + }, + "peerDependencies": { + "vue": "^3.0.0" } }, - "packages/react-keyring/node_modules/@ucanto/transport": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/transport/-/transport-1.0.1.tgz", - "integrity": "sha512-zC7ty7l5F47C8uWiZajs8MwplR8KoAGIz72psSrB6R+Zx9Le+SoN2/gyPD0a4cDtpMLEyHOPodOlBTnQEIlEcQ==", + "packages/vue-uploader": { + "name": "@w3ui/vue-uploader", + "version": "3.0.0", + "license": "Apache-2.0 OR MIT", "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" + "@w3ui/uploader-core": "^3.0.1", + "@w3ui/vue-keyring": "^2.0.0", + "@web3-storage/capabilities": "^2.0.0", + "multiformats": "^10.0.2" + }, + "peerDependencies": { + "vue": "^3.0.0" } }, - "packages/react-keyring/node_modules/@ucanto/transport/node_modules/@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", + "packages/vue-uploads-list": { + "name": "@w3ui/vue-uploads-list", + "version": "2.0.0", + "license": "Apache-2.0 OR MIT", "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" + "@w3ui/uploads-list-core": "^2.0.1", + "@w3ui/vue-keyring": "^2.0.0", + "@web3-storage/capabilities": "^2.0.0" + }, + "peerDependencies": { + "vue": "^3.0.0" } - }, - "packages/react-keyring/node_modules/@ucanto/validator": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@ucanto/validator/-/validator-1.0.2.tgz", - "integrity": "sha512-SFjS/8FDOwzPNM29brT6wgbE+HXD8iQnHR3aeqEgzIUL7j56kluZykfVWD0xR8oLn8vYzNqJqf60YeFAbIBsqg==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" + } + }, + "dependencies": { + "@ampproject/remapping": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz", + "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==", + "requires": { + "@jridgewell/gen-mapping": "^0.1.0", + "@jridgewell/trace-mapping": "^0.3.9" } }, - "packages/react-keyring/node_modules/@ucanto/validator/node_modules/@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" + "@babel/code-frame": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz", + "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==", + "requires": { + "@babel/highlight": "^7.18.6" } }, - "packages/react-keyring/node_modules/@w3ui/keyring-core": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@w3ui/keyring-core/-/keyring-core-1.0.2.tgz", - "integrity": "sha512-IujXoTV1VtnqUtscSoeaqwuOhKRoHOc/u9gP/oTlhZ8B2ueaDIcn6Cfd9D1uQuDY5c62o0QC0WIwWiqleQ17Kg==", - "dependencies": { - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@web3-storage/access": "^2.1.1", - "multiformats": "^9.8.1" - } + "@babel/compat-data": { + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.5.tgz", + "integrity": "sha512-KZXo2t10+/jxmkhNXc7pZTqRvSOIvVv/+lJwHS+B2rErwOyjuVRh60yVpb7liQ1U5t7lLJ1bz+t8tSypUZdm0g==" }, - "packages/react-keyring/node_modules/@w3ui/keyring-core/node_modules/@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" + "@babel/core": { + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.20.5.tgz", + "integrity": "sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ==", + "requires": { + "@ampproject/remapping": "^2.1.0", + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.20.5", + "@babel/helper-compilation-targets": "^7.20.0", + "@babel/helper-module-transforms": "^7.20.2", + "@babel/helpers": "^7.20.5", + "@babel/parser": "^7.20.5", + "@babel/template": "^7.18.10", + "@babel/traverse": "^7.20.5", + "@babel/types": "^7.20.5", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.1", + "semver": "^6.3.0" } }, - "packages/react-keyring/node_modules/@w3ui/keyring-core/node_modules/@ucanto/principal": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/principal/-/principal-1.0.1.tgz", - "integrity": "sha512-tuIhJRCj8Plk/XraHlPkOc9WsMsFOyQ9jcYRquD3/ybah4Nh843+eSPfDcOUnB1Y4FJg2wT4R8OEnTZejE7+dA==", + "@babel/eslint-parser": { + "version": "7.19.1", + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.19.1.tgz", + "integrity": "sha512-AqNf2QWt1rtu2/1rLswy6CDP7H9Oh3mMhk177Y67Rg8d7RD9WfOLLv8CGn6tisFvS2htm86yIe1yLF6I1UDaGQ==", + "requires": { + "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", + "eslint-visitor-keys": "^2.1.0", + "semver": "^6.3.0" + }, "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.0", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" + "eslint-visitor-keys": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", + "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==" + } } }, - "packages/react-keyring/node_modules/@w3ui/keyring-core/node_modules/@web3-storage/access": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@web3-storage/access/-/access-2.1.1.tgz", - "integrity": "sha512-8MGs3gY6dn/KrJE+X4GDnwrPXaPgm5lvGJKFJpMdYVBtTUjfWQx9mhdYErs2nE2JEt9tKubCfe1rgodZ1b+7gA==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.1", - "@types/ws": "^8.5.3", - "@ucanto/client": "^1.0.1", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@ucanto/server": "^1.0.2", - "@ucanto/transport": "^1.0.1", - "@ucanto/validator": "^1.0.2", - "@web-std/fetch": "^4.1.0", - "bigint-mod-arith": "^3.1.1", - "conf": "^10.1.2", - "inquirer": "^9.1.2", - "isomorphic-ws": "^5.0.0", - "multiformats": "^9.8.1", - "nanoid": "^4.0.0", - "one-webcrypto": "^1.0.3", - "ora": "^6.1.2", - "p-queue": "^7.3.0", - "p-retry": "^5.1.1", - "p-wait-for": "^5.0.0", - "uint8arrays": "^3.1.0", - "undici": "^5.10.0", - "ws": "^8.8.1", - "zod": "^3.19.1" + "@babel/generator": { + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.5.tgz", + "integrity": "sha512-jl7JY2Ykn9S0yj4DQP82sYvPU+T3g0HFcWTqDLqiuA9tGRNIj9VfbtXGAYTTkyNEnQk1jkMGOdYka8aG/lulCA==", + "requires": { + "@babel/types": "^7.20.5", + "@jridgewell/gen-mapping": "^0.3.2", + "jsesc": "^2.5.1" }, - "bin": { - "w3access": "src/cli/index.js" + "dependencies": { + "@jridgewell/gen-mapping": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", + "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", + "requires": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + } + } } }, - "packages/react-keyring/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "packages/react-keyring/node_modules/nanoid": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-4.0.0.tgz", - "integrity": "sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg==", - "bin": { - "nanoid": "bin/nanoid.js" - }, - "engines": { - "node": "^14 || ^16 || >=18" + "@babel/helper-annotate-as-pure": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz", + "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==", + "requires": { + "@babel/types": "^7.18.6" } }, - "packages/react-keyring/node_modules/uint8arrays": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.1.1.tgz", - "integrity": "sha512-+QJa8QRnbdXVpHYjLoTpJIdCTiw9Ir62nocClWuXIq2JIh4Uta0cQsTSpFL678p2CN8B+XSApwcU+pQEqVpKWg==", - "dependencies": { - "multiformats": "^9.4.2" + "@babel/helper-builder-binary-assignment-operator-visitor": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.9.tgz", + "integrity": "sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==", + "requires": { + "@babel/helper-explode-assignable-expression": "^7.18.6", + "@babel/types": "^7.18.9" } }, - "packages/react-keyring/node_modules/ws": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz", - "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", - "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": "^5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } + "@babel/helper-compilation-targets": { + "version": "7.20.0", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.0.tgz", + "integrity": "sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==", + "requires": { + "@babel/compat-data": "^7.20.0", + "@babel/helper-validator-option": "^7.18.6", + "browserslist": "^4.21.3", + "semver": "^6.3.0" } }, - "packages/react-uploader": { - "name": "@w3ui/react-uploader", - "version": "2.1.2", - "license": "Apache-2.0 OR MIT", - "dependencies": { - "@w3ui/uploader-core": "^2.0.2", - "@web3-storage/capabilities": "^2.0.0", - "multiformats": "^10.0.2" - }, - "peerDependencies": { - "@w3ui/react-keyring": "^1.0.1", - "react": "^16.8.0 || ^17.0.0 || ^18.0.0" + "@babel/helper-create-class-features-plugin": { + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.20.5.tgz", + "integrity": "sha512-3RCdA/EmEaikrhayahwToF0fpweU/8o2p8vhc1c/1kftHOdTKuC65kik/TLc+qfbS8JKw4qqJbne4ovICDhmww==", + "requires": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-function-name": "^7.19.0", + "@babel/helper-member-expression-to-functions": "^7.18.9", + "@babel/helper-optimise-call-expression": "^7.18.6", + "@babel/helper-replace-supers": "^7.19.1", + "@babel/helper-split-export-declaration": "^7.18.6" } }, - "packages/react-uploader/node_modules/@ipld/car": { - "version": "4.1.6", - "resolved": "https://registry.npmjs.org/@ipld/car/-/car-4.1.6.tgz", - "integrity": "sha512-qs3Sco7rm1PRhhuGSWpCeayhqcB/0DOyIgBiqsfjV0mT0JbWs68Z+BTxksONlfindRXsM5llJOvZfAcuEJUqxw==", - "dependencies": { - "@ipld/dag-cbor": "^7.0.0", - "cborg": "^1.9.0", - "multiformats": "^9.5.4", - "varint": "^6.0.0" + "@babel/helper-create-regexp-features-plugin": { + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.20.5.tgz", + "integrity": "sha512-m68B1lkg3XDGX5yCvGO0kPx3v9WIYLnzjKfPcQiwntEQa5ZeRkPmo2X/ISJc8qxWGfwUr+kvZAeEzAwLec2r2w==", + "requires": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "regexpu-core": "^5.2.1" } }, - "packages/react-uploader/node_modules/@ipld/car/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "packages/react-uploader/node_modules/@ipld/dag-cbor": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@ipld/dag-cbor/-/dag-cbor-7.0.3.tgz", - "integrity": "sha512-1VVh2huHsuohdXC1bGJNE8WR72slZ9XE2T3wbBBq31dm7ZBatmKLLxrB+XAqafxfRFjv08RZmj/W/ZqaM13AuA==", - "dependencies": { - "cborg": "^1.6.0", - "multiformats": "^9.5.4" + "@babel/helper-define-polyfill-provider": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.3.tgz", + "integrity": "sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==", + "requires": { + "@babel/helper-compilation-targets": "^7.17.7", + "@babel/helper-plugin-utils": "^7.16.7", + "debug": "^4.1.1", + "lodash.debounce": "^4.0.8", + "resolve": "^1.14.2", + "semver": "^6.1.2" } }, - "packages/react-uploader/node_modules/@ipld/dag-cbor/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" + "@babel/helper-environment-visitor": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz", + "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==" }, - "packages/react-uploader/node_modules/@ipld/dag-json": { - "version": "8.0.11", - "resolved": "https://registry.npmjs.org/@ipld/dag-json/-/dag-json-8.0.11.tgz", - "integrity": "sha512-Pea7JXeYHTWXRTIhBqBlhw7G53PJ7yta3G/sizGEZyzdeEwhZRr0od5IQ0r2ZxOt1Do+2czddjeEPp+YTxDwCA==", - "dependencies": { - "cborg": "^1.5.4", - "multiformats": "^9.5.4" + "@babel/helper-explode-assignable-expression": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz", + "integrity": "sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==", + "requires": { + "@babel/types": "^7.18.6" } }, - "packages/react-uploader/node_modules/@ipld/dag-json/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "packages/react-uploader/node_modules/@ipld/dag-ucan": { - "version": "3.0.0-beta", - "resolved": "https://registry.npmjs.org/@ipld/dag-ucan/-/dag-ucan-3.0.0-beta.tgz", - "integrity": "sha512-WzKh4mDiUElslfI/cg9VjLNHsT+9r3XjwbDY/gck+1289sCU1Hywj1/9PMx0DMJoEEwd2OFy/bq5PX2IyQ20Cw==", - "dependencies": { - "@ipld/dag-cbor": "^7.0.1", - "@ipld/dag-json": "^8.0.9", - "multiformats": "^9.6.4" + "@babel/helper-function-name": { + "version": "7.19.0", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz", + "integrity": "sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==", + "requires": { + "@babel/template": "^7.18.10", + "@babel/types": "^7.19.0" } }, - "packages/react-uploader/node_modules/@ipld/dag-ucan/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "packages/react-uploader/node_modules/@ipld/unixfs": { - "version": "1.1.0-dev", - "resolved": "https://registry.npmjs.org/@ipld/unixfs/-/unixfs-1.1.0-dev.tgz", - "integrity": "sha512-rLMc49JZtghx2s1Ed9iAvC35PtImREMdk4on3830nOH7ohL3QGwi4dB2rtE2vPvgJonHuImP9BMK+4AcFFWMZQ==", - "dependencies": { - "@ipld/dag-pb": "^2.1.15", - "@web-std/stream": "1.0.1", - "actor": "^2.3.0", - "protobufjs": "^6.11.2", - "rabin-rs": "^2.1.0" + "@babel/helper-hoist-variables": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz", + "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==", + "requires": { + "@babel/types": "^7.18.6" } }, - "packages/react-uploader/node_modules/@ucanto/client": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/client/-/client-1.0.1.tgz", - "integrity": "sha512-ZWOCVDXdKhq0r5ZRUN5ubqpfjsQ2Nra2WFv2AyHZWSHA+maI4FA/btJBOWUPHW3BtWNDSt4waEfYXXh4iqkN0g==", - "dependencies": { - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" + "@babel/helper-member-expression-to-functions": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.9.tgz", + "integrity": "sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg==", + "requires": { + "@babel/types": "^7.18.9" } }, - "packages/react-uploader/node_modules/@ucanto/client/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "packages/react-uploader/node_modules/@ucanto/core": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/core/-/core-1.0.1.tgz", - "integrity": "sha512-ugGyxbVwe1W7yYiVf281uZqZ5RgZ9f89JK29zQmmU3fv83wO3xIt5cWAr2ctXUAaRKmY0s3kZcMlEYemDDYm+A==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ipld/dag-ucan": "3.0.0-beta", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" + "@babel/helper-module-imports": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz", + "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==", + "requires": { + "@babel/types": "^7.18.6" } }, - "packages/react-uploader/node_modules/@ucanto/core/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "packages/react-uploader/node_modules/@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" + "@babel/helper-module-transforms": { + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.20.2.tgz", + "integrity": "sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==", + "requires": { + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-simple-access": "^7.20.2", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/helper-validator-identifier": "^7.19.1", + "@babel/template": "^7.18.10", + "@babel/traverse": "^7.20.1", + "@babel/types": "^7.20.2" } }, - "packages/react-uploader/node_modules/@ucanto/interface/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "packages/react-uploader/node_modules/@ucanto/principal": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/principal/-/principal-1.0.1.tgz", - "integrity": "sha512-tuIhJRCj8Plk/XraHlPkOc9WsMsFOyQ9jcYRquD3/ybah4Nh843+eSPfDcOUnB1Y4FJg2wT4R8OEnTZejE7+dA==", - "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.0", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" + "@babel/helper-optimise-call-expression": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz", + "integrity": "sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==", + "requires": { + "@babel/types": "^7.18.6" } }, - "packages/react-uploader/node_modules/@ucanto/principal/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" + "@babel/helper-plugin-utils": { + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz", + "integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==" }, - "packages/react-uploader/node_modules/@ucanto/transport": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/transport/-/transport-1.0.1.tgz", - "integrity": "sha512-zC7ty7l5F47C8uWiZajs8MwplR8KoAGIz72psSrB6R+Zx9Le+SoN2/gyPD0a4cDtpMLEyHOPodOlBTnQEIlEcQ==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" + "@babel/helper-remap-async-to-generator": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz", + "integrity": "sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==", + "requires": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-wrap-function": "^7.18.9", + "@babel/types": "^7.18.9" } }, - "packages/react-uploader/node_modules/@ucanto/transport/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "packages/react-uploader/node_modules/@ucanto/validator": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@ucanto/validator/-/validator-1.0.2.tgz", - "integrity": "sha512-SFjS/8FDOwzPNM29brT6wgbE+HXD8iQnHR3aeqEgzIUL7j56kluZykfVWD0xR8oLn8vYzNqJqf60YeFAbIBsqg==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" + "@babel/helper-replace-supers": { + "version": "7.19.1", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.19.1.tgz", + "integrity": "sha512-T7ahH7wV0Hfs46SFh5Jz3s0B6+o8g3c+7TMxu7xKfmHikg7EAZ3I2Qk9LFhjxXq8sL7UkP5JflezNwoZa8WvWw==", + "requires": { + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-member-expression-to-functions": "^7.18.9", + "@babel/helper-optimise-call-expression": "^7.18.6", + "@babel/traverse": "^7.19.1", + "@babel/types": "^7.19.0" } }, - "packages/react-uploader/node_modules/@ucanto/validator/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "packages/react-uploader/node_modules/@w3ui/uploader-core": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@w3ui/uploader-core/-/uploader-core-2.0.2.tgz", - "integrity": "sha512-QSKrq24THyMztyzAhdif8ajhMewaTTTVYnwq/sjVj2TXsXE8XeY6J0qKko0w+QtEy0A47SnbrHevtNLq4KGP2A==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/unixfs": "^1.1.0-dev", - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@ucanto/transport": "^1.0.1", - "@web3-storage/access": "^2.1.1", - "multiformats": "^9.8.1", - "p-retry": "^5.1.1", - "streaming-iterables": "^7.1.0" + "@babel/helper-simple-access": { + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz", + "integrity": "sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==", + "requires": { + "@babel/types": "^7.20.2" } }, - "packages/react-uploader/node_modules/@w3ui/uploader-core/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "packages/react-uploader/node_modules/@web-std/stream": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@web-std/stream/-/stream-1.0.1.tgz", - "integrity": "sha512-tsz4Y0WNDgFA5jwLSeV7/UV5rfMIlj0cPsSLVfTihjaVW0OJPd5NxJ3le1B3yLyqqzRpeG5OAfJAADLc4VoGTA==", - "dependencies": { - "web-streams-polyfill": "^3.1.1" + "@babel/helper-skip-transparent-expression-wrappers": { + "version": "7.20.0", + "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz", + "integrity": "sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==", + "requires": { + "@babel/types": "^7.20.0" } }, - "packages/react-uploader/node_modules/@web3-storage/access": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@web3-storage/access/-/access-2.1.1.tgz", - "integrity": "sha512-8MGs3gY6dn/KrJE+X4GDnwrPXaPgm5lvGJKFJpMdYVBtTUjfWQx9mhdYErs2nE2JEt9tKubCfe1rgodZ1b+7gA==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.1", - "@types/ws": "^8.5.3", - "@ucanto/client": "^1.0.1", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@ucanto/server": "^1.0.2", - "@ucanto/transport": "^1.0.1", - "@ucanto/validator": "^1.0.2", - "@web-std/fetch": "^4.1.0", - "bigint-mod-arith": "^3.1.1", - "conf": "^10.1.2", - "inquirer": "^9.1.2", - "isomorphic-ws": "^5.0.0", - "multiformats": "^9.8.1", - "nanoid": "^4.0.0", - "one-webcrypto": "^1.0.3", - "ora": "^6.1.2", - "p-queue": "^7.3.0", - "p-retry": "^5.1.1", - "p-wait-for": "^5.0.0", - "uint8arrays": "^3.1.0", - "undici": "^5.10.0", - "ws": "^8.8.1", - "zod": "^3.19.1" - }, - "bin": { - "w3access": "src/cli/index.js" + "@babel/helper-split-export-declaration": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz", + "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==", + "requires": { + "@babel/types": "^7.18.6" } }, - "packages/react-uploader/node_modules/@web3-storage/access/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" + "@babel/helper-string-parser": { + "version": "7.19.4", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz", + "integrity": "sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==" }, - "packages/react-uploader/node_modules/long": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/long/-/long-4.0.0.tgz", - "integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==" + "@babel/helper-validator-identifier": { + "version": "7.19.1", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz", + "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==" }, - "packages/react-uploader/node_modules/nanoid": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-4.0.0.tgz", - "integrity": "sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg==", - "bin": { - "nanoid": "bin/nanoid.js" - }, - "engines": { - "node": "^14 || ^16 || >=18" + "@babel/helper-validator-option": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz", + "integrity": "sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==" + }, + "@babel/helper-wrap-function": { + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.20.5.tgz", + "integrity": "sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q==", + "requires": { + "@babel/helper-function-name": "^7.19.0", + "@babel/template": "^7.18.10", + "@babel/traverse": "^7.20.5", + "@babel/types": "^7.20.5" } }, - "packages/react-uploader/node_modules/protobufjs": { - "version": "6.11.3", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-6.11.3.tgz", - "integrity": "sha512-xL96WDdCZYdU7Slin569tFX712BxsxslWwAfAhCYjQKGTq7dAU91Lomy6nLLhh/dyGhk/YH4TwTSRxTzhuHyZg==", - "hasInstallScript": true, - "dependencies": { - "@protobufjs/aspromise": "^1.1.2", - "@protobufjs/base64": "^1.1.2", - "@protobufjs/codegen": "^2.0.4", - "@protobufjs/eventemitter": "^1.1.0", - "@protobufjs/fetch": "^1.1.0", - "@protobufjs/float": "^1.0.2", - "@protobufjs/inquire": "^1.1.0", - "@protobufjs/path": "^1.1.2", - "@protobufjs/pool": "^1.1.0", - "@protobufjs/utf8": "^1.1.0", - "@types/long": "^4.0.1", - "@types/node": ">=13.7.0", - "long": "^4.0.0" - }, - "bin": { - "pbjs": "bin/pbjs", - "pbts": "bin/pbts" + "@babel/helpers": { + "version": "7.20.6", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.20.6.tgz", + "integrity": "sha512-Pf/OjgfgFRW5bApskEz5pvidpim7tEDPlFtKcNRXWmfHGn9IEI2W2flqRQXTFb7gIPTyK++N6rVHuwKut4XK6w==", + "requires": { + "@babel/template": "^7.18.10", + "@babel/traverse": "^7.20.5", + "@babel/types": "^7.20.5" } }, - "packages/react-uploader/node_modules/uint8arrays": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.1.1.tgz", - "integrity": "sha512-+QJa8QRnbdXVpHYjLoTpJIdCTiw9Ir62nocClWuXIq2JIh4Uta0cQsTSpFL678p2CN8B+XSApwcU+pQEqVpKWg==", - "dependencies": { - "multiformats": "^9.4.2" + "@babel/highlight": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz", + "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==", + "requires": { + "@babel/helper-validator-identifier": "^7.18.6", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" } }, - "packages/react-uploader/node_modules/uint8arrays/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" + "@babel/parser": { + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.5.tgz", + "integrity": "sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==" }, - "packages/react-uploader/node_modules/ws": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz", - "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", - "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": "^5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz", + "integrity": "sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" } }, - "packages/react-uploads-list": { - "name": "@w3ui/react-uploads-list", - "version": "1.1.2", - "license": "Apache-2.0 OR MIT", - "dependencies": { - "@w3ui/uploads-list-core": "^1.0.3", - "@web3-storage/capabilities": "^2.0.0" - }, - "peerDependencies": { - "@w3ui/react-keyring": "^1.0.1", - "react": "^16.8.0 || ^17.0.0 || ^18.0.0" + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.18.9.tgz", + "integrity": "sha512-AHrP9jadvH7qlOj6PINbgSuphjQUAK7AOT7DPjBo9EHoLhQTnnK5u45e1Hd4DbSQEO9nqPWtQ89r+XEOWFScKg==", + "requires": { + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.18.9", + "@babel/plugin-proposal-optional-chaining": "^7.18.9" } }, - "packages/react-uploads-list/node_modules/@ipld/car": { - "version": "4.1.6", - "resolved": "https://registry.npmjs.org/@ipld/car/-/car-4.1.6.tgz", - "integrity": "sha512-qs3Sco7rm1PRhhuGSWpCeayhqcB/0DOyIgBiqsfjV0mT0JbWs68Z+BTxksONlfindRXsM5llJOvZfAcuEJUqxw==", - "dependencies": { - "@ipld/dag-cbor": "^7.0.0", - "cborg": "^1.9.0", - "multiformats": "^9.5.4", - "varint": "^6.0.0" + "@babel/plugin-proposal-async-generator-functions": { + "version": "7.20.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.1.tgz", + "integrity": "sha512-Gh5rchzSwE4kC+o/6T8waD0WHEQIsDmjltY8WnWRXHUdH8axZhuH86Ov9M72YhJfDrZseQwuuWaaIT/TmePp3g==", + "requires": { + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-plugin-utils": "^7.19.0", + "@babel/helper-remap-async-to-generator": "^7.18.9", + "@babel/plugin-syntax-async-generators": "^7.8.4" } }, - "packages/react-uploads-list/node_modules/@ipld/dag-cbor": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@ipld/dag-cbor/-/dag-cbor-7.0.3.tgz", - "integrity": "sha512-1VVh2huHsuohdXC1bGJNE8WR72slZ9XE2T3wbBBq31dm7ZBatmKLLxrB+XAqafxfRFjv08RZmj/W/ZqaM13AuA==", - "dependencies": { - "cborg": "^1.6.0", - "multiformats": "^9.5.4" + "@babel/plugin-proposal-class-properties": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz", + "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==", + "requires": { + "@babel/helper-create-class-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" } }, - "packages/react-uploads-list/node_modules/@ipld/dag-json": { - "version": "8.0.11", - "resolved": "https://registry.npmjs.org/@ipld/dag-json/-/dag-json-8.0.11.tgz", - "integrity": "sha512-Pea7JXeYHTWXRTIhBqBlhw7G53PJ7yta3G/sizGEZyzdeEwhZRr0od5IQ0r2ZxOt1Do+2czddjeEPp+YTxDwCA==", - "dependencies": { - "cborg": "^1.5.4", - "multiformats": "^9.5.4" + "@babel/plugin-proposal-class-static-block": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.18.6.tgz", + "integrity": "sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw==", + "requires": { + "@babel/helper-create-class-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-class-static-block": "^7.14.5" } }, - "packages/react-uploads-list/node_modules/@ipld/dag-ucan": { - "version": "3.0.0-beta", - "resolved": "https://registry.npmjs.org/@ipld/dag-ucan/-/dag-ucan-3.0.0-beta.tgz", - "integrity": "sha512-WzKh4mDiUElslfI/cg9VjLNHsT+9r3XjwbDY/gck+1289sCU1Hywj1/9PMx0DMJoEEwd2OFy/bq5PX2IyQ20Cw==", - "dependencies": { - "@ipld/dag-cbor": "^7.0.1", - "@ipld/dag-json": "^8.0.9", - "multiformats": "^9.6.4" + "@babel/plugin-proposal-decorators": { + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.20.5.tgz", + "integrity": "sha512-Lac7PpRJXcC3s9cKsBfl+uc+DYXU5FD06BrTFunQO6QIQT+DwyzDPURAowI3bcvD1dZF/ank1Z5rstUJn3Hn4Q==", + "requires": { + "@babel/helper-create-class-features-plugin": "^7.20.5", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/helper-replace-supers": "^7.19.1", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/plugin-syntax-decorators": "^7.19.0" } }, - "packages/react-uploads-list/node_modules/@ucanto/client": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/client/-/client-1.0.1.tgz", - "integrity": "sha512-ZWOCVDXdKhq0r5ZRUN5ubqpfjsQ2Nra2WFv2AyHZWSHA+maI4FA/btJBOWUPHW3BtWNDSt4waEfYXXh4iqkN0g==", - "dependencies": { - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" + "@babel/plugin-proposal-dynamic-import": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz", + "integrity": "sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==", + "requires": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-dynamic-import": "^7.8.3" } }, - "packages/react-uploads-list/node_modules/@ucanto/core": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/core/-/core-1.0.1.tgz", - "integrity": "sha512-ugGyxbVwe1W7yYiVf281uZqZ5RgZ9f89JK29zQmmU3fv83wO3xIt5cWAr2ctXUAaRKmY0s3kZcMlEYemDDYm+A==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ipld/dag-ucan": "3.0.0-beta", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" + "@babel/plugin-proposal-export-namespace-from": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz", + "integrity": "sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==", + "requires": { + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3" } }, - "packages/react-uploads-list/node_modules/@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" + "@babel/plugin-proposal-json-strings": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz", + "integrity": "sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-json-strings": "^7.8.3" } }, - "packages/react-uploads-list/node_modules/@ucanto/principal": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/principal/-/principal-1.0.1.tgz", - "integrity": "sha512-tuIhJRCj8Plk/XraHlPkOc9WsMsFOyQ9jcYRquD3/ybah4Nh843+eSPfDcOUnB1Y4FJg2wT4R8OEnTZejE7+dA==", - "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.0", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" + "@babel/plugin-proposal-logical-assignment-operators": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.18.9.tgz", + "integrity": "sha512-128YbMpjCrP35IOExw2Fq+x55LMP42DzhOhX2aNNIdI9avSWl2PI0yuBWarr3RYpZBSPtabfadkH2yeRiMD61Q==", + "requires": { + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" } }, - "packages/react-uploads-list/node_modules/@ucanto/transport": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/transport/-/transport-1.0.1.tgz", - "integrity": "sha512-zC7ty7l5F47C8uWiZajs8MwplR8KoAGIz72psSrB6R+Zx9Le+SoN2/gyPD0a4cDtpMLEyHOPodOlBTnQEIlEcQ==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" + "@babel/plugin-proposal-nullish-coalescing-operator": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz", + "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==", + "requires": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" } }, - "packages/react-uploads-list/node_modules/@ucanto/validator": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@ucanto/validator/-/validator-1.0.2.tgz", - "integrity": "sha512-SFjS/8FDOwzPNM29brT6wgbE+HXD8iQnHR3aeqEgzIUL7j56kluZykfVWD0xR8oLn8vYzNqJqf60YeFAbIBsqg==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" + "@babel/plugin-proposal-numeric-separator": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz", + "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==", + "requires": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-numeric-separator": "^7.10.4" } }, - "packages/react-uploads-list/node_modules/@w3ui/uploads-list-core": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@w3ui/uploads-list-core/-/uploads-list-core-1.0.3.tgz", - "integrity": "sha512-IEsRxjYI3eUogksunInK8TFwTNy47B9pg/LsXbGOKyWKeIH2TK1rgC+hht0P03Ng8yY2ANg+WzccLgK8Tmj2ew==", - "dependencies": { - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@web3-storage/access": "^2.1.1", - "multiformats": "^9.9.0" + "@babel/plugin-proposal-object-rest-spread": { + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.2.tgz", + "integrity": "sha512-Ks6uej9WFK+fvIMesSqbAto5dD8Dz4VuuFvGJFKgIGSkJuRGcrwGECPA1fDgQK3/DbExBJpEkTeYeB8geIFCSQ==", + "requires": { + "@babel/compat-data": "^7.20.1", + "@babel/helper-compilation-targets": "^7.20.0", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-transform-parameters": "^7.20.1" } }, - "packages/react-uploads-list/node_modules/@web3-storage/access": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@web3-storage/access/-/access-2.1.1.tgz", - "integrity": "sha512-8MGs3gY6dn/KrJE+X4GDnwrPXaPgm5lvGJKFJpMdYVBtTUjfWQx9mhdYErs2nE2JEt9tKubCfe1rgodZ1b+7gA==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.1", - "@types/ws": "^8.5.3", - "@ucanto/client": "^1.0.1", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@ucanto/server": "^1.0.2", - "@ucanto/transport": "^1.0.1", - "@ucanto/validator": "^1.0.2", - "@web-std/fetch": "^4.1.0", - "bigint-mod-arith": "^3.1.1", - "conf": "^10.1.2", - "inquirer": "^9.1.2", - "isomorphic-ws": "^5.0.0", - "multiformats": "^9.8.1", - "nanoid": "^4.0.0", - "one-webcrypto": "^1.0.3", - "ora": "^6.1.2", - "p-queue": "^7.3.0", - "p-retry": "^5.1.1", - "p-wait-for": "^5.0.0", - "uint8arrays": "^3.1.0", - "undici": "^5.10.0", - "ws": "^8.8.1", - "zod": "^3.19.1" - }, - "bin": { - "w3access": "src/cli/index.js" + "@babel/plugin-proposal-optional-catch-binding": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz", + "integrity": "sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==", + "requires": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" } }, - "packages/react-uploads-list/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "packages/react-uploads-list/node_modules/nanoid": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-4.0.0.tgz", - "integrity": "sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg==", - "bin": { - "nanoid": "bin/nanoid.js" - }, - "engines": { - "node": "^14 || ^16 || >=18" + "@babel/plugin-proposal-optional-chaining": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.18.9.tgz", + "integrity": "sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w==", + "requires": { + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.18.9", + "@babel/plugin-syntax-optional-chaining": "^7.8.3" } }, - "packages/react-uploads-list/node_modules/uint8arrays": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.1.1.tgz", - "integrity": "sha512-+QJa8QRnbdXVpHYjLoTpJIdCTiw9Ir62nocClWuXIq2JIh4Uta0cQsTSpFL678p2CN8B+XSApwcU+pQEqVpKWg==", - "dependencies": { - "multiformats": "^9.4.2" + "@babel/plugin-proposal-private-methods": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz", + "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==", + "requires": { + "@babel/helper-create-class-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" } }, - "packages/react-uploads-list/node_modules/ws": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz", - "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", - "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": "^5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } + "@babel/plugin-proposal-private-property-in-object": { + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.20.5.tgz", + "integrity": "sha512-Vq7b9dUA12ByzB4EjQTPo25sFhY+08pQDBSZRtUAkj7lb7jahaHR5igera16QZ+3my1nYR4dKsNdYj5IjPHilQ==", + "requires": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-create-class-features-plugin": "^7.20.5", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5" } }, - "packages/solid-keyring": { - "name": "@w3ui/solid-keyring", - "version": "1.0.1", - "license": "Apache-2.0 OR MIT", - "dependencies": { - "@w3ui/keyring-core": "^1.0.2" - }, - "devDependencies": { - "@ucanto/interface": "^4.0.3", - "@ucanto/principal": "^4.0.3", - "@web3-storage/access": "^9.2.0" - }, - "peerDependencies": { - "solid-js": "^1.5.0" + "@babel/plugin-proposal-unicode-property-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz", + "integrity": "sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==", + "requires": { + "@babel/helper-create-regexp-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" } }, - "packages/solid-keyring/node_modules/@ipld/car": { - "version": "4.1.6", - "resolved": "https://registry.npmjs.org/@ipld/car/-/car-4.1.6.tgz", - "integrity": "sha512-qs3Sco7rm1PRhhuGSWpCeayhqcB/0DOyIgBiqsfjV0mT0JbWs68Z+BTxksONlfindRXsM5llJOvZfAcuEJUqxw==", - "dependencies": { - "@ipld/dag-cbor": "^7.0.0", - "cborg": "^1.9.0", - "multiformats": "^9.5.4", - "varint": "^6.0.0" + "@babel/plugin-syntax-async-generators": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", + "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" } }, - "packages/solid-keyring/node_modules/@ipld/dag-cbor": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@ipld/dag-cbor/-/dag-cbor-7.0.3.tgz", - "integrity": "sha512-1VVh2huHsuohdXC1bGJNE8WR72slZ9XE2T3wbBBq31dm7ZBatmKLLxrB+XAqafxfRFjv08RZmj/W/ZqaM13AuA==", - "dependencies": { - "cborg": "^1.6.0", - "multiformats": "^9.5.4" + "@babel/plugin-syntax-bigint": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz", + "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" } }, - "packages/solid-keyring/node_modules/@ipld/dag-json": { - "version": "8.0.11", - "resolved": "https://registry.npmjs.org/@ipld/dag-json/-/dag-json-8.0.11.tgz", - "integrity": "sha512-Pea7JXeYHTWXRTIhBqBlhw7G53PJ7yta3G/sizGEZyzdeEwhZRr0od5IQ0r2ZxOt1Do+2czddjeEPp+YTxDwCA==", - "dependencies": { - "cborg": "^1.5.4", - "multiformats": "^9.5.4" + "@babel/plugin-syntax-class-properties": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", + "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" } }, - "packages/solid-keyring/node_modules/@ipld/dag-ucan": { - "version": "3.0.0-beta", - "resolved": "https://registry.npmjs.org/@ipld/dag-ucan/-/dag-ucan-3.0.0-beta.tgz", - "integrity": "sha512-WzKh4mDiUElslfI/cg9VjLNHsT+9r3XjwbDY/gck+1289sCU1Hywj1/9PMx0DMJoEEwd2OFy/bq5PX2IyQ20Cw==", - "dependencies": { - "@ipld/dag-cbor": "^7.0.1", - "@ipld/dag-json": "^8.0.9", - "multiformats": "^9.6.4" + "@babel/plugin-syntax-class-static-block": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", + "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", + "requires": { + "@babel/helper-plugin-utils": "^7.14.5" } }, - "packages/solid-keyring/node_modules/@ucanto/client": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/client/-/client-1.0.1.tgz", - "integrity": "sha512-ZWOCVDXdKhq0r5ZRUN5ubqpfjsQ2Nra2WFv2AyHZWSHA+maI4FA/btJBOWUPHW3BtWNDSt4waEfYXXh4iqkN0g==", - "dependencies": { - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" + "@babel/plugin-syntax-decorators": { + "version": "7.19.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.19.0.tgz", + "integrity": "sha512-xaBZUEDntt4faL1yN8oIFlhfXeQAWJW7CLKYsHTUqriCUbj8xOra8bfxxKGi/UwExPFBuPdH4XfHc9rGQhrVkQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.19.0" } }, - "packages/solid-keyring/node_modules/@ucanto/client/node_modules/@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" + "@babel/plugin-syntax-dynamic-import": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", + "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" } }, - "packages/solid-keyring/node_modules/@ucanto/core": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/core/-/core-1.0.1.tgz", - "integrity": "sha512-ugGyxbVwe1W7yYiVf281uZqZ5RgZ9f89JK29zQmmU3fv83wO3xIt5cWAr2ctXUAaRKmY0s3kZcMlEYemDDYm+A==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ipld/dag-ucan": "3.0.0-beta", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" + "@babel/plugin-syntax-export-namespace-from": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", + "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.3" } }, - "packages/solid-keyring/node_modules/@ucanto/core/node_modules/@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" + "@babel/plugin-syntax-flow": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.18.6.tgz", + "integrity": "sha512-LUbR+KNTBWCUAqRG9ex5Gnzu2IOkt8jRJbHHXFT9q+L9zm7M/QQbEqXyw1n1pohYvOyWC8CjeyjrSaIwiYjK7A==", + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" } }, - "packages/solid-keyring/node_modules/@ucanto/transport": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/transport/-/transport-1.0.1.tgz", - "integrity": "sha512-zC7ty7l5F47C8uWiZajs8MwplR8KoAGIz72psSrB6R+Zx9Le+SoN2/gyPD0a4cDtpMLEyHOPodOlBTnQEIlEcQ==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" + "@babel/plugin-syntax-import-assertions": { + "version": "7.20.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.20.0.tgz", + "integrity": "sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.19.0" } }, - "packages/solid-keyring/node_modules/@ucanto/transport/node_modules/@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" + "@babel/plugin-syntax-import-meta": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", + "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" } }, - "packages/solid-keyring/node_modules/@ucanto/validator": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@ucanto/validator/-/validator-1.0.2.tgz", - "integrity": "sha512-SFjS/8FDOwzPNM29brT6wgbE+HXD8iQnHR3aeqEgzIUL7j56kluZykfVWD0xR8oLn8vYzNqJqf60YeFAbIBsqg==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" + "@babel/plugin-syntax-json-strings": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", + "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" } }, - "packages/solid-keyring/node_modules/@ucanto/validator/node_modules/@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" + "@babel/plugin-syntax-jsx": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz", + "integrity": "sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==", + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" } }, - "packages/solid-keyring/node_modules/@w3ui/keyring-core": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@w3ui/keyring-core/-/keyring-core-1.0.2.tgz", - "integrity": "sha512-IujXoTV1VtnqUtscSoeaqwuOhKRoHOc/u9gP/oTlhZ8B2ueaDIcn6Cfd9D1uQuDY5c62o0QC0WIwWiqleQ17Kg==", - "dependencies": { - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@web3-storage/access": "^2.1.1", - "multiformats": "^9.8.1" + "@babel/plugin-syntax-logical-assignment-operators": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", + "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" } }, - "packages/solid-keyring/node_modules/@w3ui/keyring-core/node_modules/@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" + "@babel/plugin-syntax-nullish-coalescing-operator": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", + "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" } }, - "packages/solid-keyring/node_modules/@w3ui/keyring-core/node_modules/@ucanto/principal": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/principal/-/principal-1.0.1.tgz", - "integrity": "sha512-tuIhJRCj8Plk/XraHlPkOc9WsMsFOyQ9jcYRquD3/ybah4Nh843+eSPfDcOUnB1Y4FJg2wT4R8OEnTZejE7+dA==", - "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.0", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" + "@babel/plugin-syntax-numeric-separator": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", + "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" } }, - "packages/solid-keyring/node_modules/@w3ui/keyring-core/node_modules/@web3-storage/access": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@web3-storage/access/-/access-2.1.1.tgz", - "integrity": "sha512-8MGs3gY6dn/KrJE+X4GDnwrPXaPgm5lvGJKFJpMdYVBtTUjfWQx9mhdYErs2nE2JEt9tKubCfe1rgodZ1b+7gA==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.1", - "@types/ws": "^8.5.3", - "@ucanto/client": "^1.0.1", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@ucanto/server": "^1.0.2", - "@ucanto/transport": "^1.0.1", - "@ucanto/validator": "^1.0.2", - "@web-std/fetch": "^4.1.0", - "bigint-mod-arith": "^3.1.1", - "conf": "^10.1.2", - "inquirer": "^9.1.2", - "isomorphic-ws": "^5.0.0", - "multiformats": "^9.8.1", - "nanoid": "^4.0.0", - "one-webcrypto": "^1.0.3", - "ora": "^6.1.2", - "p-queue": "^7.3.0", - "p-retry": "^5.1.1", - "p-wait-for": "^5.0.0", - "uint8arrays": "^3.1.0", - "undici": "^5.10.0", - "ws": "^8.8.1", - "zod": "^3.19.1" - }, - "bin": { - "w3access": "src/cli/index.js" - } - }, - "packages/solid-keyring/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "packages/solid-keyring/node_modules/nanoid": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-4.0.0.tgz", - "integrity": "sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg==", - "bin": { - "nanoid": "bin/nanoid.js" - }, - "engines": { - "node": "^14 || ^16 || >=18" - } - }, - "packages/solid-keyring/node_modules/uint8arrays": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.1.1.tgz", - "integrity": "sha512-+QJa8QRnbdXVpHYjLoTpJIdCTiw9Ir62nocClWuXIq2JIh4Uta0cQsTSpFL678p2CN8B+XSApwcU+pQEqVpKWg==", - "dependencies": { - "multiformats": "^9.4.2" - } - }, - "packages/solid-keyring/node_modules/ws": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz", - "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", - "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": "^5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } - } - }, - "packages/solid-uploader": { - "name": "@w3ui/solid-uploader", - "version": "2.1.2", - "license": "Apache-2.0 OR MIT", - "dependencies": { - "@w3ui/uploader-core": "^2.0.2", - "@web3-storage/capabilities": "^2.0.0", - "multiformats": "^10.0.2" - }, - "peerDependencies": { - "@w3ui/solid-keyring": "^1.0.1", - "solid-js": "^1.5.0" - } - }, - "packages/solid-uploader/node_modules/@ipld/car": { - "version": "4.1.6", - "resolved": "https://registry.npmjs.org/@ipld/car/-/car-4.1.6.tgz", - "integrity": "sha512-qs3Sco7rm1PRhhuGSWpCeayhqcB/0DOyIgBiqsfjV0mT0JbWs68Z+BTxksONlfindRXsM5llJOvZfAcuEJUqxw==", - "dependencies": { - "@ipld/dag-cbor": "^7.0.0", - "cborg": "^1.9.0", - "multiformats": "^9.5.4", - "varint": "^6.0.0" - } - }, - "packages/solid-uploader/node_modules/@ipld/car/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "packages/solid-uploader/node_modules/@ipld/dag-cbor": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@ipld/dag-cbor/-/dag-cbor-7.0.3.tgz", - "integrity": "sha512-1VVh2huHsuohdXC1bGJNE8WR72slZ9XE2T3wbBBq31dm7ZBatmKLLxrB+XAqafxfRFjv08RZmj/W/ZqaM13AuA==", - "dependencies": { - "cborg": "^1.6.0", - "multiformats": "^9.5.4" - } - }, - "packages/solid-uploader/node_modules/@ipld/dag-cbor/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "packages/solid-uploader/node_modules/@ipld/dag-json": { - "version": "8.0.11", - "resolved": "https://registry.npmjs.org/@ipld/dag-json/-/dag-json-8.0.11.tgz", - "integrity": "sha512-Pea7JXeYHTWXRTIhBqBlhw7G53PJ7yta3G/sizGEZyzdeEwhZRr0od5IQ0r2ZxOt1Do+2czddjeEPp+YTxDwCA==", - "dependencies": { - "cborg": "^1.5.4", - "multiformats": "^9.5.4" - } - }, - "packages/solid-uploader/node_modules/@ipld/dag-json/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "packages/solid-uploader/node_modules/@ipld/dag-ucan": { - "version": "3.0.0-beta", - "resolved": "https://registry.npmjs.org/@ipld/dag-ucan/-/dag-ucan-3.0.0-beta.tgz", - "integrity": "sha512-WzKh4mDiUElslfI/cg9VjLNHsT+9r3XjwbDY/gck+1289sCU1Hywj1/9PMx0DMJoEEwd2OFy/bq5PX2IyQ20Cw==", - "dependencies": { - "@ipld/dag-cbor": "^7.0.1", - "@ipld/dag-json": "^8.0.9", - "multiformats": "^9.6.4" - } - }, - "packages/solid-uploader/node_modules/@ipld/dag-ucan/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "packages/solid-uploader/node_modules/@ipld/unixfs": { - "version": "1.1.0-dev", - "resolved": "https://registry.npmjs.org/@ipld/unixfs/-/unixfs-1.1.0-dev.tgz", - "integrity": "sha512-rLMc49JZtghx2s1Ed9iAvC35PtImREMdk4on3830nOH7ohL3QGwi4dB2rtE2vPvgJonHuImP9BMK+4AcFFWMZQ==", - "dependencies": { - "@ipld/dag-pb": "^2.1.15", - "@web-std/stream": "1.0.1", - "actor": "^2.3.0", - "protobufjs": "^6.11.2", - "rabin-rs": "^2.1.0" - } - }, - "packages/solid-uploader/node_modules/@ucanto/client": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/client/-/client-1.0.1.tgz", - "integrity": "sha512-ZWOCVDXdKhq0r5ZRUN5ubqpfjsQ2Nra2WFv2AyHZWSHA+maI4FA/btJBOWUPHW3BtWNDSt4waEfYXXh4iqkN0g==", - "dependencies": { - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "packages/solid-uploader/node_modules/@ucanto/client/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "packages/solid-uploader/node_modules/@ucanto/core": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/core/-/core-1.0.1.tgz", - "integrity": "sha512-ugGyxbVwe1W7yYiVf281uZqZ5RgZ9f89JK29zQmmU3fv83wO3xIt5cWAr2ctXUAaRKmY0s3kZcMlEYemDDYm+A==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ipld/dag-ucan": "3.0.0-beta", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "packages/solid-uploader/node_modules/@ucanto/core/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "packages/solid-uploader/node_modules/@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - }, - "packages/solid-uploader/node_modules/@ucanto/interface/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "packages/solid-uploader/node_modules/@ucanto/principal": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/principal/-/principal-1.0.1.tgz", - "integrity": "sha512-tuIhJRCj8Plk/XraHlPkOc9WsMsFOyQ9jcYRquD3/ybah4Nh843+eSPfDcOUnB1Y4FJg2wT4R8OEnTZejE7+dA==", - "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.0", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "packages/solid-uploader/node_modules/@ucanto/principal/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "packages/solid-uploader/node_modules/@ucanto/transport": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/transport/-/transport-1.0.1.tgz", - "integrity": "sha512-zC7ty7l5F47C8uWiZajs8MwplR8KoAGIz72psSrB6R+Zx9Le+SoN2/gyPD0a4cDtpMLEyHOPodOlBTnQEIlEcQ==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "packages/solid-uploader/node_modules/@ucanto/transport/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "packages/solid-uploader/node_modules/@ucanto/validator": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@ucanto/validator/-/validator-1.0.2.tgz", - "integrity": "sha512-SFjS/8FDOwzPNM29brT6wgbE+HXD8iQnHR3aeqEgzIUL7j56kluZykfVWD0xR8oLn8vYzNqJqf60YeFAbIBsqg==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "packages/solid-uploader/node_modules/@ucanto/validator/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "packages/solid-uploader/node_modules/@w3ui/uploader-core": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@w3ui/uploader-core/-/uploader-core-2.0.2.tgz", - "integrity": "sha512-QSKrq24THyMztyzAhdif8ajhMewaTTTVYnwq/sjVj2TXsXE8XeY6J0qKko0w+QtEy0A47SnbrHevtNLq4KGP2A==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/unixfs": "^1.1.0-dev", - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@ucanto/transport": "^1.0.1", - "@web3-storage/access": "^2.1.1", - "multiformats": "^9.8.1", - "p-retry": "^5.1.1", - "streaming-iterables": "^7.1.0" - } - }, - "packages/solid-uploader/node_modules/@w3ui/uploader-core/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "packages/solid-uploader/node_modules/@web-std/stream": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@web-std/stream/-/stream-1.0.1.tgz", - "integrity": "sha512-tsz4Y0WNDgFA5jwLSeV7/UV5rfMIlj0cPsSLVfTihjaVW0OJPd5NxJ3le1B3yLyqqzRpeG5OAfJAADLc4VoGTA==", - "dependencies": { - "web-streams-polyfill": "^3.1.1" - } - }, - "packages/solid-uploader/node_modules/@web3-storage/access": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@web3-storage/access/-/access-2.1.1.tgz", - "integrity": "sha512-8MGs3gY6dn/KrJE+X4GDnwrPXaPgm5lvGJKFJpMdYVBtTUjfWQx9mhdYErs2nE2JEt9tKubCfe1rgodZ1b+7gA==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.1", - "@types/ws": "^8.5.3", - "@ucanto/client": "^1.0.1", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@ucanto/server": "^1.0.2", - "@ucanto/transport": "^1.0.1", - "@ucanto/validator": "^1.0.2", - "@web-std/fetch": "^4.1.0", - "bigint-mod-arith": "^3.1.1", - "conf": "^10.1.2", - "inquirer": "^9.1.2", - "isomorphic-ws": "^5.0.0", - "multiformats": "^9.8.1", - "nanoid": "^4.0.0", - "one-webcrypto": "^1.0.3", - "ora": "^6.1.2", - "p-queue": "^7.3.0", - "p-retry": "^5.1.1", - "p-wait-for": "^5.0.0", - "uint8arrays": "^3.1.0", - "undici": "^5.10.0", - "ws": "^8.8.1", - "zod": "^3.19.1" - }, - "bin": { - "w3access": "src/cli/index.js" - } - }, - "packages/solid-uploader/node_modules/@web3-storage/access/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "packages/solid-uploader/node_modules/long": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/long/-/long-4.0.0.tgz", - "integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==" - }, - "packages/solid-uploader/node_modules/nanoid": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-4.0.0.tgz", - "integrity": "sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg==", - "bin": { - "nanoid": "bin/nanoid.js" - }, - "engines": { - "node": "^14 || ^16 || >=18" - } - }, - "packages/solid-uploader/node_modules/protobufjs": { - "version": "6.11.3", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-6.11.3.tgz", - "integrity": "sha512-xL96WDdCZYdU7Slin569tFX712BxsxslWwAfAhCYjQKGTq7dAU91Lomy6nLLhh/dyGhk/YH4TwTSRxTzhuHyZg==", - "hasInstallScript": true, - "dependencies": { - "@protobufjs/aspromise": "^1.1.2", - "@protobufjs/base64": "^1.1.2", - "@protobufjs/codegen": "^2.0.4", - "@protobufjs/eventemitter": "^1.1.0", - "@protobufjs/fetch": "^1.1.0", - "@protobufjs/float": "^1.0.2", - "@protobufjs/inquire": "^1.1.0", - "@protobufjs/path": "^1.1.2", - "@protobufjs/pool": "^1.1.0", - "@protobufjs/utf8": "^1.1.0", - "@types/long": "^4.0.1", - "@types/node": ">=13.7.0", - "long": "^4.0.0" - }, - "bin": { - "pbjs": "bin/pbjs", - "pbts": "bin/pbts" - } - }, - "packages/solid-uploader/node_modules/uint8arrays": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.1.1.tgz", - "integrity": "sha512-+QJa8QRnbdXVpHYjLoTpJIdCTiw9Ir62nocClWuXIq2JIh4Uta0cQsTSpFL678p2CN8B+XSApwcU+pQEqVpKWg==", - "dependencies": { - "multiformats": "^9.4.2" - } - }, - "packages/solid-uploader/node_modules/uint8arrays/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "packages/solid-uploader/node_modules/ws": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz", - "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", - "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": "^5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } - } - }, - "packages/solid-uploads-list": { - "name": "@w3ui/solid-uploads-list", - "version": "1.2.2", - "license": "Apache-2.0 OR MIT", - "dependencies": { - "@w3ui/uploads-list-core": "^1.0.3", - "@web3-storage/capabilities": "^2.0.0" - }, - "devDependencies": { - "@ucanto/interface": "^4.0.3" - }, - "peerDependencies": { - "@w3ui/solid-keyring": "^1.0.1", - "solid-js": "^1.5.0" - } - }, - "packages/solid-uploads-list/node_modules/@ipld/car": { - "version": "4.1.6", - "resolved": "https://registry.npmjs.org/@ipld/car/-/car-4.1.6.tgz", - "integrity": "sha512-qs3Sco7rm1PRhhuGSWpCeayhqcB/0DOyIgBiqsfjV0mT0JbWs68Z+BTxksONlfindRXsM5llJOvZfAcuEJUqxw==", - "dependencies": { - "@ipld/dag-cbor": "^7.0.0", - "cborg": "^1.9.0", - "multiformats": "^9.5.4", - "varint": "^6.0.0" - } - }, - "packages/solid-uploads-list/node_modules/@ipld/dag-cbor": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@ipld/dag-cbor/-/dag-cbor-7.0.3.tgz", - "integrity": "sha512-1VVh2huHsuohdXC1bGJNE8WR72slZ9XE2T3wbBBq31dm7ZBatmKLLxrB+XAqafxfRFjv08RZmj/W/ZqaM13AuA==", - "dependencies": { - "cborg": "^1.6.0", - "multiformats": "^9.5.4" - } - }, - "packages/solid-uploads-list/node_modules/@ipld/dag-json": { - "version": "8.0.11", - "resolved": "https://registry.npmjs.org/@ipld/dag-json/-/dag-json-8.0.11.tgz", - "integrity": "sha512-Pea7JXeYHTWXRTIhBqBlhw7G53PJ7yta3G/sizGEZyzdeEwhZRr0od5IQ0r2ZxOt1Do+2czddjeEPp+YTxDwCA==", - "dependencies": { - "cborg": "^1.5.4", - "multiformats": "^9.5.4" - } - }, - "packages/solid-uploads-list/node_modules/@ipld/dag-ucan": { - "version": "3.0.0-beta", - "resolved": "https://registry.npmjs.org/@ipld/dag-ucan/-/dag-ucan-3.0.0-beta.tgz", - "integrity": "sha512-WzKh4mDiUElslfI/cg9VjLNHsT+9r3XjwbDY/gck+1289sCU1Hywj1/9PMx0DMJoEEwd2OFy/bq5PX2IyQ20Cw==", - "dependencies": { - "@ipld/dag-cbor": "^7.0.1", - "@ipld/dag-json": "^8.0.9", - "multiformats": "^9.6.4" - } - }, - "packages/solid-uploads-list/node_modules/@ucanto/client": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/client/-/client-1.0.1.tgz", - "integrity": "sha512-ZWOCVDXdKhq0r5ZRUN5ubqpfjsQ2Nra2WFv2AyHZWSHA+maI4FA/btJBOWUPHW3BtWNDSt4waEfYXXh4iqkN0g==", - "dependencies": { - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "packages/solid-uploads-list/node_modules/@ucanto/client/node_modules/@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - }, - "packages/solid-uploads-list/node_modules/@ucanto/core": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/core/-/core-1.0.1.tgz", - "integrity": "sha512-ugGyxbVwe1W7yYiVf281uZqZ5RgZ9f89JK29zQmmU3fv83wO3xIt5cWAr2ctXUAaRKmY0s3kZcMlEYemDDYm+A==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ipld/dag-ucan": "3.0.0-beta", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "packages/solid-uploads-list/node_modules/@ucanto/core/node_modules/@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - }, - "packages/solid-uploads-list/node_modules/@ucanto/principal": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/principal/-/principal-1.0.1.tgz", - "integrity": "sha512-tuIhJRCj8Plk/XraHlPkOc9WsMsFOyQ9jcYRquD3/ybah4Nh843+eSPfDcOUnB1Y4FJg2wT4R8OEnTZejE7+dA==", - "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.0", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "packages/solid-uploads-list/node_modules/@ucanto/principal/node_modules/@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - }, - "packages/solid-uploads-list/node_modules/@ucanto/transport": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/transport/-/transport-1.0.1.tgz", - "integrity": "sha512-zC7ty7l5F47C8uWiZajs8MwplR8KoAGIz72psSrB6R+Zx9Le+SoN2/gyPD0a4cDtpMLEyHOPodOlBTnQEIlEcQ==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "packages/solid-uploads-list/node_modules/@ucanto/transport/node_modules/@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - }, - "packages/solid-uploads-list/node_modules/@ucanto/validator": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@ucanto/validator/-/validator-1.0.2.tgz", - "integrity": "sha512-SFjS/8FDOwzPNM29brT6wgbE+HXD8iQnHR3aeqEgzIUL7j56kluZykfVWD0xR8oLn8vYzNqJqf60YeFAbIBsqg==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "packages/solid-uploads-list/node_modules/@ucanto/validator/node_modules/@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - }, - "packages/solid-uploads-list/node_modules/@w3ui/uploads-list-core": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@w3ui/uploads-list-core/-/uploads-list-core-1.0.3.tgz", - "integrity": "sha512-IEsRxjYI3eUogksunInK8TFwTNy47B9pg/LsXbGOKyWKeIH2TK1rgC+hht0P03Ng8yY2ANg+WzccLgK8Tmj2ew==", - "dependencies": { - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@web3-storage/access": "^2.1.1", - "multiformats": "^9.9.0" - } - }, - "packages/solid-uploads-list/node_modules/@w3ui/uploads-list-core/node_modules/@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - }, - "packages/solid-uploads-list/node_modules/@web3-storage/access": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@web3-storage/access/-/access-2.1.1.tgz", - "integrity": "sha512-8MGs3gY6dn/KrJE+X4GDnwrPXaPgm5lvGJKFJpMdYVBtTUjfWQx9mhdYErs2nE2JEt9tKubCfe1rgodZ1b+7gA==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.1", - "@types/ws": "^8.5.3", - "@ucanto/client": "^1.0.1", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@ucanto/server": "^1.0.2", - "@ucanto/transport": "^1.0.1", - "@ucanto/validator": "^1.0.2", - "@web-std/fetch": "^4.1.0", - "bigint-mod-arith": "^3.1.1", - "conf": "^10.1.2", - "inquirer": "^9.1.2", - "isomorphic-ws": "^5.0.0", - "multiformats": "^9.8.1", - "nanoid": "^4.0.0", - "one-webcrypto": "^1.0.3", - "ora": "^6.1.2", - "p-queue": "^7.3.0", - "p-retry": "^5.1.1", - "p-wait-for": "^5.0.0", - "uint8arrays": "^3.1.0", - "undici": "^5.10.0", - "ws": "^8.8.1", - "zod": "^3.19.1" - }, - "bin": { - "w3access": "src/cli/index.js" - } - }, - "packages/solid-uploads-list/node_modules/@web3-storage/access/node_modules/@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - }, - "packages/solid-uploads-list/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "packages/solid-uploads-list/node_modules/nanoid": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-4.0.0.tgz", - "integrity": "sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg==", - "bin": { - "nanoid": "bin/nanoid.js" - }, - "engines": { - "node": "^14 || ^16 || >=18" - } - }, - "packages/solid-uploads-list/node_modules/uint8arrays": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.1.1.tgz", - "integrity": "sha512-+QJa8QRnbdXVpHYjLoTpJIdCTiw9Ir62nocClWuXIq2JIh4Uta0cQsTSpFL678p2CN8B+XSApwcU+pQEqVpKWg==", - "dependencies": { - "multiformats": "^9.4.2" - } - }, - "packages/solid-uploads-list/node_modules/ws": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz", - "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", - "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": "^5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } - } - }, - "packages/uploader-core": { - "name": "@w3ui/uploader-core", - "version": "3.0.1", - "license": "Apache-2.0 OR MIT", - "dependencies": { - "@web3-storage/upload-client": "^5.2.0", - "multiformats": "^10.0.2" - } - }, - "packages/uploads-list-core": { - "name": "@w3ui/uploads-list-core", - "version": "2.0.0", - "license": "Apache-2.0 OR MIT", - "dependencies": { - "@ucanto/interface": "^4.0.3", - "@web3-storage/upload-client": "^5.2.0" - } - }, - "packages/vue-keyring": { - "name": "@w3ui/vue-keyring", - "version": "1.0.1", - "license": "Apache-2.0 OR MIT", - "dependencies": { - "@w3ui/keyring-core": "^1.0.2" - }, - "devDependencies": { - "@ucanto/interface": "^4.0.3", - "@ucanto/principal": "^4.0.3", - "@web3-storage/access": "^9.2.0" - }, - "peerDependencies": { - "vue": "^3.0.0" - } - }, - "packages/vue-keyring/node_modules/@ipld/car": { - "version": "4.1.6", - "resolved": "https://registry.npmjs.org/@ipld/car/-/car-4.1.6.tgz", - "integrity": "sha512-qs3Sco7rm1PRhhuGSWpCeayhqcB/0DOyIgBiqsfjV0mT0JbWs68Z+BTxksONlfindRXsM5llJOvZfAcuEJUqxw==", - "dependencies": { - "@ipld/dag-cbor": "^7.0.0", - "cborg": "^1.9.0", - "multiformats": "^9.5.4", - "varint": "^6.0.0" - } - }, - "packages/vue-keyring/node_modules/@ipld/dag-cbor": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@ipld/dag-cbor/-/dag-cbor-7.0.3.tgz", - "integrity": "sha512-1VVh2huHsuohdXC1bGJNE8WR72slZ9XE2T3wbBBq31dm7ZBatmKLLxrB+XAqafxfRFjv08RZmj/W/ZqaM13AuA==", - "dependencies": { - "cborg": "^1.6.0", - "multiformats": "^9.5.4" - } - }, - "packages/vue-keyring/node_modules/@ipld/dag-json": { - "version": "8.0.11", - "resolved": "https://registry.npmjs.org/@ipld/dag-json/-/dag-json-8.0.11.tgz", - "integrity": "sha512-Pea7JXeYHTWXRTIhBqBlhw7G53PJ7yta3G/sizGEZyzdeEwhZRr0od5IQ0r2ZxOt1Do+2czddjeEPp+YTxDwCA==", - "dependencies": { - "cborg": "^1.5.4", - "multiformats": "^9.5.4" - } - }, - "packages/vue-keyring/node_modules/@ipld/dag-ucan": { - "version": "3.0.0-beta", - "resolved": "https://registry.npmjs.org/@ipld/dag-ucan/-/dag-ucan-3.0.0-beta.tgz", - "integrity": "sha512-WzKh4mDiUElslfI/cg9VjLNHsT+9r3XjwbDY/gck+1289sCU1Hywj1/9PMx0DMJoEEwd2OFy/bq5PX2IyQ20Cw==", - "dependencies": { - "@ipld/dag-cbor": "^7.0.1", - "@ipld/dag-json": "^8.0.9", - "multiformats": "^9.6.4" - } - }, - "packages/vue-keyring/node_modules/@ucanto/client": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/client/-/client-1.0.1.tgz", - "integrity": "sha512-ZWOCVDXdKhq0r5ZRUN5ubqpfjsQ2Nra2WFv2AyHZWSHA+maI4FA/btJBOWUPHW3BtWNDSt4waEfYXXh4iqkN0g==", - "dependencies": { - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "packages/vue-keyring/node_modules/@ucanto/client/node_modules/@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - }, - "packages/vue-keyring/node_modules/@ucanto/core": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/core/-/core-1.0.1.tgz", - "integrity": "sha512-ugGyxbVwe1W7yYiVf281uZqZ5RgZ9f89JK29zQmmU3fv83wO3xIt5cWAr2ctXUAaRKmY0s3kZcMlEYemDDYm+A==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ipld/dag-ucan": "3.0.0-beta", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "packages/vue-keyring/node_modules/@ucanto/core/node_modules/@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - }, - "packages/vue-keyring/node_modules/@ucanto/transport": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/transport/-/transport-1.0.1.tgz", - "integrity": "sha512-zC7ty7l5F47C8uWiZajs8MwplR8KoAGIz72psSrB6R+Zx9Le+SoN2/gyPD0a4cDtpMLEyHOPodOlBTnQEIlEcQ==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "packages/vue-keyring/node_modules/@ucanto/transport/node_modules/@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - }, - "packages/vue-keyring/node_modules/@ucanto/validator": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@ucanto/validator/-/validator-1.0.2.tgz", - "integrity": "sha512-SFjS/8FDOwzPNM29brT6wgbE+HXD8iQnHR3aeqEgzIUL7j56kluZykfVWD0xR8oLn8vYzNqJqf60YeFAbIBsqg==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "packages/vue-keyring/node_modules/@ucanto/validator/node_modules/@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - }, - "packages/vue-keyring/node_modules/@w3ui/keyring-core": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@w3ui/keyring-core/-/keyring-core-1.0.2.tgz", - "integrity": "sha512-IujXoTV1VtnqUtscSoeaqwuOhKRoHOc/u9gP/oTlhZ8B2ueaDIcn6Cfd9D1uQuDY5c62o0QC0WIwWiqleQ17Kg==", - "dependencies": { - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@web3-storage/access": "^2.1.1", - "multiformats": "^9.8.1" - } - }, - "packages/vue-keyring/node_modules/@w3ui/keyring-core/node_modules/@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - }, - "packages/vue-keyring/node_modules/@w3ui/keyring-core/node_modules/@ucanto/principal": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/principal/-/principal-1.0.1.tgz", - "integrity": "sha512-tuIhJRCj8Plk/XraHlPkOc9WsMsFOyQ9jcYRquD3/ybah4Nh843+eSPfDcOUnB1Y4FJg2wT4R8OEnTZejE7+dA==", - "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.0", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "packages/vue-keyring/node_modules/@w3ui/keyring-core/node_modules/@web3-storage/access": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@web3-storage/access/-/access-2.1.1.tgz", - "integrity": "sha512-8MGs3gY6dn/KrJE+X4GDnwrPXaPgm5lvGJKFJpMdYVBtTUjfWQx9mhdYErs2nE2JEt9tKubCfe1rgodZ1b+7gA==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.1", - "@types/ws": "^8.5.3", - "@ucanto/client": "^1.0.1", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@ucanto/server": "^1.0.2", - "@ucanto/transport": "^1.0.1", - "@ucanto/validator": "^1.0.2", - "@web-std/fetch": "^4.1.0", - "bigint-mod-arith": "^3.1.1", - "conf": "^10.1.2", - "inquirer": "^9.1.2", - "isomorphic-ws": "^5.0.0", - "multiformats": "^9.8.1", - "nanoid": "^4.0.0", - "one-webcrypto": "^1.0.3", - "ora": "^6.1.2", - "p-queue": "^7.3.0", - "p-retry": "^5.1.1", - "p-wait-for": "^5.0.0", - "uint8arrays": "^3.1.0", - "undici": "^5.10.0", - "ws": "^8.8.1", - "zod": "^3.19.1" - }, - "bin": { - "w3access": "src/cli/index.js" - } - }, - "packages/vue-keyring/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "packages/vue-keyring/node_modules/nanoid": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-4.0.0.tgz", - "integrity": "sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg==", - "bin": { - "nanoid": "bin/nanoid.js" - }, - "engines": { - "node": "^14 || ^16 || >=18" - } - }, - "packages/vue-keyring/node_modules/uint8arrays": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.1.1.tgz", - "integrity": "sha512-+QJa8QRnbdXVpHYjLoTpJIdCTiw9Ir62nocClWuXIq2JIh4Uta0cQsTSpFL678p2CN8B+XSApwcU+pQEqVpKWg==", - "dependencies": { - "multiformats": "^9.4.2" - } - }, - "packages/vue-keyring/node_modules/ws": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz", - "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", - "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": "^5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } - } - }, - "packages/vue-uploader": { - "name": "@w3ui/vue-uploader", - "version": "2.1.2", - "license": "Apache-2.0 OR MIT", - "dependencies": { - "@w3ui/uploader-core": "^2.0.2", - "@w3ui/vue-keyring": "^1.0.1", - "@web3-storage/capabilities": "^2.0.0", - "multiformats": "^10.0.2" - }, - "peerDependencies": { - "vue": "^3.0.0" - } - }, - "packages/vue-uploader/node_modules/@ipld/car": { - "version": "4.1.6", - "resolved": "https://registry.npmjs.org/@ipld/car/-/car-4.1.6.tgz", - "integrity": "sha512-qs3Sco7rm1PRhhuGSWpCeayhqcB/0DOyIgBiqsfjV0mT0JbWs68Z+BTxksONlfindRXsM5llJOvZfAcuEJUqxw==", - "dependencies": { - "@ipld/dag-cbor": "^7.0.0", - "cborg": "^1.9.0", - "multiformats": "^9.5.4", - "varint": "^6.0.0" - } - }, - "packages/vue-uploader/node_modules/@ipld/car/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "packages/vue-uploader/node_modules/@ipld/dag-cbor": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@ipld/dag-cbor/-/dag-cbor-7.0.3.tgz", - "integrity": "sha512-1VVh2huHsuohdXC1bGJNE8WR72slZ9XE2T3wbBBq31dm7ZBatmKLLxrB+XAqafxfRFjv08RZmj/W/ZqaM13AuA==", - "dependencies": { - "cborg": "^1.6.0", - "multiformats": "^9.5.4" - } - }, - "packages/vue-uploader/node_modules/@ipld/dag-cbor/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "packages/vue-uploader/node_modules/@ipld/dag-json": { - "version": "8.0.11", - "resolved": "https://registry.npmjs.org/@ipld/dag-json/-/dag-json-8.0.11.tgz", - "integrity": "sha512-Pea7JXeYHTWXRTIhBqBlhw7G53PJ7yta3G/sizGEZyzdeEwhZRr0od5IQ0r2ZxOt1Do+2czddjeEPp+YTxDwCA==", - "dependencies": { - "cborg": "^1.5.4", - "multiformats": "^9.5.4" - } - }, - "packages/vue-uploader/node_modules/@ipld/dag-json/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "packages/vue-uploader/node_modules/@ipld/dag-ucan": { - "version": "3.0.0-beta", - "resolved": "https://registry.npmjs.org/@ipld/dag-ucan/-/dag-ucan-3.0.0-beta.tgz", - "integrity": "sha512-WzKh4mDiUElslfI/cg9VjLNHsT+9r3XjwbDY/gck+1289sCU1Hywj1/9PMx0DMJoEEwd2OFy/bq5PX2IyQ20Cw==", - "dependencies": { - "@ipld/dag-cbor": "^7.0.1", - "@ipld/dag-json": "^8.0.9", - "multiformats": "^9.6.4" - } - }, - "packages/vue-uploader/node_modules/@ipld/dag-ucan/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "packages/vue-uploader/node_modules/@ipld/unixfs": { - "version": "1.1.0-dev", - "resolved": "https://registry.npmjs.org/@ipld/unixfs/-/unixfs-1.1.0-dev.tgz", - "integrity": "sha512-rLMc49JZtghx2s1Ed9iAvC35PtImREMdk4on3830nOH7ohL3QGwi4dB2rtE2vPvgJonHuImP9BMK+4AcFFWMZQ==", - "dependencies": { - "@ipld/dag-pb": "^2.1.15", - "@web-std/stream": "1.0.1", - "actor": "^2.3.0", - "protobufjs": "^6.11.2", - "rabin-rs": "^2.1.0" - } - }, - "packages/vue-uploader/node_modules/@ucanto/client": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/client/-/client-1.0.1.tgz", - "integrity": "sha512-ZWOCVDXdKhq0r5ZRUN5ubqpfjsQ2Nra2WFv2AyHZWSHA+maI4FA/btJBOWUPHW3BtWNDSt4waEfYXXh4iqkN0g==", - "dependencies": { - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "packages/vue-uploader/node_modules/@ucanto/client/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "packages/vue-uploader/node_modules/@ucanto/core": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/core/-/core-1.0.1.tgz", - "integrity": "sha512-ugGyxbVwe1W7yYiVf281uZqZ5RgZ9f89JK29zQmmU3fv83wO3xIt5cWAr2ctXUAaRKmY0s3kZcMlEYemDDYm+A==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ipld/dag-ucan": "3.0.0-beta", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "packages/vue-uploader/node_modules/@ucanto/core/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "packages/vue-uploader/node_modules/@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - }, - "packages/vue-uploader/node_modules/@ucanto/interface/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "packages/vue-uploader/node_modules/@ucanto/principal": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/principal/-/principal-1.0.1.tgz", - "integrity": "sha512-tuIhJRCj8Plk/XraHlPkOc9WsMsFOyQ9jcYRquD3/ybah4Nh843+eSPfDcOUnB1Y4FJg2wT4R8OEnTZejE7+dA==", - "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.0", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "packages/vue-uploader/node_modules/@ucanto/principal/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "packages/vue-uploader/node_modules/@ucanto/transport": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/transport/-/transport-1.0.1.tgz", - "integrity": "sha512-zC7ty7l5F47C8uWiZajs8MwplR8KoAGIz72psSrB6R+Zx9Le+SoN2/gyPD0a4cDtpMLEyHOPodOlBTnQEIlEcQ==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "packages/vue-uploader/node_modules/@ucanto/transport/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "packages/vue-uploader/node_modules/@ucanto/validator": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@ucanto/validator/-/validator-1.0.2.tgz", - "integrity": "sha512-SFjS/8FDOwzPNM29brT6wgbE+HXD8iQnHR3aeqEgzIUL7j56kluZykfVWD0xR8oLn8vYzNqJqf60YeFAbIBsqg==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "packages/vue-uploader/node_modules/@ucanto/validator/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "packages/vue-uploader/node_modules/@w3ui/uploader-core": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@w3ui/uploader-core/-/uploader-core-2.0.2.tgz", - "integrity": "sha512-QSKrq24THyMztyzAhdif8ajhMewaTTTVYnwq/sjVj2TXsXE8XeY6J0qKko0w+QtEy0A47SnbrHevtNLq4KGP2A==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/unixfs": "^1.1.0-dev", - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@ucanto/transport": "^1.0.1", - "@web3-storage/access": "^2.1.1", - "multiformats": "^9.8.1", - "p-retry": "^5.1.1", - "streaming-iterables": "^7.1.0" - } - }, - "packages/vue-uploader/node_modules/@w3ui/uploader-core/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "packages/vue-uploader/node_modules/@web-std/stream": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@web-std/stream/-/stream-1.0.1.tgz", - "integrity": "sha512-tsz4Y0WNDgFA5jwLSeV7/UV5rfMIlj0cPsSLVfTihjaVW0OJPd5NxJ3le1B3yLyqqzRpeG5OAfJAADLc4VoGTA==", - "dependencies": { - "web-streams-polyfill": "^3.1.1" - } - }, - "packages/vue-uploader/node_modules/@web3-storage/access": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@web3-storage/access/-/access-2.1.1.tgz", - "integrity": "sha512-8MGs3gY6dn/KrJE+X4GDnwrPXaPgm5lvGJKFJpMdYVBtTUjfWQx9mhdYErs2nE2JEt9tKubCfe1rgodZ1b+7gA==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.1", - "@types/ws": "^8.5.3", - "@ucanto/client": "^1.0.1", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@ucanto/server": "^1.0.2", - "@ucanto/transport": "^1.0.1", - "@ucanto/validator": "^1.0.2", - "@web-std/fetch": "^4.1.0", - "bigint-mod-arith": "^3.1.1", - "conf": "^10.1.2", - "inquirer": "^9.1.2", - "isomorphic-ws": "^5.0.0", - "multiformats": "^9.8.1", - "nanoid": "^4.0.0", - "one-webcrypto": "^1.0.3", - "ora": "^6.1.2", - "p-queue": "^7.3.0", - "p-retry": "^5.1.1", - "p-wait-for": "^5.0.0", - "uint8arrays": "^3.1.0", - "undici": "^5.10.0", - "ws": "^8.8.1", - "zod": "^3.19.1" - }, - "bin": { - "w3access": "src/cli/index.js" - } - }, - "packages/vue-uploader/node_modules/@web3-storage/access/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "packages/vue-uploader/node_modules/long": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/long/-/long-4.0.0.tgz", - "integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==" - }, - "packages/vue-uploader/node_modules/nanoid": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-4.0.0.tgz", - "integrity": "sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg==", - "bin": { - "nanoid": "bin/nanoid.js" - }, - "engines": { - "node": "^14 || ^16 || >=18" - } - }, - "packages/vue-uploader/node_modules/protobufjs": { - "version": "6.11.3", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-6.11.3.tgz", - "integrity": "sha512-xL96WDdCZYdU7Slin569tFX712BxsxslWwAfAhCYjQKGTq7dAU91Lomy6nLLhh/dyGhk/YH4TwTSRxTzhuHyZg==", - "hasInstallScript": true, - "dependencies": { - "@protobufjs/aspromise": "^1.1.2", - "@protobufjs/base64": "^1.1.2", - "@protobufjs/codegen": "^2.0.4", - "@protobufjs/eventemitter": "^1.1.0", - "@protobufjs/fetch": "^1.1.0", - "@protobufjs/float": "^1.0.2", - "@protobufjs/inquire": "^1.1.0", - "@protobufjs/path": "^1.1.2", - "@protobufjs/pool": "^1.1.0", - "@protobufjs/utf8": "^1.1.0", - "@types/long": "^4.0.1", - "@types/node": ">=13.7.0", - "long": "^4.0.0" - }, - "bin": { - "pbjs": "bin/pbjs", - "pbts": "bin/pbts" - } - }, - "packages/vue-uploader/node_modules/uint8arrays": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.1.1.tgz", - "integrity": "sha512-+QJa8QRnbdXVpHYjLoTpJIdCTiw9Ir62nocClWuXIq2JIh4Uta0cQsTSpFL678p2CN8B+XSApwcU+pQEqVpKWg==", - "dependencies": { - "multiformats": "^9.4.2" - } - }, - "packages/vue-uploader/node_modules/uint8arrays/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "packages/vue-uploader/node_modules/ws": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz", - "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", - "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": "^5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } - } - }, - "packages/vue-uploads-list": { - "name": "@w3ui/vue-uploads-list", - "version": "1.1.2", - "license": "Apache-2.0 OR MIT", - "dependencies": { - "@w3ui/uploads-list-core": "^1.0.3", - "@w3ui/vue-keyring": "^1.0.1", - "@web3-storage/capabilities": "^2.0.0" - }, - "peerDependencies": { - "vue": "^3.0.0" - } - }, - "packages/vue-uploads-list/node_modules/@ipld/car": { - "version": "4.1.6", - "resolved": "https://registry.npmjs.org/@ipld/car/-/car-4.1.6.tgz", - "integrity": "sha512-qs3Sco7rm1PRhhuGSWpCeayhqcB/0DOyIgBiqsfjV0mT0JbWs68Z+BTxksONlfindRXsM5llJOvZfAcuEJUqxw==", - "dependencies": { - "@ipld/dag-cbor": "^7.0.0", - "cborg": "^1.9.0", - "multiformats": "^9.5.4", - "varint": "^6.0.0" - } - }, - "packages/vue-uploads-list/node_modules/@ipld/dag-cbor": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@ipld/dag-cbor/-/dag-cbor-7.0.3.tgz", - "integrity": "sha512-1VVh2huHsuohdXC1bGJNE8WR72slZ9XE2T3wbBBq31dm7ZBatmKLLxrB+XAqafxfRFjv08RZmj/W/ZqaM13AuA==", - "dependencies": { - "cborg": "^1.6.0", - "multiformats": "^9.5.4" - } - }, - "packages/vue-uploads-list/node_modules/@ipld/dag-json": { - "version": "8.0.11", - "resolved": "https://registry.npmjs.org/@ipld/dag-json/-/dag-json-8.0.11.tgz", - "integrity": "sha512-Pea7JXeYHTWXRTIhBqBlhw7G53PJ7yta3G/sizGEZyzdeEwhZRr0od5IQ0r2ZxOt1Do+2czddjeEPp+YTxDwCA==", - "dependencies": { - "cborg": "^1.5.4", - "multiformats": "^9.5.4" - } - }, - "packages/vue-uploads-list/node_modules/@ipld/dag-ucan": { - "version": "3.0.0-beta", - "resolved": "https://registry.npmjs.org/@ipld/dag-ucan/-/dag-ucan-3.0.0-beta.tgz", - "integrity": "sha512-WzKh4mDiUElslfI/cg9VjLNHsT+9r3XjwbDY/gck+1289sCU1Hywj1/9PMx0DMJoEEwd2OFy/bq5PX2IyQ20Cw==", - "dependencies": { - "@ipld/dag-cbor": "^7.0.1", - "@ipld/dag-json": "^8.0.9", - "multiformats": "^9.6.4" - } - }, - "packages/vue-uploads-list/node_modules/@ucanto/client": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/client/-/client-1.0.1.tgz", - "integrity": "sha512-ZWOCVDXdKhq0r5ZRUN5ubqpfjsQ2Nra2WFv2AyHZWSHA+maI4FA/btJBOWUPHW3BtWNDSt4waEfYXXh4iqkN0g==", - "dependencies": { - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "packages/vue-uploads-list/node_modules/@ucanto/core": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/core/-/core-1.0.1.tgz", - "integrity": "sha512-ugGyxbVwe1W7yYiVf281uZqZ5RgZ9f89JK29zQmmU3fv83wO3xIt5cWAr2ctXUAaRKmY0s3kZcMlEYemDDYm+A==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ipld/dag-ucan": "3.0.0-beta", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "packages/vue-uploads-list/node_modules/@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - }, - "packages/vue-uploads-list/node_modules/@ucanto/principal": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/principal/-/principal-1.0.1.tgz", - "integrity": "sha512-tuIhJRCj8Plk/XraHlPkOc9WsMsFOyQ9jcYRquD3/ybah4Nh843+eSPfDcOUnB1Y4FJg2wT4R8OEnTZejE7+dA==", - "dependencies": { - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.0", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "packages/vue-uploads-list/node_modules/@ucanto/transport": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/transport/-/transport-1.0.1.tgz", - "integrity": "sha512-zC7ty7l5F47C8uWiZajs8MwplR8KoAGIz72psSrB6R+Zx9Le+SoN2/gyPD0a4cDtpMLEyHOPodOlBTnQEIlEcQ==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "packages/vue-uploads-list/node_modules/@ucanto/validator": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@ucanto/validator/-/validator-1.0.2.tgz", - "integrity": "sha512-SFjS/8FDOwzPNM29brT6wgbE+HXD8iQnHR3aeqEgzIUL7j56kluZykfVWD0xR8oLn8vYzNqJqf60YeFAbIBsqg==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "packages/vue-uploads-list/node_modules/@w3ui/uploads-list-core": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@w3ui/uploads-list-core/-/uploads-list-core-1.0.3.tgz", - "integrity": "sha512-IEsRxjYI3eUogksunInK8TFwTNy47B9pg/LsXbGOKyWKeIH2TK1rgC+hht0P03Ng8yY2ANg+WzccLgK8Tmj2ew==", - "dependencies": { - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@web3-storage/access": "^2.1.1", - "multiformats": "^9.9.0" - } - }, - "packages/vue-uploads-list/node_modules/@web3-storage/access": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@web3-storage/access/-/access-2.1.1.tgz", - "integrity": "sha512-8MGs3gY6dn/KrJE+X4GDnwrPXaPgm5lvGJKFJpMdYVBtTUjfWQx9mhdYErs2nE2JEt9tKubCfe1rgodZ1b+7gA==", - "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.1", - "@types/ws": "^8.5.3", - "@ucanto/client": "^1.0.1", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@ucanto/server": "^1.0.2", - "@ucanto/transport": "^1.0.1", - "@ucanto/validator": "^1.0.2", - "@web-std/fetch": "^4.1.0", - "bigint-mod-arith": "^3.1.1", - "conf": "^10.1.2", - "inquirer": "^9.1.2", - "isomorphic-ws": "^5.0.0", - "multiformats": "^9.8.1", - "nanoid": "^4.0.0", - "one-webcrypto": "^1.0.3", - "ora": "^6.1.2", - "p-queue": "^7.3.0", - "p-retry": "^5.1.1", - "p-wait-for": "^5.0.0", - "uint8arrays": "^3.1.0", - "undici": "^5.10.0", - "ws": "^8.8.1", - "zod": "^3.19.1" - }, - "bin": { - "w3access": "src/cli/index.js" - } - }, - "packages/vue-uploads-list/node_modules/multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "packages/vue-uploads-list/node_modules/nanoid": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-4.0.0.tgz", - "integrity": "sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg==", - "bin": { - "nanoid": "bin/nanoid.js" - }, - "engines": { - "node": "^14 || ^16 || >=18" - } - }, - "packages/vue-uploads-list/node_modules/uint8arrays": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.1.1.tgz", - "integrity": "sha512-+QJa8QRnbdXVpHYjLoTpJIdCTiw9Ir62nocClWuXIq2JIh4Uta0cQsTSpFL678p2CN8B+XSApwcU+pQEqVpKWg==", - "dependencies": { - "multiformats": "^9.4.2" - } - }, - "packages/vue-uploads-list/node_modules/ws": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz", - "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", - "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": "^5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } - } - } - }, - "dependencies": { - "@ampproject/remapping": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz", - "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==", - "requires": { - "@jridgewell/gen-mapping": "^0.1.0", - "@jridgewell/trace-mapping": "^0.3.9" - } - }, - "@babel/code-frame": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz", - "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==", - "requires": { - "@babel/highlight": "^7.18.6" - } - }, - "@babel/compat-data": { - "version": "7.20.5", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.5.tgz", - "integrity": "sha512-KZXo2t10+/jxmkhNXc7pZTqRvSOIvVv/+lJwHS+B2rErwOyjuVRh60yVpb7liQ1U5t7lLJ1bz+t8tSypUZdm0g==" - }, - "@babel/core": { - "version": "7.20.5", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.20.5.tgz", - "integrity": "sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ==", - "requires": { - "@ampproject/remapping": "^2.1.0", - "@babel/code-frame": "^7.18.6", - "@babel/generator": "^7.20.5", - "@babel/helper-compilation-targets": "^7.20.0", - "@babel/helper-module-transforms": "^7.20.2", - "@babel/helpers": "^7.20.5", - "@babel/parser": "^7.20.5", - "@babel/template": "^7.18.10", - "@babel/traverse": "^7.20.5", - "@babel/types": "^7.20.5", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.2.1", - "semver": "^6.3.0" - } - }, - "@babel/eslint-parser": { - "version": "7.19.1", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.19.1.tgz", - "integrity": "sha512-AqNf2QWt1rtu2/1rLswy6CDP7H9Oh3mMhk177Y67Rg8d7RD9WfOLLv8CGn6tisFvS2htm86yIe1yLF6I1UDaGQ==", - "requires": { - "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", - "eslint-visitor-keys": "^2.1.0", - "semver": "^6.3.0" - }, - "dependencies": { - "eslint-visitor-keys": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", - "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==" - } - } - }, - "@babel/generator": { - "version": "7.20.5", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.5.tgz", - "integrity": "sha512-jl7JY2Ykn9S0yj4DQP82sYvPU+T3g0HFcWTqDLqiuA9tGRNIj9VfbtXGAYTTkyNEnQk1jkMGOdYka8aG/lulCA==", - "requires": { - "@babel/types": "^7.20.5", - "@jridgewell/gen-mapping": "^0.3.2", - "jsesc": "^2.5.1" - }, - "dependencies": { - "@jridgewell/gen-mapping": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", - "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", - "requires": { - "@jridgewell/set-array": "^1.0.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.9" - } - } - } - }, - "@babel/helper-annotate-as-pure": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz", - "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==", - "requires": { - "@babel/types": "^7.18.6" - } - }, - "@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.9.tgz", - "integrity": "sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==", - "requires": { - "@babel/helper-explode-assignable-expression": "^7.18.6", - "@babel/types": "^7.18.9" - } - }, - "@babel/helper-compilation-targets": { - "version": "7.20.0", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.0.tgz", - "integrity": "sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==", - "requires": { - "@babel/compat-data": "^7.20.0", - "@babel/helper-validator-option": "^7.18.6", - "browserslist": "^4.21.3", - "semver": "^6.3.0" - } - }, - "@babel/helper-create-class-features-plugin": { - "version": "7.20.5", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.20.5.tgz", - "integrity": "sha512-3RCdA/EmEaikrhayahwToF0fpweU/8o2p8vhc1c/1kftHOdTKuC65kik/TLc+qfbS8JKw4qqJbne4ovICDhmww==", - "requires": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-function-name": "^7.19.0", - "@babel/helper-member-expression-to-functions": "^7.18.9", - "@babel/helper-optimise-call-expression": "^7.18.6", - "@babel/helper-replace-supers": "^7.19.1", - "@babel/helper-split-export-declaration": "^7.18.6" - } - }, - "@babel/helper-create-regexp-features-plugin": { - "version": "7.20.5", - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.20.5.tgz", - "integrity": "sha512-m68B1lkg3XDGX5yCvGO0kPx3v9WIYLnzjKfPcQiwntEQa5ZeRkPmo2X/ISJc8qxWGfwUr+kvZAeEzAwLec2r2w==", - "requires": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "regexpu-core": "^5.2.1" - } - }, - "@babel/helper-define-polyfill-provider": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.3.tgz", - "integrity": "sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==", - "requires": { - "@babel/helper-compilation-targets": "^7.17.7", - "@babel/helper-plugin-utils": "^7.16.7", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2", - "semver": "^6.1.2" - } - }, - "@babel/helper-environment-visitor": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz", - "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==" - }, - "@babel/helper-explode-assignable-expression": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz", - "integrity": "sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==", - "requires": { - "@babel/types": "^7.18.6" - } - }, - "@babel/helper-function-name": { - "version": "7.19.0", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz", - "integrity": "sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==", - "requires": { - "@babel/template": "^7.18.10", - "@babel/types": "^7.19.0" - } - }, - "@babel/helper-hoist-variables": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz", - "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==", - "requires": { - "@babel/types": "^7.18.6" - } - }, - "@babel/helper-member-expression-to-functions": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.9.tgz", - "integrity": "sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg==", - "requires": { - "@babel/types": "^7.18.9" - } - }, - "@babel/helper-module-imports": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz", - "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==", - "requires": { - "@babel/types": "^7.18.6" - } - }, - "@babel/helper-module-transforms": { - "version": "7.20.2", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.20.2.tgz", - "integrity": "sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==", - "requires": { - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-module-imports": "^7.18.6", - "@babel/helper-simple-access": "^7.20.2", - "@babel/helper-split-export-declaration": "^7.18.6", - "@babel/helper-validator-identifier": "^7.19.1", - "@babel/template": "^7.18.10", - "@babel/traverse": "^7.20.1", - "@babel/types": "^7.20.2" - } - }, - "@babel/helper-optimise-call-expression": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz", - "integrity": "sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==", - "requires": { - "@babel/types": "^7.18.6" - } - }, - "@babel/helper-plugin-utils": { - "version": "7.20.2", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz", - "integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==" - }, - "@babel/helper-remap-async-to-generator": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz", - "integrity": "sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==", - "requires": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-wrap-function": "^7.18.9", - "@babel/types": "^7.18.9" - } - }, - "@babel/helper-replace-supers": { - "version": "7.19.1", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.19.1.tgz", - "integrity": "sha512-T7ahH7wV0Hfs46SFh5Jz3s0B6+o8g3c+7TMxu7xKfmHikg7EAZ3I2Qk9LFhjxXq8sL7UkP5JflezNwoZa8WvWw==", - "requires": { - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-member-expression-to-functions": "^7.18.9", - "@babel/helper-optimise-call-expression": "^7.18.6", - "@babel/traverse": "^7.19.1", - "@babel/types": "^7.19.0" - } - }, - "@babel/helper-simple-access": { - "version": "7.20.2", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz", - "integrity": "sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==", - "requires": { - "@babel/types": "^7.20.2" - } - }, - "@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.20.0", - "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz", - "integrity": "sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==", - "requires": { - "@babel/types": "^7.20.0" - } - }, - "@babel/helper-split-export-declaration": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz", - "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==", - "requires": { - "@babel/types": "^7.18.6" - } - }, - "@babel/helper-string-parser": { - "version": "7.19.4", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz", - "integrity": "sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==" - }, - "@babel/helper-validator-identifier": { - "version": "7.19.1", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz", - "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==" - }, - "@babel/helper-validator-option": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz", - "integrity": "sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==" - }, - "@babel/helper-wrap-function": { - "version": "7.20.5", - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.20.5.tgz", - "integrity": "sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q==", - "requires": { - "@babel/helper-function-name": "^7.19.0", - "@babel/template": "^7.18.10", - "@babel/traverse": "^7.20.5", - "@babel/types": "^7.20.5" - } - }, - "@babel/helpers": { - "version": "7.20.6", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.20.6.tgz", - "integrity": "sha512-Pf/OjgfgFRW5bApskEz5pvidpim7tEDPlFtKcNRXWmfHGn9IEI2W2flqRQXTFb7gIPTyK++N6rVHuwKut4XK6w==", - "requires": { - "@babel/template": "^7.18.10", - "@babel/traverse": "^7.20.5", - "@babel/types": "^7.20.5" - } - }, - "@babel/highlight": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz", - "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==", - "requires": { - "@babel/helper-validator-identifier": "^7.18.6", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" - } - }, - "@babel/parser": { - "version": "7.20.5", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.5.tgz", - "integrity": "sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==" - }, - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz", - "integrity": "sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==", - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.18.9.tgz", - "integrity": "sha512-AHrP9jadvH7qlOj6PINbgSuphjQUAK7AOT7DPjBo9EHoLhQTnnK5u45e1Hd4DbSQEO9nqPWtQ89r+XEOWFScKg==", - "requires": { - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/helper-skip-transparent-expression-wrappers": "^7.18.9", - "@babel/plugin-proposal-optional-chaining": "^7.18.9" - } - }, - "@babel/plugin-proposal-async-generator-functions": { - "version": "7.20.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.1.tgz", - "integrity": "sha512-Gh5rchzSwE4kC+o/6T8waD0WHEQIsDmjltY8WnWRXHUdH8axZhuH86Ov9M72YhJfDrZseQwuuWaaIT/TmePp3g==", - "requires": { - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-plugin-utils": "^7.19.0", - "@babel/helper-remap-async-to-generator": "^7.18.9", - "@babel/plugin-syntax-async-generators": "^7.8.4" - } - }, - "@babel/plugin-proposal-class-properties": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz", - "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-proposal-class-static-block": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.18.6.tgz", - "integrity": "sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw==", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-class-static-block": "^7.14.5" - } - }, - "@babel/plugin-proposal-decorators": { - "version": "7.20.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.20.5.tgz", - "integrity": "sha512-Lac7PpRJXcC3s9cKsBfl+uc+DYXU5FD06BrTFunQO6QIQT+DwyzDPURAowI3bcvD1dZF/ank1Z5rstUJn3Hn4Q==", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.20.5", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-replace-supers": "^7.19.1", - "@babel/helper-split-export-declaration": "^7.18.6", - "@babel/plugin-syntax-decorators": "^7.19.0" - } - }, - "@babel/plugin-proposal-dynamic-import": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz", - "integrity": "sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==", - "requires": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-dynamic-import": "^7.8.3" - } - }, - "@babel/plugin-proposal-export-namespace-from": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz", - "integrity": "sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==", - "requires": { - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3" - } - }, - "@babel/plugin-proposal-json-strings": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz", - "integrity": "sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==", - "requires": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-json-strings": "^7.8.3" - } - }, - "@babel/plugin-proposal-logical-assignment-operators": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.18.9.tgz", - "integrity": "sha512-128YbMpjCrP35IOExw2Fq+x55LMP42DzhOhX2aNNIdI9avSWl2PI0yuBWarr3RYpZBSPtabfadkH2yeRiMD61Q==", - "requires": { - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" - } - }, - "@babel/plugin-proposal-nullish-coalescing-operator": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz", - "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==", - "requires": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" - } - }, - "@babel/plugin-proposal-numeric-separator": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz", - "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==", - "requires": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-numeric-separator": "^7.10.4" - } - }, - "@babel/plugin-proposal-object-rest-spread": { - "version": "7.20.2", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.2.tgz", - "integrity": "sha512-Ks6uej9WFK+fvIMesSqbAto5dD8Dz4VuuFvGJFKgIGSkJuRGcrwGECPA1fDgQK3/DbExBJpEkTeYeB8geIFCSQ==", - "requires": { - "@babel/compat-data": "^7.20.1", - "@babel/helper-compilation-targets": "^7.20.0", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.20.1" - } - }, - "@babel/plugin-proposal-optional-catch-binding": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz", - "integrity": "sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==", - "requires": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" - } - }, - "@babel/plugin-proposal-optional-chaining": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.18.9.tgz", - "integrity": "sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w==", - "requires": { - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/helper-skip-transparent-expression-wrappers": "^7.18.9", - "@babel/plugin-syntax-optional-chaining": "^7.8.3" - } - }, - "@babel/plugin-proposal-private-methods": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz", - "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-proposal-private-property-in-object": { - "version": "7.20.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.20.5.tgz", - "integrity": "sha512-Vq7b9dUA12ByzB4EjQTPo25sFhY+08pQDBSZRtUAkj7lb7jahaHR5igera16QZ+3my1nYR4dKsNdYj5IjPHilQ==", - "requires": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-create-class-features-plugin": "^7.20.5", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5" - } - }, - "@babel/plugin-proposal-unicode-property-regex": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz", - "integrity": "sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-syntax-async-generators": { - "version": "7.8.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", - "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-bigint": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz", - "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-class-properties": { - "version": "7.12.13", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", - "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - } - }, - "@babel/plugin-syntax-class-static-block": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", - "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-syntax-decorators": { - "version": "7.19.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.19.0.tgz", - "integrity": "sha512-xaBZUEDntt4faL1yN8oIFlhfXeQAWJW7CLKYsHTUqriCUbj8xOra8bfxxKGi/UwExPFBuPdH4XfHc9rGQhrVkQ==", - "requires": { - "@babel/helper-plugin-utils": "^7.19.0" - } - }, - "@babel/plugin-syntax-dynamic-import": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", - "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-export-namespace-from": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", - "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", - "requires": { - "@babel/helper-plugin-utils": "^7.8.3" - } - }, - "@babel/plugin-syntax-flow": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.18.6.tgz", - "integrity": "sha512-LUbR+KNTBWCUAqRG9ex5Gnzu2IOkt8jRJbHHXFT9q+L9zm7M/QQbEqXyw1n1pohYvOyWC8CjeyjrSaIwiYjK7A==", - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-syntax-import-assertions": { - "version": "7.20.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.20.0.tgz", - "integrity": "sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==", - "requires": { - "@babel/helper-plugin-utils": "^7.19.0" - } - }, - "@babel/plugin-syntax-import-meta": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", - "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - } - }, - "@babel/plugin-syntax-json-strings": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", - "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-jsx": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz", - "integrity": "sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==", - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-syntax-logical-assignment-operators": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", - "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - } - }, - "@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-numeric-separator": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", - "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - } - }, - "@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", - "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" + "@babel/plugin-syntax-object-rest-spread": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", + "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" } }, "@babel/plugin-syntax-optional-catch-binding": { @@ -27640,11 +24248,6 @@ "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==" }, - "@types/long": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@types/long/-/long-4.0.2.tgz", - "integrity": "sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==" - }, "@types/mime": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/@types/mime/-/mime-3.0.1.tgz", @@ -27947,95 +24550,6 @@ "one-webcrypto": "^1.0.3" } }, - "@ucanto/server": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@ucanto/server/-/server-1.0.2.tgz", - "integrity": "sha512-ECXv8y8WM/Do9MSb8DLYbRY7yRvL6VdQL2v1YfU5USjAyNPyjP73M+zpXf7tEhdXcZbqn/JIws3H21J56i7oog==", - "requires": { - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "@ucanto/validator": "^1.0.1" - }, - "dependencies": { - "@ipld/car": { - "version": "4.1.6", - "resolved": "https://registry.npmjs.org/@ipld/car/-/car-4.1.6.tgz", - "integrity": "sha512-qs3Sco7rm1PRhhuGSWpCeayhqcB/0DOyIgBiqsfjV0mT0JbWs68Z+BTxksONlfindRXsM5llJOvZfAcuEJUqxw==", - "requires": { - "@ipld/dag-cbor": "^7.0.0", - "cborg": "^1.9.0", - "multiformats": "^9.5.4", - "varint": "^6.0.0" - } - }, - "@ipld/dag-cbor": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@ipld/dag-cbor/-/dag-cbor-7.0.3.tgz", - "integrity": "sha512-1VVh2huHsuohdXC1bGJNE8WR72slZ9XE2T3wbBBq31dm7ZBatmKLLxrB+XAqafxfRFjv08RZmj/W/ZqaM13AuA==", - "requires": { - "cborg": "^1.6.0", - "multiformats": "^9.5.4" - } - }, - "@ipld/dag-json": { - "version": "8.0.11", - "resolved": "https://registry.npmjs.org/@ipld/dag-json/-/dag-json-8.0.11.tgz", - "integrity": "sha512-Pea7JXeYHTWXRTIhBqBlhw7G53PJ7yta3G/sizGEZyzdeEwhZRr0od5IQ0r2ZxOt1Do+2czddjeEPp+YTxDwCA==", - "requires": { - "cborg": "^1.5.4", - "multiformats": "^9.5.4" - } - }, - "@ipld/dag-ucan": { - "version": "3.0.0-beta", - "resolved": "https://registry.npmjs.org/@ipld/dag-ucan/-/dag-ucan-3.0.0-beta.tgz", - "integrity": "sha512-WzKh4mDiUElslfI/cg9VjLNHsT+9r3XjwbDY/gck+1289sCU1Hywj1/9PMx0DMJoEEwd2OFy/bq5PX2IyQ20Cw==", - "requires": { - "@ipld/dag-cbor": "^7.0.1", - "@ipld/dag-json": "^8.0.9", - "multiformats": "^9.6.4" - } - }, - "@ucanto/core": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/core/-/core-1.0.1.tgz", - "integrity": "sha512-ugGyxbVwe1W7yYiVf281uZqZ5RgZ9f89JK29zQmmU3fv83wO3xIt5cWAr2ctXUAaRKmY0s3kZcMlEYemDDYm+A==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ipld/dag-ucan": "3.0.0-beta", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - }, - "@ucanto/validator": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@ucanto/validator/-/validator-1.0.2.tgz", - "integrity": "sha512-SFjS/8FDOwzPNM29brT6wgbE+HXD8iQnHR3aeqEgzIUL7j56kluZykfVWD0xR8oLn8vYzNqJqf60YeFAbIBsqg==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - } - } - }, "@ucanto/transport": { "version": "4.0.3", "resolved": "https://registry.npmjs.org/@ucanto/transport/-/transport-4.0.3.tgz", @@ -28176,8 +24690,8 @@ "@w3ui/example-react-file-upload": { "version": "file:examples/react/file-upload", "requires": { - "@w3ui/react-keyring": "^1.0.1", - "@w3ui/react-uploader": "^2.0.0", + "@w3ui/react-keyring": "^2.0.0", + "@w3ui/react-uploader": "^3.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1" @@ -28186,8 +24700,8 @@ "@w3ui/example-react-multi-file-upload": { "version": "file:examples/react/multi-file-upload", "requires": { - "@w3ui/react-keyring": "^1.0.1", - "@w3ui/react-uploader": "^2.0.0", + "@w3ui/react-keyring": "^2.0.0", + "@w3ui/react-uploader": "^3.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1" @@ -28196,7 +24710,7 @@ "@w3ui/example-react-sign-up-in": { "version": "file:examples/react/sign-up-in", "requires": { - "@w3ui/react-keyring": "^1.0.1", + "@w3ui/react-keyring": "^2.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1" @@ -28213,8 +24727,8 @@ "@w3ui/example-react-uploads-list": { "version": "file:examples/react/uploads-list", "requires": { - "@w3ui/react-keyring": "^1.0.1", - "@w3ui/react-uploads-list": "^1.0.0", + "@w3ui/react-keyring": "^2.0.0", + "@w3ui/react-uploads-list": "^2.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1" @@ -28223,8 +24737,8 @@ "@w3ui/example-solid-file-upload": { "version": "file:examples/solid/file-upload", "requires": { - "@w3ui/solid-keyring": "^1.0.1", - "@w3ui/solid-uploader": "^2.0.0", + "@w3ui/solid-keyring": "^2.0.0", + "@w3ui/solid-uploader": "^3.0.0", "solid-js": "^1.5.1", "vite": "^3.0.9", "vite-plugin-solid": "^2.3.0" @@ -28233,8 +24747,8 @@ "@w3ui/example-solid-multi-file-upload": { "version": "file:examples/solid/multi-file-upload", "requires": { - "@w3ui/solid-keyring": "^1.0.1", - "@w3ui/solid-uploader": "^2.0.0", + "@w3ui/solid-keyring": "^2.0.0", + "@w3ui/solid-uploader": "^3.0.0", "solid-js": "^1.5.1", "vite": "^3.0.9", "vite-plugin-solid": "^2.3.0" @@ -28243,7 +24757,7 @@ "@w3ui/example-solid-sign-up-in": { "version": "file:examples/solid/sign-up-in", "requires": { - "@w3ui/solid-keyring": "^1.0.1", + "@w3ui/solid-keyring": "^2.0.0", "solid-js": "^1.5.1", "vite": "^3.0.9", "vite-plugin-solid": "^2.3.0" @@ -28260,8 +24774,8 @@ "@w3ui/example-solid-uploads-list": { "version": "file:examples/solid/uploads-list", "requires": { - "@w3ui/solid-keyring": "^1.0.1", - "@w3ui/solid-uploads-list": "^1.0.0", + "@w3ui/solid-keyring": "^2.0.0", + "@w3ui/solid-uploads-list": "^2.0.0", "solid-js": "^1.5.1", "vite": "^3.0.9", "vite-plugin-solid": "^2.3.0" @@ -28270,903 +24784,48 @@ "@w3ui/example-vanilla-file-upload": { "version": "file:examples/vanilla/file-upload", "requires": { - "@w3ui/keyring-core": "^1.0.2", - "@w3ui/uploader-core": "^2.0.2", - "@w3ui/uploads-list-core": "^1.0.3", + "@w3ui/keyring-core": "^2.0.1", + "@w3ui/uploader-core": "^3.0.1", + "@w3ui/uploads-list-core": "^2.0.1", "vite": "^3.1.4" - }, - "dependencies": { - "@ipld/car": { - "version": "4.1.6", - "resolved": "https://registry.npmjs.org/@ipld/car/-/car-4.1.6.tgz", - "integrity": "sha512-qs3Sco7rm1PRhhuGSWpCeayhqcB/0DOyIgBiqsfjV0mT0JbWs68Z+BTxksONlfindRXsM5llJOvZfAcuEJUqxw==", - "requires": { - "@ipld/dag-cbor": "^7.0.0", - "cborg": "^1.9.0", - "multiformats": "^9.5.4", - "varint": "^6.0.0" - } - }, - "@ipld/dag-cbor": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@ipld/dag-cbor/-/dag-cbor-7.0.3.tgz", - "integrity": "sha512-1VVh2huHsuohdXC1bGJNE8WR72slZ9XE2T3wbBBq31dm7ZBatmKLLxrB+XAqafxfRFjv08RZmj/W/ZqaM13AuA==", - "requires": { - "cborg": "^1.6.0", - "multiformats": "^9.5.4" - } - }, - "@ipld/dag-json": { - "version": "8.0.11", - "resolved": "https://registry.npmjs.org/@ipld/dag-json/-/dag-json-8.0.11.tgz", - "integrity": "sha512-Pea7JXeYHTWXRTIhBqBlhw7G53PJ7yta3G/sizGEZyzdeEwhZRr0od5IQ0r2ZxOt1Do+2czddjeEPp+YTxDwCA==", - "requires": { - "cborg": "^1.5.4", - "multiformats": "^9.5.4" - } - }, - "@ipld/dag-ucan": { - "version": "3.0.0-beta", - "resolved": "https://registry.npmjs.org/@ipld/dag-ucan/-/dag-ucan-3.0.0-beta.tgz", - "integrity": "sha512-WzKh4mDiUElslfI/cg9VjLNHsT+9r3XjwbDY/gck+1289sCU1Hywj1/9PMx0DMJoEEwd2OFy/bq5PX2IyQ20Cw==", - "requires": { - "@ipld/dag-cbor": "^7.0.1", - "@ipld/dag-json": "^8.0.9", - "multiformats": "^9.6.4" - } - }, - "@ipld/unixfs": { - "version": "1.1.0-dev", - "resolved": "https://registry.npmjs.org/@ipld/unixfs/-/unixfs-1.1.0-dev.tgz", - "integrity": "sha512-rLMc49JZtghx2s1Ed9iAvC35PtImREMdk4on3830nOH7ohL3QGwi4dB2rtE2vPvgJonHuImP9BMK+4AcFFWMZQ==", - "requires": { - "@ipld/dag-pb": "^2.1.15", - "@web-std/stream": "1.0.1", - "actor": "^2.3.0", - "protobufjs": "^6.11.2", - "rabin-rs": "^2.1.0" - } - }, - "@ucanto/client": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/client/-/client-1.0.1.tgz", - "integrity": "sha512-ZWOCVDXdKhq0r5ZRUN5ubqpfjsQ2Nra2WFv2AyHZWSHA+maI4FA/btJBOWUPHW3BtWNDSt4waEfYXXh4iqkN0g==", - "requires": { - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "@ucanto/core": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/core/-/core-1.0.1.tgz", - "integrity": "sha512-ugGyxbVwe1W7yYiVf281uZqZ5RgZ9f89JK29zQmmU3fv83wO3xIt5cWAr2ctXUAaRKmY0s3kZcMlEYemDDYm+A==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ipld/dag-ucan": "3.0.0-beta", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - }, - "@ucanto/principal": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/principal/-/principal-1.0.1.tgz", - "integrity": "sha512-tuIhJRCj8Plk/XraHlPkOc9WsMsFOyQ9jcYRquD3/ybah4Nh843+eSPfDcOUnB1Y4FJg2wT4R8OEnTZejE7+dA==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.0", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "@ucanto/transport": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/transport/-/transport-1.0.1.tgz", - "integrity": "sha512-zC7ty7l5F47C8uWiZajs8MwplR8KoAGIz72psSrB6R+Zx9Le+SoN2/gyPD0a4cDtpMLEyHOPodOlBTnQEIlEcQ==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "@ucanto/validator": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@ucanto/validator/-/validator-1.0.2.tgz", - "integrity": "sha512-SFjS/8FDOwzPNM29brT6wgbE+HXD8iQnHR3aeqEgzIUL7j56kluZykfVWD0xR8oLn8vYzNqJqf60YeFAbIBsqg==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "@w3ui/keyring-core": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@w3ui/keyring-core/-/keyring-core-1.0.2.tgz", - "integrity": "sha512-IujXoTV1VtnqUtscSoeaqwuOhKRoHOc/u9gP/oTlhZ8B2ueaDIcn6Cfd9D1uQuDY5c62o0QC0WIwWiqleQ17Kg==", - "requires": { - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@web3-storage/access": "^2.1.1", - "multiformats": "^9.8.1" - } - }, - "@w3ui/uploader-core": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@w3ui/uploader-core/-/uploader-core-2.0.2.tgz", - "integrity": "sha512-QSKrq24THyMztyzAhdif8ajhMewaTTTVYnwq/sjVj2TXsXE8XeY6J0qKko0w+QtEy0A47SnbrHevtNLq4KGP2A==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/unixfs": "^1.1.0-dev", - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@ucanto/transport": "^1.0.1", - "@web3-storage/access": "^2.1.1", - "multiformats": "^9.8.1", - "p-retry": "^5.1.1", - "streaming-iterables": "^7.1.0" - } - }, - "@w3ui/uploads-list-core": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@w3ui/uploads-list-core/-/uploads-list-core-1.0.3.tgz", - "integrity": "sha512-IEsRxjYI3eUogksunInK8TFwTNy47B9pg/LsXbGOKyWKeIH2TK1rgC+hht0P03Ng8yY2ANg+WzccLgK8Tmj2ew==", - "requires": { - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@web3-storage/access": "^2.1.1", - "multiformats": "^9.9.0" - } - }, - "@web-std/stream": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@web-std/stream/-/stream-1.0.1.tgz", - "integrity": "sha512-tsz4Y0WNDgFA5jwLSeV7/UV5rfMIlj0cPsSLVfTihjaVW0OJPd5NxJ3le1B3yLyqqzRpeG5OAfJAADLc4VoGTA==", - "requires": { - "web-streams-polyfill": "^3.1.1" - } - }, - "@web3-storage/access": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@web3-storage/access/-/access-2.1.1.tgz", - "integrity": "sha512-8MGs3gY6dn/KrJE+X4GDnwrPXaPgm5lvGJKFJpMdYVBtTUjfWQx9mhdYErs2nE2JEt9tKubCfe1rgodZ1b+7gA==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.1", - "@types/ws": "^8.5.3", - "@ucanto/client": "^1.0.1", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@ucanto/server": "^1.0.2", - "@ucanto/transport": "^1.0.1", - "@ucanto/validator": "^1.0.2", - "@web-std/fetch": "^4.1.0", - "bigint-mod-arith": "^3.1.1", - "conf": "^10.1.2", - "inquirer": "^9.1.2", - "isomorphic-ws": "^5.0.0", - "multiformats": "^9.8.1", - "nanoid": "^4.0.0", - "one-webcrypto": "^1.0.3", - "ora": "^6.1.2", - "p-queue": "^7.3.0", - "p-retry": "^5.1.1", - "p-wait-for": "^5.0.0", - "uint8arrays": "^3.1.0", - "undici": "^5.10.0", - "ws": "^8.8.1", - "zod": "^3.19.1" - } - }, - "long": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/long/-/long-4.0.0.tgz", - "integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==" - }, - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "nanoid": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-4.0.0.tgz", - "integrity": "sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg==" - }, - "protobufjs": { - "version": "6.11.3", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-6.11.3.tgz", - "integrity": "sha512-xL96WDdCZYdU7Slin569tFX712BxsxslWwAfAhCYjQKGTq7dAU91Lomy6nLLhh/dyGhk/YH4TwTSRxTzhuHyZg==", - "requires": { - "@protobufjs/aspromise": "^1.1.2", - "@protobufjs/base64": "^1.1.2", - "@protobufjs/codegen": "^2.0.4", - "@protobufjs/eventemitter": "^1.1.0", - "@protobufjs/fetch": "^1.1.0", - "@protobufjs/float": "^1.0.2", - "@protobufjs/inquire": "^1.1.0", - "@protobufjs/path": "^1.1.2", - "@protobufjs/pool": "^1.1.0", - "@protobufjs/utf8": "^1.1.0", - "@types/long": "^4.0.1", - "@types/node": ">=13.7.0", - "long": "^4.0.0" - } - }, - "uint8arrays": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.1.1.tgz", - "integrity": "sha512-+QJa8QRnbdXVpHYjLoTpJIdCTiw9Ir62nocClWuXIq2JIh4Uta0cQsTSpFL678p2CN8B+XSApwcU+pQEqVpKWg==", - "requires": { - "multiformats": "^9.4.2" - } - }, - "ws": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz", - "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", - "requires": {} - } } }, "@w3ui/example-vanilla-multi-file-upload": { "version": "file:examples/vanilla/multi-file-upload", "requires": { - "@w3ui/keyring-core": "^1.0.2", - "@w3ui/uploader-core": "^2.0.2", - "@w3ui/uploads-list-core": "^1.0.3", + "@w3ui/keyring-core": "^2.0.1", + "@w3ui/uploader-core": "^3.0.1", + "@w3ui/uploads-list-core": "^2.0.1", "vite": "^3.1.4" - }, - "dependencies": { - "@ipld/car": { - "version": "4.1.6", - "resolved": "https://registry.npmjs.org/@ipld/car/-/car-4.1.6.tgz", - "integrity": "sha512-qs3Sco7rm1PRhhuGSWpCeayhqcB/0DOyIgBiqsfjV0mT0JbWs68Z+BTxksONlfindRXsM5llJOvZfAcuEJUqxw==", - "requires": { - "@ipld/dag-cbor": "^7.0.0", - "cborg": "^1.9.0", - "multiformats": "^9.5.4", - "varint": "^6.0.0" - } - }, - "@ipld/dag-cbor": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@ipld/dag-cbor/-/dag-cbor-7.0.3.tgz", - "integrity": "sha512-1VVh2huHsuohdXC1bGJNE8WR72slZ9XE2T3wbBBq31dm7ZBatmKLLxrB+XAqafxfRFjv08RZmj/W/ZqaM13AuA==", - "requires": { - "cborg": "^1.6.0", - "multiformats": "^9.5.4" - } - }, - "@ipld/dag-json": { - "version": "8.0.11", - "resolved": "https://registry.npmjs.org/@ipld/dag-json/-/dag-json-8.0.11.tgz", - "integrity": "sha512-Pea7JXeYHTWXRTIhBqBlhw7G53PJ7yta3G/sizGEZyzdeEwhZRr0od5IQ0r2ZxOt1Do+2czddjeEPp+YTxDwCA==", - "requires": { - "cborg": "^1.5.4", - "multiformats": "^9.5.4" - } - }, - "@ipld/dag-ucan": { - "version": "3.0.0-beta", - "resolved": "https://registry.npmjs.org/@ipld/dag-ucan/-/dag-ucan-3.0.0-beta.tgz", - "integrity": "sha512-WzKh4mDiUElslfI/cg9VjLNHsT+9r3XjwbDY/gck+1289sCU1Hywj1/9PMx0DMJoEEwd2OFy/bq5PX2IyQ20Cw==", - "requires": { - "@ipld/dag-cbor": "^7.0.1", - "@ipld/dag-json": "^8.0.9", - "multiformats": "^9.6.4" - } - }, - "@ipld/unixfs": { - "version": "1.1.0-dev", - "resolved": "https://registry.npmjs.org/@ipld/unixfs/-/unixfs-1.1.0-dev.tgz", - "integrity": "sha512-rLMc49JZtghx2s1Ed9iAvC35PtImREMdk4on3830nOH7ohL3QGwi4dB2rtE2vPvgJonHuImP9BMK+4AcFFWMZQ==", - "requires": { - "@ipld/dag-pb": "^2.1.15", - "@web-std/stream": "1.0.1", - "actor": "^2.3.0", - "protobufjs": "^6.11.2", - "rabin-rs": "^2.1.0" - } - }, - "@ucanto/client": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/client/-/client-1.0.1.tgz", - "integrity": "sha512-ZWOCVDXdKhq0r5ZRUN5ubqpfjsQ2Nra2WFv2AyHZWSHA+maI4FA/btJBOWUPHW3BtWNDSt4waEfYXXh4iqkN0g==", - "requires": { - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "@ucanto/core": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/core/-/core-1.0.1.tgz", - "integrity": "sha512-ugGyxbVwe1W7yYiVf281uZqZ5RgZ9f89JK29zQmmU3fv83wO3xIt5cWAr2ctXUAaRKmY0s3kZcMlEYemDDYm+A==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ipld/dag-ucan": "3.0.0-beta", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - }, - "@ucanto/principal": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/principal/-/principal-1.0.1.tgz", - "integrity": "sha512-tuIhJRCj8Plk/XraHlPkOc9WsMsFOyQ9jcYRquD3/ybah4Nh843+eSPfDcOUnB1Y4FJg2wT4R8OEnTZejE7+dA==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.0", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "@ucanto/transport": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/transport/-/transport-1.0.1.tgz", - "integrity": "sha512-zC7ty7l5F47C8uWiZajs8MwplR8KoAGIz72psSrB6R+Zx9Le+SoN2/gyPD0a4cDtpMLEyHOPodOlBTnQEIlEcQ==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "@ucanto/validator": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@ucanto/validator/-/validator-1.0.2.tgz", - "integrity": "sha512-SFjS/8FDOwzPNM29brT6wgbE+HXD8iQnHR3aeqEgzIUL7j56kluZykfVWD0xR8oLn8vYzNqJqf60YeFAbIBsqg==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "@w3ui/keyring-core": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@w3ui/keyring-core/-/keyring-core-1.0.2.tgz", - "integrity": "sha512-IujXoTV1VtnqUtscSoeaqwuOhKRoHOc/u9gP/oTlhZ8B2ueaDIcn6Cfd9D1uQuDY5c62o0QC0WIwWiqleQ17Kg==", - "requires": { - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@web3-storage/access": "^2.1.1", - "multiformats": "^9.8.1" - } - }, - "@w3ui/uploader-core": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@w3ui/uploader-core/-/uploader-core-2.0.2.tgz", - "integrity": "sha512-QSKrq24THyMztyzAhdif8ajhMewaTTTVYnwq/sjVj2TXsXE8XeY6J0qKko0w+QtEy0A47SnbrHevtNLq4KGP2A==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/unixfs": "^1.1.0-dev", - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@ucanto/transport": "^1.0.1", - "@web3-storage/access": "^2.1.1", - "multiformats": "^9.8.1", - "p-retry": "^5.1.1", - "streaming-iterables": "^7.1.0" - } - }, - "@w3ui/uploads-list-core": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@w3ui/uploads-list-core/-/uploads-list-core-1.0.3.tgz", - "integrity": "sha512-IEsRxjYI3eUogksunInK8TFwTNy47B9pg/LsXbGOKyWKeIH2TK1rgC+hht0P03Ng8yY2ANg+WzccLgK8Tmj2ew==", - "requires": { - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@web3-storage/access": "^2.1.1", - "multiformats": "^9.9.0" - } - }, - "@web-std/stream": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@web-std/stream/-/stream-1.0.1.tgz", - "integrity": "sha512-tsz4Y0WNDgFA5jwLSeV7/UV5rfMIlj0cPsSLVfTihjaVW0OJPd5NxJ3le1B3yLyqqzRpeG5OAfJAADLc4VoGTA==", - "requires": { - "web-streams-polyfill": "^3.1.1" - } - }, - "@web3-storage/access": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@web3-storage/access/-/access-2.1.1.tgz", - "integrity": "sha512-8MGs3gY6dn/KrJE+X4GDnwrPXaPgm5lvGJKFJpMdYVBtTUjfWQx9mhdYErs2nE2JEt9tKubCfe1rgodZ1b+7gA==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.1", - "@types/ws": "^8.5.3", - "@ucanto/client": "^1.0.1", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@ucanto/server": "^1.0.2", - "@ucanto/transport": "^1.0.1", - "@ucanto/validator": "^1.0.2", - "@web-std/fetch": "^4.1.0", - "bigint-mod-arith": "^3.1.1", - "conf": "^10.1.2", - "inquirer": "^9.1.2", - "isomorphic-ws": "^5.0.0", - "multiformats": "^9.8.1", - "nanoid": "^4.0.0", - "one-webcrypto": "^1.0.3", - "ora": "^6.1.2", - "p-queue": "^7.3.0", - "p-retry": "^5.1.1", - "p-wait-for": "^5.0.0", - "uint8arrays": "^3.1.0", - "undici": "^5.10.0", - "ws": "^8.8.1", - "zod": "^3.19.1" - } - }, - "long": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/long/-/long-4.0.0.tgz", - "integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==" - }, - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "nanoid": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-4.0.0.tgz", - "integrity": "sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg==" - }, - "protobufjs": { - "version": "6.11.3", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-6.11.3.tgz", - "integrity": "sha512-xL96WDdCZYdU7Slin569tFX712BxsxslWwAfAhCYjQKGTq7dAU91Lomy6nLLhh/dyGhk/YH4TwTSRxTzhuHyZg==", - "requires": { - "@protobufjs/aspromise": "^1.1.2", - "@protobufjs/base64": "^1.1.2", - "@protobufjs/codegen": "^2.0.4", - "@protobufjs/eventemitter": "^1.1.0", - "@protobufjs/fetch": "^1.1.0", - "@protobufjs/float": "^1.0.2", - "@protobufjs/inquire": "^1.1.0", - "@protobufjs/path": "^1.1.2", - "@protobufjs/pool": "^1.1.0", - "@protobufjs/utf8": "^1.1.0", - "@types/long": "^4.0.1", - "@types/node": ">=13.7.0", - "long": "^4.0.0" - } - }, - "uint8arrays": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.1.1.tgz", - "integrity": "sha512-+QJa8QRnbdXVpHYjLoTpJIdCTiw9Ir62nocClWuXIq2JIh4Uta0cQsTSpFL678p2CN8B+XSApwcU+pQEqVpKWg==", - "requires": { - "multiformats": "^9.4.2" - } - }, - "ws": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz", - "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", - "requires": {} - } - } - }, - "@w3ui/example-vanilla-sign-up-in": { - "version": "file:examples/vanilla/sign-up-in", - "requires": { - "@w3ui/keyring-core": "^1.0.2", - "vite": "^3.0.9" - }, - "dependencies": { - "@ipld/car": { - "version": "4.1.6", - "resolved": "https://registry.npmjs.org/@ipld/car/-/car-4.1.6.tgz", - "integrity": "sha512-qs3Sco7rm1PRhhuGSWpCeayhqcB/0DOyIgBiqsfjV0mT0JbWs68Z+BTxksONlfindRXsM5llJOvZfAcuEJUqxw==", - "requires": { - "@ipld/dag-cbor": "^7.0.0", - "cborg": "^1.9.0", - "multiformats": "^9.5.4", - "varint": "^6.0.0" - } - }, - "@ipld/dag-cbor": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@ipld/dag-cbor/-/dag-cbor-7.0.3.tgz", - "integrity": "sha512-1VVh2huHsuohdXC1bGJNE8WR72slZ9XE2T3wbBBq31dm7ZBatmKLLxrB+XAqafxfRFjv08RZmj/W/ZqaM13AuA==", - "requires": { - "cborg": "^1.6.0", - "multiformats": "^9.5.4" - } - }, - "@ipld/dag-json": { - "version": "8.0.11", - "resolved": "https://registry.npmjs.org/@ipld/dag-json/-/dag-json-8.0.11.tgz", - "integrity": "sha512-Pea7JXeYHTWXRTIhBqBlhw7G53PJ7yta3G/sizGEZyzdeEwhZRr0od5IQ0r2ZxOt1Do+2czddjeEPp+YTxDwCA==", - "requires": { - "cborg": "^1.5.4", - "multiformats": "^9.5.4" - } - }, - "@ipld/dag-ucan": { - "version": "3.0.0-beta", - "resolved": "https://registry.npmjs.org/@ipld/dag-ucan/-/dag-ucan-3.0.0-beta.tgz", - "integrity": "sha512-WzKh4mDiUElslfI/cg9VjLNHsT+9r3XjwbDY/gck+1289sCU1Hywj1/9PMx0DMJoEEwd2OFy/bq5PX2IyQ20Cw==", - "requires": { - "@ipld/dag-cbor": "^7.0.1", - "@ipld/dag-json": "^8.0.9", - "multiformats": "^9.6.4" - } - }, - "@ucanto/client": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/client/-/client-1.0.1.tgz", - "integrity": "sha512-ZWOCVDXdKhq0r5ZRUN5ubqpfjsQ2Nra2WFv2AyHZWSHA+maI4FA/btJBOWUPHW3BtWNDSt4waEfYXXh4iqkN0g==", - "requires": { - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "@ucanto/core": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/core/-/core-1.0.1.tgz", - "integrity": "sha512-ugGyxbVwe1W7yYiVf281uZqZ5RgZ9f89JK29zQmmU3fv83wO3xIt5cWAr2ctXUAaRKmY0s3kZcMlEYemDDYm+A==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ipld/dag-ucan": "3.0.0-beta", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - }, - "@ucanto/principal": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/principal/-/principal-1.0.1.tgz", - "integrity": "sha512-tuIhJRCj8Plk/XraHlPkOc9WsMsFOyQ9jcYRquD3/ybah4Nh843+eSPfDcOUnB1Y4FJg2wT4R8OEnTZejE7+dA==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.0", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "@ucanto/transport": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/transport/-/transport-1.0.1.tgz", - "integrity": "sha512-zC7ty7l5F47C8uWiZajs8MwplR8KoAGIz72psSrB6R+Zx9Le+SoN2/gyPD0a4cDtpMLEyHOPodOlBTnQEIlEcQ==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "@ucanto/validator": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@ucanto/validator/-/validator-1.0.2.tgz", - "integrity": "sha512-SFjS/8FDOwzPNM29brT6wgbE+HXD8iQnHR3aeqEgzIUL7j56kluZykfVWD0xR8oLn8vYzNqJqf60YeFAbIBsqg==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "@w3ui/keyring-core": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@w3ui/keyring-core/-/keyring-core-1.0.2.tgz", - "integrity": "sha512-IujXoTV1VtnqUtscSoeaqwuOhKRoHOc/u9gP/oTlhZ8B2ueaDIcn6Cfd9D1uQuDY5c62o0QC0WIwWiqleQ17Kg==", - "requires": { - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@web3-storage/access": "^2.1.1", - "multiformats": "^9.8.1" - } - }, - "@web3-storage/access": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@web3-storage/access/-/access-2.1.1.tgz", - "integrity": "sha512-8MGs3gY6dn/KrJE+X4GDnwrPXaPgm5lvGJKFJpMdYVBtTUjfWQx9mhdYErs2nE2JEt9tKubCfe1rgodZ1b+7gA==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.1", - "@types/ws": "^8.5.3", - "@ucanto/client": "^1.0.1", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@ucanto/server": "^1.0.2", - "@ucanto/transport": "^1.0.1", - "@ucanto/validator": "^1.0.2", - "@web-std/fetch": "^4.1.0", - "bigint-mod-arith": "^3.1.1", - "conf": "^10.1.2", - "inquirer": "^9.1.2", - "isomorphic-ws": "^5.0.0", - "multiformats": "^9.8.1", - "nanoid": "^4.0.0", - "one-webcrypto": "^1.0.3", - "ora": "^6.1.2", - "p-queue": "^7.3.0", - "p-retry": "^5.1.1", - "p-wait-for": "^5.0.0", - "uint8arrays": "^3.1.0", - "undici": "^5.10.0", - "ws": "^8.8.1", - "zod": "^3.19.1" - } - }, - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "nanoid": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-4.0.0.tgz", - "integrity": "sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg==" - }, - "uint8arrays": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.1.1.tgz", - "integrity": "sha512-+QJa8QRnbdXVpHYjLoTpJIdCTiw9Ir62nocClWuXIq2JIh4Uta0cQsTSpFL678p2CN8B+XSApwcU+pQEqVpKWg==", - "requires": { - "multiformats": "^9.4.2" - } - }, - "ws": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz", - "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", - "requires": {} - } - } - }, - "@w3ui/example-vanilla-template": { - "version": "file:examples/vanilla/template", - "requires": { - "vite": "^3.0.9" } }, - "@w3ui/example-vanilla-uploads-list": { - "version": "file:examples/vanilla/uploads-list", - "requires": { - "@w3ui/keyring-core": "^1.0.2", - "@w3ui/uploads-list-core": "^1.0.3", - "vite": "^3.0.9" - }, - "dependencies": { - "@ipld/car": { - "version": "4.1.6", - "resolved": "https://registry.npmjs.org/@ipld/car/-/car-4.1.6.tgz", - "integrity": "sha512-qs3Sco7rm1PRhhuGSWpCeayhqcB/0DOyIgBiqsfjV0mT0JbWs68Z+BTxksONlfindRXsM5llJOvZfAcuEJUqxw==", - "requires": { - "@ipld/dag-cbor": "^7.0.0", - "cborg": "^1.9.0", - "multiformats": "^9.5.4", - "varint": "^6.0.0" - } - }, - "@ipld/dag-cbor": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@ipld/dag-cbor/-/dag-cbor-7.0.3.tgz", - "integrity": "sha512-1VVh2huHsuohdXC1bGJNE8WR72slZ9XE2T3wbBBq31dm7ZBatmKLLxrB+XAqafxfRFjv08RZmj/W/ZqaM13AuA==", - "requires": { - "cborg": "^1.6.0", - "multiformats": "^9.5.4" - } - }, - "@ipld/dag-json": { - "version": "8.0.11", - "resolved": "https://registry.npmjs.org/@ipld/dag-json/-/dag-json-8.0.11.tgz", - "integrity": "sha512-Pea7JXeYHTWXRTIhBqBlhw7G53PJ7yta3G/sizGEZyzdeEwhZRr0od5IQ0r2ZxOt1Do+2czddjeEPp+YTxDwCA==", - "requires": { - "cborg": "^1.5.4", - "multiformats": "^9.5.4" - } - }, - "@ipld/dag-ucan": { - "version": "3.0.0-beta", - "resolved": "https://registry.npmjs.org/@ipld/dag-ucan/-/dag-ucan-3.0.0-beta.tgz", - "integrity": "sha512-WzKh4mDiUElslfI/cg9VjLNHsT+9r3XjwbDY/gck+1289sCU1Hywj1/9PMx0DMJoEEwd2OFy/bq5PX2IyQ20Cw==", - "requires": { - "@ipld/dag-cbor": "^7.0.1", - "@ipld/dag-json": "^8.0.9", - "multiformats": "^9.6.4" - } - }, - "@ucanto/client": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/client/-/client-1.0.1.tgz", - "integrity": "sha512-ZWOCVDXdKhq0r5ZRUN5ubqpfjsQ2Nra2WFv2AyHZWSHA+maI4FA/btJBOWUPHW3BtWNDSt4waEfYXXh4iqkN0g==", - "requires": { - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "@ucanto/core": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/core/-/core-1.0.1.tgz", - "integrity": "sha512-ugGyxbVwe1W7yYiVf281uZqZ5RgZ9f89JK29zQmmU3fv83wO3xIt5cWAr2ctXUAaRKmY0s3kZcMlEYemDDYm+A==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ipld/dag-ucan": "3.0.0-beta", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - }, - "@ucanto/principal": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/principal/-/principal-1.0.1.tgz", - "integrity": "sha512-tuIhJRCj8Plk/XraHlPkOc9WsMsFOyQ9jcYRquD3/ybah4Nh843+eSPfDcOUnB1Y4FJg2wT4R8OEnTZejE7+dA==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.0", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "@ucanto/transport": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/transport/-/transport-1.0.1.tgz", - "integrity": "sha512-zC7ty7l5F47C8uWiZajs8MwplR8KoAGIz72psSrB6R+Zx9Le+SoN2/gyPD0a4cDtpMLEyHOPodOlBTnQEIlEcQ==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "@ucanto/validator": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@ucanto/validator/-/validator-1.0.2.tgz", - "integrity": "sha512-SFjS/8FDOwzPNM29brT6wgbE+HXD8iQnHR3aeqEgzIUL7j56kluZykfVWD0xR8oLn8vYzNqJqf60YeFAbIBsqg==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "@w3ui/keyring-core": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@w3ui/keyring-core/-/keyring-core-1.0.2.tgz", - "integrity": "sha512-IujXoTV1VtnqUtscSoeaqwuOhKRoHOc/u9gP/oTlhZ8B2ueaDIcn6Cfd9D1uQuDY5c62o0QC0WIwWiqleQ17Kg==", - "requires": { - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@web3-storage/access": "^2.1.1", - "multiformats": "^9.8.1" - } - }, - "@w3ui/uploads-list-core": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@w3ui/uploads-list-core/-/uploads-list-core-1.0.3.tgz", - "integrity": "sha512-IEsRxjYI3eUogksunInK8TFwTNy47B9pg/LsXbGOKyWKeIH2TK1rgC+hht0P03Ng8yY2ANg+WzccLgK8Tmj2ew==", - "requires": { - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@web3-storage/access": "^2.1.1", - "multiformats": "^9.9.0" - } - }, - "@web3-storage/access": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@web3-storage/access/-/access-2.1.1.tgz", - "integrity": "sha512-8MGs3gY6dn/KrJE+X4GDnwrPXaPgm5lvGJKFJpMdYVBtTUjfWQx9mhdYErs2nE2JEt9tKubCfe1rgodZ1b+7gA==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.1", - "@types/ws": "^8.5.3", - "@ucanto/client": "^1.0.1", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@ucanto/server": "^1.0.2", - "@ucanto/transport": "^1.0.1", - "@ucanto/validator": "^1.0.2", - "@web-std/fetch": "^4.1.0", - "bigint-mod-arith": "^3.1.1", - "conf": "^10.1.2", - "inquirer": "^9.1.2", - "isomorphic-ws": "^5.0.0", - "multiformats": "^9.8.1", - "nanoid": "^4.0.0", - "one-webcrypto": "^1.0.3", - "ora": "^6.1.2", - "p-queue": "^7.3.0", - "p-retry": "^5.1.1", - "p-wait-for": "^5.0.0", - "uint8arrays": "^3.1.0", - "undici": "^5.10.0", - "ws": "^8.8.1", - "zod": "^3.19.1" - } - }, - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "nanoid": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-4.0.0.tgz", - "integrity": "sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg==" - }, - "uint8arrays": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.1.1.tgz", - "integrity": "sha512-+QJa8QRnbdXVpHYjLoTpJIdCTiw9Ir62nocClWuXIq2JIh4Uta0cQsTSpFL678p2CN8B+XSApwcU+pQEqVpKWg==", - "requires": { - "multiformats": "^9.4.2" - } - }, - "ws": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz", - "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", - "requires": {} - } + "@w3ui/example-vanilla-sign-up-in": { + "version": "file:examples/vanilla/sign-up-in", + "requires": { + "@w3ui/keyring-core": "^2.0.1", + "vite": "^3.0.9" + } + }, + "@w3ui/example-vanilla-template": { + "version": "file:examples/vanilla/template", + "requires": { + "vite": "^3.0.9" + } + }, + "@w3ui/example-vanilla-uploads-list": { + "version": "file:examples/vanilla/uploads-list", + "requires": { + "@w3ui/keyring-core": "^2.0.1", + "@w3ui/uploads-list-core": "^2.0.1", + "vite": "^3.0.9" } }, "@w3ui/example-vue-file-upload": { "version": "file:examples/vue/file-upload", "requires": { "@vitejs/plugin-vue": "^3.0.3", - "@w3ui/vue-keyring": "^1.0.1", - "@w3ui/vue-uploader": "^2.0.0", + "@w3ui/vue-keyring": "^2.0.0", + "@w3ui/vue-uploader": "^3.0.0", "vite": "^3.0.9", "vue": "^3.2.38" } @@ -29175,7 +24834,7 @@ "version": "file:examples/vue/sign-up-in", "requires": { "@vitejs/plugin-vue": "^3.0.3", - "@w3ui/vue-keyring": "^1.0.1", + "@w3ui/vue-keyring": "^2.0.0", "vite": "^3.0.9", "vue": "^3.2.38" } @@ -29192,8 +24851,8 @@ "version": "file:examples/vue/uploads-list", "requires": { "@vitejs/plugin-vue": "^3.0.3", - "@w3ui/vue-keyring": "^1.0.1", - "@w3ui/vue-uploads-list": "^1.0.0", + "@w3ui/vue-keyring": "^2.0.0", + "@w3ui/vue-uploads-list": "^2.0.0", "vite": "^3.0.9", "vue": "^3.2.38" } @@ -29209,730 +24868,23 @@ "requires": { "@ucanto/interface": "^4.0.3", "@ucanto/principal": "^4.0.3", - "@w3ui/keyring-core": "^1.0.2", + "@w3ui/keyring-core": "^2.0.1", "@web3-storage/access": "^9.2.0" - }, - "dependencies": { - "@ipld/car": { - "version": "4.1.6", - "resolved": "https://registry.npmjs.org/@ipld/car/-/car-4.1.6.tgz", - "integrity": "sha512-qs3Sco7rm1PRhhuGSWpCeayhqcB/0DOyIgBiqsfjV0mT0JbWs68Z+BTxksONlfindRXsM5llJOvZfAcuEJUqxw==", - "requires": { - "@ipld/dag-cbor": "^7.0.0", - "cborg": "^1.9.0", - "multiformats": "^9.5.4", - "varint": "^6.0.0" - } - }, - "@ipld/dag-cbor": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@ipld/dag-cbor/-/dag-cbor-7.0.3.tgz", - "integrity": "sha512-1VVh2huHsuohdXC1bGJNE8WR72slZ9XE2T3wbBBq31dm7ZBatmKLLxrB+XAqafxfRFjv08RZmj/W/ZqaM13AuA==", - "requires": { - "cborg": "^1.6.0", - "multiformats": "^9.5.4" - } - }, - "@ipld/dag-json": { - "version": "8.0.11", - "resolved": "https://registry.npmjs.org/@ipld/dag-json/-/dag-json-8.0.11.tgz", - "integrity": "sha512-Pea7JXeYHTWXRTIhBqBlhw7G53PJ7yta3G/sizGEZyzdeEwhZRr0od5IQ0r2ZxOt1Do+2czddjeEPp+YTxDwCA==", - "requires": { - "cborg": "^1.5.4", - "multiformats": "^9.5.4" - } - }, - "@ipld/dag-ucan": { - "version": "3.0.0-beta", - "resolved": "https://registry.npmjs.org/@ipld/dag-ucan/-/dag-ucan-3.0.0-beta.tgz", - "integrity": "sha512-WzKh4mDiUElslfI/cg9VjLNHsT+9r3XjwbDY/gck+1289sCU1Hywj1/9PMx0DMJoEEwd2OFy/bq5PX2IyQ20Cw==", - "requires": { - "@ipld/dag-cbor": "^7.0.1", - "@ipld/dag-json": "^8.0.9", - "multiformats": "^9.6.4" - } - }, - "@ucanto/client": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/client/-/client-1.0.1.tgz", - "integrity": "sha512-ZWOCVDXdKhq0r5ZRUN5ubqpfjsQ2Nra2WFv2AyHZWSHA+maI4FA/btJBOWUPHW3BtWNDSt4waEfYXXh4iqkN0g==", - "requires": { - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - }, - "dependencies": { - "@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - } - } - }, - "@ucanto/core": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/core/-/core-1.0.1.tgz", - "integrity": "sha512-ugGyxbVwe1W7yYiVf281uZqZ5RgZ9f89JK29zQmmU3fv83wO3xIt5cWAr2ctXUAaRKmY0s3kZcMlEYemDDYm+A==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ipld/dag-ucan": "3.0.0-beta", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - }, - "dependencies": { - "@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - } - } - }, - "@ucanto/transport": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/transport/-/transport-1.0.1.tgz", - "integrity": "sha512-zC7ty7l5F47C8uWiZajs8MwplR8KoAGIz72psSrB6R+Zx9Le+SoN2/gyPD0a4cDtpMLEyHOPodOlBTnQEIlEcQ==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - }, - "dependencies": { - "@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - } - } - }, - "@ucanto/validator": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@ucanto/validator/-/validator-1.0.2.tgz", - "integrity": "sha512-SFjS/8FDOwzPNM29brT6wgbE+HXD8iQnHR3aeqEgzIUL7j56kluZykfVWD0xR8oLn8vYzNqJqf60YeFAbIBsqg==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - }, - "dependencies": { - "@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - } - } - }, - "@w3ui/keyring-core": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@w3ui/keyring-core/-/keyring-core-1.0.2.tgz", - "integrity": "sha512-IujXoTV1VtnqUtscSoeaqwuOhKRoHOc/u9gP/oTlhZ8B2ueaDIcn6Cfd9D1uQuDY5c62o0QC0WIwWiqleQ17Kg==", - "requires": { - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@web3-storage/access": "^2.1.1", - "multiformats": "^9.8.1" - }, - "dependencies": { - "@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - }, - "@ucanto/principal": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/principal/-/principal-1.0.1.tgz", - "integrity": "sha512-tuIhJRCj8Plk/XraHlPkOc9WsMsFOyQ9jcYRquD3/ybah4Nh843+eSPfDcOUnB1Y4FJg2wT4R8OEnTZejE7+dA==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.0", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "@web3-storage/access": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@web3-storage/access/-/access-2.1.1.tgz", - "integrity": "sha512-8MGs3gY6dn/KrJE+X4GDnwrPXaPgm5lvGJKFJpMdYVBtTUjfWQx9mhdYErs2nE2JEt9tKubCfe1rgodZ1b+7gA==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.1", - "@types/ws": "^8.5.3", - "@ucanto/client": "^1.0.1", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@ucanto/server": "^1.0.2", - "@ucanto/transport": "^1.0.1", - "@ucanto/validator": "^1.0.2", - "@web-std/fetch": "^4.1.0", - "bigint-mod-arith": "^3.1.1", - "conf": "^10.1.2", - "inquirer": "^9.1.2", - "isomorphic-ws": "^5.0.0", - "multiformats": "^9.8.1", - "nanoid": "^4.0.0", - "one-webcrypto": "^1.0.3", - "ora": "^6.1.2", - "p-queue": "^7.3.0", - "p-retry": "^5.1.1", - "p-wait-for": "^5.0.0", - "uint8arrays": "^3.1.0", - "undici": "^5.10.0", - "ws": "^8.8.1", - "zod": "^3.19.1" - } - } - } - }, - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "nanoid": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-4.0.0.tgz", - "integrity": "sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg==" - }, - "uint8arrays": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.1.1.tgz", - "integrity": "sha512-+QJa8QRnbdXVpHYjLoTpJIdCTiw9Ir62nocClWuXIq2JIh4Uta0cQsTSpFL678p2CN8B+XSApwcU+pQEqVpKWg==", - "requires": { - "multiformats": "^9.4.2" - } - }, - "ws": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz", - "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", - "requires": {} - } } }, "@w3ui/react-uploader": { "version": "file:packages/react-uploader", "requires": { - "@w3ui/uploader-core": "^2.0.2", + "@w3ui/uploader-core": "^3.0.1", "@web3-storage/capabilities": "^2.0.0", "multiformats": "^10.0.2" - }, - "dependencies": { - "@ipld/car": { - "version": "4.1.6", - "resolved": "https://registry.npmjs.org/@ipld/car/-/car-4.1.6.tgz", - "integrity": "sha512-qs3Sco7rm1PRhhuGSWpCeayhqcB/0DOyIgBiqsfjV0mT0JbWs68Z+BTxksONlfindRXsM5llJOvZfAcuEJUqxw==", - "requires": { - "@ipld/dag-cbor": "^7.0.0", - "cborg": "^1.9.0", - "multiformats": "^9.5.4", - "varint": "^6.0.0" - }, - "dependencies": { - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - } - } - }, - "@ipld/dag-cbor": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@ipld/dag-cbor/-/dag-cbor-7.0.3.tgz", - "integrity": "sha512-1VVh2huHsuohdXC1bGJNE8WR72slZ9XE2T3wbBBq31dm7ZBatmKLLxrB+XAqafxfRFjv08RZmj/W/ZqaM13AuA==", - "requires": { - "cborg": "^1.6.0", - "multiformats": "^9.5.4" - }, - "dependencies": { - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - } - } - }, - "@ipld/dag-json": { - "version": "8.0.11", - "resolved": "https://registry.npmjs.org/@ipld/dag-json/-/dag-json-8.0.11.tgz", - "integrity": "sha512-Pea7JXeYHTWXRTIhBqBlhw7G53PJ7yta3G/sizGEZyzdeEwhZRr0od5IQ0r2ZxOt1Do+2czddjeEPp+YTxDwCA==", - "requires": { - "cborg": "^1.5.4", - "multiformats": "^9.5.4" - }, - "dependencies": { - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - } - } - }, - "@ipld/dag-ucan": { - "version": "3.0.0-beta", - "resolved": "https://registry.npmjs.org/@ipld/dag-ucan/-/dag-ucan-3.0.0-beta.tgz", - "integrity": "sha512-WzKh4mDiUElslfI/cg9VjLNHsT+9r3XjwbDY/gck+1289sCU1Hywj1/9PMx0DMJoEEwd2OFy/bq5PX2IyQ20Cw==", - "requires": { - "@ipld/dag-cbor": "^7.0.1", - "@ipld/dag-json": "^8.0.9", - "multiformats": "^9.6.4" - }, - "dependencies": { - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - } - } - }, - "@ipld/unixfs": { - "version": "1.1.0-dev", - "resolved": "https://registry.npmjs.org/@ipld/unixfs/-/unixfs-1.1.0-dev.tgz", - "integrity": "sha512-rLMc49JZtghx2s1Ed9iAvC35PtImREMdk4on3830nOH7ohL3QGwi4dB2rtE2vPvgJonHuImP9BMK+4AcFFWMZQ==", - "requires": { - "@ipld/dag-pb": "^2.1.15", - "@web-std/stream": "1.0.1", - "actor": "^2.3.0", - "protobufjs": "^6.11.2", - "rabin-rs": "^2.1.0" - } - }, - "@ucanto/client": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/client/-/client-1.0.1.tgz", - "integrity": "sha512-ZWOCVDXdKhq0r5ZRUN5ubqpfjsQ2Nra2WFv2AyHZWSHA+maI4FA/btJBOWUPHW3BtWNDSt4waEfYXXh4iqkN0g==", - "requires": { - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - }, - "dependencies": { - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - } - } - }, - "@ucanto/core": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/core/-/core-1.0.1.tgz", - "integrity": "sha512-ugGyxbVwe1W7yYiVf281uZqZ5RgZ9f89JK29zQmmU3fv83wO3xIt5cWAr2ctXUAaRKmY0s3kZcMlEYemDDYm+A==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ipld/dag-ucan": "3.0.0-beta", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - }, - "dependencies": { - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - } - } - }, - "@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - }, - "dependencies": { - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - } - } - }, - "@ucanto/principal": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/principal/-/principal-1.0.1.tgz", - "integrity": "sha512-tuIhJRCj8Plk/XraHlPkOc9WsMsFOyQ9jcYRquD3/ybah4Nh843+eSPfDcOUnB1Y4FJg2wT4R8OEnTZejE7+dA==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.0", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - }, - "dependencies": { - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - } - } - }, - "@ucanto/transport": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/transport/-/transport-1.0.1.tgz", - "integrity": "sha512-zC7ty7l5F47C8uWiZajs8MwplR8KoAGIz72psSrB6R+Zx9Le+SoN2/gyPD0a4cDtpMLEyHOPodOlBTnQEIlEcQ==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - }, - "dependencies": { - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - } - } - }, - "@ucanto/validator": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@ucanto/validator/-/validator-1.0.2.tgz", - "integrity": "sha512-SFjS/8FDOwzPNM29brT6wgbE+HXD8iQnHR3aeqEgzIUL7j56kluZykfVWD0xR8oLn8vYzNqJqf60YeFAbIBsqg==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - }, - "dependencies": { - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - } - } - }, - "@w3ui/uploader-core": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@w3ui/uploader-core/-/uploader-core-2.0.2.tgz", - "integrity": "sha512-QSKrq24THyMztyzAhdif8ajhMewaTTTVYnwq/sjVj2TXsXE8XeY6J0qKko0w+QtEy0A47SnbrHevtNLq4KGP2A==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/unixfs": "^1.1.0-dev", - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@ucanto/transport": "^1.0.1", - "@web3-storage/access": "^2.1.1", - "multiformats": "^9.8.1", - "p-retry": "^5.1.1", - "streaming-iterables": "^7.1.0" - }, - "dependencies": { - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - } - } - }, - "@web-std/stream": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@web-std/stream/-/stream-1.0.1.tgz", - "integrity": "sha512-tsz4Y0WNDgFA5jwLSeV7/UV5rfMIlj0cPsSLVfTihjaVW0OJPd5NxJ3le1B3yLyqqzRpeG5OAfJAADLc4VoGTA==", - "requires": { - "web-streams-polyfill": "^3.1.1" - } - }, - "@web3-storage/access": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@web3-storage/access/-/access-2.1.1.tgz", - "integrity": "sha512-8MGs3gY6dn/KrJE+X4GDnwrPXaPgm5lvGJKFJpMdYVBtTUjfWQx9mhdYErs2nE2JEt9tKubCfe1rgodZ1b+7gA==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.1", - "@types/ws": "^8.5.3", - "@ucanto/client": "^1.0.1", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@ucanto/server": "^1.0.2", - "@ucanto/transport": "^1.0.1", - "@ucanto/validator": "^1.0.2", - "@web-std/fetch": "^4.1.0", - "bigint-mod-arith": "^3.1.1", - "conf": "^10.1.2", - "inquirer": "^9.1.2", - "isomorphic-ws": "^5.0.0", - "multiformats": "^9.8.1", - "nanoid": "^4.0.0", - "one-webcrypto": "^1.0.3", - "ora": "^6.1.2", - "p-queue": "^7.3.0", - "p-retry": "^5.1.1", - "p-wait-for": "^5.0.0", - "uint8arrays": "^3.1.0", - "undici": "^5.10.0", - "ws": "^8.8.1", - "zod": "^3.19.1" - }, - "dependencies": { - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - } - } - }, - "long": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/long/-/long-4.0.0.tgz", - "integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==" - }, - "nanoid": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-4.0.0.tgz", - "integrity": "sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg==" - }, - "protobufjs": { - "version": "6.11.3", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-6.11.3.tgz", - "integrity": "sha512-xL96WDdCZYdU7Slin569tFX712BxsxslWwAfAhCYjQKGTq7dAU91Lomy6nLLhh/dyGhk/YH4TwTSRxTzhuHyZg==", - "requires": { - "@protobufjs/aspromise": "^1.1.2", - "@protobufjs/base64": "^1.1.2", - "@protobufjs/codegen": "^2.0.4", - "@protobufjs/eventemitter": "^1.1.0", - "@protobufjs/fetch": "^1.1.0", - "@protobufjs/float": "^1.0.2", - "@protobufjs/inquire": "^1.1.0", - "@protobufjs/path": "^1.1.2", - "@protobufjs/pool": "^1.1.0", - "@protobufjs/utf8": "^1.1.0", - "@types/long": "^4.0.1", - "@types/node": ">=13.7.0", - "long": "^4.0.0" - } - }, - "uint8arrays": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.1.1.tgz", - "integrity": "sha512-+QJa8QRnbdXVpHYjLoTpJIdCTiw9Ir62nocClWuXIq2JIh4Uta0cQsTSpFL678p2CN8B+XSApwcU+pQEqVpKWg==", - "requires": { - "multiformats": "^9.4.2" - }, - "dependencies": { - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - } - } - }, - "ws": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz", - "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", - "requires": {} - } } }, "@w3ui/react-uploads-list": { "version": "file:packages/react-uploads-list", "requires": { - "@w3ui/uploads-list-core": "^1.0.3", + "@w3ui/uploads-list-core": "^2.0.1", "@web3-storage/capabilities": "^2.0.0" - }, - "dependencies": { - "@ipld/car": { - "version": "4.1.6", - "resolved": "https://registry.npmjs.org/@ipld/car/-/car-4.1.6.tgz", - "integrity": "sha512-qs3Sco7rm1PRhhuGSWpCeayhqcB/0DOyIgBiqsfjV0mT0JbWs68Z+BTxksONlfindRXsM5llJOvZfAcuEJUqxw==", - "requires": { - "@ipld/dag-cbor": "^7.0.0", - "cborg": "^1.9.0", - "multiformats": "^9.5.4", - "varint": "^6.0.0" - } - }, - "@ipld/dag-cbor": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@ipld/dag-cbor/-/dag-cbor-7.0.3.tgz", - "integrity": "sha512-1VVh2huHsuohdXC1bGJNE8WR72slZ9XE2T3wbBBq31dm7ZBatmKLLxrB+XAqafxfRFjv08RZmj/W/ZqaM13AuA==", - "requires": { - "cborg": "^1.6.0", - "multiformats": "^9.5.4" - } - }, - "@ipld/dag-json": { - "version": "8.0.11", - "resolved": "https://registry.npmjs.org/@ipld/dag-json/-/dag-json-8.0.11.tgz", - "integrity": "sha512-Pea7JXeYHTWXRTIhBqBlhw7G53PJ7yta3G/sizGEZyzdeEwhZRr0od5IQ0r2ZxOt1Do+2czddjeEPp+YTxDwCA==", - "requires": { - "cborg": "^1.5.4", - "multiformats": "^9.5.4" - } - }, - "@ipld/dag-ucan": { - "version": "3.0.0-beta", - "resolved": "https://registry.npmjs.org/@ipld/dag-ucan/-/dag-ucan-3.0.0-beta.tgz", - "integrity": "sha512-WzKh4mDiUElslfI/cg9VjLNHsT+9r3XjwbDY/gck+1289sCU1Hywj1/9PMx0DMJoEEwd2OFy/bq5PX2IyQ20Cw==", - "requires": { - "@ipld/dag-cbor": "^7.0.1", - "@ipld/dag-json": "^8.0.9", - "multiformats": "^9.6.4" - } - }, - "@ucanto/client": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/client/-/client-1.0.1.tgz", - "integrity": "sha512-ZWOCVDXdKhq0r5ZRUN5ubqpfjsQ2Nra2WFv2AyHZWSHA+maI4FA/btJBOWUPHW3BtWNDSt4waEfYXXh4iqkN0g==", - "requires": { - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "@ucanto/core": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/core/-/core-1.0.1.tgz", - "integrity": "sha512-ugGyxbVwe1W7yYiVf281uZqZ5RgZ9f89JK29zQmmU3fv83wO3xIt5cWAr2ctXUAaRKmY0s3kZcMlEYemDDYm+A==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ipld/dag-ucan": "3.0.0-beta", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - }, - "@ucanto/principal": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/principal/-/principal-1.0.1.tgz", - "integrity": "sha512-tuIhJRCj8Plk/XraHlPkOc9WsMsFOyQ9jcYRquD3/ybah4Nh843+eSPfDcOUnB1Y4FJg2wT4R8OEnTZejE7+dA==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.0", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "@ucanto/transport": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/transport/-/transport-1.0.1.tgz", - "integrity": "sha512-zC7ty7l5F47C8uWiZajs8MwplR8KoAGIz72psSrB6R+Zx9Le+SoN2/gyPD0a4cDtpMLEyHOPodOlBTnQEIlEcQ==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "@ucanto/validator": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@ucanto/validator/-/validator-1.0.2.tgz", - "integrity": "sha512-SFjS/8FDOwzPNM29brT6wgbE+HXD8iQnHR3aeqEgzIUL7j56kluZykfVWD0xR8oLn8vYzNqJqf60YeFAbIBsqg==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "@w3ui/uploads-list-core": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@w3ui/uploads-list-core/-/uploads-list-core-1.0.3.tgz", - "integrity": "sha512-IEsRxjYI3eUogksunInK8TFwTNy47B9pg/LsXbGOKyWKeIH2TK1rgC+hht0P03Ng8yY2ANg+WzccLgK8Tmj2ew==", - "requires": { - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@web3-storage/access": "^2.1.1", - "multiformats": "^9.9.0" - } - }, - "@web3-storage/access": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@web3-storage/access/-/access-2.1.1.tgz", - "integrity": "sha512-8MGs3gY6dn/KrJE+X4GDnwrPXaPgm5lvGJKFJpMdYVBtTUjfWQx9mhdYErs2nE2JEt9tKubCfe1rgodZ1b+7gA==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.1", - "@types/ws": "^8.5.3", - "@ucanto/client": "^1.0.1", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@ucanto/server": "^1.0.2", - "@ucanto/transport": "^1.0.1", - "@ucanto/validator": "^1.0.2", - "@web-std/fetch": "^4.1.0", - "bigint-mod-arith": "^3.1.1", - "conf": "^10.1.2", - "inquirer": "^9.1.2", - "isomorphic-ws": "^5.0.0", - "multiformats": "^9.8.1", - "nanoid": "^4.0.0", - "one-webcrypto": "^1.0.3", - "ora": "^6.1.2", - "p-queue": "^7.3.0", - "p-retry": "^5.1.1", - "p-wait-for": "^5.0.0", - "uint8arrays": "^3.1.0", - "undici": "^5.10.0", - "ws": "^8.8.1", - "zod": "^3.19.1" - } - }, - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "nanoid": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-4.0.0.tgz", - "integrity": "sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg==" - }, - "uint8arrays": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.1.1.tgz", - "integrity": "sha512-+QJa8QRnbdXVpHYjLoTpJIdCTiw9Ir62nocClWuXIq2JIh4Uta0cQsTSpFL678p2CN8B+XSApwcU+pQEqVpKWg==", - "requires": { - "multiformats": "^9.4.2" - } - }, - "ws": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz", - "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", - "requires": {} - } } }, "@w3ui/solid-keyring": { @@ -29940,799 +24892,24 @@ "requires": { "@ucanto/interface": "^4.0.3", "@ucanto/principal": "^4.0.3", - "@w3ui/keyring-core": "^1.0.2", + "@w3ui/keyring-core": "^2.0.1", "@web3-storage/access": "^9.2.0" - }, - "dependencies": { - "@ipld/car": { - "version": "4.1.6", - "resolved": "https://registry.npmjs.org/@ipld/car/-/car-4.1.6.tgz", - "integrity": "sha512-qs3Sco7rm1PRhhuGSWpCeayhqcB/0DOyIgBiqsfjV0mT0JbWs68Z+BTxksONlfindRXsM5llJOvZfAcuEJUqxw==", - "requires": { - "@ipld/dag-cbor": "^7.0.0", - "cborg": "^1.9.0", - "multiformats": "^9.5.4", - "varint": "^6.0.0" - } - }, - "@ipld/dag-cbor": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@ipld/dag-cbor/-/dag-cbor-7.0.3.tgz", - "integrity": "sha512-1VVh2huHsuohdXC1bGJNE8WR72slZ9XE2T3wbBBq31dm7ZBatmKLLxrB+XAqafxfRFjv08RZmj/W/ZqaM13AuA==", - "requires": { - "cborg": "^1.6.0", - "multiformats": "^9.5.4" - } - }, - "@ipld/dag-json": { - "version": "8.0.11", - "resolved": "https://registry.npmjs.org/@ipld/dag-json/-/dag-json-8.0.11.tgz", - "integrity": "sha512-Pea7JXeYHTWXRTIhBqBlhw7G53PJ7yta3G/sizGEZyzdeEwhZRr0od5IQ0r2ZxOt1Do+2czddjeEPp+YTxDwCA==", - "requires": { - "cborg": "^1.5.4", - "multiformats": "^9.5.4" - } - }, - "@ipld/dag-ucan": { - "version": "3.0.0-beta", - "resolved": "https://registry.npmjs.org/@ipld/dag-ucan/-/dag-ucan-3.0.0-beta.tgz", - "integrity": "sha512-WzKh4mDiUElslfI/cg9VjLNHsT+9r3XjwbDY/gck+1289sCU1Hywj1/9PMx0DMJoEEwd2OFy/bq5PX2IyQ20Cw==", - "requires": { - "@ipld/dag-cbor": "^7.0.1", - "@ipld/dag-json": "^8.0.9", - "multiformats": "^9.6.4" - } - }, - "@ucanto/client": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/client/-/client-1.0.1.tgz", - "integrity": "sha512-ZWOCVDXdKhq0r5ZRUN5ubqpfjsQ2Nra2WFv2AyHZWSHA+maI4FA/btJBOWUPHW3BtWNDSt4waEfYXXh4iqkN0g==", - "requires": { - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - }, - "dependencies": { - "@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - } - } - }, - "@ucanto/core": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/core/-/core-1.0.1.tgz", - "integrity": "sha512-ugGyxbVwe1W7yYiVf281uZqZ5RgZ9f89JK29zQmmU3fv83wO3xIt5cWAr2ctXUAaRKmY0s3kZcMlEYemDDYm+A==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ipld/dag-ucan": "3.0.0-beta", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - }, - "dependencies": { - "@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - } - } - }, - "@ucanto/transport": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/transport/-/transport-1.0.1.tgz", - "integrity": "sha512-zC7ty7l5F47C8uWiZajs8MwplR8KoAGIz72psSrB6R+Zx9Le+SoN2/gyPD0a4cDtpMLEyHOPodOlBTnQEIlEcQ==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - }, - "dependencies": { - "@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - } - } - }, - "@ucanto/validator": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@ucanto/validator/-/validator-1.0.2.tgz", - "integrity": "sha512-SFjS/8FDOwzPNM29brT6wgbE+HXD8iQnHR3aeqEgzIUL7j56kluZykfVWD0xR8oLn8vYzNqJqf60YeFAbIBsqg==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - }, - "dependencies": { - "@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - } - } - }, - "@w3ui/keyring-core": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@w3ui/keyring-core/-/keyring-core-1.0.2.tgz", - "integrity": "sha512-IujXoTV1VtnqUtscSoeaqwuOhKRoHOc/u9gP/oTlhZ8B2ueaDIcn6Cfd9D1uQuDY5c62o0QC0WIwWiqleQ17Kg==", - "requires": { - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@web3-storage/access": "^2.1.1", - "multiformats": "^9.8.1" - }, - "dependencies": { - "@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - }, - "@ucanto/principal": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/principal/-/principal-1.0.1.tgz", - "integrity": "sha512-tuIhJRCj8Plk/XraHlPkOc9WsMsFOyQ9jcYRquD3/ybah4Nh843+eSPfDcOUnB1Y4FJg2wT4R8OEnTZejE7+dA==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.0", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "@web3-storage/access": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@web3-storage/access/-/access-2.1.1.tgz", - "integrity": "sha512-8MGs3gY6dn/KrJE+X4GDnwrPXaPgm5lvGJKFJpMdYVBtTUjfWQx9mhdYErs2nE2JEt9tKubCfe1rgodZ1b+7gA==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.1", - "@types/ws": "^8.5.3", - "@ucanto/client": "^1.0.1", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@ucanto/server": "^1.0.2", - "@ucanto/transport": "^1.0.1", - "@ucanto/validator": "^1.0.2", - "@web-std/fetch": "^4.1.0", - "bigint-mod-arith": "^3.1.1", - "conf": "^10.1.2", - "inquirer": "^9.1.2", - "isomorphic-ws": "^5.0.0", - "multiformats": "^9.8.1", - "nanoid": "^4.0.0", - "one-webcrypto": "^1.0.3", - "ora": "^6.1.2", - "p-queue": "^7.3.0", - "p-retry": "^5.1.1", - "p-wait-for": "^5.0.0", - "uint8arrays": "^3.1.0", - "undici": "^5.10.0", - "ws": "^8.8.1", - "zod": "^3.19.1" - } - } - } - }, - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "nanoid": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-4.0.0.tgz", - "integrity": "sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg==" - }, - "uint8arrays": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.1.1.tgz", - "integrity": "sha512-+QJa8QRnbdXVpHYjLoTpJIdCTiw9Ir62nocClWuXIq2JIh4Uta0cQsTSpFL678p2CN8B+XSApwcU+pQEqVpKWg==", - "requires": { - "multiformats": "^9.4.2" - } - }, - "ws": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz", - "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", - "requires": {} - } } }, "@w3ui/solid-uploader": { "version": "file:packages/solid-uploader", "requires": { - "@w3ui/uploader-core": "^2.0.2", + "@w3ui/uploader-core": "^3.0.1", "@web3-storage/capabilities": "^2.0.0", "multiformats": "^10.0.2" - }, - "dependencies": { - "@ipld/car": { - "version": "4.1.6", - "resolved": "https://registry.npmjs.org/@ipld/car/-/car-4.1.6.tgz", - "integrity": "sha512-qs3Sco7rm1PRhhuGSWpCeayhqcB/0DOyIgBiqsfjV0mT0JbWs68Z+BTxksONlfindRXsM5llJOvZfAcuEJUqxw==", - "requires": { - "@ipld/dag-cbor": "^7.0.0", - "cborg": "^1.9.0", - "multiformats": "^9.5.4", - "varint": "^6.0.0" - }, - "dependencies": { - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - } - } - }, - "@ipld/dag-cbor": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@ipld/dag-cbor/-/dag-cbor-7.0.3.tgz", - "integrity": "sha512-1VVh2huHsuohdXC1bGJNE8WR72slZ9XE2T3wbBBq31dm7ZBatmKLLxrB+XAqafxfRFjv08RZmj/W/ZqaM13AuA==", - "requires": { - "cborg": "^1.6.0", - "multiformats": "^9.5.4" - }, - "dependencies": { - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - } - } - }, - "@ipld/dag-json": { - "version": "8.0.11", - "resolved": "https://registry.npmjs.org/@ipld/dag-json/-/dag-json-8.0.11.tgz", - "integrity": "sha512-Pea7JXeYHTWXRTIhBqBlhw7G53PJ7yta3G/sizGEZyzdeEwhZRr0od5IQ0r2ZxOt1Do+2czddjeEPp+YTxDwCA==", - "requires": { - "cborg": "^1.5.4", - "multiformats": "^9.5.4" - }, - "dependencies": { - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - } - } - }, - "@ipld/dag-ucan": { - "version": "3.0.0-beta", - "resolved": "https://registry.npmjs.org/@ipld/dag-ucan/-/dag-ucan-3.0.0-beta.tgz", - "integrity": "sha512-WzKh4mDiUElslfI/cg9VjLNHsT+9r3XjwbDY/gck+1289sCU1Hywj1/9PMx0DMJoEEwd2OFy/bq5PX2IyQ20Cw==", - "requires": { - "@ipld/dag-cbor": "^7.0.1", - "@ipld/dag-json": "^8.0.9", - "multiformats": "^9.6.4" - }, - "dependencies": { - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - } - } - }, - "@ipld/unixfs": { - "version": "1.1.0-dev", - "resolved": "https://registry.npmjs.org/@ipld/unixfs/-/unixfs-1.1.0-dev.tgz", - "integrity": "sha512-rLMc49JZtghx2s1Ed9iAvC35PtImREMdk4on3830nOH7ohL3QGwi4dB2rtE2vPvgJonHuImP9BMK+4AcFFWMZQ==", - "requires": { - "@ipld/dag-pb": "^2.1.15", - "@web-std/stream": "1.0.1", - "actor": "^2.3.0", - "protobufjs": "^6.11.2", - "rabin-rs": "^2.1.0" - } - }, - "@ucanto/client": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/client/-/client-1.0.1.tgz", - "integrity": "sha512-ZWOCVDXdKhq0r5ZRUN5ubqpfjsQ2Nra2WFv2AyHZWSHA+maI4FA/btJBOWUPHW3BtWNDSt4waEfYXXh4iqkN0g==", - "requires": { - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - }, - "dependencies": { - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - } - } - }, - "@ucanto/core": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/core/-/core-1.0.1.tgz", - "integrity": "sha512-ugGyxbVwe1W7yYiVf281uZqZ5RgZ9f89JK29zQmmU3fv83wO3xIt5cWAr2ctXUAaRKmY0s3kZcMlEYemDDYm+A==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ipld/dag-ucan": "3.0.0-beta", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - }, - "dependencies": { - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - } - } - }, - "@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - }, - "dependencies": { - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - } - } - }, - "@ucanto/principal": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/principal/-/principal-1.0.1.tgz", - "integrity": "sha512-tuIhJRCj8Plk/XraHlPkOc9WsMsFOyQ9jcYRquD3/ybah4Nh843+eSPfDcOUnB1Y4FJg2wT4R8OEnTZejE7+dA==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.0", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - }, - "dependencies": { - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - } - } - }, - "@ucanto/transport": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/transport/-/transport-1.0.1.tgz", - "integrity": "sha512-zC7ty7l5F47C8uWiZajs8MwplR8KoAGIz72psSrB6R+Zx9Le+SoN2/gyPD0a4cDtpMLEyHOPodOlBTnQEIlEcQ==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - }, - "dependencies": { - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - } - } - }, - "@ucanto/validator": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@ucanto/validator/-/validator-1.0.2.tgz", - "integrity": "sha512-SFjS/8FDOwzPNM29brT6wgbE+HXD8iQnHR3aeqEgzIUL7j56kluZykfVWD0xR8oLn8vYzNqJqf60YeFAbIBsqg==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - }, - "dependencies": { - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - } - } - }, - "@w3ui/uploader-core": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@w3ui/uploader-core/-/uploader-core-2.0.2.tgz", - "integrity": "sha512-QSKrq24THyMztyzAhdif8ajhMewaTTTVYnwq/sjVj2TXsXE8XeY6J0qKko0w+QtEy0A47SnbrHevtNLq4KGP2A==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/unixfs": "^1.1.0-dev", - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@ucanto/transport": "^1.0.1", - "@web3-storage/access": "^2.1.1", - "multiformats": "^9.8.1", - "p-retry": "^5.1.1", - "streaming-iterables": "^7.1.0" - }, - "dependencies": { - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - } - } - }, - "@web-std/stream": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@web-std/stream/-/stream-1.0.1.tgz", - "integrity": "sha512-tsz4Y0WNDgFA5jwLSeV7/UV5rfMIlj0cPsSLVfTihjaVW0OJPd5NxJ3le1B3yLyqqzRpeG5OAfJAADLc4VoGTA==", - "requires": { - "web-streams-polyfill": "^3.1.1" - } - }, - "@web3-storage/access": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@web3-storage/access/-/access-2.1.1.tgz", - "integrity": "sha512-8MGs3gY6dn/KrJE+X4GDnwrPXaPgm5lvGJKFJpMdYVBtTUjfWQx9mhdYErs2nE2JEt9tKubCfe1rgodZ1b+7gA==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.1", - "@types/ws": "^8.5.3", - "@ucanto/client": "^1.0.1", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@ucanto/server": "^1.0.2", - "@ucanto/transport": "^1.0.1", - "@ucanto/validator": "^1.0.2", - "@web-std/fetch": "^4.1.0", - "bigint-mod-arith": "^3.1.1", - "conf": "^10.1.2", - "inquirer": "^9.1.2", - "isomorphic-ws": "^5.0.0", - "multiformats": "^9.8.1", - "nanoid": "^4.0.0", - "one-webcrypto": "^1.0.3", - "ora": "^6.1.2", - "p-queue": "^7.3.0", - "p-retry": "^5.1.1", - "p-wait-for": "^5.0.0", - "uint8arrays": "^3.1.0", - "undici": "^5.10.0", - "ws": "^8.8.1", - "zod": "^3.19.1" - }, - "dependencies": { - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - } - } - }, - "long": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/long/-/long-4.0.0.tgz", - "integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==" - }, - "nanoid": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-4.0.0.tgz", - "integrity": "sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg==" - }, - "protobufjs": { - "version": "6.11.3", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-6.11.3.tgz", - "integrity": "sha512-xL96WDdCZYdU7Slin569tFX712BxsxslWwAfAhCYjQKGTq7dAU91Lomy6nLLhh/dyGhk/YH4TwTSRxTzhuHyZg==", - "requires": { - "@protobufjs/aspromise": "^1.1.2", - "@protobufjs/base64": "^1.1.2", - "@protobufjs/codegen": "^2.0.4", - "@protobufjs/eventemitter": "^1.1.0", - "@protobufjs/fetch": "^1.1.0", - "@protobufjs/float": "^1.0.2", - "@protobufjs/inquire": "^1.1.0", - "@protobufjs/path": "^1.1.2", - "@protobufjs/pool": "^1.1.0", - "@protobufjs/utf8": "^1.1.0", - "@types/long": "^4.0.1", - "@types/node": ">=13.7.0", - "long": "^4.0.0" - } - }, - "uint8arrays": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.1.1.tgz", - "integrity": "sha512-+QJa8QRnbdXVpHYjLoTpJIdCTiw9Ir62nocClWuXIq2JIh4Uta0cQsTSpFL678p2CN8B+XSApwcU+pQEqVpKWg==", - "requires": { - "multiformats": "^9.4.2" - }, - "dependencies": { - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - } - } - }, - "ws": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz", - "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", - "requires": {} - } } }, "@w3ui/solid-uploads-list": { "version": "file:packages/solid-uploads-list", "requires": { "@ucanto/interface": "^4.0.3", - "@w3ui/uploads-list-core": "^1.0.3", + "@w3ui/uploads-list-core": "^2.0.1", "@web3-storage/capabilities": "^2.0.0" - }, - "dependencies": { - "@ipld/car": { - "version": "4.1.6", - "resolved": "https://registry.npmjs.org/@ipld/car/-/car-4.1.6.tgz", - "integrity": "sha512-qs3Sco7rm1PRhhuGSWpCeayhqcB/0DOyIgBiqsfjV0mT0JbWs68Z+BTxksONlfindRXsM5llJOvZfAcuEJUqxw==", - "requires": { - "@ipld/dag-cbor": "^7.0.0", - "cborg": "^1.9.0", - "multiformats": "^9.5.4", - "varint": "^6.0.0" - } - }, - "@ipld/dag-cbor": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@ipld/dag-cbor/-/dag-cbor-7.0.3.tgz", - "integrity": "sha512-1VVh2huHsuohdXC1bGJNE8WR72slZ9XE2T3wbBBq31dm7ZBatmKLLxrB+XAqafxfRFjv08RZmj/W/ZqaM13AuA==", - "requires": { - "cborg": "^1.6.0", - "multiformats": "^9.5.4" - } - }, - "@ipld/dag-json": { - "version": "8.0.11", - "resolved": "https://registry.npmjs.org/@ipld/dag-json/-/dag-json-8.0.11.tgz", - "integrity": "sha512-Pea7JXeYHTWXRTIhBqBlhw7G53PJ7yta3G/sizGEZyzdeEwhZRr0od5IQ0r2ZxOt1Do+2czddjeEPp+YTxDwCA==", - "requires": { - "cborg": "^1.5.4", - "multiformats": "^9.5.4" - } - }, - "@ipld/dag-ucan": { - "version": "3.0.0-beta", - "resolved": "https://registry.npmjs.org/@ipld/dag-ucan/-/dag-ucan-3.0.0-beta.tgz", - "integrity": "sha512-WzKh4mDiUElslfI/cg9VjLNHsT+9r3XjwbDY/gck+1289sCU1Hywj1/9PMx0DMJoEEwd2OFy/bq5PX2IyQ20Cw==", - "requires": { - "@ipld/dag-cbor": "^7.0.1", - "@ipld/dag-json": "^8.0.9", - "multiformats": "^9.6.4" - } - }, - "@ucanto/client": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/client/-/client-1.0.1.tgz", - "integrity": "sha512-ZWOCVDXdKhq0r5ZRUN5ubqpfjsQ2Nra2WFv2AyHZWSHA+maI4FA/btJBOWUPHW3BtWNDSt4waEfYXXh4iqkN0g==", - "requires": { - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - }, - "dependencies": { - "@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - } - } - }, - "@ucanto/core": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/core/-/core-1.0.1.tgz", - "integrity": "sha512-ugGyxbVwe1W7yYiVf281uZqZ5RgZ9f89JK29zQmmU3fv83wO3xIt5cWAr2ctXUAaRKmY0s3kZcMlEYemDDYm+A==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ipld/dag-ucan": "3.0.0-beta", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - }, - "dependencies": { - "@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - } - } - }, - "@ucanto/principal": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/principal/-/principal-1.0.1.tgz", - "integrity": "sha512-tuIhJRCj8Plk/XraHlPkOc9WsMsFOyQ9jcYRquD3/ybah4Nh843+eSPfDcOUnB1Y4FJg2wT4R8OEnTZejE7+dA==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.0", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - }, - "dependencies": { - "@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - } - } - }, - "@ucanto/transport": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/transport/-/transport-1.0.1.tgz", - "integrity": "sha512-zC7ty7l5F47C8uWiZajs8MwplR8KoAGIz72psSrB6R+Zx9Le+SoN2/gyPD0a4cDtpMLEyHOPodOlBTnQEIlEcQ==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - }, - "dependencies": { - "@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - } - } - }, - "@ucanto/validator": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@ucanto/validator/-/validator-1.0.2.tgz", - "integrity": "sha512-SFjS/8FDOwzPNM29brT6wgbE+HXD8iQnHR3aeqEgzIUL7j56kluZykfVWD0xR8oLn8vYzNqJqf60YeFAbIBsqg==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - }, - "dependencies": { - "@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - } - } - }, - "@w3ui/uploads-list-core": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@w3ui/uploads-list-core/-/uploads-list-core-1.0.3.tgz", - "integrity": "sha512-IEsRxjYI3eUogksunInK8TFwTNy47B9pg/LsXbGOKyWKeIH2TK1rgC+hht0P03Ng8yY2ANg+WzccLgK8Tmj2ew==", - "requires": { - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@web3-storage/access": "^2.1.1", - "multiformats": "^9.9.0" - }, - "dependencies": { - "@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - } - } - }, - "@web3-storage/access": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@web3-storage/access/-/access-2.1.1.tgz", - "integrity": "sha512-8MGs3gY6dn/KrJE+X4GDnwrPXaPgm5lvGJKFJpMdYVBtTUjfWQx9mhdYErs2nE2JEt9tKubCfe1rgodZ1b+7gA==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.1", - "@types/ws": "^8.5.3", - "@ucanto/client": "^1.0.1", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@ucanto/server": "^1.0.2", - "@ucanto/transport": "^1.0.1", - "@ucanto/validator": "^1.0.2", - "@web-std/fetch": "^4.1.0", - "bigint-mod-arith": "^3.1.1", - "conf": "^10.1.2", - "inquirer": "^9.1.2", - "isomorphic-ws": "^5.0.0", - "multiformats": "^9.8.1", - "nanoid": "^4.0.0", - "one-webcrypto": "^1.0.3", - "ora": "^6.1.2", - "p-queue": "^7.3.0", - "p-retry": "^5.1.1", - "p-wait-for": "^5.0.0", - "uint8arrays": "^3.1.0", - "undici": "^5.10.0", - "ws": "^8.8.1", - "zod": "^3.19.1" - }, - "dependencies": { - "@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - } - } - }, - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "nanoid": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-4.0.0.tgz", - "integrity": "sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg==" - }, - "uint8arrays": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.1.1.tgz", - "integrity": "sha512-+QJa8QRnbdXVpHYjLoTpJIdCTiw9Ir62nocClWuXIq2JIh4Uta0cQsTSpFL678p2CN8B+XSApwcU+pQEqVpKWg==", - "requires": { - "multiformats": "^9.4.2" - } - }, - "ws": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz", - "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", - "requires": {} - } } }, "@w3ui/uploader-core": { @@ -30754,766 +24931,37 @@ "requires": { "@ucanto/interface": "^4.0.3", "@ucanto/principal": "^4.0.3", - "@w3ui/keyring-core": "^1.0.2", + "@w3ui/keyring-core": "^2.0.1", "@web3-storage/access": "^9.2.0" - }, - "dependencies": { - "@ipld/car": { - "version": "4.1.6", - "resolved": "https://registry.npmjs.org/@ipld/car/-/car-4.1.6.tgz", - "integrity": "sha512-qs3Sco7rm1PRhhuGSWpCeayhqcB/0DOyIgBiqsfjV0mT0JbWs68Z+BTxksONlfindRXsM5llJOvZfAcuEJUqxw==", - "requires": { - "@ipld/dag-cbor": "^7.0.0", - "cborg": "^1.9.0", - "multiformats": "^9.5.4", - "varint": "^6.0.0" - } - }, - "@ipld/dag-cbor": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@ipld/dag-cbor/-/dag-cbor-7.0.3.tgz", - "integrity": "sha512-1VVh2huHsuohdXC1bGJNE8WR72slZ9XE2T3wbBBq31dm7ZBatmKLLxrB+XAqafxfRFjv08RZmj/W/ZqaM13AuA==", - "requires": { - "cborg": "^1.6.0", - "multiformats": "^9.5.4" - } - }, - "@ipld/dag-json": { - "version": "8.0.11", - "resolved": "https://registry.npmjs.org/@ipld/dag-json/-/dag-json-8.0.11.tgz", - "integrity": "sha512-Pea7JXeYHTWXRTIhBqBlhw7G53PJ7yta3G/sizGEZyzdeEwhZRr0od5IQ0r2ZxOt1Do+2czddjeEPp+YTxDwCA==", - "requires": { - "cborg": "^1.5.4", - "multiformats": "^9.5.4" - } - }, - "@ipld/dag-ucan": { - "version": "3.0.0-beta", - "resolved": "https://registry.npmjs.org/@ipld/dag-ucan/-/dag-ucan-3.0.0-beta.tgz", - "integrity": "sha512-WzKh4mDiUElslfI/cg9VjLNHsT+9r3XjwbDY/gck+1289sCU1Hywj1/9PMx0DMJoEEwd2OFy/bq5PX2IyQ20Cw==", - "requires": { - "@ipld/dag-cbor": "^7.0.1", - "@ipld/dag-json": "^8.0.9", - "multiformats": "^9.6.4" - } - }, - "@ucanto/client": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/client/-/client-1.0.1.tgz", - "integrity": "sha512-ZWOCVDXdKhq0r5ZRUN5ubqpfjsQ2Nra2WFv2AyHZWSHA+maI4FA/btJBOWUPHW3BtWNDSt4waEfYXXh4iqkN0g==", - "requires": { - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - }, - "dependencies": { - "@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - } - } - }, - "@ucanto/core": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/core/-/core-1.0.1.tgz", - "integrity": "sha512-ugGyxbVwe1W7yYiVf281uZqZ5RgZ9f89JK29zQmmU3fv83wO3xIt5cWAr2ctXUAaRKmY0s3kZcMlEYemDDYm+A==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ipld/dag-ucan": "3.0.0-beta", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - }, - "dependencies": { - "@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - } - } - }, - "@ucanto/transport": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/transport/-/transport-1.0.1.tgz", - "integrity": "sha512-zC7ty7l5F47C8uWiZajs8MwplR8KoAGIz72psSrB6R+Zx9Le+SoN2/gyPD0a4cDtpMLEyHOPodOlBTnQEIlEcQ==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - }, - "dependencies": { - "@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - } - } - }, - "@ucanto/validator": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@ucanto/validator/-/validator-1.0.2.tgz", - "integrity": "sha512-SFjS/8FDOwzPNM29brT6wgbE+HXD8iQnHR3aeqEgzIUL7j56kluZykfVWD0xR8oLn8vYzNqJqf60YeFAbIBsqg==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - }, - "dependencies": { - "@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - } - } - }, - "@w3ui/keyring-core": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@w3ui/keyring-core/-/keyring-core-1.0.2.tgz", - "integrity": "sha512-IujXoTV1VtnqUtscSoeaqwuOhKRoHOc/u9gP/oTlhZ8B2ueaDIcn6Cfd9D1uQuDY5c62o0QC0WIwWiqleQ17Kg==", - "requires": { - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@web3-storage/access": "^2.1.1", - "multiformats": "^9.8.1" - }, - "dependencies": { - "@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - }, - "@ucanto/principal": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/principal/-/principal-1.0.1.tgz", - "integrity": "sha512-tuIhJRCj8Plk/XraHlPkOc9WsMsFOyQ9jcYRquD3/ybah4Nh843+eSPfDcOUnB1Y4FJg2wT4R8OEnTZejE7+dA==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.0", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "@web3-storage/access": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@web3-storage/access/-/access-2.1.1.tgz", - "integrity": "sha512-8MGs3gY6dn/KrJE+X4GDnwrPXaPgm5lvGJKFJpMdYVBtTUjfWQx9mhdYErs2nE2JEt9tKubCfe1rgodZ1b+7gA==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.1", - "@types/ws": "^8.5.3", - "@ucanto/client": "^1.0.1", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@ucanto/server": "^1.0.2", - "@ucanto/transport": "^1.0.1", - "@ucanto/validator": "^1.0.2", - "@web-std/fetch": "^4.1.0", - "bigint-mod-arith": "^3.1.1", - "conf": "^10.1.2", - "inquirer": "^9.1.2", - "isomorphic-ws": "^5.0.0", - "multiformats": "^9.8.1", - "nanoid": "^4.0.0", - "one-webcrypto": "^1.0.3", - "ora": "^6.1.2", - "p-queue": "^7.3.0", - "p-retry": "^5.1.1", - "p-wait-for": "^5.0.0", - "uint8arrays": "^3.1.0", - "undici": "^5.10.0", - "ws": "^8.8.1", - "zod": "^3.19.1" - } - } - } - }, - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "nanoid": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-4.0.0.tgz", - "integrity": "sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg==" - }, - "uint8arrays": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.1.1.tgz", - "integrity": "sha512-+QJa8QRnbdXVpHYjLoTpJIdCTiw9Ir62nocClWuXIq2JIh4Uta0cQsTSpFL678p2CN8B+XSApwcU+pQEqVpKWg==", - "requires": { - "multiformats": "^9.4.2" - } - }, - "ws": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz", - "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", - "requires": {} - } } }, "@w3ui/vue-uploader": { "version": "file:packages/vue-uploader", "requires": { - "@w3ui/uploader-core": "^2.0.2", - "@w3ui/vue-keyring": "^1.0.1", + "@w3ui/uploader-core": "^3.0.1", + "@w3ui/vue-keyring": "^2.0.0", "@web3-storage/capabilities": "^2.0.0", "multiformats": "^10.0.2" - }, - "dependencies": { - "@ipld/car": { - "version": "4.1.6", - "resolved": "https://registry.npmjs.org/@ipld/car/-/car-4.1.6.tgz", - "integrity": "sha512-qs3Sco7rm1PRhhuGSWpCeayhqcB/0DOyIgBiqsfjV0mT0JbWs68Z+BTxksONlfindRXsM5llJOvZfAcuEJUqxw==", - "requires": { - "@ipld/dag-cbor": "^7.0.0", - "cborg": "^1.9.0", - "multiformats": "^9.5.4", - "varint": "^6.0.0" - }, - "dependencies": { - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - } - } - }, - "@ipld/dag-cbor": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@ipld/dag-cbor/-/dag-cbor-7.0.3.tgz", - "integrity": "sha512-1VVh2huHsuohdXC1bGJNE8WR72slZ9XE2T3wbBBq31dm7ZBatmKLLxrB+XAqafxfRFjv08RZmj/W/ZqaM13AuA==", - "requires": { - "cborg": "^1.6.0", - "multiformats": "^9.5.4" - }, - "dependencies": { - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - } - } - }, - "@ipld/dag-json": { - "version": "8.0.11", - "resolved": "https://registry.npmjs.org/@ipld/dag-json/-/dag-json-8.0.11.tgz", - "integrity": "sha512-Pea7JXeYHTWXRTIhBqBlhw7G53PJ7yta3G/sizGEZyzdeEwhZRr0od5IQ0r2ZxOt1Do+2czddjeEPp+YTxDwCA==", - "requires": { - "cborg": "^1.5.4", - "multiformats": "^9.5.4" - }, - "dependencies": { - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - } - } - }, - "@ipld/dag-ucan": { - "version": "3.0.0-beta", - "resolved": "https://registry.npmjs.org/@ipld/dag-ucan/-/dag-ucan-3.0.0-beta.tgz", - "integrity": "sha512-WzKh4mDiUElslfI/cg9VjLNHsT+9r3XjwbDY/gck+1289sCU1Hywj1/9PMx0DMJoEEwd2OFy/bq5PX2IyQ20Cw==", - "requires": { - "@ipld/dag-cbor": "^7.0.1", - "@ipld/dag-json": "^8.0.9", - "multiformats": "^9.6.4" - }, - "dependencies": { - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - } - } - }, - "@ipld/unixfs": { - "version": "1.1.0-dev", - "resolved": "https://registry.npmjs.org/@ipld/unixfs/-/unixfs-1.1.0-dev.tgz", - "integrity": "sha512-rLMc49JZtghx2s1Ed9iAvC35PtImREMdk4on3830nOH7ohL3QGwi4dB2rtE2vPvgJonHuImP9BMK+4AcFFWMZQ==", - "requires": { - "@ipld/dag-pb": "^2.1.15", - "@web-std/stream": "1.0.1", - "actor": "^2.3.0", - "protobufjs": "^6.11.2", - "rabin-rs": "^2.1.0" - } - }, - "@ucanto/client": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/client/-/client-1.0.1.tgz", - "integrity": "sha512-ZWOCVDXdKhq0r5ZRUN5ubqpfjsQ2Nra2WFv2AyHZWSHA+maI4FA/btJBOWUPHW3BtWNDSt4waEfYXXh4iqkN0g==", - "requires": { - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - }, - "dependencies": { - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - } - } - }, - "@ucanto/core": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/core/-/core-1.0.1.tgz", - "integrity": "sha512-ugGyxbVwe1W7yYiVf281uZqZ5RgZ9f89JK29zQmmU3fv83wO3xIt5cWAr2ctXUAaRKmY0s3kZcMlEYemDDYm+A==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ipld/dag-ucan": "3.0.0-beta", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - }, - "dependencies": { - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - } - } - }, - "@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - }, - "dependencies": { - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - } - } - }, - "@ucanto/principal": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/principal/-/principal-1.0.1.tgz", - "integrity": "sha512-tuIhJRCj8Plk/XraHlPkOc9WsMsFOyQ9jcYRquD3/ybah4Nh843+eSPfDcOUnB1Y4FJg2wT4R8OEnTZejE7+dA==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.0", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - }, - "dependencies": { - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - } - } - }, - "@ucanto/transport": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/transport/-/transport-1.0.1.tgz", - "integrity": "sha512-zC7ty7l5F47C8uWiZajs8MwplR8KoAGIz72psSrB6R+Zx9Le+SoN2/gyPD0a4cDtpMLEyHOPodOlBTnQEIlEcQ==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - }, - "dependencies": { - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - } - } - }, - "@ucanto/validator": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@ucanto/validator/-/validator-1.0.2.tgz", - "integrity": "sha512-SFjS/8FDOwzPNM29brT6wgbE+HXD8iQnHR3aeqEgzIUL7j56kluZykfVWD0xR8oLn8vYzNqJqf60YeFAbIBsqg==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - }, - "dependencies": { - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - } - } - }, - "@w3ui/uploader-core": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@w3ui/uploader-core/-/uploader-core-2.0.2.tgz", - "integrity": "sha512-QSKrq24THyMztyzAhdif8ajhMewaTTTVYnwq/sjVj2TXsXE8XeY6J0qKko0w+QtEy0A47SnbrHevtNLq4KGP2A==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/unixfs": "^1.1.0-dev", - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@ucanto/transport": "^1.0.1", - "@web3-storage/access": "^2.1.1", - "multiformats": "^9.8.1", - "p-retry": "^5.1.1", - "streaming-iterables": "^7.1.0" - }, - "dependencies": { - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - } - } - }, - "@web-std/stream": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@web-std/stream/-/stream-1.0.1.tgz", - "integrity": "sha512-tsz4Y0WNDgFA5jwLSeV7/UV5rfMIlj0cPsSLVfTihjaVW0OJPd5NxJ3le1B3yLyqqzRpeG5OAfJAADLc4VoGTA==", - "requires": { - "web-streams-polyfill": "^3.1.1" - } - }, - "@web3-storage/access": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@web3-storage/access/-/access-2.1.1.tgz", - "integrity": "sha512-8MGs3gY6dn/KrJE+X4GDnwrPXaPgm5lvGJKFJpMdYVBtTUjfWQx9mhdYErs2nE2JEt9tKubCfe1rgodZ1b+7gA==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.1", - "@types/ws": "^8.5.3", - "@ucanto/client": "^1.0.1", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@ucanto/server": "^1.0.2", - "@ucanto/transport": "^1.0.1", - "@ucanto/validator": "^1.0.2", - "@web-std/fetch": "^4.1.0", - "bigint-mod-arith": "^3.1.1", - "conf": "^10.1.2", - "inquirer": "^9.1.2", - "isomorphic-ws": "^5.0.0", - "multiformats": "^9.8.1", - "nanoid": "^4.0.0", - "one-webcrypto": "^1.0.3", - "ora": "^6.1.2", - "p-queue": "^7.3.0", - "p-retry": "^5.1.1", - "p-wait-for": "^5.0.0", - "uint8arrays": "^3.1.0", - "undici": "^5.10.0", - "ws": "^8.8.1", - "zod": "^3.19.1" - }, - "dependencies": { - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - } - } - }, - "long": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/long/-/long-4.0.0.tgz", - "integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==" - }, - "nanoid": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-4.0.0.tgz", - "integrity": "sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg==" - }, - "protobufjs": { - "version": "6.11.3", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-6.11.3.tgz", - "integrity": "sha512-xL96WDdCZYdU7Slin569tFX712BxsxslWwAfAhCYjQKGTq7dAU91Lomy6nLLhh/dyGhk/YH4TwTSRxTzhuHyZg==", - "requires": { - "@protobufjs/aspromise": "^1.1.2", - "@protobufjs/base64": "^1.1.2", - "@protobufjs/codegen": "^2.0.4", - "@protobufjs/eventemitter": "^1.1.0", - "@protobufjs/fetch": "^1.1.0", - "@protobufjs/float": "^1.0.2", - "@protobufjs/inquire": "^1.1.0", - "@protobufjs/path": "^1.1.2", - "@protobufjs/pool": "^1.1.0", - "@protobufjs/utf8": "^1.1.0", - "@types/long": "^4.0.1", - "@types/node": ">=13.7.0", - "long": "^4.0.0" - } - }, - "uint8arrays": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.1.1.tgz", - "integrity": "sha512-+QJa8QRnbdXVpHYjLoTpJIdCTiw9Ir62nocClWuXIq2JIh4Uta0cQsTSpFL678p2CN8B+XSApwcU+pQEqVpKWg==", - "requires": { - "multiformats": "^9.4.2" - }, - "dependencies": { - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - } - } - }, - "ws": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz", - "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", - "requires": {} - } } }, "@w3ui/vue-uploads-list": { "version": "file:packages/vue-uploads-list", "requires": { - "@w3ui/uploads-list-core": "^1.0.3", - "@w3ui/vue-keyring": "^1.0.1", + "@w3ui/uploads-list-core": "^2.0.1", + "@w3ui/vue-keyring": "^2.0.0", "@web3-storage/capabilities": "^2.0.0" - }, - "dependencies": { - "@ipld/car": { - "version": "4.1.6", - "resolved": "https://registry.npmjs.org/@ipld/car/-/car-4.1.6.tgz", - "integrity": "sha512-qs3Sco7rm1PRhhuGSWpCeayhqcB/0DOyIgBiqsfjV0mT0JbWs68Z+BTxksONlfindRXsM5llJOvZfAcuEJUqxw==", - "requires": { - "@ipld/dag-cbor": "^7.0.0", - "cborg": "^1.9.0", - "multiformats": "^9.5.4", - "varint": "^6.0.0" - } - }, - "@ipld/dag-cbor": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@ipld/dag-cbor/-/dag-cbor-7.0.3.tgz", - "integrity": "sha512-1VVh2huHsuohdXC1bGJNE8WR72slZ9XE2T3wbBBq31dm7ZBatmKLLxrB+XAqafxfRFjv08RZmj/W/ZqaM13AuA==", - "requires": { - "cborg": "^1.6.0", - "multiformats": "^9.5.4" - } - }, - "@ipld/dag-json": { - "version": "8.0.11", - "resolved": "https://registry.npmjs.org/@ipld/dag-json/-/dag-json-8.0.11.tgz", - "integrity": "sha512-Pea7JXeYHTWXRTIhBqBlhw7G53PJ7yta3G/sizGEZyzdeEwhZRr0od5IQ0r2ZxOt1Do+2czddjeEPp+YTxDwCA==", - "requires": { - "cborg": "^1.5.4", - "multiformats": "^9.5.4" - } - }, - "@ipld/dag-ucan": { - "version": "3.0.0-beta", - "resolved": "https://registry.npmjs.org/@ipld/dag-ucan/-/dag-ucan-3.0.0-beta.tgz", - "integrity": "sha512-WzKh4mDiUElslfI/cg9VjLNHsT+9r3XjwbDY/gck+1289sCU1Hywj1/9PMx0DMJoEEwd2OFy/bq5PX2IyQ20Cw==", - "requires": { - "@ipld/dag-cbor": "^7.0.1", - "@ipld/dag-json": "^8.0.9", - "multiformats": "^9.6.4" - } - }, - "@ucanto/client": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/client/-/client-1.0.1.tgz", - "integrity": "sha512-ZWOCVDXdKhq0r5ZRUN5ubqpfjsQ2Nra2WFv2AyHZWSHA+maI4FA/btJBOWUPHW3BtWNDSt4waEfYXXh4iqkN0g==", - "requires": { - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "@ucanto/core": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/core/-/core-1.0.1.tgz", - "integrity": "sha512-ugGyxbVwe1W7yYiVf281uZqZ5RgZ9f89JK29zQmmU3fv83wO3xIt5cWAr2ctXUAaRKmY0s3kZcMlEYemDDYm+A==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ipld/dag-ucan": "3.0.0-beta", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "@ucanto/interface": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-1.0.0.tgz", - "integrity": "sha512-qVsFx7YsPnc5QaGfDGyFaj/M3wog+E/A0dX1LJn+K5GQ6DWd3nKvv+rxfZ888ZU+36gDdji8/R1qfT8GngNTMQ==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "multiformats": "^9.8.1" - } - }, - "@ucanto/principal": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/principal/-/principal-1.0.1.tgz", - "integrity": "sha512-tuIhJRCj8Plk/XraHlPkOc9WsMsFOyQ9jcYRquD3/ybah4Nh843+eSPfDcOUnB1Y4FJg2wT4R8OEnTZejE7+dA==", - "requires": { - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.0", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "@ucanto/transport": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/transport/-/transport-1.0.1.tgz", - "integrity": "sha512-zC7ty7l5F47C8uWiZajs8MwplR8KoAGIz72psSrB6R+Zx9Le+SoN2/gyPD0a4cDtpMLEyHOPodOlBTnQEIlEcQ==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "@ucanto/validator": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@ucanto/validator/-/validator-1.0.2.tgz", - "integrity": "sha512-SFjS/8FDOwzPNM29brT6wgbE+HXD8iQnHR3aeqEgzIUL7j56kluZykfVWD0xR8oLn8vYzNqJqf60YeFAbIBsqg==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "multiformats": "^9.8.1" - } - }, - "@w3ui/uploads-list-core": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@w3ui/uploads-list-core/-/uploads-list-core-1.0.3.tgz", - "integrity": "sha512-IEsRxjYI3eUogksunInK8TFwTNy47B9pg/LsXbGOKyWKeIH2TK1rgC+hht0P03Ng8yY2ANg+WzccLgK8Tmj2ew==", - "requires": { - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@web3-storage/access": "^2.1.1", - "multiformats": "^9.9.0" - } - }, - "@web3-storage/access": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@web3-storage/access/-/access-2.1.1.tgz", - "integrity": "sha512-8MGs3gY6dn/KrJE+X4GDnwrPXaPgm5lvGJKFJpMdYVBtTUjfWQx9mhdYErs2nE2JEt9tKubCfe1rgodZ1b+7gA==", - "requires": { - "@ipld/car": "^4.1.5", - "@ipld/dag-ucan": "3.0.0-beta", - "@noble/ed25519": "^1.7.1", - "@types/ws": "^8.5.3", - "@ucanto/client": "^1.0.1", - "@ucanto/core": "^1.0.1", - "@ucanto/interface": "^1.0.0", - "@ucanto/principal": "^1.0.1", - "@ucanto/server": "^1.0.2", - "@ucanto/transport": "^1.0.1", - "@ucanto/validator": "^1.0.2", - "@web-std/fetch": "^4.1.0", - "bigint-mod-arith": "^3.1.1", - "conf": "^10.1.2", - "inquirer": "^9.1.2", - "isomorphic-ws": "^5.0.0", - "multiformats": "^9.8.1", - "nanoid": "^4.0.0", - "one-webcrypto": "^1.0.3", - "ora": "^6.1.2", - "p-queue": "^7.3.0", - "p-retry": "^5.1.1", - "p-wait-for": "^5.0.0", - "uint8arrays": "^3.1.0", - "undici": "^5.10.0", - "ws": "^8.8.1", - "zod": "^3.19.1" - } - }, - "multiformats": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", - "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" - }, - "nanoid": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-4.0.0.tgz", - "integrity": "sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg==" - }, - "uint8arrays": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.1.1.tgz", - "integrity": "sha512-+QJa8QRnbdXVpHYjLoTpJIdCTiw9Ir62nocClWuXIq2JIh4Uta0cQsTSpFL678p2CN8B+XSApwcU+pQEqVpKWg==", - "requires": { - "multiformats": "^9.4.2" - } - }, - "ws": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz", - "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", - "requires": {} - } } }, "@web-std/blob": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/@web-std/blob/-/blob-3.0.4.tgz", "integrity": "sha512-+dibyiw+uHYK4dX5cJ7HA+gtDAaUUe6JsOryp2ZpAC7h4ICsh49E34JwHoEKPlPvP0llCrNzz45vvD+xX5QDBg==", + "dev": true, "requires": { "@web-std/stream": "1.0.0", "web-encoding": "1.1.5" } }, - "@web-std/fetch": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@web-std/fetch/-/fetch-4.1.0.tgz", - "integrity": "sha512-ZRizMcP8YyuRlhIsRYNFD9x/w28K7kbUhNGmKM9hDy4qeQ5xMTk//wA89EF+Clbl6EP4ksmCcN+4TqBMSRL8Zw==", - "requires": { - "@web-std/blob": "^3.0.3", - "@web-std/form-data": "^3.0.2", - "@web-std/stream": "^1.0.1", - "@web3-storage/multipart-parser": "^1.0.0", - "data-uri-to-buffer": "^3.0.1", - "mrmime": "^1.0.0" - }, - "dependencies": { - "@web-std/stream": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@web-std/stream/-/stream-1.0.1.tgz", - "integrity": "sha512-tsz4Y0WNDgFA5jwLSeV7/UV5rfMIlj0cPsSLVfTihjaVW0OJPd5NxJ3le1B3yLyqqzRpeG5OAfJAADLc4VoGTA==", - "requires": { - "web-streams-polyfill": "^3.1.1" - } - } - } - }, "@web-std/file": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/@web-std/file/-/file-3.0.2.tgz", @@ -31523,18 +24971,11 @@ "@web-std/blob": "^3.0.3" } }, - "@web-std/form-data": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@web-std/form-data/-/form-data-3.0.2.tgz", - "integrity": "sha512-rhc8IRw66sJ0FHcnC84kT3mTN6eACTuNftkt1XSl1Ef6WRKq4Pz65xixxqZymAZl1K3USpwhLci4SKNn4PYxWQ==", - "requires": { - "web-encoding": "1.1.5" - } - }, "@web-std/stream": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/@web-std/stream/-/stream-1.0.0.tgz", "integrity": "sha512-jyIbdVl+0ZJyKGTV0Ohb9E6UnxP+t7ZzX4Do3AHjZKxUXKMs9EmqnBDQgHF7bEw0EzbQygOjtt/7gvtmi//iCQ==", + "dev": true, "requires": { "web-streams-polyfill": "^3.1.1" } @@ -31596,11 +25037,6 @@ "@ucanto/validator": "^4.0.2" } }, - "@web3-storage/multipart-parser": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@web3-storage/multipart-parser/-/multipart-parser-1.0.0.tgz", - "integrity": "sha512-BEO6al7BYqcnfX15W2cnGR+Q566ACXAT9UQykORCWW80lmkpWsnEob6zJS1ZVBKsSJC8+7vJkHwlp+lXG1UCdw==" - }, "@web3-storage/upload-client": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/@web3-storage/upload-client/-/upload-client-5.2.0.tgz", @@ -31763,6 +25199,7 @@ "version": "0.9.0", "resolved": "https://registry.npmjs.org/@zxing/text-encoding/-/text-encoding-0.9.0.tgz", "integrity": "sha512-U/4aVJ2mxI0aDNI8Uq0wEhMgY+u4CNtEb0om3+y3+niDAsoTCOB33UF0sxpzqzdqXLqmvc+vZyAt4O8pPdfkwA==", + "dev": true, "optional": true }, "abab": { @@ -32076,7 +25513,8 @@ "available-typed-arrays": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz", - "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==" + "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==", + "dev": true }, "axe-core": { "version": "4.6.1", @@ -32540,14 +25978,6 @@ } } }, - "busboy": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz", - "integrity": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==", - "requires": { - "streamsearch": "^1.1.0" - } - }, "bytes": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", @@ -33244,11 +26674,6 @@ "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz", "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==" }, - "data-uri-to-buffer": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-3.0.1.tgz", - "integrity": "sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og==" - }, "data-urls": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz", @@ -34856,6 +28281,7 @@ "version": "0.3.3", "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", + "dev": true, "requires": { "is-callable": "^1.1.3" } @@ -35632,6 +29058,7 @@ "version": "1.1.1", "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz", "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==", + "dev": true, "requires": { "call-bind": "^1.0.2", "has-tostringtag": "^1.0.0" @@ -35721,6 +29148,7 @@ "version": "1.0.10", "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz", "integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==", + "dev": true, "requires": { "has-tostringtag": "^1.0.0" } @@ -35842,6 +29270,7 @@ "version": "1.1.10", "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.10.tgz", "integrity": "sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==", + "dev": true, "requires": { "available-typed-arrays": "^1.0.5", "call-bind": "^1.0.2", @@ -38673,11 +32102,6 @@ "minimist": "^1.2.6" } }, - "mrmime": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-1.0.1.tgz", - "integrity": "sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==" - }, "ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", @@ -41301,16 +34725,6 @@ "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==" }, - "streaming-iterables": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/streaming-iterables/-/streaming-iterables-7.1.0.tgz", - "integrity": "sha512-t2KmiLVhqafTRqGefD98s5XAMskfkfprr/BTzPIZz0kWB23iyR7XUkY03yjUf4aZpAuuV2/2SUOVri3LgKuOKw==" - }, - "streamsearch": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz", - "integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==" - }, "string_decoder": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", @@ -41925,14 +35339,6 @@ "which-boxed-primitive": "^1.0.2" } }, - "undici": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.14.0.tgz", - "integrity": "sha512-yJlHYw6yXPPsuOH0x2Ib1Km61vu4hLiRRQoafs+WUgX1vO64vgnxiCEN9dpIrhZyHFsai3F0AEj4P9zy19enEQ==", - "requires": { - "busboy": "^1.6.0" - } - }, "unicode-canonical-property-names-ecmascript": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", @@ -42016,6 +35422,7 @@ "version": "0.12.5", "resolved": "https://registry.npmjs.org/util/-/util-0.12.5.tgz", "integrity": "sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==", + "dev": true, "requires": { "inherits": "^2.0.3", "is-arguments": "^1.0.4", @@ -42189,6 +35596,7 @@ "version": "1.1.5", "resolved": "https://registry.npmjs.org/web-encoding/-/web-encoding-1.1.5.tgz", "integrity": "sha512-HYLeVCdJ0+lBYV2FvNZmv3HJ2Nt0QYXqZojk3d9FJOLkwnuhzM9tmamh8d7HPM8QqjKH8DeHkFTx+CFlWpZZDA==", + "dev": true, "requires": { "@zxing/text-encoding": "0.9.0", "util": "^0.12.3" @@ -42476,6 +35884,7 @@ "version": "1.1.9", "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.9.tgz", "integrity": "sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA==", + "dev": true, "requires": { "available-typed-arrays": "^1.0.5", "call-bind": "^1.0.2", diff --git a/packages/w3ui/packages/react-keyring/package.json b/packages/w3ui/packages/react-keyring/package.json index 43bc9f67e..8a7c4c665 100644 --- a/packages/w3ui/packages/react-keyring/package.json +++ b/packages/w3ui/packages/react-keyring/package.json @@ -24,7 +24,7 @@ }, "homepage": "https://github.com/web3-storage/w3ui/tree/main/packages/react-keyring", "dependencies": { - "@w3ui/keyring-core": "^1.0.2" + "@w3ui/keyring-core": "^2.0.1" }, "devDependencies": { "@ucanto/interface": "^4.0.3", diff --git a/packages/w3ui/packages/react-uploader/package.json b/packages/w3ui/packages/react-uploader/package.json index bd9993c3a..bf1935b6c 100644 --- a/packages/w3ui/packages/react-uploader/package.json +++ b/packages/w3ui/packages/react-uploader/package.json @@ -24,12 +24,12 @@ }, "homepage": "https://github.com/web3-storage/w3ui/tree/main/packages/react-uploader", "dependencies": { - "@w3ui/uploader-core": "^2.0.2", + "@w3ui/uploader-core": "^3.0.1", "@web3-storage/capabilities": "^2.0.0", "multiformats": "^10.0.2" }, "peerDependencies": { - "@w3ui/react-keyring": "^1.0.1", + "@w3ui/react-keyring": "^2.0.0", "react": "^16.8.0 || ^17.0.0 || ^18.0.0" } } diff --git a/packages/w3ui/packages/react-uploads-list/package.json b/packages/w3ui/packages/react-uploads-list/package.json index f396e1e35..e7fc2ddba 100644 --- a/packages/w3ui/packages/react-uploads-list/package.json +++ b/packages/w3ui/packages/react-uploads-list/package.json @@ -24,11 +24,11 @@ }, "homepage": "https://github.com/web3-storage/w3ui/tree/main/packages/react-uploads-list", "dependencies": { - "@w3ui/uploads-list-core": "^1.0.3", + "@w3ui/uploads-list-core": "^2.0.1", "@web3-storage/capabilities": "^2.0.0" }, "peerDependencies": { - "@w3ui/react-keyring": "^1.0.1", + "@w3ui/react-keyring": "^2.0.0", "react": "^16.8.0 || ^17.0.0 || ^18.0.0" } } diff --git a/packages/w3ui/packages/solid-keyring/package.json b/packages/w3ui/packages/solid-keyring/package.json index 994388cf8..77a6fc948 100644 --- a/packages/w3ui/packages/solid-keyring/package.json +++ b/packages/w3ui/packages/solid-keyring/package.json @@ -24,7 +24,7 @@ }, "homepage": "https://github.com/web3-storage/w3ui/tree/main/packages/solid-keyring", "dependencies": { - "@w3ui/keyring-core": "^1.0.2" + "@w3ui/keyring-core": "^2.0.1" }, "peerDependencies": { "solid-js": "^1.5.0" diff --git a/packages/w3ui/packages/solid-uploader/package.json b/packages/w3ui/packages/solid-uploader/package.json index 9cfcfd069..fd9387e39 100644 --- a/packages/w3ui/packages/solid-uploader/package.json +++ b/packages/w3ui/packages/solid-uploader/package.json @@ -24,12 +24,12 @@ }, "homepage": "https://github.com/web3-storage/w3ui/tree/main/packages/solid-uploader", "dependencies": { - "@w3ui/uploader-core": "^2.0.2", + "@w3ui/uploader-core": "^3.0.1", "@web3-storage/capabilities": "^2.0.0", "multiformats": "^10.0.2" }, "peerDependencies": { - "@w3ui/solid-keyring": "^1.0.1", + "@w3ui/solid-keyring": "^2.0.0", "solid-js": "^1.5.0" } } diff --git a/packages/w3ui/packages/solid-uploads-list/package.json b/packages/w3ui/packages/solid-uploads-list/package.json index b8b94e0a4..63636e4ca 100644 --- a/packages/w3ui/packages/solid-uploads-list/package.json +++ b/packages/w3ui/packages/solid-uploads-list/package.json @@ -24,11 +24,11 @@ }, "homepage": "https://github.com/web3-storage/w3ui/tree/main/packages/solid-uploads-list", "dependencies": { - "@w3ui/uploads-list-core": "^1.0.3", + "@w3ui/uploads-list-core": "^2.0.1", "@web3-storage/capabilities": "^2.0.0" }, "peerDependencies": { - "@w3ui/solid-keyring": "^1.0.1", + "@w3ui/solid-keyring": "^2.0.0", "solid-js": "^1.5.0" }, "devDependencies": { diff --git a/packages/w3ui/packages/vue-keyring/package.json b/packages/w3ui/packages/vue-keyring/package.json index 4bb8f3fbc..f4072a6f6 100644 --- a/packages/w3ui/packages/vue-keyring/package.json +++ b/packages/w3ui/packages/vue-keyring/package.json @@ -24,7 +24,7 @@ }, "homepage": "https://github.com/web3-storage/w3ui/tree/main/packages/vue-keyring", "dependencies": { - "@w3ui/keyring-core": "^1.0.2" + "@w3ui/keyring-core": "^2.0.1" }, "peerDependencies": { "vue": "^3.0.0" diff --git a/packages/w3ui/packages/vue-uploader/package.json b/packages/w3ui/packages/vue-uploader/package.json index 1a1b1ae87..52381ef8a 100644 --- a/packages/w3ui/packages/vue-uploader/package.json +++ b/packages/w3ui/packages/vue-uploader/package.json @@ -24,8 +24,8 @@ }, "homepage": "https://github.com/web3-storage/w3ui/tree/main/packages/vue-uploader", "dependencies": { - "@w3ui/uploader-core": "^2.0.2", - "@w3ui/vue-keyring": "^1.0.1", + "@w3ui/uploader-core": "^3.0.1", + "@w3ui/vue-keyring": "^2.0.0", "@web3-storage/capabilities": "^2.0.0", "multiformats": "^10.0.2" }, diff --git a/packages/w3ui/packages/vue-uploads-list/package.json b/packages/w3ui/packages/vue-uploads-list/package.json index a952277e3..d9d436b67 100644 --- a/packages/w3ui/packages/vue-uploads-list/package.json +++ b/packages/w3ui/packages/vue-uploads-list/package.json @@ -24,8 +24,8 @@ }, "homepage": "https://github.com/web3-storage/w3ui/tree/main/packages/vue-uploads-list", "dependencies": { - "@w3ui/uploads-list-core": "^1.0.3", - "@w3ui/vue-keyring": "^1.0.1", + "@w3ui/uploads-list-core": "^2.0.1", + "@w3ui/vue-keyring": "^2.0.0", "@web3-storage/capabilities": "^2.0.0" }, "peerDependencies": {