{"_id":"@opensea/vessel","_rev":"1311-dfba1047fcd50fa61286412c89d07d44","name":"@opensea/vessel","dist-tags":{"latest":"1.2.266"},"versions":{"0.0.1":{"name":"@opensea/vessel","version":"0.0.1","_id":"@opensea/vessel@0.0.1","maintainers":[{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"montasaurus","email":"montgomery.adam@gmail.com"},{"name":"joshua-os","email":"joshua.schmidt@opensea.io"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"jameswenzel","email":"wenzel.james.r@gmail.com"},{"name":"arr00","email":"arr00comp@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"michaelcohen","email":"michael.cohen@opensea.io"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"1ae5f803f681b5e567d2b0dbbf076457c8de7e4b","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.0.1.tgz","fileCount":21,"integrity":"sha512-+Jp2H+cU0wUyW9bvgaWx/W8ukRsYEZEZE8qutIOz84EONdpXZ0YS6mtnQaLVlE5D9u2pJ6pLxjg5uPIkcwRPGQ==","signatures":[{"sig":"MEUCIAgp7grpWbwP88wE9oUgNj1vqqJ1d+1jCcCrNH2fVR+oAiEA49wHExpGgL1z3rP2wVl0F4edinjyy6JXVdgdSFXEm4k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":63230},"main":"dist/opensea-vessel.umd.js","types":"dist/index.d.ts","module":"dist/opensea-vessel.es.js","exports":{".":{"import":"./dist/opensea-vessel.es.js","require":"./dist/opensea-vessel.umd.js"}},"gitHead":"bf41bd22d87207e3bcf8b35ea144403a42fb9289","scripts":{"dev":"vite","build":"vite build && yarn tsc && rimraf tsconfig.tsbuildinfo","dev:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test --ui' --kill-others --success first","prepare":"yarn build","lint:fix":"eslint --fix --ext .ts,.tsx ","prebuild":"rimraf tsconfig.tsbuildinfo dist","test:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test' --kill-others --success first","lint:code":"eslint --ext .ts,.tsx src","test:unit":"vitest src","lint:types":"tsc","lint:format":"prettier --check src","postinstall":"husky install || exit 0","pretest:e2e":"tsc && vite build && cpy dist/* tests/parent && cpy dist/* tests/child","test:unit:coverage":"vitest src --coverage"},"_npmUser":{"name":"jallum","email":"joshuatallum@gmail.com"},"_npmVersion":"9.6.7","description":"🚢 Vessel: a promise-based postMessage library that sails your data smoothly across the Opensea.","directories":{},"lint-staged":{".{ts,tsx}":["yarn lint:fix"],"package.json":["pretty-package --write","no-hats"]},"_nodeVersion":"20.3.1","dependencies":{"nanoid":"4.0.2"},"_hasShrinkwrap":false,"devDependencies":{"vite":"4.3.9","husky":"8.0.3","jsdom":"22.1.0","serve":"14.2.0","rimraf":"5.0.1","vitest":"0.32.0","cpy-cli":"4.2.0","typescript":"5.0.2","@types/node":"20.3.1","lint-staged":"13.2.2","concurrently":"8.2.0","@flasd/no-hats":"1.0.3","@playwright/test":"1.35.0","@vitest/coverage-v8":"0.32.2","@flasd/pretty-package":"1.0.3"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.0.1_1688533743197_0.9524269928262263","host":"s3://npm-registry-packages"}},"0.0.2":{"name":"@opensea/vessel","version":"0.0.2","_id":"@opensea/vessel@0.0.2","maintainers":[{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"montasaurus","email":"montgomery.adam@gmail.com"},{"name":"joshua-os","email":"joshua.schmidt@opensea.io"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"jameswenzel","email":"wenzel.james.r@gmail.com"},{"name":"arr00","email":"arr00comp@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"michaelcohen","email":"michael.cohen@opensea.io"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"e76e1b2c0329c11321762b8a40943ceb6752625d","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.0.2.tgz","fileCount":21,"integrity":"sha512-egrJGu53j2x0eroPA+W10rk0ozgA4a89mBJdi+hk7oPaRgmYL9BtN3W/FagYQHgmLqWah0MSJ0lHhImX/N4Vog==","signatures":[{"sig":"MEQCIHne38Jm0w7lSBFXWTvXm6CZ9zB4jM04xv7wWuxELJR3AiAm12xOOM1piSt3km7X99sYc08fj7Q2lviFxmKhzFu60w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":63234},"main":"dist/@opensea/vessel.umd.js","types":"dist/index.d.ts","module":"dist/@opensea/vessel.es.js","exports":{".":{"import":"./dist/@opensea/vessel.es.js","require":"./dist/@opensea/vessel.umd.js"}},"gitHead":"0720e337fcbaf6a533b033062b24ec8dc4220fe8","scripts":{"dev":"vite","build":"vite build && yarn tsc && rimraf tsconfig.tsbuildinfo","dev:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test --ui' --kill-others --success first","prepare":"yarn build","lint:fix":"eslint --fix --ext .ts,.tsx ","prebuild":"rimraf tsconfig.tsbuildinfo dist","test:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test' --kill-others --success first","lint:code":"eslint --ext .ts,.tsx src","test:unit":"vitest src","lint:types":"tsc","lint:format":"prettier --check src","postinstall":"husky install || exit 0","pretest:e2e":"tsc && vite build && cpy dist/* tests/parent && cpy dist/* tests/child","test:unit:coverage":"vitest src --coverage"},"_npmUser":{"name":"jallum","email":"joshuatallum@gmail.com"},"_npmVersion":"9.6.7","description":"🚢 Vessel: a promise-based postMessage library that sails your data smoothly across the Opensea.","directories":{},"lint-staged":{".{ts,tsx}":["yarn lint:fix"],"package.json":["pretty-package --write","no-hats"]},"_nodeVersion":"20.3.1","dependencies":{"nanoid":"4.0.2"},"_hasShrinkwrap":false,"devDependencies":{"vite":"4.3.9","husky":"8.0.3","jsdom":"22.1.0","serve":"14.2.0","rimraf":"5.0.1","vitest":"0.32.0","cpy-cli":"4.2.0","typescript":"5.0.2","@types/node":"20.3.1","lint-staged":"13.2.2","concurrently":"8.2.0","@flasd/no-hats":"1.0.3","@playwright/test":"1.35.0","@vitest/coverage-v8":"0.32.2","@flasd/pretty-package":"1.0.3"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.0.2_1688534164735_0.4110557854611634","host":"s3://npm-registry-packages"}},"0.0.3":{"name":"@opensea/vessel","version":"0.0.3","_id":"@opensea/vessel@0.0.3","maintainers":[{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"montasaurus","email":"montgomery.adam@gmail.com"},{"name":"joshua-os","email":"joshua.schmidt@opensea.io"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"jameswenzel","email":"wenzel.james.r@gmail.com"},{"name":"arr00","email":"arr00comp@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"michaelcohen","email":"michael.cohen@opensea.io"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"89a6ea521fb3a74969849427cd10fab02eae813a","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.0.3.tgz","fileCount":21,"integrity":"sha512-VESYuKACPwplUxbooKDxVUt6mznYeBhPgOmb5LDgzoI7c40ycLCWRr+JVtBEsKvxh6rfazzsJa79ZEr5AXUVzw==","signatures":[{"sig":"MEUCIQCMW24jRHLGxMVLo9AmwfUGC+R2MWiWl2FpFc6s2Vsb6wIgEu2U/GcZGxV8reDkbVi2rSAojKanCIa8OPnEDCJ8iPw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":63281},"main":"dist/@opensea/vessel.umd.js","types":"dist/index.d.ts","module":"dist/@opensea/vessel.es.js","exports":{".":{"import":"./dist/@opensea/vessel.es.js","require":"./dist/@opensea/vessel.umd.js"}},"gitHead":"afecbd77f72d7b0ea938e46c0acc622067bd6087","scripts":{"dev":"vite","build":"vite build && yarn tsc && rimraf tsconfig.tsbuildinfo","dev:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test --ui' --kill-others --success first","prepare":"yarn build","lint:fix":"eslint --fix --ext .ts,.tsx ","prebuild":"rimraf tsconfig.tsbuildinfo dist","test:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test' --kill-others --success first","lint:code":"eslint --ext .ts,.tsx src","test:unit":"vitest src","lint:types":"tsc","lint:format":"prettier --check src","postinstall":"husky install || exit 0","pretest:e2e":"tsc && vite build && cpy dist/* tests/parent && cpy dist/* tests/child","test:unit:coverage":"vitest src --coverage"},"_npmUser":{"name":"jallum","email":"joshuatallum@gmail.com"},"_npmVersion":"9.6.7","description":"🚢 Vessel: a promise-based postMessage library that sails your data smoothly across the Opensea.","directories":{},"lint-staged":{".{ts,tsx}":["yarn lint:fix"],"package.json":["pretty-package --write","no-hats"]},"_nodeVersion":"20.3.1","dependencies":{"nanoid":"4.0.2"},"_hasShrinkwrap":false,"devDependencies":{"vite":"4.3.9","husky":"8.0.3","jsdom":"22.1.0","serve":"14.2.0","rimraf":"5.0.1","vitest":"0.32.0","cpy-cli":"4.2.0","typescript":"5.0.2","@types/node":"20.3.1","lint-staged":"13.2.2","concurrently":"8.2.0","@flasd/no-hats":"1.0.3","@playwright/test":"1.35.0","@vitest/coverage-v8":"0.32.2","@flasd/pretty-package":"1.0.3"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.0.3_1688569505719_0.2569741018308571","host":"s3://npm-registry-packages"}},"0.0.4":{"name":"@opensea/vessel","version":"0.0.4","_id":"@opensea/vessel@0.0.4","maintainers":[{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"montasaurus","email":"montgomery.adam@gmail.com"},{"name":"joshua-os","email":"joshua.schmidt@opensea.io"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"jameswenzel","email":"wenzel.james.r@gmail.com"},{"name":"arr00","email":"arr00comp@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"michaelcohen","email":"michael.cohen@opensea.io"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"0397a2be5857853af680ab53eded926b0f40f81e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.0.4.tgz","fileCount":21,"integrity":"sha512-5jcuXxH3QvxIuj/RtX7vKWhs8pAcALtO3j25lIYktY73IOQ1qorSA8pWv/A9bSPhwOJ9zMryHePtNHYWzEPU+A==","signatures":[{"sig":"MEQCIAg0t2iGzU5a7V9DjQ+tbxwYJYRioH1BB9RZunQrq+PlAiBhbfKxEaBAOVW+R337Mh5wZcSGVgvY1LX86bhXagnViQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":74198},"main":"dist/@opensea/vessel.umd.js","types":"dist/index.d.ts","module":"dist/@opensea/vessel.es.js","exports":{".":{"import":"./dist/@opensea/vessel.es.js","require":"./dist/@opensea/vessel.umd.js"}},"gitHead":"d8d286d8fb9b77760cd979247bca145ca2ca4bc6","scripts":{"dev":"vite","build":"vite build && yarn tsc && rimraf tsconfig.tsbuildinfo","dev:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test --ui' --kill-others --success first","prepare":"yarn build","lint:fix":"eslint --fix --ext .ts,.tsx ","prebuild":"rimraf tsconfig.tsbuildinfo dist","test:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test' --kill-others --success first","lint:code":"eslint --ext .ts,.tsx src","test:unit":"vitest src","lint:types":"tsc","lint:format":"prettier --check src","postinstall":"husky install || exit 0","pretest:e2e":"tsc && vite build && cpy dist/* tests/parent && cpy dist/* tests/child","test:unit:coverage":"vitest src --coverage"},"_npmUser":{"name":"jallum","email":"joshuatallum@gmail.com"},"_npmVersion":"9.6.7","description":"🚢 Vessel: a promise-based postMessage library that sails your data smoothly across the Opensea.","directories":{},"lint-staged":{".{ts,tsx}":["yarn lint:fix"],"package.json":["pretty-package --write","no-hats"]},"_nodeVersion":"20.3.1","dependencies":{"nanoid":"4.0.2"},"_hasShrinkwrap":false,"devDependencies":{"vite":"4.3.9","husky":"8.0.3","jsdom":"22.1.0","serve":"14.2.0","rimraf":"5.0.1","vitest":"0.32.0","cpy-cli":"4.2.0","typescript":"5.0.2","@types/node":"20.3.1","lint-staged":"13.2.2","concurrently":"8.2.0","@flasd/no-hats":"1.0.3","@playwright/test":"1.35.0","@vitest/coverage-v8":"0.32.2","@flasd/pretty-package":"1.0.3"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.0.4_1688651920600_0.5436539763341575","host":"s3://npm-registry-packages"}},"0.0.5":{"name":"@opensea/vessel","version":"0.0.5","_id":"@opensea/vessel@0.0.5","maintainers":[{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"montasaurus","email":"montgomery.adam@gmail.com"},{"name":"joshua-os","email":"joshua.schmidt@opensea.io"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"jameswenzel","email":"wenzel.james.r@gmail.com"},{"name":"arr00","email":"arr00comp@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"michaelcohen","email":"michael.cohen@opensea.io"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"6dbfbd54dd73512f0d55e0d1cd56d28226ebbe05","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.0.5.tgz","fileCount":21,"integrity":"sha512-FwWKopjCyfEEt+VWoyxvHcQTEX6r5bXfAv0+UE1IaNxuLWovyApTBQ13cV3c1Qcarn9zJyOIwXv288Ze5UaF7A==","signatures":[{"sig":"MEUCIQDr//ksyU/Tvm8WBqiwRH0kzeHEbaX5TepiV5o2FswB/AIgSOEzhX5q2406xsx2bzsnT674Kej1nSgvLSGyzbDH8Bw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":75002},"main":"dist/@opensea/vessel.umd.js","types":"dist/index.d.ts","module":"dist/@opensea/vessel.es.js","exports":{".":{"import":"./dist/@opensea/vessel.es.js","require":"./dist/@opensea/vessel.umd.js"}},"gitHead":"1cbef080a5609fcedffa3b4dd3c528a505cb10a8","scripts":{"dev":"vite","build":"vite build && yarn tsc && rimraf tsconfig.tsbuildinfo","dev:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test --ui' --kill-others --success first","prepare":"yarn build","lint:fix":"eslint --fix --ext .ts,.tsx ","prebuild":"rimraf tsconfig.tsbuildinfo dist","test:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test' --kill-others --success first","lint:code":"eslint --ext .ts,.tsx src","test:unit":"vitest src","lint:types":"tsc","lint:format":"prettier --check src","postinstall":"husky install || exit 0","pretest:e2e":"tsc && vite build && cpy dist/* tests/parent && cpy dist/* tests/child","test:unit:coverage":"vitest src --coverage"},"_npmUser":{"name":"jallum","email":"joshuatallum@gmail.com"},"_npmVersion":"9.6.7","description":"🚢 Vessel: a promise-based postMessage library that sails your data smoothly across the Opensea.","directories":{},"lint-staged":{".{ts,tsx}":["yarn lint:fix"],"package.json":["pretty-package --write","no-hats"]},"_nodeVersion":"20.3.1","dependencies":{"nanoid":"4.0.2"},"_hasShrinkwrap":false,"devDependencies":{"vite":"4.3.9","husky":"8.0.3","jsdom":"22.1.0","serve":"14.2.0","rimraf":"5.0.1","vitest":"0.32.0","cpy-cli":"4.2.0","typescript":"5.0.2","@types/node":"20.3.1","lint-staged":"13.2.2","concurrently":"8.2.0","@flasd/no-hats":"1.0.3","@playwright/test":"1.35.0","@vitest/coverage-v8":"0.32.2","@flasd/pretty-package":"1.0.3"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.0.5_1688680841311_0.0019200773133634108","host":"s3://npm-registry-packages"}},"0.0.6":{"name":"@opensea/vessel","version":"0.0.6","_id":"@opensea/vessel@0.0.6","maintainers":[{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"montasaurus","email":"montgomery.adam@gmail.com"},{"name":"joshua-os","email":"joshua.schmidt@opensea.io"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"jameswenzel","email":"wenzel.james.r@gmail.com"},{"name":"arr00","email":"arr00comp@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"michaelcohen","email":"michael.cohen@opensea.io"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"50079c1a572fc3da7668ed01bd6a71afd9652674","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.0.6.tgz","fileCount":21,"integrity":"sha512-JZwK7NJwoCD4ApARWETo/q5Z8rpF/u5q0BQI5L4PQWTjM1yC80fH4S8JE4TLaOhdQG/78/oLWw5bap96cohEcw==","signatures":[{"sig":"MEQCICcR0NDwbC9bWK788zPfh8DSJMave5AR8P4uB6pTJMQEAiAKMixcb4pDSm4VRMQ3QlYlfnGMonvtOjYAZm1RtnVEjA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76995},"main":"dist/@opensea/vessel.umd.js","types":"dist/index.d.ts","module":"dist/@opensea/vessel.es.js","exports":{".":{"import":"./dist/@opensea/vessel.es.js","require":"./dist/@opensea/vessel.umd.js"}},"gitHead":"2449e02f4ba85421abdf5104e1d950cb39921a00","scripts":{"dev":"vite","build":"vite build && yarn tsc && rimraf tsconfig.tsbuildinfo","dev:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test --ui' --kill-others --success first","prepare":"yarn build","lint:fix":"eslint --fix --ext .ts,.tsx ","prebuild":"rimraf tsconfig.tsbuildinfo dist","test:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test' --kill-others --success first","lint:code":"eslint --ext .ts,.tsx src","test:unit":"vitest src","lint:types":"tsc","lint:format":"prettier --check src","postinstall":"husky install || exit 0","pretest:e2e":"tsc && vite build && cpy dist/* tests/parent && cpy dist/* tests/child","test:unit:coverage":"vitest src --coverage"},"_npmUser":{"name":"jallum","email":"joshuatallum@gmail.com"},"_npmVersion":"9.6.7","description":"🚢 Vessel: a promise-based postMessage library that sails your data smoothly across the Opensea.","directories":{},"lint-staged":{".{ts,tsx}":["yarn lint:fix"],"package.json":["pretty-package --write","no-hats"]},"_nodeVersion":"20.3.1","dependencies":{"nanoid":"4.0.2"},"_hasShrinkwrap":false,"devDependencies":{"vite":"4.3.9","husky":"8.0.3","jsdom":"22.1.0","serve":"14.2.0","rimraf":"5.0.1","vitest":"0.32.0","cpy-cli":"4.2.0","typescript":"5.0.2","@types/node":"20.3.1","lint-staged":"13.2.2","concurrently":"8.2.0","@flasd/no-hats":"1.0.3","@playwright/test":"1.35.0","@vitest/coverage-v8":"0.32.2","@flasd/pretty-package":"1.0.3"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.0.6_1688687188985_0.8370312603004988","host":"s3://npm-registry-packages"}},"0.0.7":{"name":"@opensea/vessel","version":"0.0.7","_id":"@opensea/vessel@0.0.7","maintainers":[{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"montasaurus","email":"montgomery.adam@gmail.com"},{"name":"joshua-os","email":"joshua.schmidt@opensea.io"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"jameswenzel","email":"wenzel.james.r@gmail.com"},{"name":"arr00","email":"arr00comp@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"michaelcohen","email":"michael.cohen@opensea.io"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"322e2ffff13afc15b98f78edb1502feddda99ce7","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.0.7.tgz","fileCount":21,"integrity":"sha512-lv0xrcQAPTCYkO3FkfkyxQzXYKrkZro0cJA3+9/FwOAfv+nEgyr0tei9SuvG8cdGhiV8qWOIGijrNj4qAZSDyg==","signatures":[{"sig":"MEQCIARZAYh0PGuL0xMRUrSeTNxeyrxCwouqWaWeIXXfWbXUAiAJxP3BsVDfbDlrifaYxpIRjd6oFj6CO21maxbymXySmw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77114},"main":"dist/@opensea/vessel.umd.js","types":"dist/index.d.ts","module":"dist/@opensea/vessel.es.js","exports":{".":{"import":"./dist/@opensea/vessel.es.js","require":"./dist/@opensea/vessel.umd.js"}},"gitHead":"ca17b2dde9a65baedfc9f78370ce4b39be24a2bf","scripts":{"dev":"vite","build":"vite build && yarn tsc && rimraf tsconfig.tsbuildinfo","dev:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test --ui' --kill-others --success first","prepare":"yarn build","lint:fix":"eslint --fix --ext .ts,.tsx ","prebuild":"rimraf tsconfig.tsbuildinfo dist","test:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test' --kill-others --success first","lint:code":"eslint --ext .ts,.tsx src","test:unit":"vitest src","lint:types":"tsc","lint:format":"prettier --check src","postinstall":"husky install || exit 0","pretest:e2e":"tsc && vite build && cpy dist/* tests/parent && cpy dist/* tests/child","test:unit:coverage":"vitest src --coverage"},"_npmUser":{"name":"jallum","email":"joshuatallum@gmail.com"},"_npmVersion":"9.6.7","description":"🚢 Vessel: a promise-based postMessage library that sails your data smoothly across the Opensea.","directories":{},"lint-staged":{".{ts,tsx}":["yarn lint:fix"],"package.json":["pretty-package --write","no-hats"]},"_nodeVersion":"20.3.1","dependencies":{"nanoid":"4.0.2"},"_hasShrinkwrap":false,"devDependencies":{"vite":"4.3.9","husky":"8.0.3","jsdom":"22.1.0","serve":"14.2.0","rimraf":"5.0.1","vitest":"0.32.0","cpy-cli":"4.2.0","typescript":"5.0.2","@types/node":"20.3.1","lint-staged":"13.2.2","concurrently":"8.2.0","@flasd/no-hats":"1.0.3","@playwright/test":"1.35.0","@vitest/coverage-v8":"0.32.2","@flasd/pretty-package":"1.0.3"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.0.7_1688688004087_0.48287060477104804","host":"s3://npm-registry-packages"}},"0.0.8":{"name":"@opensea/vessel","version":"0.0.8","_id":"@opensea/vessel@0.0.8","maintainers":[{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"montasaurus","email":"montgomery.adam@gmail.com"},{"name":"joshua-os","email":"joshua.schmidt@opensea.io"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"jameswenzel","email":"wenzel.james.r@gmail.com"},{"name":"arr00","email":"arr00comp@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"michaelcohen","email":"michael.cohen@opensea.io"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"36e480f441ff503dfd2fc0221869518133930144","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.0.8.tgz","fileCount":21,"integrity":"sha512-f/wFZun6nDKQq1ha+DpKsDxxYehlSoFQx6dnGkmm54rEJQPN2q/+fHK4B8bGE88oG/sZ0eXeRFHV8Zlr5ZicJw==","signatures":[{"sig":"MEUCIQDJ5izcIIBSBc+tZyrCUH4u2fYjk+FZz0vcrhPZFOTCnQIgPFC5uBW3w+jK4DnHHOuZjTiIAjdmlp/xG1mU6HJHKiQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77194},"main":"dist/@opensea/vessel.umd.js","types":"dist/index.d.ts","module":"dist/@opensea/vessel.es.js","exports":{".":{"import":"./dist/@opensea/vessel.es.js","require":"./dist/@opensea/vessel.umd.js"}},"gitHead":"d79096523c421948b063efe4c604b4b27c98ebfe","scripts":{"dev":"vite","build":"vite build && yarn tsc && rimraf tsconfig.tsbuildinfo","dev:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test --ui' --kill-others --success first","prepare":"yarn build","lint:fix":"eslint --fix --ext .ts,.tsx ","prebuild":"rimraf tsconfig.tsbuildinfo dist","test:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test' --kill-others --success first","lint:code":"eslint --ext .ts,.tsx src","test:unit":"vitest src","lint:types":"tsc","lint:format":"prettier --check src","postinstall":"husky install || exit 0","pretest:e2e":"tsc && vite build && cpy dist/* tests/parent && cpy dist/* tests/child","test:unit:coverage":"vitest src --coverage"},"_npmUser":{"name":"jallum","email":"joshuatallum@gmail.com"},"_npmVersion":"9.6.7","description":"🚢 Vessel: a promise-based postMessage library that sails your data smoothly across the Opensea.","directories":{},"lint-staged":{".{ts,tsx}":["yarn lint:fix"],"package.json":["pretty-package --write","no-hats"]},"_nodeVersion":"20.3.1","dependencies":{"nanoid":"4.0.2"},"_hasShrinkwrap":false,"devDependencies":{"vite":"4.3.9","husky":"8.0.3","jsdom":"22.1.0","serve":"14.2.0","rimraf":"5.0.1","vitest":"0.32.0","cpy-cli":"4.2.0","typescript":"5.0.2","@types/node":"20.3.1","lint-staged":"13.2.2","concurrently":"8.2.0","@flasd/no-hats":"1.0.3","@playwright/test":"1.35.0","@vitest/coverage-v8":"0.32.2","@flasd/pretty-package":"1.0.3"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.0.8_1690206200146_0.009068175974015658","host":"s3://npm-registry-packages"}},"0.0.9":{"name":"@opensea/vessel","version":"0.0.9","_id":"@opensea/vessel@0.0.9","maintainers":[{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"montasaurus","email":"montgomery.adam@gmail.com"},{"name":"joshua-os","email":"joshua.schmidt@opensea.io"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"jameswenzel","email":"wenzel.james.r@gmail.com"},{"name":"arr00","email":"arr00comp@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"michaelcohen","email":"michael.cohen@opensea.io"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"e3eec96c7ba7358362df2597ea712270260c123f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.0.9.tgz","fileCount":21,"integrity":"sha512-ITbdtDsLk4sccQ0Q8gaOBC/U/q1NO6vZ9YnIqhQc0jakjmxZ3A+MwlQSH47OBwxeBsy4bjadeK9HzDcsxaksMQ==","signatures":[{"sig":"MEUCIDmoRY+Ig9Nd5SnpMIcHCMaWOWGB65JpSF6HuZu2SRwEAiEAu3ERlfL5119KCajcAUWJe4UmJHHaVYhfxQbSWa+s9s0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77321},"main":"dist/@opensea/vessel.umd.js","types":"dist/index.d.ts","module":"dist/@opensea/vessel.es.js","exports":{".":{"import":"./dist/@opensea/vessel.es.js","require":"./dist/@opensea/vessel.umd.js"}},"gitHead":"244ace1fc04d966120ffad69b4cc3c85f5c3a470","scripts":{"dev":"vite","build":"vite build && yarn tsc && rimraf tsconfig.tsbuildinfo","dev:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test --ui' --kill-others --success first","prepare":"yarn build","lint:fix":"eslint --fix --ext .ts,.tsx ","prebuild":"rimraf tsconfig.tsbuildinfo dist","test:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test' --kill-others --success first","lint:code":"eslint --ext .ts,.tsx src","test:unit":"vitest src","lint:types":"tsc","lint:format":"prettier --check src","postinstall":"husky install || exit 0","pretest:e2e":"tsc && vite build && cpy dist/* tests/parent && cpy dist/* tests/child","test:unit:coverage":"vitest src --coverage"},"_npmUser":{"name":"jallum","email":"joshuatallum@gmail.com"},"_npmVersion":"9.6.7","description":"🚢 Vessel: a promise-based postMessage library that sails your data smoothly across the Opensea.","directories":{},"lint-staged":{".{ts,tsx}":["yarn lint:fix"],"package.json":["pretty-package --write","no-hats"]},"_nodeVersion":"20.3.1","dependencies":{"nanoid":"4.0.2"},"_hasShrinkwrap":false,"devDependencies":{"vite":"4.3.9","husky":"8.0.3","jsdom":"22.1.0","serve":"14.2.0","rimraf":"5.0.1","vitest":"0.32.0","cpy-cli":"4.2.0","typescript":"5.0.2","@types/node":"20.3.1","lint-staged":"13.2.2","concurrently":"8.2.0","@flasd/no-hats":"1.0.3","@playwright/test":"1.35.0","@vitest/coverage-v8":"0.32.2","@flasd/pretty-package":"1.0.3"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.0.9_1690378796040_0.736500971629859","host":"s3://npm-registry-packages"}},"0.0.10":{"name":"@opensea/vessel","version":"0.0.10","_id":"@opensea/vessel@0.0.10","maintainers":[{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"montasaurus","email":"montgomery.adam@gmail.com"},{"name":"joshua-os","email":"joshua.schmidt@opensea.io"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"jameswenzel","email":"wenzel.james.r@gmail.com"},{"name":"arr00","email":"arr00comp@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"michaelcohen","email":"michael.cohen@opensea.io"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"e90468684448117425fcdc09f4a614de0d52adb2","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.0.10.tgz","fileCount":21,"integrity":"sha512-kYP1dXHBW1sOlny3VYFlHNH4m8smYxFHhaDATo5VGbMxVuUuJA3JQC3MBQhyNlLbl+e7PXsU+cetTxyzJGD/kA==","signatures":[{"sig":"MEQCIG2tqV4WsASfCdku1Pt7al+bRzTGip+44FL5jKYFGYewAiB1SGG8sdFUpE+W7Y5MtoXMOLR1qQeWn+vC/+lcZTdIfA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77375},"main":"dist/@opensea/vessel.umd.js","types":"dist/index.d.ts","module":"dist/@opensea/vessel.es.js","exports":{".":{"import":"./dist/@opensea/vessel.es.js","require":"./dist/@opensea/vessel.umd.js"}},"gitHead":"a93b171e2003b2c54f6f1dad7b86cc8bd462f61e","scripts":{"dev":"vite","build":"vite build && yarn tsc && rimraf tsconfig.tsbuildinfo","dev:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test --ui' --kill-others --success first","prepare":"yarn build","lint:fix":"eslint --fix --ext .ts,.tsx ","prebuild":"rimraf tsconfig.tsbuildinfo dist","test:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test' --kill-others --success first","lint:code":"eslint --ext .ts,.tsx src","test:unit":"vitest src","lint:types":"tsc","lint:format":"prettier --check src","postinstall":"husky install || exit 0","pretest:e2e":"tsc && vite build && cpy dist/* tests/parent && cpy dist/* tests/child","test:unit:coverage":"vitest src --coverage"},"_npmUser":{"name":"jallum","email":"joshuatallum@gmail.com"},"_npmVersion":"9.6.7","description":"🚢 Vessel: a promise-based postMessage library that sails your data smoothly across the Opensea.","directories":{},"lint-staged":{".{ts,tsx}":["yarn lint:fix"],"package.json":["pretty-package --write","no-hats"]},"_nodeVersion":"20.3.1","dependencies":{"nanoid":"4.0.2"},"_hasShrinkwrap":false,"devDependencies":{"vite":"4.3.9","husky":"8.0.3","jsdom":"22.1.0","serve":"14.2.0","rimraf":"5.0.1","vitest":"0.32.0","cpy-cli":"4.2.0","typescript":"5.0.2","@types/node":"20.3.1","lint-staged":"13.2.2","concurrently":"8.2.0","@flasd/no-hats":"1.0.3","@playwright/test":"1.35.0","@vitest/coverage-v8":"0.32.2","@flasd/pretty-package":"1.0.3"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.0.10_1690379365499_0.8840935738908602","host":"s3://npm-registry-packages"}},"0.0.11":{"name":"@opensea/vessel","version":"0.0.11","_id":"@opensea/vessel@0.0.11","maintainers":[{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"montasaurus","email":"montgomery.adam@gmail.com"},{"name":"joshua-os","email":"joshua.schmidt@opensea.io"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"jameswenzel","email":"wenzel.james.r@gmail.com"},{"name":"arr00","email":"arr00comp@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"michaelcohen","email":"michael.cohen@opensea.io"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"869e0509abf6f0830fe0ab0e5215aea2c9202d2c","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.0.11.tgz","fileCount":21,"integrity":"sha512-0L5zSx+7bwRPGE4X4GOdbKyyEpZnz60/EMKACLNWb/slUhYrzA5ugRX71Zb3k6niVAp3EV8t0IBjS6tx9eOgqQ==","signatures":[{"sig":"MEUCIDuQpCbE+D+jGSPbsOqMGqSg+or+rO5jiReEBr2u8u+SAiEA0xtF5D06kkJu+5XW95bVKtLSFQ7OoKFCPMp7t4pn1PY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77187},"main":"dist/@opensea/vessel.umd.js","types":"dist/index.d.ts","module":"dist/@opensea/vessel.es.js","exports":{".":{"import":"./dist/@opensea/vessel.es.js","require":"./dist/@opensea/vessel.umd.js"}},"gitHead":"e48d50f06af57bc5bda094902b2929810ce481ff","scripts":{"dev":"vite","build":"vite build && yarn tsc && rimraf tsconfig.tsbuildinfo","dev:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test --ui' --kill-others --success first","prepare":"yarn build","lint:fix":"eslint --fix --ext .ts,.tsx ","prebuild":"rimraf tsconfig.tsbuildinfo dist","test:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test' --kill-others --success first","lint:code":"eslint --ext .ts,.tsx src","test:unit":"vitest src","lint:types":"tsc","lint:format":"prettier --check src","postinstall":"husky install || exit 0","pretest:e2e":"tsc && vite build && cpy dist/* tests/parent && cpy dist/* tests/child","test:unit:coverage":"vitest src --coverage"},"_npmUser":{"name":"jallum","email":"joshuatallum@gmail.com"},"_npmVersion":"9.6.7","description":"🚢 Vessel: a promise-based postMessage library that sails your data smoothly across the Opensea.","directories":{},"lint-staged":{".{ts,tsx}":["yarn lint:fix"],"package.json":["pretty-package --write","no-hats"]},"_nodeVersion":"20.3.1","dependencies":{"nanoid":"4.0.2"},"_hasShrinkwrap":false,"devDependencies":{"vite":"4.3.9","husky":"8.0.3","jsdom":"22.1.0","serve":"14.2.0","rimraf":"5.0.1","vitest":"0.32.0","cpy-cli":"4.2.0","typescript":"5.0.2","@types/node":"20.3.1","lint-staged":"13.2.2","concurrently":"8.2.0","@flasd/no-hats":"1.0.3","@playwright/test":"1.35.0","@vitest/coverage-v8":"0.32.2","@flasd/pretty-package":"1.0.3"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.0.11_1693403165276_0.6545613788392859","host":"s3://npm-registry-packages"}},"0.0.12":{"name":"@opensea/vessel","version":"0.0.12","_id":"@opensea/vessel@0.0.12","maintainers":[{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"montasaurus","email":"montgomery.adam@gmail.com"},{"name":"joshua-os","email":"joshua.schmidt@opensea.io"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"jameswenzel","email":"wenzel.james.r@gmail.com"},{"name":"arr00","email":"arr00comp@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"michaelcohen","email":"michael.cohen@opensea.io"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"f3649f276a95194167a97b54ef073c900c555acd","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.0.12.tgz","fileCount":21,"integrity":"sha512-fJhw07JQYfO47qWwM/HfEUFgKEO/nGj9n8sUrCITzoOWXWrKxOX6BLHfeeTwqzK1ogfMM2EnQUjwHLObndvgqg==","signatures":[{"sig":"MEUCIDNj9mexqHHjzkHAtMTykHFf8ujQc9ppvRvrntxUHlEgAiEAlflGs6icGOmfs+DskhS6jFM9EJm/oW8W6YDy0Vgwta0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77292},"main":"dist/@opensea/vessel.umd.js","types":"dist/index.d.ts","module":"dist/@opensea/vessel.es.js","exports":{".":{"import":"./dist/@opensea/vessel.es.js","require":"./dist/@opensea/vessel.umd.js"}},"gitHead":"5bce03efa4f109852c6ddda29488f107c887d54f","scripts":{"dev":"vite","build":"vite build && yarn tsc && rimraf tsconfig.tsbuildinfo","dev:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test --ui' --kill-others --success first","prepare":"yarn build","lint:fix":"eslint --fix --ext .ts,.tsx ","prebuild":"rimraf tsconfig.tsbuildinfo dist","test:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test' --kill-others --success first","lint:code":"eslint --ext .ts,.tsx src","test:unit":"vitest src","lint:types":"tsc","lint:format":"prettier --check src","postinstall":"husky install || exit 0","pretest:e2e":"tsc && vite build && cpy dist/* tests/parent && cpy dist/* tests/child","test:unit:coverage":"vitest src --coverage"},"_npmUser":{"name":"jallum","email":"joshuatallum@gmail.com"},"_npmVersion":"9.6.7","description":"🚢 Vessel: a promise-based postMessage library that sails your data smoothly across the Opensea.","directories":{},"lint-staged":{".{ts,tsx}":["yarn lint:fix"],"package.json":["pretty-package --write","no-hats"]},"_nodeVersion":"20.3.1","dependencies":{"nanoid":"4.0.2"},"_hasShrinkwrap":false,"devDependencies":{"vite":"4.3.9","husky":"8.0.3","jsdom":"22.1.0","serve":"14.2.0","rimraf":"5.0.1","vitest":"0.32.0","cpy-cli":"4.2.0","typescript":"5.0.2","@types/node":"20.3.1","lint-staged":"13.2.2","concurrently":"8.2.0","@flasd/no-hats":"1.0.3","@playwright/test":"1.35.0","@vitest/coverage-v8":"0.32.2","@flasd/pretty-package":"1.0.3"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.0.12_1693406573902_0.8896521568733591","host":"s3://npm-registry-packages"}},"0.0.13":{"name":"@opensea/vessel","version":"0.0.13","_id":"@opensea/vessel@0.0.13","maintainers":[{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"montasaurus","email":"montgomery.adam@gmail.com"},{"name":"joshua-os","email":"joshua.schmidt@opensea.io"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"jameswenzel","email":"wenzel.james.r@gmail.com"},{"name":"arr00","email":"arr00comp@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"michaelcohen","email":"michael.cohen@opensea.io"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"0ae05ed0ed516f5c7afdf1700ee1bef4fe6286c7","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.0.13.tgz","fileCount":21,"integrity":"sha512-GHjPkBj8tp5G0MI/xUO/L6Lqf48RdWzCLhhi0OGQmGFZbV/i1G6cI2DqrwnIgAcpfo89gjqBNzfItfsfyKMnYw==","signatures":[{"sig":"MEUCIQDjc1eBXgPW1P8vPXJMQ3cN3cDTtQN/cERQ6HyCYxwokwIgNaeuoC8ySm9lwv8NSCyZ7ZgIpEQvZE/rWCQnKoLH8dA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77855},"main":"dist/@opensea/vessel.umd.js","types":"dist/index.d.ts","module":"dist/@opensea/vessel.es.js","exports":{".":{"import":"./dist/@opensea/vessel.es.js","require":"./dist/@opensea/vessel.umd.js"}},"gitHead":"eb9bf87bee8f906f549d64370beb79d0b1bd1f80","scripts":{"dev":"vite","build":"vite build && yarn tsc && rimraf tsconfig.tsbuildinfo","dev:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test --ui' --kill-others --success first","prepare":"yarn build","lint:fix":"eslint --fix --ext .ts,.tsx ","prebuild":"rimraf tsconfig.tsbuildinfo dist","test:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test' --kill-others --success first","lint:code":"eslint --ext .ts,.tsx src","test:unit":"vitest src","lint:types":"tsc","lint:format":"prettier --check src","postinstall":"husky install || exit 0","pretest:e2e":"tsc && vite build && cpy dist/* tests/parent && cpy dist/* tests/child","test:unit:coverage":"vitest src --coverage"},"_npmUser":{"name":"jallum","email":"joshuatallum@gmail.com"},"_npmVersion":"9.6.7","description":"🚢 Vessel: a promise-based postMessage library that sails your data smoothly across the Opensea.","directories":{},"lint-staged":{".{ts,tsx}":["yarn lint:fix"],"package.json":["pretty-package --write","no-hats"]},"_nodeVersion":"20.3.1","dependencies":{"nanoid":"4.0.2"},"_hasShrinkwrap":false,"devDependencies":{"vite":"4.3.9","husky":"8.0.3","jsdom":"22.1.0","serve":"14.2.0","rimraf":"5.0.1","vitest":"0.32.0","cpy-cli":"4.2.0","typescript":"5.0.2","@types/node":"20.3.1","lint-staged":"13.2.2","concurrently":"8.2.0","@flasd/no-hats":"1.0.3","@playwright/test":"1.35.0","@vitest/coverage-v8":"0.32.2","@flasd/pretty-package":"1.0.3"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.0.13_1693407143283_0.7292378708345559","host":"s3://npm-registry-packages"}},"0.0.14":{"name":"@opensea/vessel","version":"0.0.14","_id":"@opensea/vessel@0.0.14","maintainers":[{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"montasaurus","email":"montgomery.adam@gmail.com"},{"name":"joshua-os","email":"joshua.schmidt@opensea.io"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"jameswenzel","email":"wenzel.james.r@gmail.com"},{"name":"arr00","email":"arr00comp@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"michaelcohen","email":"michael.cohen@opensea.io"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"307be10ca51aed64f04de55800685f2156e06ee2","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.0.14.tgz","fileCount":21,"integrity":"sha512-vJ6iqBQCgtiO6mjhLt3hWvVqKbMP+eEXrc86uNsoLUKvnPyYMzwR3owKQ9eRBHqqvnJn1qHASsZ+tzPe7mFoyw==","signatures":[{"sig":"MEYCIQD0FsXeByfE8upeqtKTy1aHKcS2B0+HqEMBp8Ek6NJggQIhAMUIfmQiMhL+UMqG6Qq4lOfAxhYDDVp2zSDEgiV7QEKW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77654},"main":"dist/@opensea/vessel.umd.js","types":"dist/index.d.ts","module":"dist/@opensea/vessel.es.js","exports":{".":{"import":"./dist/@opensea/vessel.es.js","require":"./dist/@opensea/vessel.umd.js"}},"gitHead":"a1d150933c45014cca0dc50bf1f05daabee3dfe5","scripts":{"dev":"vite","build":"vite build && yarn tsc && rimraf tsconfig.tsbuildinfo","dev:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test --ui' --kill-others --success first","prepare":"yarn build","lint:fix":"eslint --fix --ext .ts,.tsx ","prebuild":"rimraf tsconfig.tsbuildinfo dist","test:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test' --kill-others --success first","lint:code":"eslint --ext .ts,.tsx src","test:unit":"vitest src","lint:types":"tsc","lint:format":"prettier --check src","postinstall":"husky install || exit 0","pretest:e2e":"tsc && vite build && cpy dist/* tests/parent && cpy dist/* tests/child","test:unit:coverage":"vitest src --coverage"},"_npmUser":{"name":"jallum","email":"joshuatallum@gmail.com"},"_npmVersion":"9.6.7","description":"🚢 Vessel: a promise-based postMessage library that sails your data smoothly across the Opensea.","directories":{},"lint-staged":{".{ts,tsx}":["yarn lint:fix"],"package.json":["pretty-package --write","no-hats"]},"_nodeVersion":"20.3.1","dependencies":{"nanoid":"4.0.2"},"_hasShrinkwrap":false,"devDependencies":{"vite":"4.3.9","husky":"8.0.3","jsdom":"22.1.0","serve":"14.2.0","rimraf":"5.0.1","vitest":"0.32.0","cpy-cli":"4.2.0","typescript":"5.0.2","@types/node":"20.3.1","lint-staged":"13.2.2","concurrently":"8.2.0","@flasd/no-hats":"1.0.3","@playwright/test":"1.35.0","@vitest/coverage-v8":"0.32.2","@flasd/pretty-package":"1.0.3"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.0.14_1693408062725_0.3131723245209974","host":"s3://npm-registry-packages"}},"0.0.15":{"name":"@opensea/vessel","version":"0.0.15","_id":"@opensea/vessel@0.0.15","maintainers":[{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"montasaurus","email":"montgomery.adam@gmail.com"},{"name":"joshua-os","email":"joshua.schmidt@opensea.io"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"jameswenzel","email":"wenzel.james.r@gmail.com"},{"name":"arr00","email":"arr00comp@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"michaelcohen","email":"michael.cohen@opensea.io"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"0387e3d2d533216794702d6295188b96fa83715b","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.0.15.tgz","fileCount":21,"integrity":"sha512-NyEYQvDjhVPiA2Uc9f+mmz1SmN8x3iW4dfDOWMUwvxB3u9TFhXmoRCI2P9SyCL+R9tAOsH/9qqsViVbpFvJGBQ==","signatures":[{"sig":"MEUCIDVWvoV/Iae60LiBemD5bmqtwIPZAhqE22ZkXsWZERFaAiEAhUSBgU3gWopoDioWXQDJhgu+XB17tp8v3Gr73ctMlpc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78162},"main":"dist/@opensea/vessel.umd.js","types":"dist/index.d.ts","module":"dist/@opensea/vessel.es.js","exports":{".":{"import":"./dist/@opensea/vessel.es.js","require":"./dist/@opensea/vessel.umd.js"}},"gitHead":"171ffe7aadf94c41939bbfb8dff312050a84268e","scripts":{"dev":"vite","build":"vite build && yarn tsc && rimraf tsconfig.tsbuildinfo","dev:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test --ui' --kill-others --success first","prepare":"yarn build","lint:fix":"eslint --fix --ext .ts,.tsx ","prebuild":"rimraf tsconfig.tsbuildinfo dist","test:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test' --kill-others --success first","lint:code":"eslint --ext .ts,.tsx src","test:unit":"vitest src","lint:types":"tsc","lint:format":"prettier --check src","postinstall":"husky install || exit 0","pretest:e2e":"tsc && vite build && cpy dist/* tests/parent && cpy dist/* tests/child","test:unit:coverage":"vitest src --coverage"},"_npmUser":{"name":"jallum","email":"joshuatallum@gmail.com"},"_npmVersion":"9.6.7","description":"🚢 Vessel: a promise-based postMessage library that sails your data smoothly across the Opensea.","directories":{},"lint-staged":{".{ts,tsx}":["yarn lint:fix"],"package.json":["pretty-package --write","no-hats"]},"_nodeVersion":"20.3.1","dependencies":{"nanoid":"4.0.2"},"_hasShrinkwrap":false,"devDependencies":{"vite":"4.3.9","husky":"8.0.3","jsdom":"22.1.0","serve":"14.2.0","rimraf":"5.0.1","vitest":"0.32.0","cpy-cli":"4.2.0","typescript":"5.0.2","@types/node":"20.3.1","lint-staged":"13.2.2","concurrently":"8.2.0","@flasd/no-hats":"1.0.3","@playwright/test":"1.35.0","@vitest/coverage-v8":"0.32.2","@flasd/pretty-package":"1.0.3"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.0.15_1693506580326_0.44702902007067036","host":"s3://npm-registry-packages"}},"0.0.16":{"name":"@opensea/vessel","version":"0.0.16","_id":"@opensea/vessel@0.0.16","maintainers":[{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"montasaurus","email":"montgomery.adam@gmail.com"},{"name":"joshua-os","email":"joshua.schmidt@opensea.io"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"jameswenzel","email":"wenzel.james.r@gmail.com"},{"name":"arr00","email":"arr00comp@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"michaelcohen","email":"michael.cohen@opensea.io"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"677896443691108d51a615182e192ffbffa3f4aa","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.0.16.tgz","fileCount":21,"integrity":"sha512-eVTNgUb9zUIebtw8gWBRl++rgXTeFxrR3qZEiiKHiT5jrtS/qY5cLNMEgJBUfRPJwpi1urh5vrcqZrfkSCPvHQ==","signatures":[{"sig":"MEQCIC/V96MXaPQbKvY5MJtRmIGashbOEI+etQ1fufIsZkyIAiBPbcRjFoMWbESrkZvpr1285HCdGxJbiioUFvEFATxqtw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78277},"main":"dist/@opensea/vessel.umd.js","types":"dist/index.d.ts","module":"dist/@opensea/vessel.es.js","exports":{".":{"import":"./dist/@opensea/vessel.es.js","require":"./dist/@opensea/vessel.umd.js"}},"gitHead":"71e4d9cbce5b4be8a5fed8487e12300d2a02e1ff","scripts":{"dev":"vite","build":"vite build && yarn tsc && rimraf tsconfig.tsbuildinfo","dev:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test --ui' --kill-others --success first","prepare":"yarn build","lint:fix":"eslint --fix --ext .ts,.tsx ","prebuild":"rimraf tsconfig.tsbuildinfo dist","test:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test' --kill-others --success first","lint:code":"eslint --ext .ts,.tsx src","test:unit":"vitest src","lint:types":"tsc","lint:format":"prettier --check src","postinstall":"husky install || exit 0","pretest:e2e":"tsc && vite build && cpy dist/* tests/parent && cpy dist/* tests/child","test:unit:coverage":"vitest src --coverage"},"_npmUser":{"name":"jallum","email":"joshuatallum@gmail.com"},"_npmVersion":"9.6.7","description":"🚢 Vessel: a promise-based postMessage library that sails your data smoothly across the Opensea.","directories":{},"lint-staged":{".{ts,tsx}":["yarn lint:fix"],"package.json":["pretty-package --write","no-hats"]},"_nodeVersion":"20.3.1","dependencies":{"nanoid":"4.0.2"},"_hasShrinkwrap":false,"devDependencies":{"vite":"4.3.9","husky":"8.0.3","jsdom":"22.1.0","serve":"14.2.0","rimraf":"5.0.1","vitest":"0.32.0","cpy-cli":"4.2.0","typescript":"5.0.2","@types/node":"20.3.1","lint-staged":"13.2.2","concurrently":"8.2.0","@flasd/no-hats":"1.0.3","@playwright/test":"1.35.0","@vitest/coverage-v8":"0.32.2","@flasd/pretty-package":"1.0.3"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.0.16_1693506670381_0.15031501008561854","host":"s3://npm-registry-packages"}},"0.0.17":{"name":"@opensea/vessel","version":"0.0.17","_id":"@opensea/vessel@0.0.17","maintainers":[{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"montasaurus","email":"montgomery.adam@gmail.com"},{"name":"joshua-os","email":"joshua.schmidt@opensea.io"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"jameswenzel","email":"wenzel.james.r@gmail.com"},{"name":"arr00","email":"arr00comp@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"michaelcohen","email":"michael.cohen@opensea.io"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"7945eba15cd440a1ae986bc99b337e8df1bbc932","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.0.17.tgz","fileCount":21,"integrity":"sha512-qXiRBsLZPXOQymRoBFqqZpWYUfLtuckd41lE9TfQv1IBCEJkpCH0w753aSQl9y6Ln3Lzh6tSsytuZOCYySBNLw==","signatures":[{"sig":"MEYCIQD8YwSZW5Ul7QqFbD09iT65+mqGumfYwpUaaCUcQhyVRQIhAJSIx9xuJ2mv2sJtJXxy8j9J9YDvIJ2XsTbqUDKnWeXo","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":79408},"main":"dist/@opensea/vessel.umd.js","types":"dist/index.d.ts","module":"dist/@opensea/vessel.es.js","exports":{".":{"import":"./dist/@opensea/vessel.es.js","require":"./dist/@opensea/vessel.umd.js"}},"gitHead":"6e598f5cde58de496cda34ee625c4762cf23b9c8","scripts":{"dev":"vite","build":"vite build && yarn tsc && rimraf tsconfig.tsbuildinfo","dev:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test --ui' --kill-others --success first","prepare":"yarn build","lint:fix":"eslint --fix --ext .ts,.tsx ","prebuild":"rimraf tsconfig.tsbuildinfo dist","test:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test' --kill-others --success first","lint:code":"eslint --ext .ts,.tsx src","test:unit":"vitest src","lint:types":"tsc","lint:format":"prettier --check src","postinstall":"husky install || exit 0","pretest:e2e":"tsc && vite build && cpy dist/* tests/parent && cpy dist/* tests/child","test:unit:coverage":"vitest src --coverage"},"_npmUser":{"name":"jallum","email":"joshuatallum@gmail.com"},"_npmVersion":"9.6.7","description":"🚢 Vessel: a promise-based postMessage library that sails your data smoothly across the Opensea.","directories":{},"lint-staged":{".{ts,tsx}":["yarn lint:fix"],"package.json":["pretty-package --write","no-hats"]},"_nodeVersion":"20.3.1","dependencies":{"nanoid":"4.0.2"},"_hasShrinkwrap":false,"devDependencies":{"vite":"4.3.9","husky":"8.0.3","jsdom":"22.1.0","serve":"14.2.0","rimraf":"5.0.1","vitest":"0.32.0","cpy-cli":"4.2.0","typescript":"5.0.2","@types/node":"20.3.1","lint-staged":"13.2.2","concurrently":"8.2.0","@flasd/no-hats":"1.0.3","@playwright/test":"1.35.0","@vitest/coverage-v8":"0.32.2","@flasd/pretty-package":"1.0.3"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.0.17_1693852418678_0.9557699047012302","host":"s3://npm-registry-packages"}},"0.0.18":{"name":"@opensea/vessel","version":"0.0.18","_id":"@opensea/vessel@0.0.18","maintainers":[{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"montasaurus","email":"montgomery.adam@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"jameswenzel","email":"wenzel.james.r@gmail.com"},{"name":"arr00","email":"arr00comp@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"michaelcohen","email":"michael.cohen@opensea.io"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"daa3542231399fb376dc3b22c142180f86a53072","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.0.18.tgz","fileCount":21,"integrity":"sha512-tzbk1zi4CKQBTdas5EvMpEtOs9eBqdJP1JlIVOZDWMV72EB8h9dUXkE//WtjN93UY00EAJYoqTBbThegUPlzMw==","signatures":[{"sig":"MEUCIQCh+39fxshXraRFA4XapL0nkOLNd8prw+YFTgpIrsYfWAIgLAoKKBGP79spgMJWRIgYHMtbsQOW0FC2NS06mO24bzI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":75831},"main":"dist/@opensea/vessel.umd.js","types":"dist/index.d.ts","module":"dist/@opensea/vessel.es.js","exports":{".":{"import":"./dist/@opensea/vessel.es.js","require":"./dist/@opensea/vessel.umd.js"}},"gitHead":"1d27447f05082c2e810805319ab7bb77a5596271","scripts":{"dev":"vite","build":"vite build && yarn tsc && rimraf tsconfig.tsbuildinfo","dev:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test --ui' --kill-others --success first","prepare":"yarn build","prebuild":"rimraf tsconfig.tsbuildinfo dist","test:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test' --kill-others --success first","test:unit":"vitest src","lint:types":"tsc","postinstall":"husky install || exit 0","pretest:e2e":"tsc && vite build && cpy dist/* tests/parent && cpy dist/* tests/child","test:unit:coverage":"vitest src --coverage"},"_npmUser":{"name":"jallum","email":"joshuatallum@gmail.com"},"_npmVersion":"9.6.7","description":"🚢 Vessel: a promise-based postMessage library that sails your data smoothly across the Opensea.","directories":{},"lint-staged":{".{ts,tsx}":["yarn lint:fix"],"package.json":["pretty-package --write","no-hats"]},"_nodeVersion":"20.3.1","dependencies":{"nanoid":"4.0.2"},"_hasShrinkwrap":false,"devDependencies":{"vite":"4.3.9","husky":"8.0.3","jsdom":"22.1.0","serve":"14.2.0","rimraf":"5.0.1","vitest":"0.32.0","cpy-cli":"4.2.0","typescript":"5.0.2","@types/node":"20.3.1","lint-staged":"13.2.2","concurrently":"8.2.0","@flasd/no-hats":"1.0.3","@playwright/test":"1.35.0","@vitest/coverage-v8":"0.32.2","@flasd/pretty-package":"1.0.3"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.0.18_1695391513469_0.22031220680044972","host":"s3://npm-registry-packages"}},"0.0.19":{"name":"@opensea/vessel","version":"0.0.19","_id":"@opensea/vessel@0.0.19","maintainers":[{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"montasaurus","email":"montgomery.adam@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"jameswenzel","email":"wenzel.james.r@gmail.com"},{"name":"arr00","email":"arr00comp@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"michaelcohen","email":"michael.cohen@opensea.io"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"fb9d55cfcf23f2353244dfd6864c240cc5c78b08","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.0.19.tgz","fileCount":21,"integrity":"sha512-tHn+6RgQK8fwYoNRlZZ8B3FqyNRuxMk3X4YIa5b9lQevo+z/Jy9ZIX6TwCqoxX1kmt6ucmAiogT02I058keb7A==","signatures":[{"sig":"MEYCIQDyYRi3IbbPVdETGTUu2nv3U08fx6ohf/oG/LObyeHFtAIhAOmdwSwlSpgLmapPMFL8ugpLkoBvDoNwSwWP/JZQ63PB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":75894},"main":"dist/@opensea/vessel.umd.js","types":"dist/index.d.ts","module":"dist/@opensea/vessel.es.js","exports":{".":{"import":"./dist/@opensea/vessel.es.js","require":"./dist/@opensea/vessel.umd.js"}},"gitHead":"139b0472249ea2d013d68ab7c9b4c8c17f3aa477","scripts":{"dev":"vite","build":"vite build && yarn tsc && rimraf tsconfig.tsbuildinfo","dev:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test --ui' --kill-others --success first","prepare":"yarn build","prebuild":"rimraf tsconfig.tsbuildinfo dist","test:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test' --kill-others --success first","test:unit":"vitest src","lint:types":"tsc","postinstall":"husky install || exit 0","pretest:e2e":"tsc && vite build && cpy dist/* tests/parent && cpy dist/* tests/child","test:unit:coverage":"vitest src --coverage"},"_npmUser":{"name":"jallum","email":"joshuatallum@gmail.com"},"_npmVersion":"9.6.7","description":"🚢 Vessel: a promise-based postMessage library that sails your data smoothly across the Opensea.","directories":{},"lint-staged":{"package.json":["pretty-package --write","no-hats"]},"_nodeVersion":"20.3.1","dependencies":{"nanoid":"4.0.2"},"_hasShrinkwrap":false,"devDependencies":{"vite":"4.3.9","husky":"8.0.3","jsdom":"22.1.0","serve":"14.2.0","rimraf":"5.0.1","vitest":"0.32.0","cpy-cli":"4.2.0","typescript":"5.0.2","@types/node":"20.3.1","lint-staged":"13.2.2","concurrently":"8.2.0","@flasd/no-hats":"1.0.3","@playwright/test":"1.35.0","@vitest/coverage-v8":"0.32.2","@flasd/pretty-package":"1.0.3"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.0.19_1695392151879_0.8608539065961671","host":"s3://npm-registry-packages"}},"0.0.20":{"name":"@opensea/vessel","version":"0.0.20","_id":"@opensea/vessel@0.0.20","maintainers":[{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"montasaurus","email":"montgomery.adam@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"jameswenzel","email":"wenzel.james.r@gmail.com"},{"name":"arr00","email":"arr00comp@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"michaelcohen","email":"michael.cohen@opensea.io"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"63db3538b61a75efc4aefa7bd3076cf3bb84e7c4","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.0.20.tgz","fileCount":21,"integrity":"sha512-3Wm8eX/IzJc0mgoWZlJfNZV/dpXxMSwQNfa5TYkBs+pEVPP/tZG+RNDLnMrERVQoLsX5nk+mOYLFTruxB8Wz+g==","signatures":[{"sig":"MEQCIB8zFGLIDrSwKX0cO2B4ABkKnskR5ttMaTdvjsXX8ZZBAiBjsUNvXsE6Axi3TmE05JrIOeiveeVCOwHHxWRL4MlLVQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":75862},"main":"dist/@opensea/vessel.umd.js","types":"dist/index.d.ts","module":"dist/@opensea/vessel.es.js","exports":{".":{"import":"./dist/@opensea/vessel.es.js","require":"./dist/@opensea/vessel.umd.js"}},"gitHead":"1f44554661c78cd216686a360aa33284a3dba8ea","scripts":{"dev":"vite","build":"vite build && yarn tsc && rimraf tsconfig.tsbuildinfo","dev:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test --ui' --kill-others --success first","prepare":"yarn build","prebuild":"rimraf tsconfig.tsbuildinfo dist","test:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test' --kill-others --success first","test:unit":"vitest src","lint:types":"tsc","postinstall":"husky install || exit 0","pretest:e2e":"tsc && vite build && cpy dist/* tests/parent && cpy dist/* tests/child","test:unit:coverage":"vitest src --coverage"},"_npmUser":{"name":"jallum","email":"joshuatallum@gmail.com"},"_npmVersion":"9.6.7","description":"🚢 Vessel: a promise-based postMessage library that sails your data smoothly across the Opensea.","directories":{},"lint-staged":{"package.json":["pretty-package --write","no-hats"]},"_nodeVersion":"20.3.1","dependencies":{"nanoid":"4.0.2"},"_hasShrinkwrap":false,"devDependencies":{"vite":"4.3.9","husky":"8.0.3","jsdom":"22.1.0","serve":"14.2.0","rimraf":"5.0.1","vitest":"0.32.0","cpy-cli":"4.2.0","typescript":"5.0.2","@types/node":"20.3.1","lint-staged":"13.2.2","concurrently":"8.2.0","@flasd/no-hats":"1.0.3","@playwright/test":"1.35.0","@vitest/coverage-v8":"0.32.2","@flasd/pretty-package":"1.0.3"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.0.20_1697497628686_0.5252802629814814","host":"s3://npm-registry-packages"}},"0.0.21":{"name":"@opensea/vessel","version":"0.0.21","_id":"@opensea/vessel@0.0.21","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"045e48c3af17d931823c7efff29d0eb02de3664f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.0.21.tgz","fileCount":21,"integrity":"sha512-MkOqN1it89oaN3Ef61Rh4IBkadyGom1q2NLzQFhVcD8iLYLDyG97WB9aihrF3VVJF84Ug0pbm4H3/e6UTizK8g==","signatures":[{"sig":"MEQCICJi7n9yz0WnAYVPXkes4zKRogpiwX031SPVj8G9mmq2AiAM+EifFKQ3kRcWRw17bcOuB1lwNDMCi4nV1G9wF4YWag==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":75962},"main":"dist/@opensea/vessel.umd.js","types":"dist/index.d.ts","module":"dist/@opensea/vessel.es.js","exports":{".":{"import":"./dist/@opensea/vessel.es.js","require":"./dist/@opensea/vessel.umd.js"}},"gitHead":"14c1d6debe595279e5920db7c5f82163c6e45176","scripts":{"dev":"vite","build":"vite build && yarn tsc && rimraf tsconfig.tsbuildinfo","dev:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test --ui' --kill-others --success first","prepare":"yarn build","prebuild":"rimraf tsconfig.tsbuildinfo dist","test:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test' --kill-others --success first","test:unit":"vitest src","lint:types":"tsc","postinstall":"husky install || exit 0","pretest:e2e":"tsc && vite build && cpy dist/* tests/parent && cpy dist/* tests/child","test:unit:coverage":"vitest src --coverage"},"_npmUser":{"name":"jallum","email":"joshuatallum@gmail.com"},"_npmVersion":"9.6.7","description":"🚢 Vessel: a promise-based postMessage library that sails your data smoothly across the Opensea.","directories":{},"lint-staged":{"package.json":["pretty-package --write","no-hats"]},"_nodeVersion":"20.3.1","dependencies":{"nanoid":"4.0.2"},"_hasShrinkwrap":false,"devDependencies":{"vite":"4.3.9","husky":"8.0.3","jsdom":"22.1.0","serve":"14.2.0","rimraf":"5.0.1","vitest":"0.32.0","cpy-cli":"4.2.0","typescript":"5.0.2","@types/node":"20.3.1","lint-staged":"13.2.2","concurrently":"8.2.0","@flasd/no-hats":"1.0.3","@playwright/test":"1.35.0","@vitest/coverage-v8":"0.32.2","@flasd/pretty-package":"1.0.3"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.0.21_1710339044795_0.7098165922403368","host":"s3://npm-registry-packages"}},"0.0.22":{"name":"@opensea/vessel","version":"0.0.22","_id":"@opensea/vessel@0.0.22","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"2f9546e5f2360193b4234d9215da3b735b86b10c","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.0.22.tgz","fileCount":21,"integrity":"sha512-t8p9PPEq5n6FCnfPYIIhoXH1C/c82U2L1Do7X3pFjy2KtQ1XLgazgU/doagZE/6K7f7L7lbYn0WnDrWBFi07HA==","signatures":[{"sig":"MEQCIGNCi4Y3WYy58+DB19VKBTXxV7WGcbO9+i1hX9lHpjASAiBqB86RGPUHPai4h5x32pdW3r6pvk33drPDjGi8ac+Ysg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":75968},"main":"dist/@opensea/vessel.umd.js","_from":"file:opensea-vessel-0.0.22.tgz","types":"dist/index.d.ts","module":"dist/@opensea/vessel.es.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/@opensea/vessel.es.js","require":"./dist/@opensea/vessel.umd.js"}},"scripts":{"dev":"vite","build":"vite build && yarn tsc && rimraf tsconfig.tsbuildinfo","dev:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test --ui' --kill-others --success first","prebuild":"rimraf tsconfig.tsbuildinfo dist","test:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test' --kill-others --success first","test:unit":"vitest src","lint:types":"tsc","postinstall":"husky install || exit 0","pretest:e2e":"tsc && vite build && cpy dist/* tests/parent && cpy dist/* tests/child","test:unit:coverage":"vitest src --coverage"},"_npmUser":{"name":"jallum","email":"joshuatallum@gmail.com"},"_resolved":"/private/var/folders/46/wz8v4jw9235fqpvqdbdcb7xh0000gp/T/e8a2ba10fbec69b0c297f9551d17314d/opensea-vessel-0.0.22.tgz","_integrity":"sha512-t8p9PPEq5n6FCnfPYIIhoXH1C/c82U2L1Do7X3pFjy2KtQ1XLgazgU/doagZE/6K7f7L7lbYn0WnDrWBFi07HA==","_npmVersion":"9.6.7","description":"🚢 Vessel: a promise-based postMessage library that sails your data smoothly across the Opensea.","directories":{},"lint-staged":{"package.json":["pretty-package --write","no-hats"]},"_nodeVersion":"20.3.1","dependencies":{"nanoid":"4.0.2"},"_hasShrinkwrap":false,"devDependencies":{"vite":"4.3.9","husky":"8.0.3","jsdom":"22.1.0","serve":"14.2.0","rimraf":"5.0.1","vitest":"0.32.0","cpy-cli":"4.2.0","typescript":"5.0.2","@types/node":"20.3.1","lint-staged":"13.2.2","concurrently":"8.2.0","@flasd/no-hats":"1.0.3","@playwright/test":"1.35.0","@vitest/coverage-v8":"0.32.2","@flasd/pretty-package":"1.0.3"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.0.22_1712886468860_0.6200914145385472","host":"s3://npm-registry-packages"}},"0.1.0":{"name":"@opensea/vessel","version":"0.1.0","keywords":[],"author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.1.0","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"67837cb950765732e271ca7cd78fa3a6d33e9954","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.1.0.tgz","fileCount":37,"integrity":"sha512-AS9GfCkDmXP9tVVO96/4yC2WhUefx80v2LXO8Airkd3e8KyOmhCBr6/V0xkIr2kp4UGQgdcMulCBLZmU/RIteQ==","signatures":[{"sig":"MEYCIQCuoHUkqIPPJbTteGifLI0FhijH/qzaZK07FGOoSJZ/xgIhALQO7qUgxAmSiz1PlVF1jstDYIZ8K9NiNjU2grFOKMEK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":248252},"main":"./src/index.ts","type":"module","_from":"file:opensea-vessel-0.1.0.tgz","types":"./dist/src/index.d.ts","exports":{".":{"types":"./dist/src/index.d.ts","import":"./dist/index.js"}},"scripts":{"lint":"pnpm run typecheck && pnpm run eslint:check && pnpm run prettier:check:package.json","test":"playwright test","build":"rollup -c","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","prettier:fix":"prettier . --write && prettier-package-json --write","prettier:check":"prettier . --check","build-storybook":"storybook build","save-package-json-changes":"mv package.json.tmp package.json","prettier:check:package.json":"prettier-package-json --list-different"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"prettier":{"semi":false,"arrowParens":"avoid","trailingComma":"all"},"_resolved":"/tmp/1f5d83da9f6c9b1ddf78007d01b5acfa/opensea-vessel-0.1.0.tgz","_integrity":"sha512-AS9GfCkDmXP9tVVO96/4yC2WhUefx80v2LXO8Airkd3e8KyOmhCBr6/V0xkIr2kp4UGQgdcMulCBLZmU/RIteQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"lint-staged":{"**/package.json":["prettier-package-json --write"],"**/*.{ts,tsx,js,jsx,html,md,mdx,yml,json}":["prettier --write"]},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"husky":"^8.0.3","react":"^18.3.1","tslib":"^2.6.2","rollup":"^4.4.1","prettier":"^3.0.3","react-dom":"^18.3.1","storybook":"^7.4.0","typescript":"^5.2.2","@types/node":"20.3.2","lint-staged":"^14.0.1","@types/react":"^18.3.1","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","prettier-package-json":"^2.8.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.6.13","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.1.0_1715313070939_0.7268834477880679","host":"s3://npm-registry-packages"}},"0.2.0":{"name":"@opensea/vessel","version":"0.2.0","keywords":[],"author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.2.0","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"bd5682224ab5dda6dc2799f8cb13367f5683b95c","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.2.0.tgz","fileCount":46,"integrity":"sha512-lk4mj1zoVr+AwJ8g6sum/oxMy20DD86EbFFKytlorruJFJuFUHyvvXREgWAQg9NzrZaagwHLAhSU5T4wRSa1JQ==","signatures":[{"sig":"MEYCIQC+qc/7dBGqOYnZOpRBKqK2RmbMovie2H6Y8h48c8TnlAIhAISsDcpVZqEnl8hcCHi78Sbn0fBRoxV/dyDw7VEQzn7O","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":253598},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.2.0.tgz","types":"./dist/src/index.d.ts","exports":{".":{"types":"./dist/src/index.d.ts","import":"./dist/index.js"}},"scripts":{"lint":"pnpm run typecheck && pnpm run eslint:check && pnpm run prettier:check:package.json","test":"playwright test","build":"rollup -c","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","prettier:fix":"prettier . --write && prettier-package-json --write","prettier:check":"prettier . --check","build-storybook":"storybook build","save-package-json-changes":"mv package.json.tmp package.json","prettier:check:package.json":"prettier-package-json --list-different"},"_npmUser":{"name":"jallum","email":"joshuatallum@gmail.com"},"prettier":{"semi":false,"arrowParens":"avoid","trailingComma":"all"},"_resolved":"/private/var/folders/46/wz8v4jw9235fqpvqdbdcb7xh0000gp/T/f07bad80c9c666609a1a8b147064d074/opensea-vessel-0.2.0.tgz","_integrity":"sha512-lk4mj1zoVr+AwJ8g6sum/oxMy20DD86EbFFKytlorruJFJuFUHyvvXREgWAQg9NzrZaagwHLAhSU5T4wRSa1JQ==","_npmVersion":"9.6.7","description":"Promise based wrapper for postMessage API 🚢","directories":{},"lint-staged":{"**/package.json":["prettier-package-json --write"],"**/*.{ts,tsx,js,jsx,html,md,mdx,yml,json}":["prettier --write"]},"_nodeVersion":"20.3.1","_hasShrinkwrap":false,"devDependencies":{"husky":"^8.0.3","react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","prettier":"^3.0.3","react-dom":"^18.2.0","storybook":"^7.4.0","typescript":"^5.2.2","@types/node":"20.3.2","lint-staged":"^14.0.1","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","prettier-package-json":"^2.8.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.6.13","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.2.0_1716414825990_0.582314383221108","host":"s3://npm-registry-packages"}},"0.2.1":{"name":"@opensea/vessel","version":"0.2.1","keywords":[],"author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.2.1","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"f1518039d59b8b6f87f11a7c351fb87e671dfc61","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.2.1.tgz","fileCount":48,"integrity":"sha512-h2caopUuIk69U3CTMWczrfjUdjoQJCz58AioT9rB59vHtrQa7jpCeDiiBmz9IhskUIp7QxV0CHqX6s+pbR1DPg==","signatures":[{"sig":"MEQCIFQkElIhkll91w40ym8SkFdCWGBje/1AnyRB6aZDH+kSAiBYf6b20g7bqAvIU3iRuGBGan2Hsr2kjj0+L4W1EbIFBg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":307875},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.2.1.tgz","types":"./dist/src/index.d.ts","exports":{".":{"types":"./dist/src/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm run typecheck && pnpm run eslint:check && pnpm run prettier:check:package.json","test":"playwright test","build":"rollup -c","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","prettier:fix":"prettier . --write && prettier-package-json --write","prettier:check":"prettier . --check","build-storybook":"storybook build","save-package-json-changes":"mv package.json.tmp package.json","prettier:check:package.json":"prettier-package-json --list-different"},"_npmUser":{"name":"jallum","email":"joshuatallum@gmail.com"},"prettier":{"semi":false,"arrowParens":"avoid","trailingComma":"all"},"_resolved":"/private/var/folders/46/wz8v4jw9235fqpvqdbdcb7xh0000gp/T/e54b2aefcb86d41bf995299edbb3a13a/opensea-vessel-0.2.1.tgz","_integrity":"sha512-h2caopUuIk69U3CTMWczrfjUdjoQJCz58AioT9rB59vHtrQa7jpCeDiiBmz9IhskUIp7QxV0CHqX6s+pbR1DPg==","_npmVersion":"9.6.7","description":"Promise based wrapper for postMessage API 🚢","directories":{},"lint-staged":{"**/package.json":["prettier-package-json --write"],"**/*.{ts,tsx,js,jsx,html,md,mdx,yml,json}":["prettier --write"]},"_nodeVersion":"20.3.1","_hasShrinkwrap":false,"devDependencies":{"husky":"^8.0.3","react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","prettier":"^3.0.3","react-dom":"^18.2.0","storybook":"^7.4.0","typescript":"^5.2.2","@types/node":"20.3.2","lint-staged":"^14.0.1","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","prettier-package-json":"^2.8.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.6.13","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.2.1_1716429742150_0.8896737207291774","host":"s3://npm-registry-packages"}},"0.2.2":{"name":"@opensea/vessel","version":"0.2.2","keywords":[],"author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.2.2","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"a89962056e722192abc02760b4d6df2e25d10f94","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.2.2.tgz","fileCount":48,"integrity":"sha512-Prcj2/mNlypHRqurD/7+gBlDMC1PehhvqHZFy10So3a6U56PwWeZA1XL2UWJWAf21yiIIu5xi8x3GmZNFOOmVw==","signatures":[{"sig":"MEUCIDNgtfVSJNxE4fLqNRsBQWeaUwmR97IF1w/Fq2kviHpBAiEA/zUFVw5zWFAQpRh1QhDqJ3oMJYDsfoMr1fcvxw0ufc8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":307823},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.2.2.tgz","types":"./dist/src/index.d.ts","exports":{".":{"types":"./dist/src/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm run typecheck && pnpm run eslint:check && pnpm run prettier:check:package.json","test":"playwright test","build":"rollup -c","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","prettier:fix":"prettier . --write && prettier-package-json --write","prettier:check":"prettier . --check","build-storybook":"storybook build","save-package-json-changes":"mv package.json.tmp package.json","prettier:check:package.json":"prettier-package-json --list-different"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"prettier":{"semi":false,"arrowParens":"avoid","trailingComma":"all"},"_resolved":"/tmp/98b4d6eeff7ab6a0d813d5eb22f9b5b8/opensea-vessel-0.2.2.tgz","_integrity":"sha512-Prcj2/mNlypHRqurD/7+gBlDMC1PehhvqHZFy10So3a6U56PwWeZA1XL2UWJWAf21yiIIu5xi8x3GmZNFOOmVw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"lint-staged":{"**/package.json":["prettier-package-json --write"],"**/*.{ts,tsx,js,jsx,html,md,mdx,yml,json}":["prettier --write"]},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"husky":"^8.0.3","react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","prettier":"^3.0.3","react-dom":"^18.2.0","storybook":"^7.4.0","typescript":"^5.2.2","@types/node":"20.3.2","lint-staged":"^14.0.1","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","prettier-package-json":"^2.8.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.6.13","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.2.2_1722251933620_0.5924910933984506","host":"s3://npm-registry-packages"}},"0.4.79":{"name":"@opensea/vessel","version":"0.4.79","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.4.79","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"ec1a51ec96b1809ef5e4f7ac18de81da032572ce","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.4.79.tgz","fileCount":23,"integrity":"sha512-saU/OY3YNhh5QDdCSu5Lhy863zfgj7pvIUbXyjdyaMFI+ibhg/RPIzDzRkhlocsoYoAraqzNYnNeJ6DSnzRkXQ==","signatures":[{"sig":"MEYCIQCc2ykIafiHAtfR5696RExhxZMOraQY2b2hsX0eUTeQzQIhAKOkUEW9uO1mJSxLlWSiMbDMOH2RyojmiJGpsLZHbXIy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300930},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"gitHead":"024306faebe797ef9671386ae532959aa823d90e","scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"npm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"workspace:*","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.4.79_1723703384438_0.9512131160557402","host":"s3://npm-registry-packages"}},"0.4.80":{"name":"@opensea/vessel","version":"0.4.80","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.4.80","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"5ee8c2daa51556e91cc684ced9353861d25a070c","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.4.80.tgz","fileCount":23,"integrity":"sha512-bDueM4pNs6hjdHR/9HEp4PqeckDoyGMEQcGNi7o/DOoj2AwgWiBedSiJum0BOG2/ma8DSpq80BcASUPWFdtyPg==","signatures":[{"sig":"MEUCIH0fJupotFkfDG+Zj9iRmlZ8h3iKGSK2DjKSIB+BhGWxAiEAhNN9sElodkF/Xa1mvs9zeueq/Yrc4s4mOtaAjaNqrZ8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300930},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"gitHead":"f1da046880295b314f599e36a66bfa4ee5880989","scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"npm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"workspace:*","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.4.80_1723730212230_0.24991321318938664","host":"s3://npm-registry-packages"}},"0.4.81":{"name":"@opensea/vessel","version":"0.4.81","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.4.81","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"b9acc751e3327f6bb9ccbb57d57262dd7b1838a7","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.4.81.tgz","fileCount":23,"integrity":"sha512-oftZVJkmgElEshK97FhaG8w6EpbFQ5me/GN848dhWVXk/TBIY/uwikpGXpk8CXcf3495+bJHeeQRaSy0kTyD2A==","signatures":[{"sig":"MEYCIQCwRrKbr+AJpHTFq6rXP+nTpM6OZ6aharzapA0JfmgkvwIhAOAoFzd9IoeuNokW+fbpObZLBfie0nAzdPcwr4AgGMbM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300925},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"gitHead":"1e0e84e4b14d5d6022ea8a6987498879190a37dc","scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"npm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"workspace:*","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.4.81_1723733216488_0.7214539934570239","host":"s3://npm-registry-packages"}},"0.4.82":{"name":"@opensea/vessel","version":"0.4.82","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.4.82","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"a5c9960dcbe5f88d4297a4b68e3514b4b8d3863d","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.4.82.tgz","fileCount":23,"integrity":"sha512-MVsjv5Zs/vFmJghEaNXtyp5HNuoAwcfsSXEQk/XievC6E4/o5R7ZGrYoOCt5qW3sQv1CO9WIZbs/9/pDhj5pIw==","signatures":[{"sig":"MEYCIQD3h9k8AV/R5gWnEdDWxHMkInsM3C700mpoUBYtH1vUfAIhAJwHydKlpDsNfeomrOoTmPafilLR5HhmScOmWKVHGSUS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300925},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"gitHead":"8ee2768bb5cdc14475f9c56ce96db5370b28039e","scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"npm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"workspace:*","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.4.82_1723739454922_0.2551879094220637","host":"s3://npm-registry-packages"}},"0.4.83":{"name":"@opensea/vessel","version":"0.4.83","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.4.83","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"658cac31f14e602e367abe0a9c8697a868a53b1d","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.4.83.tgz","fileCount":23,"integrity":"sha512-zN43LQ5Cj8DpVzxdnelH1t0CTNuMzwRSRzYHt4vr5hD3yXtjUY/zlcqHH0BZLKQGwuHJZ5KciaJIM9REn90B9w==","signatures":[{"sig":"MEQCICGbb9/2K7/DQjBA0cO3yrirZkSshJwWbNelFkcQpDp7AiAYvgGiQWxi5KOgd7EQUAgCn7OQMtdLpZI1eL/BckanKA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300930},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"gitHead":"21fd865ca891d571366d93d7fb99d96564deda08","scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"npm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"workspace:*","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.4.83_1723741880729_0.4729659830699364","host":"s3://npm-registry-packages"}},"0.4.84":{"name":"@opensea/vessel","version":"0.4.84","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.4.84","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"8046ea1e4779b252ebed02070d80fb24ebd0845a","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.4.84.tgz","fileCount":23,"integrity":"sha512-nzEuX7QlR2SCnX2Ad0l3bi7RnmmiIanuoxXYrnqUAlYU+93oCHVhl6lbBxLOjdiGRaxmEoaxa2mcwm1T+UuboA==","signatures":[{"sig":"MEYCIQDXph9xMc4/lK7BO0R7dvWCU80lQl/jtPs6bRwgBnJvMgIhAPRH0Zt2Cs8YiEPlbSVNrVzzp64C1B3NDHVfiMkO2rJy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300919},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.4.84.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f5ca32eb6f0da74675b2508524c9a3ef/opensea-vessel-0.4.84.tgz","_integrity":"sha512-nzEuX7QlR2SCnX2Ad0l3bi7RnmmiIanuoxXYrnqUAlYU+93oCHVhl6lbBxLOjdiGRaxmEoaxa2mcwm1T+UuboA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.4.84_1723742861384_0.2962370352013153","host":"s3://npm-registry-packages"}},"0.4.85":{"name":"@opensea/vessel","version":"0.4.85","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.4.85","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"14f53157860d70db24895c780c814a3498d0f62e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.4.85.tgz","fileCount":23,"integrity":"sha512-NHpcGvqJIJaNfohKyAyWCUgKgV8SDXgYPGWKzIcCKBAwIoPBoN/UFe3mIIfTXFJCqO9QcwXUSZ9CNTrYB9Xpmw==","signatures":[{"sig":"MEUCIQCq/q2h/FIvnaTkiTqHiA29Zgd5PB6Z+chfjEvVW3xENwIgSFSWOSsSL5+0WmXitSlF/DNnLMSBSccy4k31i8pSDNI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300924},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.4.85.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8a73b65383048ec8d91f14b68d7fd51c/opensea-vessel-0.4.85.tgz","_integrity":"sha512-NHpcGvqJIJaNfohKyAyWCUgKgV8SDXgYPGWKzIcCKBAwIoPBoN/UFe3mIIfTXFJCqO9QcwXUSZ9CNTrYB9Xpmw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.4.85_1723744628567_0.5126416197748396","host":"s3://npm-registry-packages"}},"0.4.86":{"name":"@opensea/vessel","version":"0.4.86","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.4.86","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"b9d8fb4723be936fbd9ba327f0ee1c7af6d2eee4","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.4.86.tgz","fileCount":23,"integrity":"sha512-E1EIDzmhrLIW5yCTxrjJRqQllciRuSL6Bcb2xFi4yasP/rFYOtQh5eZoUp0pW0D8thcBykWFa4594lY4MTxX/A==","signatures":[{"sig":"MEYCIQCeVNPxtXTKWJN29ZvoVxcgaLB+/c9wwQdnKcpGoCPj8gIhANzg5XSpdkVF91c2d+StMKb4g5qRc9Sfh8fU/4Fd9S6K","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300924},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.4.86.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/0f37877e5335cd55617940f6647e388d/opensea-vessel-0.4.86.tgz","_integrity":"sha512-E1EIDzmhrLIW5yCTxrjJRqQllciRuSL6Bcb2xFi4yasP/rFYOtQh5eZoUp0pW0D8thcBykWFa4594lY4MTxX/A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.4.86_1723757352452_0.9111337362621348","host":"s3://npm-registry-packages"}},"0.4.87":{"name":"@opensea/vessel","version":"0.4.87","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.4.87","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"d811613272deb754ae56c2f6deb1865a0fa29102","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.4.87.tgz","fileCount":23,"integrity":"sha512-CbhbK1+bh+uJBRc4W8b0V+H2Ye9oBnSE+H1XglcrS/m8RE58TDZtCCat3f/kZYBPdtX1tTRecDaUimgAvEm5qg==","signatures":[{"sig":"MEUCIQC1PKPYgarovCsskutGPhCKVFLRe3zVbkWpi/leqFNuUgIgScbDmkEFVFRu+4IwGcQv1lElmERkBuJj9hAaUeJQx5Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300919},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.4.87.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/cb9336fd7de86d676876750329a9c7ed/opensea-vessel-0.4.87.tgz","_integrity":"sha512-CbhbK1+bh+uJBRc4W8b0V+H2Ye9oBnSE+H1XglcrS/m8RE58TDZtCCat3f/kZYBPdtX1tTRecDaUimgAvEm5qg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.4.87_1723761206890_0.6842005583121118","host":"s3://npm-registry-packages"}},"0.4.88":{"name":"@opensea/vessel","version":"0.4.88","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.4.88","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"083e1ee66a86ef3d8c6cd94af3038ee5b8f43d32","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.4.88.tgz","fileCount":23,"integrity":"sha512-Pl61JhtGk2itoijywX8Mdk/DEZ6uZmTb4bZHztHHHHZ9MCjXMHBBeys/IqEUWX9xzkE36W7Lnw6zHy4hg5DavA==","signatures":[{"sig":"MEUCIQCRpmZHdJHhzoBTOSpRi2TM7VCM4DieUzgYsUGdlQSlswIgbc+/pXxyQWDCogDbXrtp1UImZvwzfl3Zz86niwsvEJQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300924},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.4.88.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c64e043910dac719067fa4448fc822af/opensea-vessel-0.4.88.tgz","_integrity":"sha512-Pl61JhtGk2itoijywX8Mdk/DEZ6uZmTb4bZHztHHHHZ9MCjXMHBBeys/IqEUWX9xzkE36W7Lnw6zHy4hg5DavA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.4.88_1723764962554_0.594785377296982","host":"s3://npm-registry-packages"}},"0.4.89":{"name":"@opensea/vessel","version":"0.4.89","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.4.89","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"0068b2440ecfd16fa4331530566b5f519240c897","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.4.89.tgz","fileCount":23,"integrity":"sha512-4Zrvq907wNJrQ4KX/SWK34aMx7wuGjeuSCBfsqnpvZduPJm6Iuo/sdv58LoYVsQLo7eyhfV7jgilTSApgrp+mQ==","signatures":[{"sig":"MEQCIH3+V2LwsqSYxK8WYCF+r3rT/k/rTYuTifU9f9vrTzpoAiA8qCELtoTuYvPb6iXgRx5hiiLBdU6rsMhrQuV1qaxx9w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300924},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.4.89.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/afaf14576fe5f175a0ad26d52c27e0d3/opensea-vessel-0.4.89.tgz","_integrity":"sha512-4Zrvq907wNJrQ4KX/SWK34aMx7wuGjeuSCBfsqnpvZduPJm6Iuo/sdv58LoYVsQLo7eyhfV7jgilTSApgrp+mQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.4.89_1723766200488_0.9281037364837881","host":"s3://npm-registry-packages"}},"0.4.90":{"name":"@opensea/vessel","version":"0.4.90","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.4.90","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"b7cba9eeae73599de786ebf09e3cd5f72a2f3cf5","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.4.90.tgz","fileCount":23,"integrity":"sha512-NBaOiyYuxye0YigS0+mPKEZ62RjSBev7HHYH3oSkLFQgTch+Je1p1Ne7rQWS2dRwvo7vl9d3a8Pdk8rTC0Mdnw==","signatures":[{"sig":"MEUCIHC+a0i4cCEGRCxsXDj7QfIn72nReLIQZFnFxTQZ1IHsAiEAidh1C2pla5YooND2PGGkutqQPUpawHby5jaUu/enJBs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300924},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.4.90.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5084821d5053b0bb06e6627ab2b4959d/opensea-vessel-0.4.90.tgz","_integrity":"sha512-NBaOiyYuxye0YigS0+mPKEZ62RjSBev7HHYH3oSkLFQgTch+Je1p1Ne7rQWS2dRwvo7vl9d3a8Pdk8rTC0Mdnw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.4.90_1723832189742_0.7165569882649596","host":"s3://npm-registry-packages"}},"0.4.91":{"name":"@opensea/vessel","version":"0.4.91","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.4.91","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"daea25779525eb7850498bf20f612f5a25a1a80e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.4.91.tgz","fileCount":23,"integrity":"sha512-hRRuj1C6HYwgQaOfAIAOVqv86PUUtLzr3FtMlWjHVGJ+cjfzTllo2tWgCtBeztbF+FoW0HsVN6pHk4uhqVAIjA==","signatures":[{"sig":"MEYCIQCky12mlPxmFo0uUPg1eJZW16r95Oq+Lkfu+8kcnQFJJgIhAKptssrXSo9+GpLktFgOD4PUGYN4t4Ty+wePj4brlAFA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300924},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.4.91.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f8f87c84ad4946702227bdf3256ff9fa/opensea-vessel-0.4.91.tgz","_integrity":"sha512-hRRuj1C6HYwgQaOfAIAOVqv86PUUtLzr3FtMlWjHVGJ+cjfzTllo2tWgCtBeztbF+FoW0HsVN6pHk4uhqVAIjA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.4.91_1723834130399_0.4819728226601432","host":"s3://npm-registry-packages"}},"0.4.92":{"name":"@opensea/vessel","version":"0.4.92","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.4.92","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"2bc2f75a80e34e0b11613b5faf8afb99ad56b3ed","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.4.92.tgz","fileCount":23,"integrity":"sha512-hFUfplH8n/seWOveA180aJ96NxjORFKIFBABcbk47v3yr3c4foc2Poah3xgOQhW1tPvuI4ajMAlVew6eThqB+Q==","signatures":[{"sig":"MEQCIEWoXuo4/zJAb9kYggjsXlJ/x7rhF4d1RlIlSyUVh1y9AiBqq3lX4015pkzbPUty4Silc8kr78WipdlC4zhRT0vKGA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300924},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.4.92.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/1ae9d2d51906542a334e580bd30e4d67/opensea-vessel-0.4.92.tgz","_integrity":"sha512-hFUfplH8n/seWOveA180aJ96NxjORFKIFBABcbk47v3yr3c4foc2Poah3xgOQhW1tPvuI4ajMAlVew6eThqB+Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.4.92_1723847888778_0.6516836201522189","host":"s3://npm-registry-packages"}},"0.4.93":{"name":"@opensea/vessel","version":"0.4.93","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.4.93","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"6a0caeb822ba12651a6c861815194ca08caefd5e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.4.93.tgz","fileCount":23,"integrity":"sha512-88gcvU20dTcghYZHWg6jxdg73Ijpl1tqs9kLGtYjWk6FSpLLl/02XZkn6/zY40BGj++ZIIAJeYnuhIRv/xTbUw==","signatures":[{"sig":"MEUCIEWlgAYQ7GkvaOHNWuJeraEjCYtFRns9hait0m9twNr8AiEArWxz8xI+TJwN6C601sY0X7642x16MUj+tMK1W0xjNI0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300919},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.4.93.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d8bc7f297f29f14f6abe1bc8c4687fea/opensea-vessel-0.4.93.tgz","_integrity":"sha512-88gcvU20dTcghYZHWg6jxdg73Ijpl1tqs9kLGtYjWk6FSpLLl/02XZkn6/zY40BGj++ZIIAJeYnuhIRv/xTbUw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.4.93_1723850502299_0.9079526152738884","host":"s3://npm-registry-packages"}},"0.4.94":{"name":"@opensea/vessel","version":"0.4.94","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.4.94","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"4a299ffa92cc0358882b3ebe1b74cce6f46f3c55","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.4.94.tgz","fileCount":23,"integrity":"sha512-ShwdKTyOrXektraIYqlgpz1n59iyaTw7OehooZoEd5cNVOE0CFmpFAPQKuYEfHO51lFlUyU9tXEIihEU3F8/rw==","signatures":[{"sig":"MEUCIARoSTEYKmkYP0VKnam8LFTLX3p9GOAFpfyBkj4Q+T1oAiEAkrnlKzCUrBpa2uqB5VIIDTb+pAYZjFtoyE30XGPT0Fw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300924},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.4.94.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d59af8d8fa90ff88f9a2b1db66a32967/opensea-vessel-0.4.94.tgz","_integrity":"sha512-ShwdKTyOrXektraIYqlgpz1n59iyaTw7OehooZoEd5cNVOE0CFmpFAPQKuYEfHO51lFlUyU9tXEIihEU3F8/rw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.4.94_1723854359178_0.05898126194579678","host":"s3://npm-registry-packages"}},"0.4.95":{"name":"@opensea/vessel","version":"0.4.95","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.4.95","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"95e4066b7ce7683769ef31f3d0b225f33981a6ba","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.4.95.tgz","fileCount":23,"integrity":"sha512-XfLDcfImyGU/aVcT4w2j9HR/oMIa7m7ozfcsqlvxxwnRJ+JEEwv7R7szE1Id2N+1SDzOgqwe0NOvbHe0jDWQnw==","signatures":[{"sig":"MEYCIQCwxeQTGicRqqOdpKgVqtV4E7PwjI9zZ+hJeAq/Czyf4wIhAJu7SszzZKqiGnrIn+8uEGIagzkx+TVXbCGb0Lh9J4un","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300924},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.4.95.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/faec8a9ccabb713198631998112dfdec/opensea-vessel-0.4.95.tgz","_integrity":"sha512-XfLDcfImyGU/aVcT4w2j9HR/oMIa7m7ozfcsqlvxxwnRJ+JEEwv7R7szE1Id2N+1SDzOgqwe0NOvbHe0jDWQnw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.4.95_1723913610463_0.9664720388107848","host":"s3://npm-registry-packages"}},"0.4.96":{"name":"@opensea/vessel","version":"0.4.96","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.4.96","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"442c4c0453eff8622e5c9d9253b13ef9460ad4f4","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.4.96.tgz","fileCount":23,"integrity":"sha512-XivB6zsWYFAWtnT/SQR2wfoUYMay56FDrWgCyIo4KiCmAQnHuD8J2/AP45nlhzpl13+0ubX8Dg4pzlzukY4X3Q==","signatures":[{"sig":"MEUCIDCvmNZPaec9xn8r4BMvJ3w956n260kbobryWkf9ZmoTAiEApK0KHTKOwPWwHWMYvpFmU3vd0baSwh55idW7Uusp54M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300919},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.4.96.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/256d1a3df0d2f3f60768bb820c9102d2/opensea-vessel-0.4.96.tgz","_integrity":"sha512-XivB6zsWYFAWtnT/SQR2wfoUYMay56FDrWgCyIo4KiCmAQnHuD8J2/AP45nlhzpl13+0ubX8Dg4pzlzukY4X3Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.4.96_1723917512929_0.2395057477685678","host":"s3://npm-registry-packages"}},"0.4.97":{"name":"@opensea/vessel","version":"0.4.97","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.4.97","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"61236f499a068f109d3e5d323be5718fa6b91206","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.4.97.tgz","fileCount":23,"integrity":"sha512-VEV43hboxek7qimq6FZZN9xmBEqzuiVuSgZdr6vA539xg6fVl+AJDvhGIlOU0SfcBAJrWa+pLU3+PCJcTq4aEQ==","signatures":[{"sig":"MEYCIQDv62A9WWtgWZEThKlUm1CY1T4CYHxHZNGfx3aPectKiAIhAOOF5Evs1pQl9eGpDfQMNpL5iFGyajvsrOJsBKS8nRjR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300924},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.4.97.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/bc14189cbe6e3d094dcd3421ab91800d/opensea-vessel-0.4.97.tgz","_integrity":"sha512-VEV43hboxek7qimq6FZZN9xmBEqzuiVuSgZdr6vA539xg6fVl+AJDvhGIlOU0SfcBAJrWa+pLU3+PCJcTq4aEQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.4.97_1723920180940_0.44891099167464454","host":"s3://npm-registry-packages"}},"0.4.98":{"name":"@opensea/vessel","version":"0.4.98","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.4.98","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"2294454f764e1b32d478e7397de097b1c618dff9","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.4.98.tgz","fileCount":23,"integrity":"sha512-LEUBZLQz+aBjZm6zP1rbqutBh5N3WZLsjKUx98PheVVnY4RQoO4PfuKjMc2aEnyqOczYZ01BuS/z1l++21cSoQ==","signatures":[{"sig":"MEYCIQDBz3OqlfcLJ0zMK5dm5CL2QNpKo9abRxnYlcB4N0TIIwIhAIzEs6+nRPMli3bxwO7xIKFG+3UTg4Zt4SX2L9m5ey1m","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300919},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.4.98.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/037454adeb4f8b4515f6a046b4a67b72/opensea-vessel-0.4.98.tgz","_integrity":"sha512-LEUBZLQz+aBjZm6zP1rbqutBh5N3WZLsjKUx98PheVVnY4RQoO4PfuKjMc2aEnyqOczYZ01BuS/z1l++21cSoQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.4.98_1724078471337_0.6627914083036084","host":"s3://npm-registry-packages"}},"0.4.99":{"name":"@opensea/vessel","version":"0.4.99","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.4.99","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"98f00193cee251d22c7d042b10c2b0b2008df09b","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.4.99.tgz","fileCount":23,"integrity":"sha512-HN7MkDEXiv27watST81HplqPgo7vXMGwNYYvxnZeMK0PyMXhTnZgNbrcAY71HxW5pzLJG5GdyeJuojaZi545eg==","signatures":[{"sig":"MEYCIQD5G9ki4WULEX9iAg6ilEKJILnHA5Pm2+GV/j6wc82m4QIhAKOK22nV+yAOo3M/CUXqCrOpeut6K8to4+v4WurMuZS/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300924},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.4.99.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e283dddf82858e33d1294e5a6c532582/opensea-vessel-0.4.99.tgz","_integrity":"sha512-HN7MkDEXiv27watST81HplqPgo7vXMGwNYYvxnZeMK0PyMXhTnZgNbrcAY71HxW5pzLJG5GdyeJuojaZi545eg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.4.99_1724086412533_0.2778706151820598","host":"s3://npm-registry-packages"}},"0.4.100":{"name":"@opensea/vessel","version":"0.4.100","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.4.100","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"ea2cb471c5ae72ac06643bb41afb6f4d07a8fef5","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.4.100.tgz","fileCount":23,"integrity":"sha512-4Qve+DSAU7uVc51iqG044p6KzakFERPZ/xcbIMy5bbOFIahyLvJ43cxiC4gnRF/AEN9HT6rWfiFI+1qzXMDThA==","signatures":[{"sig":"MEUCIBHm50P1mKj/Buu0o3SAkqXz7Xyy4DCe7kHWdJNrMlb/AiEAujE9I/usadexFEV0ymu1bypW2hUzQ5Dh8005I7tfe+I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300920},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.4.100.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/7f853dda2544bea7fdb76beb1df4c0ed/opensea-vessel-0.4.100.tgz","_integrity":"sha512-4Qve+DSAU7uVc51iqG044p6KzakFERPZ/xcbIMy5bbOFIahyLvJ43cxiC4gnRF/AEN9HT6rWfiFI+1qzXMDThA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.4.100_1724088773529_0.24942156649457004","host":"s3://npm-registry-packages"}},"0.4.101":{"name":"@opensea/vessel","version":"0.4.101","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.4.101","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"a399790ce9f5d9f1320aa1bb6121c9d8c8b3f3bb","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.4.101.tgz","fileCount":23,"integrity":"sha512-C2z7KMYUMHY56XraR7Q+rI7ILHF3RBdAjuZDZl6sO0v1INdQ+bwpsmrk9+HywuWMuTB5rSHU43JAEWdme7dCiw==","signatures":[{"sig":"MEUCIQDe0HlrMS2bfR/ao3x9Mc9hLiJ35HgGAag+S6RH9V05ngIgNLVs5iC+XFL1OE1AH3HrmHnL10JWs/SLJP/kk4uI0eI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300925},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.4.101.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/65cf76955a97898195616b1013879bf5/opensea-vessel-0.4.101.tgz","_integrity":"sha512-C2z7KMYUMHY56XraR7Q+rI7ILHF3RBdAjuZDZl6sO0v1INdQ+bwpsmrk9+HywuWMuTB5rSHU43JAEWdme7dCiw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.4.101_1724175457454_0.22321151616988977","host":"s3://npm-registry-packages"}},"0.4.102":{"name":"@opensea/vessel","version":"0.4.102","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.4.102","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"84ee53361b6b033ddc9bf20fd91a38c4cb06d083","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.4.102.tgz","fileCount":23,"integrity":"sha512-FrDdKJateZJAWN9iW1lbaSHWklc8U2Ya4J3rf1zLEiukZEaNlIrjskKMfxps2EBCN8v6n1p+ryD+9a+f5KyhBg==","signatures":[{"sig":"MEUCIQD9g1S8K7M1mpnhLkVX0rzaLMG7wA2MWt8CTkzkA23DNgIgM6XhkxCNA0tkA+EZ/AiknUgBKSakyhC2cC3pukiedkA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300920},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.4.102.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/cafe70a090d28bd5b06030e45b9c8d6f/opensea-vessel-0.4.102.tgz","_integrity":"sha512-FrDdKJateZJAWN9iW1lbaSHWklc8U2Ya4J3rf1zLEiukZEaNlIrjskKMfxps2EBCN8v6n1p+ryD+9a+f5KyhBg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.4.102_1724180496013_0.41662173721247187","host":"s3://npm-registry-packages"}},"0.4.103":{"name":"@opensea/vessel","version":"0.4.103","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.4.103","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"ad28157325a8b18ba5e159cf327e456c80b7698a","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.4.103.tgz","fileCount":23,"integrity":"sha512-5LwoG96ub9cIm9L2acFW7iKSkFW39wLf60GnAboEVhSsCIrfSSU0CFCTW21JRcI1it7E37tbKWE4KO0jOvT9gA==","signatures":[{"sig":"MEQCIHfq0HPS1ImXB+B4KERSyOprp68m7AGLPT2HDb1Ajxs9AiBFbiyhTg42x1IMAEYEZsulfS5FVv4Di22FKGYIqWUIIQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300925},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.4.103.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/4245c7e7abceaae95d8ddcee7960a41b/opensea-vessel-0.4.103.tgz","_integrity":"sha512-5LwoG96ub9cIm9L2acFW7iKSkFW39wLf60GnAboEVhSsCIrfSSU0CFCTW21JRcI1it7E37tbKWE4KO0jOvT9gA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.4.103_1724181902436_0.2612775424533018","host":"s3://npm-registry-packages"}},"0.4.104":{"name":"@opensea/vessel","version":"0.4.104","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.4.104","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"c2d45e95ad5cf27aad4a0b1b06c32e1195bfc10a","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.4.104.tgz","fileCount":23,"integrity":"sha512-R8PTG/5RO0cZhZ7C4NcWSyX/jXq/nAa/sKzMG61pNeLJBb/8OscnVJCiTR9/FTCxooWQtMee7V8AsaTlov9Kbg==","signatures":[{"sig":"MEQCIGoqjVlbYwrowvpvGdJf08W3AsO/TbBR51IZ6SboeLPOAiAWHXrIDn8IiRNei/uuo65f3ugQLsymJFAq2uP7h7e/mw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300925},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.4.104.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/90400e850de459b1645985b011173935/opensea-vessel-0.4.104.tgz","_integrity":"sha512-R8PTG/5RO0cZhZ7C4NcWSyX/jXq/nAa/sKzMG61pNeLJBb/8OscnVJCiTR9/FTCxooWQtMee7V8AsaTlov9Kbg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.4.104_1724194219798_0.6791676125628803","host":"s3://npm-registry-packages"}},"0.4.105":{"name":"@opensea/vessel","version":"0.4.105","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.4.105","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"53eca49a7feeea4a98250647e5b2b194500d92f9","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.4.105.tgz","fileCount":23,"integrity":"sha512-ia5LqD7q6TdTk+dqBFNjagw/Tr6wqVVHkgMw1ChT7ypT7g2Edzy3vjqHo80MR8S2qDxvAN9Ts0hKPKZT0e6MMA==","signatures":[{"sig":"MEQCIAwIEYx20BtnaxSiEulNQBtDZ5H32p9/+tl+qtmRe4giAiBSLH9dvnKKYpxgLen2Z6NEiztG8f9eU8JaiSGc7Elamg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300920},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.4.105.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/6631ed7fdad6ce40002c8dd6e30d658b/opensea-vessel-0.4.105.tgz","_integrity":"sha512-ia5LqD7q6TdTk+dqBFNjagw/Tr6wqVVHkgMw1ChT7ypT7g2Edzy3vjqHo80MR8S2qDxvAN9Ts0hKPKZT0e6MMA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.4.105_1724251305293_0.6726018389193877","host":"s3://npm-registry-packages"}},"0.5.0":{"name":"@opensea/vessel","version":"0.5.0","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.0","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"c1b7c9c77ebb5bcb95cbd87edba77945066eaf45","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.0.tgz","fileCount":23,"integrity":"sha512-KyXcZaZvCR7UQKKjhzC4VqbfSdxtRuJ1EC+8La1mv0odXzxqbJiH43Yw8NSYjr/050fqaqDaO4ysdVFmNlORGA==","signatures":[{"sig":"MEQCICwTyshA4FCEbCL/DNSvkpe5RuqjLbq8HwbB5SyfQtmZAiBL4eRi5/ojvQfHDmdBvNdKfBuB2LXvXsd7/s1UFrnwWw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300918},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.0.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a6e6533429bf3d690947a459de27336a/opensea-vessel-0.5.0.tgz","_integrity":"sha512-KyXcZaZvCR7UQKKjhzC4VqbfSdxtRuJ1EC+8La1mv0odXzxqbJiH43Yw8NSYjr/050fqaqDaO4ysdVFmNlORGA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.0_1724255274561_0.5730347842515968","host":"s3://npm-registry-packages"}},"0.5.1":{"name":"@opensea/vessel","version":"0.5.1","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.1","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"d5243cdf75bf05fb2a81c37bbc553711d36187e8","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.1.tgz","fileCount":23,"integrity":"sha512-cUE+z7s8Slssz6TvQkjKEOBoAjGl9rZ1OKc+B6yaCphh7LrvocxMwFqNsV6Tj+DWxATKHiAe/Mv7ZnxWeXAXgA==","signatures":[{"sig":"MEUCIQDE9dYglQIv+CryZt/GEb2kfOA+yu6BN7SoWLhrFt6W+gIgIiCWOSOS3kY17Vm2i+I7EIUeGzhwztd6VfO/24qnzTM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300923},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.1.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/31068ab11039aae03e06ec40b85cbcf6/opensea-vessel-0.5.1.tgz","_integrity":"sha512-cUE+z7s8Slssz6TvQkjKEOBoAjGl9rZ1OKc+B6yaCphh7LrvocxMwFqNsV6Tj+DWxATKHiAe/Mv7ZnxWeXAXgA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.1_1724255774831_0.17851027152985832","host":"s3://npm-registry-packages"}},"0.5.2":{"name":"@opensea/vessel","version":"0.5.2","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.2","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"f857b9f6b9a5cb907ed1889151552bd4d0aff3c2","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.2.tgz","fileCount":23,"integrity":"sha512-NYrvV1JENi0s5CtdOc30w9hhe0eOnqoL8nSq4Pc/RHIaBs5LFO7gnCOT5ceWrI3pfXYdCjx0uimS1AcrJWNd5Q==","signatures":[{"sig":"MEQCIHG+WLi3Ozy87VoMtWoKzSd6ixgnKlslc+YMGuNQpwskAiATUFgcRNu2xPT8noYBUDcThJjSjbCxlI4eN/cUE96fWw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300923},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.2.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e340c29d5e0f1510347758e4daa7a676/opensea-vessel-0.5.2.tgz","_integrity":"sha512-NYrvV1JENi0s5CtdOc30w9hhe0eOnqoL8nSq4Pc/RHIaBs5LFO7gnCOT5ceWrI3pfXYdCjx0uimS1AcrJWNd5Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.2_1724289436544_0.8450986830853644","host":"s3://npm-registry-packages"}},"0.5.3":{"name":"@opensea/vessel","version":"0.5.3","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.3","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"af41e6011b28f9538b924fe4240493efb2dacdba","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.3.tgz","fileCount":23,"integrity":"sha512-7c4XrRvys3NR7naDGl0HOA7jqUFpenJPEH8chZgfh5TBsy02ub9Uw+SohALYcyx5Wiu1QEGo7qw/QokDdPfarg==","signatures":[{"sig":"MEUCIQCRp9BU47+wqoXic0H3AK0JvDHnRibPoTlQLP+VExkCCwIgcCpMfet+yij6d9qK/opopmID1zyFA9wtLeoouU8LyUE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300923},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.3.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b32c80f6878ee006aab2edf19eee0433/opensea-vessel-0.5.3.tgz","_integrity":"sha512-7c4XrRvys3NR7naDGl0HOA7jqUFpenJPEH8chZgfh5TBsy02ub9Uw+SohALYcyx5Wiu1QEGo7qw/QokDdPfarg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.3_1724338500191_0.37272654784711534","host":"s3://npm-registry-packages"}},"0.5.4":{"name":"@opensea/vessel","version":"0.5.4","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.4","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"08b39bd2cfe06c988df4559f1fa3c1be2fd6b452","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.4.tgz","fileCount":23,"integrity":"sha512-A1kvYwinJUkAOU6pCaLRUf8wskHcvBh5Hf7gLSd+vWrd2ds0sPGajXD7grJ1Zs3CRpfbi4/RLsY6ZDIUpUqcEg==","signatures":[{"sig":"MEUCICMVWxQooDj/6NDBlaLYKzRwPSo1K0LweFipCNzxy9wGAiEA0TZ5QF20HH8rfZCizM0Gi4kUcm91BLCF7hShhGmd5lg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300923},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.4.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a29dc02def71da753a4294029b270106/opensea-vessel-0.5.4.tgz","_integrity":"sha512-A1kvYwinJUkAOU6pCaLRUf8wskHcvBh5Hf7gLSd+vWrd2ds0sPGajXD7grJ1Zs3CRpfbi4/RLsY6ZDIUpUqcEg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.4_1724437641677_0.9024666557649228","host":"s3://npm-registry-packages"}},"0.5.5":{"name":"@opensea/vessel","version":"0.5.5","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.5","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"03f9b1d301d9a43e852914775102509e5e41e618","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.5.tgz","fileCount":23,"integrity":"sha512-kHAbbGerxNZ8vu0EopY22ozaTvtC/IZg6eBpSXcbVKA8Vi4rzdSGSYF03w7jtgWu/S+1qw9PhXzZUqNJZnhLMg==","signatures":[{"sig":"MEUCIFEsQ4rmlY0duAchfhuZBFCdRNEhhoYYjH8ItXxF9/76AiEAzdCcM+e0rTZDlLu+fYFNqBcn6kLrzlSh3T/76lTnLcQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300918},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.5.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5062edfd3a4d82b9e6767c16aad2e5d5/opensea-vessel-0.5.5.tgz","_integrity":"sha512-kHAbbGerxNZ8vu0EopY22ozaTvtC/IZg6eBpSXcbVKA8Vi4rzdSGSYF03w7jtgWu/S+1qw9PhXzZUqNJZnhLMg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.5_1724595951452_0.8787411772623781","host":"s3://npm-registry-packages"}},"0.5.6":{"name":"@opensea/vessel","version":"0.5.6","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.6","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"9932178089bb663e07c86b88a791d554aa6a49b4","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.6.tgz","fileCount":23,"integrity":"sha512-JvwmwsaUqimROgWqI2T9wTfJkzd5ewNP7q3B5HlHVEHAr9rhtY4NCUozTd5xc3Q6l7XWBcBdHYEogl2NFKviqA==","signatures":[{"sig":"MEUCIB8a1uUyMgBp9lDHdYxaaajP9FvsSe6TfkuspA1+9MnBAiEAzeUXw7DI7HhZRHeJZQGSfdT+5yBF2g3hRb8wg+oGGU8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300918},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.6.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/9f48cb565ef61de94a3084c6d03fb1b6/opensea-vessel-0.5.6.tgz","_integrity":"sha512-JvwmwsaUqimROgWqI2T9wTfJkzd5ewNP7q3B5HlHVEHAr9rhtY4NCUozTd5xc3Q6l7XWBcBdHYEogl2NFKviqA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.6_1724704306260_0.17961976626656928","host":"s3://npm-registry-packages"}},"0.5.7":{"name":"@opensea/vessel","version":"0.5.7","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.7","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"92eb3945c5b43d99ec08c6ba73bee605dea98257","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.7.tgz","fileCount":23,"integrity":"sha512-j4nJiYqpvRLLNxEm/LohS6LUIAGMcTPMiqfD+y1pUElBvt8R3ud7PwcQFjapUYKUc25HYI+jgPlhK+/VHdJdLw==","signatures":[{"sig":"MEUCIErsp0Si5js8WGvn8iMhf3B4QlbokWcKbTGuxyZ5o+JMAiEAkjZCFBHIn0Ujdo/24v2O69JDQbTvJxxYBU4qlIFZzDs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300918},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.7.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b3dc9167f69764bb39eb3a7c11f23e19/opensea-vessel-0.5.7.tgz","_integrity":"sha512-j4nJiYqpvRLLNxEm/LohS6LUIAGMcTPMiqfD+y1pUElBvt8R3ud7PwcQFjapUYKUc25HYI+jgPlhK+/VHdJdLw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.7_1724710898370_0.8169605035260341","host":"s3://npm-registry-packages"}},"0.5.8":{"name":"@opensea/vessel","version":"0.5.8","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.8","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"f77e54f1818cb01ab0e5241ed599ff8637e1e70a","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.8.tgz","fileCount":23,"integrity":"sha512-YDF//XuBK4DbL1l0kh0O8fiDlR3K9MoN9yDOyt9t9lF2y1nFw8mnsx0+p2K8U2If+dQ/SApr4mW8zZLKNZx2Wg==","signatures":[{"sig":"MEUCIQDcrzAaeUQjnxqADOqeFxor+3CaBHLvLcECwvmB2bpXzAIgWgEJzjsvs12h6J617daF9fw1xXy2EBFrne1JLWgkc2c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300923},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.8.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/452eda8deb9324898352010b9570b51c/opensea-vessel-0.5.8.tgz","_integrity":"sha512-YDF//XuBK4DbL1l0kh0O8fiDlR3K9MoN9yDOyt9t9lF2y1nFw8mnsx0+p2K8U2If+dQ/SApr4mW8zZLKNZx2Wg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.8_1724713581123_0.4796716353372761","host":"s3://npm-registry-packages"}},"0.5.9":{"name":"@opensea/vessel","version":"0.5.9","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.9","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"a2647dcb15b66caa9f39f11105c6dc41030840e3","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.9.tgz","fileCount":23,"integrity":"sha512-Bkypeenk+n44Uxy0tfhaSNMdwVYzJuGrDWPBsiXKiBmUdCP8v6eUUrKSJh319R9s5Alt7HMVzVwI6LQfEWf1Yg==","signatures":[{"sig":"MEUCIEoOsszTPuNRvKHIN0r1y4jEnrjLLZcfDesvdwC4NOcIAiEAusREot295B4FtrK2VQ7E85m0xheDiCYivp3Co5mV4aw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300918},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.9.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/9879170b6fb9c5ec0984d83385c6038c/opensea-vessel-0.5.9.tgz","_integrity":"sha512-Bkypeenk+n44Uxy0tfhaSNMdwVYzJuGrDWPBsiXKiBmUdCP8v6eUUrKSJh319R9s5Alt7HMVzVwI6LQfEWf1Yg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.9_1724768506274_0.298164022147851","host":"s3://npm-registry-packages"}},"0.5.10":{"name":"@opensea/vessel","version":"0.5.10","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.10","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"7debea41d7d6c5716099e0732bd8ebe00c6c76fa","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.10.tgz","fileCount":23,"integrity":"sha512-3RJNk5Rnwxshjq5C2pXKkpi61TUVeWE2A+xYKnUVhUn3+ho1nJgcI9Ax7e7l4ywqdSrYA8bk35YeAHo0EkZ7Cw==","signatures":[{"sig":"MEUCIQCSVc3N7VSQRyYKfVMlSOUE80etwopII5kO2FtabE9NEAIgeT4kQJYjhO70R9bve5+DmkcnHqkpD+3itPimZqdwTJQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300924},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.10.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/4c0a00233a7555643d72e1b1c3e62db5/opensea-vessel-0.5.10.tgz","_integrity":"sha512-3RJNk5Rnwxshjq5C2pXKkpi61TUVeWE2A+xYKnUVhUn3+ho1nJgcI9Ax7e7l4ywqdSrYA8bk35YeAHo0EkZ7Cw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.10_1724780531604_0.07843348564646857","host":"s3://npm-registry-packages"}},"0.5.11":{"name":"@opensea/vessel","version":"0.5.11","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.11","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"05f72700d36bed56e2e359c6253e3719d9884bdb","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.11.tgz","fileCount":23,"integrity":"sha512-VjB5RWnoqVzT4EHmhtJw+rd86ERaEdErxRrOrKtNLsSwta1VqhpQw8tAGjdUW0u/snWIljY9ARQ9CVpHXPBlHQ==","signatures":[{"sig":"MEUCIQDwzhjynvVcsw3AY0ITZv3deAYw/V11ov6/pu+GD1vp5AIgU0iTg37O/B/v/Nsrgavaqhq+AXl37yLoh0FgogIQs9g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300919},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.11.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/dbce35642c071480b4090940e7525f3a/opensea-vessel-0.5.11.tgz","_integrity":"sha512-VjB5RWnoqVzT4EHmhtJw+rd86ERaEdErxRrOrKtNLsSwta1VqhpQw8tAGjdUW0u/snWIljY9ARQ9CVpHXPBlHQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.11_1724785298812_0.06520757084351048","host":"s3://npm-registry-packages"}},"0.5.12":{"name":"@opensea/vessel","version":"0.5.12","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.12","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"91dc9580a32ec3dfdbc01962899774501721a660","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.12.tgz","fileCount":23,"integrity":"sha512-ZuF39T7eBSY1/oEv+gL7Ji+akKqNJ+yzav279YXMtR7DL4hmOj0CuB19VBrSUyQi2LPjHGEBSPJbKMHNlGacAw==","signatures":[{"sig":"MEUCIQDbPeDmtN8AScMbqRhnijdL9MOsN4iR5Ytu/sZ6mAR5UQIgVf2PJz9gfBjEYWoVSWgeaspn4i3q67Sv2Lqe193o0lc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300924},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.12.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c9b32716b12f6e6dfe1be492d5717703/opensea-vessel-0.5.12.tgz","_integrity":"sha512-ZuF39T7eBSY1/oEv+gL7Ji+akKqNJ+yzav279YXMtR7DL4hmOj0CuB19VBrSUyQi2LPjHGEBSPJbKMHNlGacAw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.12_1724945537464_0.47708121741205445","host":"s3://npm-registry-packages"}},"0.5.13":{"name":"@opensea/vessel","version":"0.5.13","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.13","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"e3ca19eaac8a0f5ce3cd23ef6a9679d3d8a38143","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.13.tgz","fileCount":23,"integrity":"sha512-cOPCAZSjhfA/6sfEYCzY+qv/kgVvEJGNsKGVxcpOoXodFCl/qq/V+cXxt7Od4h/d0Stugaio65brw3G3SKv6FQ==","signatures":[{"sig":"MEYCIQCBw17alAjIsBx0oSym1K240D+UVSSTifduEuKFYW1YsQIhALoqeRIhS8RrudQ5oOE+0g6QxuhedxVqggEaYi/0Jjfd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300924},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.13.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/45b61e7b7021f1b922b3b9e7fd2df8e8/opensea-vessel-0.5.13.tgz","_integrity":"sha512-cOPCAZSjhfA/6sfEYCzY+qv/kgVvEJGNsKGVxcpOoXodFCl/qq/V+cXxt7Od4h/d0Stugaio65brw3G3SKv6FQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.13_1724956088058_0.08826926648317346","host":"s3://npm-registry-packages"}},"0.5.14":{"name":"@opensea/vessel","version":"0.5.14","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.14","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"2d0871a7e71d003dd74034cc4c2e6513a15e9b40","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.14.tgz","fileCount":23,"integrity":"sha512-+jGHkYRwkJ/Dl5cVCRDxanX00mZdDWsRsjYnax4lnPC0+ww7nQlb3+0rvvoBrmDXiWsJSbiRz0yCWzpxCQoh3w==","signatures":[{"sig":"MEYCIQDQEiPfb/hRZ/TX0ROhlsjqdPrG96o7ddMM7f4xjKBeugIhAPwMukrJ8TaBHEIl3vWiScsIR2LkPLESKf3jLBl9CP7N","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300924},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.14.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f63594acd585ae034da38b1a82b46a68/opensea-vessel-0.5.14.tgz","_integrity":"sha512-+jGHkYRwkJ/Dl5cVCRDxanX00mZdDWsRsjYnax4lnPC0+ww7nQlb3+0rvvoBrmDXiWsJSbiRz0yCWzpxCQoh3w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.14_1724961417001_0.21597121557864352","host":"s3://npm-registry-packages"}},"0.5.15":{"name":"@opensea/vessel","version":"0.5.15","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.15","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"9dbe5b5235a35c65598604ff115894a9b4c5291a","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.15.tgz","fileCount":23,"integrity":"sha512-nlpyL3rzQAb2cRuV3oMpH96EP5rDcDxl7rRBXgNOnjSSJOToF4xadImT+MMtrBd8hl6Ck1E9mxnxTyTJ9xL/Ow==","signatures":[{"sig":"MEUCICoxW2RiAdA9v0xouIyipZGof+GqdMXLlpHooUglkzYDAiEAlAyQ1QwpR8yFVEPmB0DJW4mWhinZcsUxFOvjyEce0Ko=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300919},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.15.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/4a3f40f8ce87b3d6edbfd2ce15e81fc1/opensea-vessel-0.5.15.tgz","_integrity":"sha512-nlpyL3rzQAb2cRuV3oMpH96EP5rDcDxl7rRBXgNOnjSSJOToF4xadImT+MMtrBd8hl6Ck1E9mxnxTyTJ9xL/Ow==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.15_1724962674443_0.8262639020805826","host":"s3://npm-registry-packages"}},"0.5.16":{"name":"@opensea/vessel","version":"0.5.16","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.16","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"e9a50648910f67720b068df28a70bf4fba6cbc43","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.16.tgz","fileCount":23,"integrity":"sha512-Hz0B2Tk8Ad1tt0ebB84lXBxDq1g2SyB+pHDjkUYB1lEI5tIRTkXi4jDCRA2+k8vM5o7pCdP6tPbOSPA7tiUYiA==","signatures":[{"sig":"MEUCIAdx7OUb74kTFxi6RmTHEMZyRcQSm4WoCDft+v5K6Zv2AiEA4NG/U7+5IB0dkXXUnIVQA5mowHtylbNI6VhQGdtMpto=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300919},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.16.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c7c9c0c7f10b1f5c57f5502af3240b3d/opensea-vessel-0.5.16.tgz","_integrity":"sha512-Hz0B2Tk8Ad1tt0ebB84lXBxDq1g2SyB+pHDjkUYB1lEI5tIRTkXi4jDCRA2+k8vM5o7pCdP6tPbOSPA7tiUYiA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.16_1724963438486_0.21494095078688868","host":"s3://npm-registry-packages"}},"0.5.17":{"name":"@opensea/vessel","version":"0.5.17","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.17","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"e81fc22eb82a71de949e4c0a57aff593efe7d817","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.17.tgz","fileCount":23,"integrity":"sha512-xAatt0q8mKrvZHIUwXIctTf/AxBbIxaE/3CC7iLYGtykk5rvzS8BshYVh2PaHl31wU6NSlUM8IC0fgGNmR5lOg==","signatures":[{"sig":"MEYCIQD/UjMANHRSUz4pCTELGcLyMy+hPM7AmbTTSssiv+Ye5AIhAL1eI4AuRdDycUTflR6+wSMY5ou96Vb2Vex/Rw2LGnKG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300919},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.17.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/4b5446e2046857e3114a9c9982f8588d/opensea-vessel-0.5.17.tgz","_integrity":"sha512-xAatt0q8mKrvZHIUwXIctTf/AxBbIxaE/3CC7iLYGtykk5rvzS8BshYVh2PaHl31wU6NSlUM8IC0fgGNmR5lOg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.17_1725038942747_0.8268589723274384","host":"s3://npm-registry-packages"}},"0.5.18":{"name":"@opensea/vessel","version":"0.5.18","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.18","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"a06a5f760e083f35d814780dd631e242cb225e38","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.18.tgz","fileCount":23,"integrity":"sha512-O5S9NPMMVQ84U0W0nCJb7UArHvAI+B12PcC/Y/61bAHmSmCH8EsoCpM4wZqX01CbA93eeybwjjBqxqANc7Mu5w==","signatures":[{"sig":"MEYCIQCzROsr1WYy+EapuPH0xmFhVglOc+SPSA/PfnBEXB5k2wIhAJj0mQUTpxncH+fCY2OfcbIyL1EnMDoNpFOrCxaGHjda","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300924},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.18.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/9a2699f39c29f4f52e36691465c34a78/opensea-vessel-0.5.18.tgz","_integrity":"sha512-O5S9NPMMVQ84U0W0nCJb7UArHvAI+B12PcC/Y/61bAHmSmCH8EsoCpM4wZqX01CbA93eeybwjjBqxqANc7Mu5w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.18_1725045335271_0.9365651792606822","host":"s3://npm-registry-packages"}},"0.5.19":{"name":"@opensea/vessel","version":"0.5.19","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.19","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"389e68d36dafa66a63f67d0eb1a61f39a98cdf47","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.19.tgz","fileCount":23,"integrity":"sha512-WieXwJXYeauaVuXyyOrEgwOyiQMll7IfS1vJdfarupSTZ209AV5RFdudDbqgUF12r9SxyiNY9ovwW7PLonstmQ==","signatures":[{"sig":"MEQCIDC3c9yzpiWP92qxIpL9T9GoRlQx09++scab+gQKgOWvAiA9Mz5fk88jrtjOB0xUj130g1qB/rjHf1XHrvV0A60C2g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300924},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.19.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c83738d559f90ae3f692af25214404d5/opensea-vessel-0.5.19.tgz","_integrity":"sha512-WieXwJXYeauaVuXyyOrEgwOyiQMll7IfS1vJdfarupSTZ209AV5RFdudDbqgUF12r9SxyiNY9ovwW7PLonstmQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.19_1725050452526_0.1866208920595478","host":"s3://npm-registry-packages"}},"0.5.20":{"name":"@opensea/vessel","version":"0.5.20","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.20","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"0f1ea0e500ba2485376035ded8e824f46ba65506","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.20.tgz","fileCount":23,"integrity":"sha512-/VySYjwfAxN8YPoEdRY2RFNRGaqe6rNjqoJ7kcqFk5JM4FL6R39Qr1G238GnTibrPQfZLFvkShMgK5z4wnvaUw==","signatures":[{"sig":"MEYCIQDS6Z4OumDU1X3RpB5LQQJFcDhxiP3TznZN9LBV9MOTBAIhAMn/TWiv1JYJ+HDQuEyHc1N2isMLlFiqOVVEjQgiH5ww","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300924},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.20.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/38038f87ab48458171e44a6f57d8b8b2/opensea-vessel-0.5.20.tgz","_integrity":"sha512-/VySYjwfAxN8YPoEdRY2RFNRGaqe6rNjqoJ7kcqFk5JM4FL6R39Qr1G238GnTibrPQfZLFvkShMgK5z4wnvaUw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.20_1725051472165_0.4723993452196329","host":"s3://npm-registry-packages"}},"0.5.21":{"name":"@opensea/vessel","version":"0.5.21","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.21","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"2c6d04ebcf74c6f83623640a30c1020115b43e80","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.21.tgz","fileCount":23,"integrity":"sha512-+MuN0KU5UJhhpchglOpD4Q4zM3V5g7Ot3ZggRVfj+V2BW4zPngbkbt6ubK1Kx5rtqjDGplYQkCqorujORw1fKw==","signatures":[{"sig":"MEUCIQC0ez9IB11dbRGAAwMGZS3fJn72nZmtlvy/g4XvkdBAsgIgUdZ8g1phM2TZN15cewmRm260NaYFArQvnIMAvO+LrSU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300919},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.21.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b3b0e4da8bbd3473d7de0f1e30f3b9b8/opensea-vessel-0.5.21.tgz","_integrity":"sha512-+MuN0KU5UJhhpchglOpD4Q4zM3V5g7Ot3ZggRVfj+V2BW4zPngbkbt6ubK1Kx5rtqjDGplYQkCqorujORw1fKw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.21_1725224503548_0.5952522190890002","host":"s3://npm-registry-packages"}},"0.5.22":{"name":"@opensea/vessel","version":"0.5.22","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.22","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"bb0d506ce59b57469a912cb98d5b50667f4efb3d","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.22.tgz","fileCount":23,"integrity":"sha512-HSxcOK12cGnhU+4mMZkg4s2TxwH8Bkrp2KE7CZy0fIuKrcAjjXMNEzGoVH6uzJc2Ah7zEhDDQmv+GbX7yjIJPw==","signatures":[{"sig":"MEYCIQCqhhSLUJGPzYbAMT07kFg7bee9DJ/6zpewPYUAGRJlqQIhAOLFd5mA+ccEn3wQIT5o51Zvxo7Ef4gGzUrfTb+JsUlo","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300924},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.22.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8416c463ea9b4cbb30430929efd748d3/opensea-vessel-0.5.22.tgz","_integrity":"sha512-HSxcOK12cGnhU+4mMZkg4s2TxwH8Bkrp2KE7CZy0fIuKrcAjjXMNEzGoVH6uzJc2Ah7zEhDDQmv+GbX7yjIJPw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.22_1725385495269_0.2946921504594695","host":"s3://npm-registry-packages"}},"0.5.23":{"name":"@opensea/vessel","version":"0.5.23","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.23","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"526bfd31b10112f23d73bfb158bf598c2f096197","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.23.tgz","fileCount":23,"integrity":"sha512-O5RegJQNa7dAJ59rUJV43vEpm0fFUzuIEotAWEVgOV9NuvQe6HAR5VUZrSlruvREIFxFLrEaW+K9XRZvD/7jsA==","signatures":[{"sig":"MEYCIQCXpzNFVQADE0/orHAFihok8dhTFp5+fTgN1JWXK62/eAIhAI7dUlaxQ6mTwTiEDgSoHu0HOoMJt3F1Fy+ANXe9Qsl0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300924},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.23.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5b69db5427d3040930b13e6b4f876959/opensea-vessel-0.5.23.tgz","_integrity":"sha512-O5RegJQNa7dAJ59rUJV43vEpm0fFUzuIEotAWEVgOV9NuvQe6HAR5VUZrSlruvREIFxFLrEaW+K9XRZvD/7jsA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.23_1725403592903_0.14477496631356512","host":"s3://npm-registry-packages"}},"0.5.24":{"name":"@opensea/vessel","version":"0.5.24","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.24","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"65bda485c0126e99104b85c747d4e39f4a9a8d66","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.24.tgz","fileCount":23,"integrity":"sha512-ng5kKbJApSewhmFTHJFhXzvwDYV+KKF6gS6mo/aEfQezAQiF5c2YWiIo74hj6Tpy7m62XoFWo1Kmez/UeX+qOA==","signatures":[{"sig":"MEQCIACG3k0sfaOVHNO/5QTCQhm3FYP11TxPJSB1qqD3uYigAiAsZgemycuemmxaVt1hQHKjOJvFUtKqiIidFiNM2Kl+7g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300919},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.24.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/bf6a5d27db45ae1e0c215f31ada8190b/opensea-vessel-0.5.24.tgz","_integrity":"sha512-ng5kKbJApSewhmFTHJFhXzvwDYV+KKF6gS6mo/aEfQezAQiF5c2YWiIo74hj6Tpy7m62XoFWo1Kmez/UeX+qOA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.24_1725479677252_0.2849067842796338","host":"s3://npm-registry-packages"}},"0.5.25":{"name":"@opensea/vessel","version":"0.5.25","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.25","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"430c640285ce96662ffa31b97200c9f9f16830fd","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.25.tgz","fileCount":23,"integrity":"sha512-A5HYT2iGh7NCojpvZEA41I5wHUviRF3jZBwKSuhKjm3xCL5JRatSFZpf4thwwZBfrA/jpfiwUp0MaEncT00rmQ==","signatures":[{"sig":"MEQCICNp+R8qfFUt7DUzhFg2eKL4zj3/auqh3/T8NQOLrUNDAiAJba3urdK85AwY67I+ij0Nhptumajzw1FfvEA3T7ENMA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300919},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.25.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f87d62dfc9e05c575839b13dc53aea4e/opensea-vessel-0.5.25.tgz","_integrity":"sha512-A5HYT2iGh7NCojpvZEA41I5wHUviRF3jZBwKSuhKjm3xCL5JRatSFZpf4thwwZBfrA/jpfiwUp0MaEncT00rmQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.25_1725487571899_0.44513005964155483","host":"s3://npm-registry-packages"}},"0.5.26":{"name":"@opensea/vessel","version":"0.5.26","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.26","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"bcf5b1caf0676ed4c830b8122fc6e13406357235","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.26.tgz","fileCount":23,"integrity":"sha512-YQ+bT/855+pPgXnIXRCjDrj3//lvFYU+CgNsd/e//9E8qnGiUxW73PQv1H48tSyu5eUAIUVmfRAmmxUmwK3x6Q==","signatures":[{"sig":"MEQCIFPgqxoLWg/0spk58lIRc7jC3XqFdYe4WZZZTuXqGoUFAiBwkkNeRl8zVkDp3QvwDI6atu87Nqz9+Do9f/fhMsHspg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300919},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.26.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ab3a0097bfe0607c873b35b3bb568268/opensea-vessel-0.5.26.tgz","_integrity":"sha512-YQ+bT/855+pPgXnIXRCjDrj3//lvFYU+CgNsd/e//9E8qnGiUxW73PQv1H48tSyu5eUAIUVmfRAmmxUmwK3x6Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.26_1725488393248_0.7529713386078718","host":"s3://npm-registry-packages"}},"0.5.27":{"name":"@opensea/vessel","version":"0.5.27","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.27","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"b326e66676144ab0377e42049fcd308970f72892","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.27.tgz","fileCount":23,"integrity":"sha512-FTH5Czsx+vJaWQb/cpCLW7Q+Dzk8HKDNFyXhiJgthXwW3aU+0ffW2PHOlE1B3wISdV+NfzNqeOx3QHCxUeHAWw==","signatures":[{"sig":"MEUCIEH6ov5MF9NwhHh1aqpxM4zSjTU7pUXnafrBG1faqHMpAiEAt9x48Qp74FZNeK6vU90rfLiRNNl7/Bv/GhesH1OiEd8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300919},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.27.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ce87768092231e82e17c9cc42b4be535/opensea-vessel-0.5.27.tgz","_integrity":"sha512-FTH5Czsx+vJaWQb/cpCLW7Q+Dzk8HKDNFyXhiJgthXwW3aU+0ffW2PHOlE1B3wISdV+NfzNqeOx3QHCxUeHAWw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.27_1725551752762_0.3103641612879491","host":"s3://npm-registry-packages"}},"0.5.28":{"name":"@opensea/vessel","version":"0.5.28","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.28","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"f412e083c2bfac932e52bcedf01260e11a0da8fd","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.28.tgz","fileCount":23,"integrity":"sha512-wFH9iXfsuHwWB8HZiWhWUwc3eWwfqJAhKfShvS+L1LL7huhR+JSyfHLbw7ysSguh6Zj8VlhYpWktmhdgYCkEVw==","signatures":[{"sig":"MEQCIG9+LTCJ0gus57bn340sFKrB/V+peh5BOtusRbEPVZvtAiBqy6hNDZxZR2mS+a/Yg15X7SqV3Ykp6AYEFz/6liRc5g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300924},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.28.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/17f2892fa39a46d6d38c1ac81dd62a7a/opensea-vessel-0.5.28.tgz","_integrity":"sha512-wFH9iXfsuHwWB8HZiWhWUwc3eWwfqJAhKfShvS+L1LL7huhR+JSyfHLbw7ysSguh6Zj8VlhYpWktmhdgYCkEVw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.28_1725552146026_0.2802573630844267","host":"s3://npm-registry-packages"}},"0.5.29":{"name":"@opensea/vessel","version":"0.5.29","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.29","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"28eaaadc71e3a3e7910bc7fd415e9b1f297eaeec","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.29.tgz","fileCount":23,"integrity":"sha512-60ukEZlbRWA2uijShExCEQ35zyp5GO65B90byLIG7Zw1115OUUeWjTUC5XgYC9PZTe4N7EDb0JfehQqH0fLmNw==","signatures":[{"sig":"MEYCIQCuwQsaQ+dBifDuxIj/zTB0nVrTjEv03NNCcuXCPSI+8gIhAOoEqKh3ovS0hRepgniYS9k3jvCgObA/G1Yt1K1tjR8V","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300919},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.29.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ccc1b9d4e12eda69dc85718f728eec3c/opensea-vessel-0.5.29.tgz","_integrity":"sha512-60ukEZlbRWA2uijShExCEQ35zyp5GO65B90byLIG7Zw1115OUUeWjTUC5XgYC9PZTe4N7EDb0JfehQqH0fLmNw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.29_1725563956246_0.5069842466334074","host":"s3://npm-registry-packages"}},"0.5.30":{"name":"@opensea/vessel","version":"0.5.30","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.30","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"8a24492fe100616c968d0094ac74b2a92a7c6468","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.30.tgz","fileCount":23,"integrity":"sha512-SSa2cxriwH4q+Erix7MUpoi9h3xX1T+0P+XoSt3cUBWX4WGFce6XyCqO52TE0BTrORf9AEPKJgjt8O5pfYo9Vw==","signatures":[{"sig":"MEQCIEYDVDWuGoFt3RoXcd+M1dj8PNVFk3KnJayxAtYLqOV6AiAKuq1Fta6GLCIUyHPLU30GUqWfexMqaS/tj2FPF4+NjQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300924},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.30.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/4d1f022346cb93ad61863bd1a8ebef00/opensea-vessel-0.5.30.tgz","_integrity":"sha512-SSa2cxriwH4q+Erix7MUpoi9h3xX1T+0P+XoSt3cUBWX4WGFce6XyCqO52TE0BTrORf9AEPKJgjt8O5pfYo9Vw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.30_1725582641236_0.3563464324634611","host":"s3://npm-registry-packages"}},"0.5.31":{"name":"@opensea/vessel","version":"0.5.31","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.31","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"61395d35d04767326eace7f6423f2fc7011e5487","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.31.tgz","fileCount":23,"integrity":"sha512-KR2U9xYRWCjHoZRBe5XurN0p4xclKIVjoqnBfJFc9z6FPc464one6K2+RMEVeioywXo3BMEZyXrGvHzjwTO6Ow==","signatures":[{"sig":"MEUCIQDMqYT2ciZxNHuVnalg8rYfJa+2HPMkXsZLCqWaUWuT8AIgQvbW7DtTqKnGSLvnVLb4YXBw128ppCeG8eZwlvp7fOE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300924},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.31.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/2757ddb7600e09d62e9382950d5a6d0d/opensea-vessel-0.5.31.tgz","_integrity":"sha512-KR2U9xYRWCjHoZRBe5XurN0p4xclKIVjoqnBfJFc9z6FPc464one6K2+RMEVeioywXo3BMEZyXrGvHzjwTO6Ow==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.31_1725940130684_0.3185782623282838","host":"s3://npm-registry-packages"}},"0.5.32":{"name":"@opensea/vessel","version":"0.5.32","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.32","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"97fa526f4cfbe2776279ada42e365e450e03842b","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.32.tgz","fileCount":23,"integrity":"sha512-1+BvvNG978pmqPD2moUhvwuKdtr/Ri09MuS1FQ3DykVilwjVkF4dxLrOghcJKvmVDIvoraJcYzu+nKVdQ6Ix9A==","signatures":[{"sig":"MEYCIQCqH+HiqPBDnIe554c0FK/x7Y12vC3nH8JTu7/xhFphbQIhAN/y8VeJOwSeiV55Xx7lO80KI5E5ZOeb+somwP7nLeol","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300919},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.32.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/3fca4ba4e611cb14c12ca33e94169ed2/opensea-vessel-0.5.32.tgz","_integrity":"sha512-1+BvvNG978pmqPD2moUhvwuKdtr/Ri09MuS1FQ3DykVilwjVkF4dxLrOghcJKvmVDIvoraJcYzu+nKVdQ6Ix9A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.32_1726073508776_0.7667390975827915","host":"s3://npm-registry-packages"}},"0.5.33":{"name":"@opensea/vessel","version":"0.5.33","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.33","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"9785e4917dab877bcd6bf07d77260e54e15697d7","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.33.tgz","fileCount":23,"integrity":"sha512-sbHJeok9Iv2hGMEIne9CFMxgtHUc+gLL/MHpuxsIgTcIJzY/fve5vVnW0mUCGZbceDjV7LGGvFjdviIQpqoMkA==","signatures":[{"sig":"MEYCIQCFmYg8QbfWUTZeTssxmLgWdE7kkx8SHe2qYkbOUNPkhAIhAJdpFInzZKD1d6LASQLCCTLdd52fX+a4XbPSBmOMXOj/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300919},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.33.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e8fe0a2da2bcce71333a306ecbcf7f5a/opensea-vessel-0.5.33.tgz","_integrity":"sha512-sbHJeok9Iv2hGMEIne9CFMxgtHUc+gLL/MHpuxsIgTcIJzY/fve5vVnW0mUCGZbceDjV7LGGvFjdviIQpqoMkA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.33_1726093066299_0.17940885158323927","host":"s3://npm-registry-packages"}},"0.5.34":{"name":"@opensea/vessel","version":"0.5.34","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.34","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"15825ab2e382c5518035a4809aaee9ac34bea227","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.34.tgz","fileCount":23,"integrity":"sha512-6Ow71zq6a01CzTjV6HDfpE+G8kPyfsfjg4pYFlt/fa6s4j2SgWDN1b/gmuJwPKwdgnbyxFbGHRE59o1wZqBLGQ==","signatures":[{"sig":"MEQCIBxCnpHhfAVwobKZbk/AIM67nCAP+Mkw+Cp9cWnfoTL1AiBjicV8XBx/F+dgBWvaFD/MefTnXM5/uvaH+1SxRgJR8Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300924},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.34.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/bc971dabe5a5621a10664376064610db/opensea-vessel-0.5.34.tgz","_integrity":"sha512-6Ow71zq6a01CzTjV6HDfpE+G8kPyfsfjg4pYFlt/fa6s4j2SgWDN1b/gmuJwPKwdgnbyxFbGHRE59o1wZqBLGQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.34_1726128904512_0.1058617135742983","host":"s3://npm-registry-packages"}},"0.5.35":{"name":"@opensea/vessel","version":"0.5.35","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.35","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"93bbcef4a4f871399c4fcb6c1dce1e66be5857a5","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.35.tgz","fileCount":23,"integrity":"sha512-n/Wu6xywpPMAkAEwdOfri4LBn7aGl+YzOTkfTkpwkQwZqcJFe4G25jaFmnLKDTFfD7Oxed1RsOWXKZ9xAF8qfg==","signatures":[{"sig":"MEQCIGLWEl7729splRV+aspk9gUhfHoHLRsUdoQ0IGOtWYJ+AiAKKGFOTL0sStOl1s1ESWwdiJO67gHD3wqRLlD5ssgrTA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300919},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.35.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/6b8574635fb60a8f6a570a6e4d16a905/opensea-vessel-0.5.35.tgz","_integrity":"sha512-n/Wu6xywpPMAkAEwdOfri4LBn7aGl+YzOTkfTkpwkQwZqcJFe4G25jaFmnLKDTFfD7Oxed1RsOWXKZ9xAF8qfg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.35_1726153537032_0.4126438061166653","host":"s3://npm-registry-packages"}},"0.5.36":{"name":"@opensea/vessel","version":"0.5.36","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.36","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"4f6be424bb73cf4ca71f7b8faa2ae8b3eff004f7","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.36.tgz","fileCount":23,"integrity":"sha512-xTvRtF4rMScot/SBVdlVKBudXcfH9ioXwb2V4BjeX8Qd/RH304yENrl0MHNKFq1OPmxieqg8Ev9OwxGcrR4Xsg==","signatures":[{"sig":"MEUCIQDn994Jt5butIN7lD5ixZHmjez5KT6F43yeMS0BPwbsJwIge8tujO1Unib/1yb4YqCcG5ySZXaLHQ2pmwC7DI9SlwU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":300919},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.36.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b0db1969b4928c6d22248c3eed678aa3/opensea-vessel-0.5.36.tgz","_integrity":"sha512-xTvRtF4rMScot/SBVdlVKBudXcfH9ioXwb2V4BjeX8Qd/RH304yENrl0MHNKFq1OPmxieqg8Ev9OwxGcrR4Xsg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.36_1726156631456_0.4067395800019966","host":"s3://npm-registry-packages"}},"0.5.37":{"name":"@opensea/vessel","version":"0.5.37","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.37","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"8d5adeed09f694269258446da161badca3ad91b6","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.37.tgz","fileCount":23,"integrity":"sha512-MuBMcxTT7XIuVfN1DkhEJ0gMb3usENZs6iDV7VrctC3/G2Yg/x9tNkwq5s7BXIgkh4DB/U2cA82NyAAC0vGSPw==","signatures":[{"sig":"MEYCIQD8zYnqsUM+IXhzQ3F+iwo2QgdYqboJ0Y+oZv4E3VdScwIhAL/gA2pxbWCY0AaPyGfL2W8+qFaOU5KAzfuKJRsqYiiz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301785},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.37.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8b5690e91ffcf0f95a16b19bebfdedb8/opensea-vessel-0.5.37.tgz","_integrity":"sha512-MuBMcxTT7XIuVfN1DkhEJ0gMb3usENZs6iDV7VrctC3/G2Yg/x9tNkwq5s7BXIgkh4DB/U2cA82NyAAC0vGSPw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.37_1726157672173_0.8504672533269142","host":"s3://npm-registry-packages"}},"0.5.38":{"name":"@opensea/vessel","version":"0.5.38","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.38","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"319d6560509ccefb4eae6523650e153035d56193","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.38.tgz","fileCount":23,"integrity":"sha512-UVFIVSn6APU7bB3+tlTJcAmUBSLksopmImGtqgMS70kLqMBSqy0+cjqYaPKRecwyrLsEFiyVjNPEOkuOSron5A==","signatures":[{"sig":"MEYCIQDIcFaqC7SM2A122ZSpJ1aWqD6Ez/nEr9iCpzS2af7XYQIhAMmud3I/00edErTgFK0oK4fZ4XMA9eoaycKEmAW87bNC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301785},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.38.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/97c21d8a13b7340c42775495cc543967/opensea-vessel-0.5.38.tgz","_integrity":"sha512-UVFIVSn6APU7bB3+tlTJcAmUBSLksopmImGtqgMS70kLqMBSqy0+cjqYaPKRecwyrLsEFiyVjNPEOkuOSron5A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.38_1726172737235_0.8660659790598904","host":"s3://npm-registry-packages"}},"0.5.39":{"name":"@opensea/vessel","version":"0.5.39","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.39","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"b96c2620f7c35ac1defc9bac0eb7da8e629a6804","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.39.tgz","fileCount":23,"integrity":"sha512-trRGg+rpCWwneX5uAUdvbmSu0+0r6mLgncx78d57mBNQDJlfjpqYGZ9dptjeklBg9+H6LY/j7mCGYgZEZ+xOSg==","signatures":[{"sig":"MEUCIQCoL8faxwxxoUxBZ/7n0kxZNzgRR/wulPOujFJQOkHHCQIgN7doY74kWsg1/4iFtG5i6bJkFH83H/v7e2z29eCnqoM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301785},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.39.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/caf806a7eb928995b3f30ad2f7fa7da1/opensea-vessel-0.5.39.tgz","_integrity":"sha512-trRGg+rpCWwneX5uAUdvbmSu0+0r6mLgncx78d57mBNQDJlfjpqYGZ9dptjeklBg9+H6LY/j7mCGYgZEZ+xOSg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.39_1726176931860_0.5646763661323682","host":"s3://npm-registry-packages"}},"0.5.40":{"name":"@opensea/vessel","version":"0.5.40","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.40","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"fc6f132d55be4942e9b21e2f2745b07dd2594907","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.40.tgz","fileCount":23,"integrity":"sha512-frDxTMzmndLV5koUyYxiR4TP+zpwuQF6W+qBXzmVubs9yYuw8Xy023PpvJo6vp7QqmkVCdzFh5ErrSpZV8+Tbg==","signatures":[{"sig":"MEQCIFHBk+YnlhPohLRTwB2pe+0I+U5lQ8QGzfSKTUVQVHQ9AiAz5mcHHajB4JWughzJCoIabieI+tmINRqpuA8KHN8UrQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301780},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.40.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/4e18056591228c2da29919eeae688397/opensea-vessel-0.5.40.tgz","_integrity":"sha512-frDxTMzmndLV5koUyYxiR4TP+zpwuQF6W+qBXzmVubs9yYuw8Xy023PpvJo6vp7QqmkVCdzFh5ErrSpZV8+Tbg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.40_1726259705481_0.2982908824244639","host":"s3://npm-registry-packages"}},"0.5.41":{"name":"@opensea/vessel","version":"0.5.41","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.41","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"07249fdd44bac0dc5c0873d0ae0c789a19d47d54","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.41.tgz","fileCount":23,"integrity":"sha512-BstrD0yDOH0EGfjU3yZnXEcjzz/UmkoP1IUKlikhYDq601aEo/dELYEuP69v8cFNAp3zC/FyzDeI+GsEQ6t+JQ==","signatures":[{"sig":"MEQCIBMTtyeaQo59UPYvzYdPQXMFAyLtcArV28sFG93FyKR6AiAiKkGReaTW+Er1nQNSPlsnwKYALHJzbYXgeq6B8giDuA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301785},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.41.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/bcd856876447cce51176a4431b800447/opensea-vessel-0.5.41.tgz","_integrity":"sha512-BstrD0yDOH0EGfjU3yZnXEcjzz/UmkoP1IUKlikhYDq601aEo/dELYEuP69v8cFNAp3zC/FyzDeI+GsEQ6t+JQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.41_1726413443649_0.22430749037458564","host":"s3://npm-registry-packages"}},"0.5.42":{"name":"@opensea/vessel","version":"0.5.42","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.42","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"061a4e287f67fb962aa7904303c87c1aa430ed7e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.42.tgz","fileCount":23,"integrity":"sha512-8x2CU7pTi0wT/Blth/P357YQ0uqDQsxTGC481BbxGAIfr55reLrYEYFD1ISoqyb2GqYsRp3HpHza2dSuHwuGMg==","signatures":[{"sig":"MEUCIQDu8Nhktyum2l3Q8mmGZnqmW0HBimY0i9Vxo02JPi43FgIgUllwIW1Gcpswl8KhYQnhwizBSOAWken54Yqxg14eRb8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301785},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.42.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/4fe212f2d1ec323f0474ac975c56e61d/opensea-vessel-0.5.42.tgz","_integrity":"sha512-8x2CU7pTi0wT/Blth/P357YQ0uqDQsxTGC481BbxGAIfr55reLrYEYFD1ISoqyb2GqYsRp3HpHza2dSuHwuGMg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.42_1726506256627_0.9179437332682112","host":"s3://npm-registry-packages"}},"0.5.43":{"name":"@opensea/vessel","version":"0.5.43","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.43","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"2a7ff6c15bdbea7567a4db233a2e24f9702c2440","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.43.tgz","fileCount":23,"integrity":"sha512-Qar84mVVN3dM0Uu244wrTAJ5K88VhEMWNiFfi9m81tAPXtL8UWbaDpHqn+7khWZGZiNp1s5uv+3gmB8xXRhIpg==","signatures":[{"sig":"MEQCIA4WW8ZRYHVHqbJ6X1X+WlI1rs2MHotnQ8a8jHQ15wEQAiAnouOVtg+rzE+Y/JcHxGbgEeL3WkJfbA3VSwLfLAiJAQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301780},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.43.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d3a9c52ab3ac0395010b1e2f0bb2706a/opensea-vessel-0.5.43.tgz","_integrity":"sha512-Qar84mVVN3dM0Uu244wrTAJ5K88VhEMWNiFfi9m81tAPXtL8UWbaDpHqn+7khWZGZiNp1s5uv+3gmB8xXRhIpg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.43_1726530632002_0.23128381515418317","host":"s3://npm-registry-packages"}},"0.5.44":{"name":"@opensea/vessel","version":"0.5.44","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.44","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"ac45273118c2cb584c30f43ab6886087defa4413","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.44.tgz","fileCount":23,"integrity":"sha512-vg/4Atlt2pScIbLyy6NeQgNMORM1KeuUSzAvu2yRFv4/iOucve8V8fO0ZkOukz3cd3vlYQHMmMksmmFkluF/sQ==","signatures":[{"sig":"MEYCIQCM6y1soYjTjvbttj+nwbdibSiCDR2ScrnSPESBDR4q8gIhAMHPhlUwl/ZC9CdPoShPuc8VXpg0x6RCmKOS28FapbNW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301785},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.44.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/785053c82bd5628db2ca7ed4f74df339/opensea-vessel-0.5.44.tgz","_integrity":"sha512-vg/4Atlt2pScIbLyy6NeQgNMORM1KeuUSzAvu2yRFv4/iOucve8V8fO0ZkOukz3cd3vlYQHMmMksmmFkluF/sQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.44_1726546041369_0.4009388701421568","host":"s3://npm-registry-packages"}},"0.5.45":{"name":"@opensea/vessel","version":"0.5.45","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.45","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"3da182627406d50c6808c195084c30d3938a8ab8","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.45.tgz","fileCount":23,"integrity":"sha512-vPgdIocVndf4r4pz0crwDaXlXrgfEHggTuBTG/h44VVsJCVyDfEswFj3SL6WSmJ4IBo2r5HWQ2dFmN9lDqtsug==","signatures":[{"sig":"MEUCIHtOKjyBixQtNkbVXo0xMU1WojUZDCg4g7HgqoZF6T5IAiEA0etlz9ENkKLYTlJXGA3MgUfv3r/lQMjJVQtRFEPGmPg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301785},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.45.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/bda00ce60d3d4137dc6425e7e30736ca/opensea-vessel-0.5.45.tgz","_integrity":"sha512-vPgdIocVndf4r4pz0crwDaXlXrgfEHggTuBTG/h44VVsJCVyDfEswFj3SL6WSmJ4IBo2r5HWQ2dFmN9lDqtsug==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.45_1726581681045_0.6459584369469529","host":"s3://npm-registry-packages"}},"0.5.46":{"name":"@opensea/vessel","version":"0.5.46","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.46","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"8a881005d5286a2645b19d89a930db86c251fa68","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.46.tgz","fileCount":23,"integrity":"sha512-FgWlcL8lu8TICp4mJB6iaywQaeZvSuDWbMsWSzJG/4Cc/CLJl+vaGIfbTD4opjmOl7QD2M/YEuUnCiMX0C/OoA==","signatures":[{"sig":"MEUCIElhRtDXzmw/ZA0UXJib6VDWUiTFDMY3mRN8BluSAv95AiEAgEBLDA4nP+Qv1z7vAu0Zr9zmQeGNMgTTQcIdGe8dWDk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301780},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.46.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/89e2e355bbba0af740127e9b541d20be/opensea-vessel-0.5.46.tgz","_integrity":"sha512-FgWlcL8lu8TICp4mJB6iaywQaeZvSuDWbMsWSzJG/4Cc/CLJl+vaGIfbTD4opjmOl7QD2M/YEuUnCiMX0C/OoA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.46_1726583738060_0.4031830703322814","host":"s3://npm-registry-packages"}},"0.5.47":{"name":"@opensea/vessel","version":"0.5.47","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.47","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"459d2df8f16acb26603dfdeb133a53c3e87afe51","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.47.tgz","fileCount":23,"integrity":"sha512-rcuZ1ySojxFkBcxx8ITSd8ld3MHWbnCyuwgKlXgu+nwJaQ5LEcQf3niKoNeeT74CyjQga7TGKCpEpGN3I2gyUA==","signatures":[{"sig":"MEQCICfyJ8nlUPDh0LdkzVsKX9vxiWZR0AYxm0EhpUY80auiAiAnbyFu6XK9hItHocIMLKmUdSO3t/0rP/tL++qC9qgzSQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301785},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.47.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/75f66f3e65ac900861af0039f0b9d83f/opensea-vessel-0.5.47.tgz","_integrity":"sha512-rcuZ1ySojxFkBcxx8ITSd8ld3MHWbnCyuwgKlXgu+nwJaQ5LEcQf3niKoNeeT74CyjQga7TGKCpEpGN3I2gyUA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.47_1726587864996_0.34911756207512323","host":"s3://npm-registry-packages"}},"0.5.48":{"name":"@opensea/vessel","version":"0.5.48","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.48","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"a880c68b1f2c1ff46d087e931c965b79cb63a9c0","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.48.tgz","fileCount":23,"integrity":"sha512-KNd5NCh8uv4vQCAQyCKX4Vd9XxTBOEtRKbuLuH+7Zt6APD7JJipW6tg+QYUdQs4YdSAlsqUejgeFztNSZhwCCw==","signatures":[{"sig":"MEUCIBB576DScTDPA/wSrph7rnMlnzo8bERAkuNakB4qpFbBAiEA1OOwwB55weB2kJ5GQxv4rm8svzn97STdI2H/Vco8GVU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301785},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.48.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b590bceb2bc7c941a421a5bb30eda760/opensea-vessel-0.5.48.tgz","_integrity":"sha512-KNd5NCh8uv4vQCAQyCKX4Vd9XxTBOEtRKbuLuH+7Zt6APD7JJipW6tg+QYUdQs4YdSAlsqUejgeFztNSZhwCCw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.48_1726589725509_0.4312996856446558","host":"s3://npm-registry-packages"}},"0.5.49":{"name":"@opensea/vessel","version":"0.5.49","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.49","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"84190128fa1d01e3c7e12876bde3a926ffe08902","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.49.tgz","fileCount":23,"integrity":"sha512-aCDd/iWg3ZZb5L+pXLwv6DmYwRAjgI3+Y3kFuTtkIoN5MRbFFhX5BwEAfxwoAzO0AMx6UuGvGIxBV8num60LDA==","signatures":[{"sig":"MEYCIQDyiO3T7kmmR7aVYpWL9tnXyp3JZcPUY+Z/b1rwrSDrmAIhAOj6eiIg8aSn6MubfLfV5k18coeMPbz1I8s1RcUfD0D2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301780},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.49.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/6c76a189d7304b03ae1bc0915ec85a02/opensea-vessel-0.5.49.tgz","_integrity":"sha512-aCDd/iWg3ZZb5L+pXLwv6DmYwRAjgI3+Y3kFuTtkIoN5MRbFFhX5BwEAfxwoAzO0AMx6UuGvGIxBV8num60LDA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.49_1726594380108_0.9142461919640386","host":"s3://npm-registry-packages"}},"0.5.50":{"name":"@opensea/vessel","version":"0.5.50","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.50","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"ad7e1b92f9d4635beadf5f3b91173b5554759942","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.50.tgz","fileCount":23,"integrity":"sha512-ofBCisyHzaN4/ojHa6R+qW1ORlDXpPhl+bxLkkuRs6yrJ/oJl/ILmAwqM26MjpVDsI3Zwt1aEFUQPhIOUTqNPA==","signatures":[{"sig":"MEQCIAOqodnpA5Kx5pR8Qouxof8NKyKWhOUyhJakmMcblMvlAiBP5HF5CAeOSsxGzj23LY1o10x1DoVsEqy6VWU9ReK8ew==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301785},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.50.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ad995d29c2092ad44f5cff58e65a3c82/opensea-vessel-0.5.50.tgz","_integrity":"sha512-ofBCisyHzaN4/ojHa6R+qW1ORlDXpPhl+bxLkkuRs6yrJ/oJl/ILmAwqM26MjpVDsI3Zwt1aEFUQPhIOUTqNPA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.50_1726598970762_0.02741356184739696","host":"s3://npm-registry-packages"}},"0.5.51":{"name":"@opensea/vessel","version":"0.5.51","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.51","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"49d77a932735cc131ee3e7d3b9d95f483eebfa01","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.51.tgz","fileCount":23,"integrity":"sha512-qUd4W2ZYpUlRklZRNQFqVHKotFj4p/J5Lpv3ccmOR91j6kkZ2riwF6Ln+f8mXTRBs3CpyDAf+yS9CzMHM9kN6A==","signatures":[{"sig":"MEUCICasRNsLI8bzLv54A8+LsVmwCaK0+ygSPzX/rli0OquoAiEA6WbxukAGCAQ6EG9AcTKqn8TazpDx1OzJflT1N5FgCTE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301785},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.51.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/56b63951b48337ce99c2b2c2c72750c0/opensea-vessel-0.5.51.tgz","_integrity":"sha512-qUd4W2ZYpUlRklZRNQFqVHKotFj4p/J5Lpv3ccmOR91j6kkZ2riwF6Ln+f8mXTRBs3CpyDAf+yS9CzMHM9kN6A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.51_1726603121139_0.558123581535791","host":"s3://npm-registry-packages"}},"0.5.52":{"name":"@opensea/vessel","version":"0.5.52","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.52","maintainers":[{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"coryhardman-opensea","email":"cory.hardman@opensea.io"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"9be777ad6950555f6ba67224612d891ce2f8928c","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.52.tgz","fileCount":23,"integrity":"sha512-w4k21NhqtF8pu2mP3x+GYGQczbPMAk0oxzaPxS78o5Q2dFZUjqUxl5TLiw7GV6NSMShfR7MagAPX0G0o9Mw5Cw==","signatures":[{"sig":"MEUCIQD4j5OPalnOIEsf1LPX10ELnW+EsGeuftXbTJTn8h3wwwIgIYu+TfCQ+hf58tk03SUIotjBJ7swE67w3aRp0OzqKDo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301780},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.52.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/139b9307df1aeb413d190df2eaf45192/opensea-vessel-0.5.52.tgz","_integrity":"sha512-w4k21NhqtF8pu2mP3x+GYGQczbPMAk0oxzaPxS78o5Q2dFZUjqUxl5TLiw7GV6NSMShfR7MagAPX0G0o9Mw5Cw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.52_1726603815831_0.4375862703983242","host":"s3://npm-registry-packages"}},"0.5.53":{"name":"@opensea/vessel","version":"0.5.53","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.53","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"5870b6034d8f42bb7412d91f0611bea6200eff59","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.53.tgz","fileCount":23,"integrity":"sha512-LGNO5KCYO/Ofcx1o0/nyziddiFC/mQBP9h5+enEasDIvMSsQos+JGr+xhx1B3YEAm9qYB978mKu3KP4K5d2kXw==","signatures":[{"sig":"MEUCICNv2hhrYvhFwuxXiBtiYaavBuJyNxSC5FE53ig41CSuAiEAmHu6OF6IwQmHocl209JI24W/jKJsGMhP2zoxbMqZEX8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301780},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.53.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/9703c3b5c0ebe561b0f134f1229459d1/opensea-vessel-0.5.53.tgz","_integrity":"sha512-LGNO5KCYO/Ofcx1o0/nyziddiFC/mQBP9h5+enEasDIvMSsQos+JGr+xhx1B3YEAm9qYB978mKu3KP4K5d2kXw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.53_1726641747501_0.440342768189234","host":"s3://npm-registry-packages"}},"0.5.54":{"name":"@opensea/vessel","version":"0.5.54","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.54","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"a566102a4415c6942fc9e22ee754660aba7ed57f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.54.tgz","fileCount":23,"integrity":"sha512-IwD4Fz9ZeYdEkK6WCIvJWrzKYhso45VzzSlQ6FFwpSzehDRrXSc3CZ0hrluYeOEsUdwdkQmEmT8UbB6fBP44Ew==","signatures":[{"sig":"MEUCIQDyJyAS3SVxEYN8hY2DFzv4d2rg5nlV0GaECUkw4pJdgwIgYUr8sMhrGOMSegLw5+qmys0rXFQAGgfkq5uCYTJVJZw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301785},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.54.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/829966e6d7e73a6cc396f22cdd96b410/opensea-vessel-0.5.54.tgz","_integrity":"sha512-IwD4Fz9ZeYdEkK6WCIvJWrzKYhso45VzzSlQ6FFwpSzehDRrXSc3CZ0hrluYeOEsUdwdkQmEmT8UbB6fBP44Ew==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.54_1726641940285_0.9779528673842732","host":"s3://npm-registry-packages"}},"0.5.55":{"name":"@opensea/vessel","version":"0.5.55","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.55","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"6c85484092921ef43e278194b5fe33b7d917ff24","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.55.tgz","fileCount":23,"integrity":"sha512-I57duHlhnv0t9fIdkt/0g1GORXvb8KH+UAdBFavGz9vghk/zWX4w7y6y1dWG1+vVyX3prQTLJD8zC+tsino2KA==","signatures":[{"sig":"MEYCIQDL26sKhanz1w/0o17pTgAP2yaMNdouUUt2GOy2c6Jz9gIhAPMzvk0+8MX1UtSLCw7SJtZdpAmHSri0NFkD0Ij2IHU4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301780},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.55.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8400d1c64d0eade1204507a0a8b505d3/opensea-vessel-0.5.55.tgz","_integrity":"sha512-I57duHlhnv0t9fIdkt/0g1GORXvb8KH+UAdBFavGz9vghk/zWX4w7y6y1dWG1+vVyX3prQTLJD8zC+tsino2KA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.55_1726689961821_0.41266447414614227","host":"s3://npm-registry-packages"}},"0.5.56":{"name":"@opensea/vessel","version":"0.5.56","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.56","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"63320e4f33f8f5a320f9061c88ee895789772048","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.56.tgz","fileCount":23,"integrity":"sha512-h5LJcNzwEnZWGLBxcCOFjlUfXnYVkI74P+rzK4MORTnJtaXBwjl3Y7GR8mIcc+kgdL9f+EewsoQCXjlfXIfcNQ==","signatures":[{"sig":"MEUCIQD8YZwIIFLRA1cfHeYqRy0H7LXlKswrvT15QZzxN+Y6bwIgDKcCI6vw6oapLdMLXS/CfS58OwOiGQjrpe217oXrITY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301785},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.56.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c5a41aa8143d6023fe56c2018638ceaf/opensea-vessel-0.5.56.tgz","_integrity":"sha512-h5LJcNzwEnZWGLBxcCOFjlUfXnYVkI74P+rzK4MORTnJtaXBwjl3Y7GR8mIcc+kgdL9f+EewsoQCXjlfXIfcNQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.56_1726691059363_0.6594291560354737","host":"s3://npm-registry-packages"}},"0.5.57":{"name":"@opensea/vessel","version":"0.5.57","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.57","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"384779137d4558f770d6b02c75e2a12dc0f5c876","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.57.tgz","fileCount":23,"integrity":"sha512-b9SmYbVdIsSYsHEATKMi07RAosOmZVOHTmdbFleQsA054rwZnLGnjSMZGxClI4waMIDqkWhQeYLplHS02tDqZw==","signatures":[{"sig":"MEUCIHxgOarNR5VJv1JPMUxNrUefZwP3DmKZF97p7/NBLTf6AiEAyLr4aGbqmuk+tvuvgjnYfOYl4vUOmtzRwH4co0AU6AA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301785},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.57.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/2863a6bf8ab86ce7327b907cdcc24381/opensea-vessel-0.5.57.tgz","_integrity":"sha512-b9SmYbVdIsSYsHEATKMi07RAosOmZVOHTmdbFleQsA054rwZnLGnjSMZGxClI4waMIDqkWhQeYLplHS02tDqZw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.57_1726725499205_0.4371447990645043","host":"s3://npm-registry-packages"}},"0.5.58":{"name":"@opensea/vessel","version":"0.5.58","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.58","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"253666d97f89b4057df2e182a4ce7529746a3078","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.58.tgz","fileCount":23,"integrity":"sha512-YtBN8t6pUXhtijQkWaMj+VVQyZlADoHpyu5Gb6QTN5/KX8+q2I1tFM/LjQFI9Ai4J0FpN9kDaA1Gxi4QVnNhAA==","signatures":[{"sig":"MEQCIDAIIgwT5a95mwqzzBbkBesaRZxUmKp132kKQqwHiCt+AiAMHcl+QxXvAHHpl3OEh5MB9tJKDdb/Y5ucCChSgsY1zw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301780},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.58.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/035526cf7600ca8838c46bb274e744b2/opensea-vessel-0.5.58.tgz","_integrity":"sha512-YtBN8t6pUXhtijQkWaMj+VVQyZlADoHpyu5Gb6QTN5/KX8+q2I1tFM/LjQFI9Ai4J0FpN9kDaA1Gxi4QVnNhAA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.58_1726728227968_0.3563738678881536","host":"s3://npm-registry-packages"}},"0.5.59":{"name":"@opensea/vessel","version":"0.5.59","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.59","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"dd47e102a5685da1210a6a51a10770913523eb06","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.59.tgz","fileCount":23,"integrity":"sha512-snooC2UrQ+VCFFBWtSMFAsCR8ARRQJdr2mXP0sNk9Y/Tz1TQHYBoyrIJdb+m962yBs1jO9fDWVWbUjpWCeFp5g==","signatures":[{"sig":"MEUCIQC8vQtWlKi/qVLHGvehO7IwYGBM8ZkeehL/vNSdhHr4xAIgHzf+jh1EJDMEzxLaYHRdUviy45/RYPRU/J86e0np66Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301785},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.59.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/57e2e9508e6aa79e12eb723ccea4e122/opensea-vessel-0.5.59.tgz","_integrity":"sha512-snooC2UrQ+VCFFBWtSMFAsCR8ARRQJdr2mXP0sNk9Y/Tz1TQHYBoyrIJdb+m962yBs1jO9fDWVWbUjpWCeFp5g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.59_1726759845115_0.17826146299626666","host":"s3://npm-registry-packages"}},"0.5.60":{"name":"@opensea/vessel","version":"0.5.60","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.60","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"828db2cea8ab476f7fd15232a4596569ab2a0f74","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.60.tgz","fileCount":23,"integrity":"sha512-kydo2AGRj9n/IB+DFLZAnD2/ZVPjhojrYrPGkRu2bTk9CkSuIH5MrNtEsKh9QefiBn0Y6Rt8Nb7VjwLN0mh/RA==","signatures":[{"sig":"MEUCIBHMnjRu44TVY1tc7NgltuwQcjuivPaC6WarSw8uV5acAiEAp5dBSS7FND6sf1LRybkCXBOCQFQhPqHA2ZQT/HLrb1A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301785},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.60.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/cafdeea23a4964083db5c1d85084a375/opensea-vessel-0.5.60.tgz","_integrity":"sha512-kydo2AGRj9n/IB+DFLZAnD2/ZVPjhojrYrPGkRu2bTk9CkSuIH5MrNtEsKh9QefiBn0Y6Rt8Nb7VjwLN0mh/RA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.60_1726772275302_0.5767335277886945","host":"s3://npm-registry-packages"}},"0.5.61":{"name":"@opensea/vessel","version":"0.5.61","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.61","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"38081cb1899bed04de7a73f2a283f749c4792297","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.61.tgz","fileCount":23,"integrity":"sha512-+e4O9URW8SCInxqUMVd0rGK90stgsKeNcAN+qgvbEP4g1U47m6yzPwaShrQe85pogXTxdoena0V5JWlI3HUVKA==","signatures":[{"sig":"MEYCIQCyet/M+i9b0InRIcOdyg0NkcsubAVWF/yY6xdbz+rOqAIhAIhsaPG2ONouKRG5t92H3acsgtx8FbIKCdZ+dc2IDMuE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301780},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.61.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c72c79c8290b3ffe5bfaf584fbd5bab0/opensea-vessel-0.5.61.tgz","_integrity":"sha512-+e4O9URW8SCInxqUMVd0rGK90stgsKeNcAN+qgvbEP4g1U47m6yzPwaShrQe85pogXTxdoena0V5JWlI3HUVKA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.61_1726772608668_0.1885321350599558","host":"s3://npm-registry-packages"}},"0.5.62":{"name":"@opensea/vessel","version":"0.5.62","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.62","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"a5bcebf651c5a75d98076659f19ddeaf2955a164","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.62.tgz","fileCount":23,"integrity":"sha512-Koe+zIXyr1eky9cY6CbXKIUU6OUPOeg0v3nXE4l0QzkfvkiOzG0GPA6R3+kAokEby1Ib4HAQHj1sIz4we7J/AQ==","signatures":[{"sig":"MEUCIQCB3rkRejqu/GNLh5wgyBUHXtwzVtfWNYi9DXs+b7pAsAIgTyo2ZItuWlAy4AJWJWZOluVrbKGU1GiMiwwyzvrZff0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301780},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.62.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/55a0fb0b03a3ef28ff650a5d820ff39c/opensea-vessel-0.5.62.tgz","_integrity":"sha512-Koe+zIXyr1eky9cY6CbXKIUU6OUPOeg0v3nXE4l0QzkfvkiOzG0GPA6R3+kAokEby1Ib4HAQHj1sIz4we7J/AQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.62_1726839261644_0.7423542707096185","host":"s3://npm-registry-packages"}},"0.5.63":{"name":"@opensea/vessel","version":"0.5.63","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.63","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"87024dcffe82ec8ab4340f4ada30aee873888d2e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.63.tgz","fileCount":23,"integrity":"sha512-EqIgdYVZrM96cqeV3PDauqI/YkBSYt6yP+9DJqI9pKBx1tXhxZlj6yU6zWQgrU/NjNp9h3e+Dvw4jpBixUHDIg==","signatures":[{"sig":"MEQCIGLZFmSe8oFULVAtcmDeag2gXTISqs6XE6LyTIy9wooBAiBf1aJhO2ApkkqhXFKmjVDcWciXJ1Ps8ymxOt4bM3jw7g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301785},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.63.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a867b1f90ffcdabd6ca165734e6a07f2/opensea-vessel-0.5.63.tgz","_integrity":"sha512-EqIgdYVZrM96cqeV3PDauqI/YkBSYt6yP+9DJqI9pKBx1tXhxZlj6yU6zWQgrU/NjNp9h3e+Dvw4jpBixUHDIg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.63_1726840403506_0.16614010657623002","host":"s3://npm-registry-packages"}},"0.5.64":{"name":"@opensea/vessel","version":"0.5.64","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.64","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"c86802418d93364ab8b60d97dd53d8d173811df5","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.64.tgz","fileCount":23,"integrity":"sha512-JOMWayXWqUWPPBXs6v6W04vpun3qY0anKsDoMdiFsjMNlKXyh2zAo9duhoOzd/q4g8QN7a/eDRMifyEOAkpAYQ==","signatures":[{"sig":"MEUCICzpJJWDuT6FAJl2NOLBwzfMeA7ZW/yJdndMQBnynDcBAiEAvHqwsLasOUwJIWtr+vMcFtIoto4z20tL9yvu49DP/1U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301785},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.64.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/28080aa8c90069c6f210a78ae7221f8a/opensea-vessel-0.5.64.tgz","_integrity":"sha512-JOMWayXWqUWPPBXs6v6W04vpun3qY0anKsDoMdiFsjMNlKXyh2zAo9duhoOzd/q4g8QN7a/eDRMifyEOAkpAYQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.64_1726841924325_0.2003008294517412","host":"s3://npm-registry-packages"}},"0.5.65":{"name":"@opensea/vessel","version":"0.5.65","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.65","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"f7510d47146660536d946124f35d3c4385f69200","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.65.tgz","fileCount":23,"integrity":"sha512-B96p8vdnb/Ov4wF/tRPwasRHkPFvm3rErTomC8Zx9TFl6MYa+qrCAPAoSNNye/mFYQN60JK99L1uwgf/HNA1ow==","signatures":[{"sig":"MEYCIQD+72462rqyXLDyQnUbNq+vKur6aajYrAYK3s2WLwNswgIhAJvBjHmMg0ghc7sG+brzI3Cn+U0F2tgZeiIOMNoFQFcB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301780},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.65.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c2aa88b4f8f4ed3a86b77c1bb56bcad1/opensea-vessel-0.5.65.tgz","_integrity":"sha512-B96p8vdnb/Ov4wF/tRPwasRHkPFvm3rErTomC8Zx9TFl6MYa+qrCAPAoSNNye/mFYQN60JK99L1uwgf/HNA1ow==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.65_1726845480923_0.7147997534038504","host":"s3://npm-registry-packages"}},"0.5.66":{"name":"@opensea/vessel","version":"0.5.66","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.66","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"dec2ab334bd263c2f9c0ae0b1f6aa27cb261af6b","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.66.tgz","fileCount":23,"integrity":"sha512-bBDD5jXbMtIC4GdNjk/G03cpeaGi8fMaaeRhW36xB4FQSMi2Wf9K+wllKZvTYHfo42F8jXXebWmWqb4Vy1Tzew==","signatures":[{"sig":"MEUCIFaqtex5FdC2Uibmhx6ONfYD45JtdOTR4yXUH7z2ukUpAiEA2m+r5nV2y83f6rQKhy5uEHkGX30XIIQw9DmTFbb8qYc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301780},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.66.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/461a6c95d4ddec8c61f0ee1bd42245fc/opensea-vessel-0.5.66.tgz","_integrity":"sha512-bBDD5jXbMtIC4GdNjk/G03cpeaGi8fMaaeRhW36xB4FQSMi2Wf9K+wllKZvTYHfo42F8jXXebWmWqb4Vy1Tzew==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.66_1726954922707_0.4200702146197708","host":"s3://npm-registry-packages"}},"0.5.67":{"name":"@opensea/vessel","version":"0.5.67","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.67","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"670936fe677d8d8e2055c3151f3cc4b3d024329f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.67.tgz","fileCount":23,"integrity":"sha512-jJuGNLxEVh5bc1JQAZ9aqng1pMDhQmVT1gkBY8PvKSa+1IWTQHIO1z0q3fPU/Y1TaZJ3aI3ngtuFCQDuybQN6w==","signatures":[{"sig":"MEUCIARZN6B5OelwALgBYOKgZNvENBEXuf2zeZI1zosaSjb+AiEAxDF008LRRkeCNUc+TEdBtf/4t1YrI92IrNMLJqDUfpo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301785},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.67.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ebce1ee97318a75f4a3fd90f947377db/opensea-vessel-0.5.67.tgz","_integrity":"sha512-jJuGNLxEVh5bc1JQAZ9aqng1pMDhQmVT1gkBY8PvKSa+1IWTQHIO1z0q3fPU/Y1TaZJ3aI3ngtuFCQDuybQN6w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.67_1727180109603_0.631260828002125","host":"s3://npm-registry-packages"}},"0.5.68":{"name":"@opensea/vessel","version":"0.5.68","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.68","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"8c0eab75905b0f2a87124198009f4cf60032cda3","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.68.tgz","fileCount":23,"integrity":"sha512-p8iwkoSxSWtsUN09T3UqK+OM3ltb6LSjhFcIHTik1LeQ7za8/IflzazZa8gjjItlA1Wp5gr6AWEM7mL2tqS4Pw==","signatures":[{"sig":"MEQCICKjnmupmMOwDRP68hfNr1Kvt8QX7vbncjye0htHztJTAiARYxcBXIjFJMivq72Fao4TNI2U1zOPrRqB4Oonp9oPqQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301785},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.68.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d709c9b383bcaf5884dd3337af005c84/opensea-vessel-0.5.68.tgz","_integrity":"sha512-p8iwkoSxSWtsUN09T3UqK+OM3ltb6LSjhFcIHTik1LeQ7za8/IflzazZa8gjjItlA1Wp5gr6AWEM7mL2tqS4Pw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.68_1727203597767_0.5297366803329002","host":"s3://npm-registry-packages"}},"0.5.69":{"name":"@opensea/vessel","version":"0.5.69","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.69","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"b4fa2161c116106ac611ee22e16133cc694f7054","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.69.tgz","fileCount":23,"integrity":"sha512-cVvSDI6h+mfX/KtzjKU/13ewxVmIt1h4Ao2OpUiBdcwoUI6HU/mYpieiZRZGcQQdbIeuM1h7MJL2Pn/Mv80fTw==","signatures":[{"sig":"MEUCIQDVS7lURD2lKeLXn8guCVleBVlZPBLoNxZ6evYUh41FTgIgL//40dTa+tR1Kcj0YkxvnGUj/T3cbQ3uMs1tbmtN5WI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301785},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.69.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c3380a607bf5ea17fccc63a57403f760/opensea-vessel-0.5.69.tgz","_integrity":"sha512-cVvSDI6h+mfX/KtzjKU/13ewxVmIt1h4Ao2OpUiBdcwoUI6HU/mYpieiZRZGcQQdbIeuM1h7MJL2Pn/Mv80fTw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.69_1727209896132_0.7135463332570537","host":"s3://npm-registry-packages"}},"0.5.70":{"name":"@opensea/vessel","version":"0.5.70","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.70","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"9dba9803243918e3791d2c92e277c8bd9b43baa9","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.70.tgz","fileCount":23,"integrity":"sha512-HoonyMx3mh45iJY9YkYuTUC933BXZYUMSa/kX7I5ANZOWQwTscgD4hHxXEfOUUQ4LdBgr7dvDOlb10AWn3UBMg==","signatures":[{"sig":"MEUCIAlFWbGzA2DucaX1/yx/8UKutu5hxOks8kmHnN/uSAyCAiEApmgN2nIQqyPua9Jb04P8SrpDEEs1wgY3aumaQ2vG/xM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301785},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.70.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/24987d014bab49ceb6829757007da92a/opensea-vessel-0.5.70.tgz","_integrity":"sha512-HoonyMx3mh45iJY9YkYuTUC933BXZYUMSa/kX7I5ANZOWQwTscgD4hHxXEfOUUQ4LdBgr7dvDOlb10AWn3UBMg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.70_1727214941171_0.9648720718429542","host":"s3://npm-registry-packages"}},"0.5.71":{"name":"@opensea/vessel","version":"0.5.71","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.71","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"cafd8c1f0bf3d38678889e4c5e3e51cbed6ca298","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.71.tgz","fileCount":23,"integrity":"sha512-rumvhAcpfIZxx9/55hGaMENw39EIhKdRZnDvxv5H0jQCA/kE8PEemtucqdqUcG+i5+0vv3mZggHXQcAPDS/ffg==","signatures":[{"sig":"MEQCIBnZVanWI0DD4q+S3HKKcQB87A1V/0OhfLVVz1zEHkPJAiBw/4qtp0pqX/wx1hHlWJEh6cMsUJCDeEjK1EuR1Wq5Fw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301780},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.71.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/976d07ffa228b7c74e3dc53ea5aaa752/opensea-vessel-0.5.71.tgz","_integrity":"sha512-rumvhAcpfIZxx9/55hGaMENw39EIhKdRZnDvxv5H0jQCA/kE8PEemtucqdqUcG+i5+0vv3mZggHXQcAPDS/ffg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.71_1727275698074_0.7081042922225431","host":"s3://npm-registry-packages"}},"0.5.72":{"name":"@opensea/vessel","version":"0.5.72","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.72","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"190e3ff358e113ac7a3e23ae1ccdbf2cda59bc07","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.72.tgz","fileCount":23,"integrity":"sha512-W7VqEG5cSfTHsPOwzw+qEgGbn/TgY23BXktGjI1jZNqUSW2R/np3C2UeAdAzFxIf/Hj+dU6GVbmrhirRgbpW0Q==","signatures":[{"sig":"MEUCIQCG0tW9axqFr1hnKTUSxyk+HNKJQKZ37RqewC5KxOpv9gIgJzZ5lgSzNn3tCJ2fymv12XKCYDCOZOL38OaB39OmZLE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301785},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.72.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d735553aaff44744b3d37a81dc0ca9d9/opensea-vessel-0.5.72.tgz","_integrity":"sha512-W7VqEG5cSfTHsPOwzw+qEgGbn/TgY23BXktGjI1jZNqUSW2R/np3C2UeAdAzFxIf/Hj+dU6GVbmrhirRgbpW0Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.72_1727280534730_0.9822661343879924","host":"s3://npm-registry-packages"}},"0.5.73":{"name":"@opensea/vessel","version":"0.5.73","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.73","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"c116d72a668fe0139beb56d7c78029e2788fd3c9","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.73.tgz","fileCount":23,"integrity":"sha512-2TjjOphOJETyTyVVBmI83oXozQ7/VHUMZClmSL8HsZLPNSWrXyChHA2AquWYGgwqvx+O+KlTu33lV0S9EJ+q3A==","signatures":[{"sig":"MEUCIQDw5khe5S98T6K0xNxoNR1OBJAWlBeTrZStXLzLWlhkHQIgai+RcuiCEARP+smO0z9BGLh1wWNAxUrLCP16v9NVO/E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301780},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.73.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e794d7fca87eaf860d71d2ab9dba4eb6/opensea-vessel-0.5.73.tgz","_integrity":"sha512-2TjjOphOJETyTyVVBmI83oXozQ7/VHUMZClmSL8HsZLPNSWrXyChHA2AquWYGgwqvx+O+KlTu33lV0S9EJ+q3A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.73_1727327143814_0.7400730103957089","host":"s3://npm-registry-packages"}},"0.5.74":{"name":"@opensea/vessel","version":"0.5.74","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.74","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"21160c28386f7b05b1b54e1e8583c5c7ac5acb19","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.74.tgz","fileCount":23,"integrity":"sha512-SxTbBX+xtH6rkgzMSeX4ehwNtVwTgEsQA/1cIWOhoa9zxH5xPBtT5uVclzu+7XYqrp15D7uqF/l1J5b82EbX1w==","signatures":[{"sig":"MEUCIQDffRVNRt6rsmJv50puNk1us3M1KbEaii6FaR3UqGSnIwIgKqMxF+jpT2kcuQPI26fwl0/zqfl8XBvYLQ/Q5fUwwLc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301785},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.74.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/04c6950e797ba6359bcefdebf989ce0c/opensea-vessel-0.5.74.tgz","_integrity":"sha512-SxTbBX+xtH6rkgzMSeX4ehwNtVwTgEsQA/1cIWOhoa9zxH5xPBtT5uVclzu+7XYqrp15D7uqF/l1J5b82EbX1w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.74_1727327906387_0.20143919198231908","host":"s3://npm-registry-packages"}},"0.5.75":{"name":"@opensea/vessel","version":"0.5.75","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.75","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"d6d4aa48b73cec9469d458a84e5c989de2069b30","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.75.tgz","fileCount":23,"integrity":"sha512-gZBknWZ5uliLpV5QNVqAyOV9mhqdZZhg8hUKq/B6CekCtjqhaV4RWd5My5cLLlvAx0Dej4tyaF6beEoN7Yl/QA==","signatures":[{"sig":"MEQCICPozewlzmLW2ur8wiel2iCmxAK8jgsJUUNOyU/M5O0QAiBWGjLAenxhveR7GYy9zEJ27d7HTu/va4ueCyPQjmUR1A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301780},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.75.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b6873c2ab3402ab4b1f13280505491e0/opensea-vessel-0.5.75.tgz","_integrity":"sha512-gZBknWZ5uliLpV5QNVqAyOV9mhqdZZhg8hUKq/B6CekCtjqhaV4RWd5My5cLLlvAx0Dej4tyaF6beEoN7Yl/QA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.75_1727337482169_0.6302017423564439","host":"s3://npm-registry-packages"}},"0.5.76":{"name":"@opensea/vessel","version":"0.5.76","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.76","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"a5e4d7219c1a841ef57f440ce9bc31072961393e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.76.tgz","fileCount":23,"integrity":"sha512-73ucCHF02tYMtGxe+vx79gXU8+sIt+szEcama1bYArjM55e/vU/E3rp18T6L+Ya6rujUE9sMHKp+ygKjDrVhwA==","signatures":[{"sig":"MEUCIQCJbSqWJRQ2aJOu0P+QR7wnLidoOajoIy7L1jy7ImkNxwIgct0/7FviX6V3a5SKGks4WHaa+hZxvejZSH/GJOLzzJI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301780},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.76.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/50f059249e6aaf4bea9626276a58f085/opensea-vessel-0.5.76.tgz","_integrity":"sha512-73ucCHF02tYMtGxe+vx79gXU8+sIt+szEcama1bYArjM55e/vU/E3rp18T6L+Ya6rujUE9sMHKp+ygKjDrVhwA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.76_1727372656926_0.3647188928978815","host":"s3://npm-registry-packages"}},"0.5.77":{"name":"@opensea/vessel","version":"0.5.77","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.77","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"13d1f14d6fca0ae5ac7169c6248fa168ae00dfb7","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.77.tgz","fileCount":23,"integrity":"sha512-28VHNelp8lug7/wwaaX+a2qJag7cw5pnPO1DQfjQZJY/aWnRwMH/lsdMEtXg0ZNsWEiIQktlXzWsQvDjp70pwg==","signatures":[{"sig":"MEUCIQDk7kuWoRMyPiaA3h3q4x/EuTINaEB9i+P8yol2m7EROQIgAU17rF+grPl+r+LJ9t8Ekl5eCp+wq9iLLfsPXKIJdUY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301785},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.77.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/00d5db0665109136f1aede5a922f6738/opensea-vessel-0.5.77.tgz","_integrity":"sha512-28VHNelp8lug7/wwaaX+a2qJag7cw5pnPO1DQfjQZJY/aWnRwMH/lsdMEtXg0ZNsWEiIQktlXzWsQvDjp70pwg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.77_1727379509225_0.33613735330467254","host":"s3://npm-registry-packages"}},"0.5.78":{"name":"@opensea/vessel","version":"0.5.78","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.78","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"dd63a2d3efa7c25be24cbbbe397ac12a04b1f69c","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.78.tgz","fileCount":23,"integrity":"sha512-IqndFNgwqlI4j5K7mvxlSP+NasB69x0ASGZxdDTtAai2FAHqrVQe/V1hPKIRZFQ9mKqshjq6/bo4kr2h+3PK3g==","signatures":[{"sig":"MEQCIH9wpXWh0im4VRexWypYnN9aIpwxLW5GgsKKJi5bnLa2AiB7AB69YsWmP1fN7cj+fE7cGA0MrCGf1JeWGHOq1JLRXw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301785},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.78.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/2b62ddbb7d784732415fac58ee82ee84/opensea-vessel-0.5.78.tgz","_integrity":"sha512-IqndFNgwqlI4j5K7mvxlSP+NasB69x0ASGZxdDTtAai2FAHqrVQe/V1hPKIRZFQ9mKqshjq6/bo4kr2h+3PK3g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.78_1727380455818_0.9180572093642978","host":"s3://npm-registry-packages"}},"0.5.79":{"name":"@opensea/vessel","version":"0.5.79","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.79","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"6c93a1c01cae392e6d3f74c516b7ca652acb56b7","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.79.tgz","fileCount":23,"integrity":"sha512-UnqSCcAAShu1wLuHYCuqJqpOALKxO0ZKp9DNYY2vtqYHyybPoZ5w05oVStlnLJkHNuvFqNgNykRZ8QTZPPZX0w==","signatures":[{"sig":"MEYCIQCWrOUsWgipqkiqOOkuKK3cig/P4xabUb7yAXL1OPfx1wIhAJ9nok2o+V2jSSfPfG6ItcnEgJI8PQmMoWmKi9tgFr2P","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301780},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.79.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e40f425a7982af2c4430948d5cb93f35/opensea-vessel-0.5.79.tgz","_integrity":"sha512-UnqSCcAAShu1wLuHYCuqJqpOALKxO0ZKp9DNYY2vtqYHyybPoZ5w05oVStlnLJkHNuvFqNgNykRZ8QTZPPZX0w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.79_1727443987151_0.981977737637745","host":"s3://npm-registry-packages"}},"0.5.80":{"name":"@opensea/vessel","version":"0.5.80","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.80","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"66eca86e33173d11d9a4e04b7dc2dca02dfd5795","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.80.tgz","fileCount":23,"integrity":"sha512-K2loQtuc28v1H24Nb05NzE41B52IQ7PAydDaqG7BdvNTNkpDnFqjE9j/+W9ajOCnthOJf53yR1F67MPoJhFAuA==","signatures":[{"sig":"MEUCIFbuYBEBucKPsCDedo9/Wmp3dqQaGbxOKCfJaraqJx0tAiEA0JCckbuPJNW+8WHJu0kegjN9O1i6ASSxcV4ue2n6fx8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301785},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.80.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/95cb4ba015e7457ca1b5d524df954b02/opensea-vessel-0.5.80.tgz","_integrity":"sha512-K2loQtuc28v1H24Nb05NzE41B52IQ7PAydDaqG7BdvNTNkpDnFqjE9j/+W9ajOCnthOJf53yR1F67MPoJhFAuA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.80_1727451759455_0.36806761784743025","host":"s3://npm-registry-packages"}},"0.5.81":{"name":"@opensea/vessel","version":"0.5.81","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.81","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"53c06234ce860ec0f27a11826a93d01463fcd0b5","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.81.tgz","fileCount":23,"integrity":"sha512-Sn/DtJm21Iat1zKesUYo3PsIbEH4AxO0T9yAu81a67XQhwKuRZ7GH53oy45duuW7fQF/ztKnCq2NavzgxwGUnw==","signatures":[{"sig":"MEUCIQCGAYCquqH3IBAdJ3qVLPEQkUaRte0TsLxcNqSi2rvOHAIgCC2IjrzWns6JxDiJS9qAcR0PnIc3K7FCHLMt9ouox1o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301780},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.81.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8ecba245fc35b1601c3cb84f964805ed/opensea-vessel-0.5.81.tgz","_integrity":"sha512-Sn/DtJm21Iat1zKesUYo3PsIbEH4AxO0T9yAu81a67XQhwKuRZ7GH53oy45duuW7fQF/ztKnCq2NavzgxwGUnw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.81_1727460079975_0.9221956315773192","host":"s3://npm-registry-packages"}},"0.5.82":{"name":"@opensea/vessel","version":"0.5.82","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.82","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"39779d28a59349d0bdfa5a331764d594f7fc3519","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.82.tgz","fileCount":23,"integrity":"sha512-yzDBGibYE0vC42wV4EufGXDy29qJgavbc2n+5gZFN8BfqfT3+hdLRZt5xWulVnFQXoerad8c60IP1zTaFTzJDg==","signatures":[{"sig":"MEUCIQDQ/Tl9jXzM6VXRlQQ2yjM1BY31unI4nlvr6WWmp2ZfOwIgMttTB4p4erNVqZKF0NnmzwL3uXY90NJyOsnVBAm7xuc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301785},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.82.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/2bcd4b4d3d9df243c3d36f66a01c8654/opensea-vessel-0.5.82.tgz","_integrity":"sha512-yzDBGibYE0vC42wV4EufGXDy29qJgavbc2n+5gZFN8BfqfT3+hdLRZt5xWulVnFQXoerad8c60IP1zTaFTzJDg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.82_1727468822900_0.8671298002563606","host":"s3://npm-registry-packages"}},"0.5.83":{"name":"@opensea/vessel","version":"0.5.83","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.83","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"04ead0666b71e81ec44f956f8cb8475f37b6d52d","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.83.tgz","fileCount":23,"integrity":"sha512-ATctlnpEE48/x+PKOHqk0cBnZkG2yAvvq3vrgpOyb4tlZtf+YOEYmNigDwKNIealh44DpE9lCxWFf22eK2QBww==","signatures":[{"sig":"MEQCIBQm877pfYKuUqiKmqqRwbQmij0EkD4436J9kBc4WzePAiBdL3ObiUSV9uYAuc2hMAOWeXHezDPeArAOa8a56uKz5w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301780},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.83.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/cdad70b5ecffe60a3cf4e7223d8663d0/opensea-vessel-0.5.83.tgz","_integrity":"sha512-ATctlnpEE48/x+PKOHqk0cBnZkG2yAvvq3vrgpOyb4tlZtf+YOEYmNigDwKNIealh44DpE9lCxWFf22eK2QBww==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.83_1727474439133_0.4474258825626647","host":"s3://npm-registry-packages"}},"0.5.84":{"name":"@opensea/vessel","version":"0.5.84","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.84","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"c4ae2174eeed0d1b53a42cd02f9cbddd6d8418f4","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.84.tgz","fileCount":23,"integrity":"sha512-aEst45W2iONcM1DXg/PdKoFXlbRqzab774bqZAYBIqrpTGlNMob9GZXs4iUBmW2rtX7QtBv5aBLermd0RYO7zw==","signatures":[{"sig":"MEQCIAIp/LcXzhlDgyBsEVCanoibQoRU2/IwqpXtl/Poj6kXAiAk0zA6N2kuFZLH6dFoniRgDrsVdU4pcxppIAQ5/FsEVg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301785},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.84.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/2cb3232c2b6f2b8126c19366be893b8f/opensea-vessel-0.5.84.tgz","_integrity":"sha512-aEst45W2iONcM1DXg/PdKoFXlbRqzab774bqZAYBIqrpTGlNMob9GZXs4iUBmW2rtX7QtBv5aBLermd0RYO7zw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.84_1727477030234_0.5400497464819474","host":"s3://npm-registry-packages"}},"0.5.85":{"name":"@opensea/vessel","version":"0.5.85","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.85","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"7902bdb3d047dea764053777c7c9345c18092431","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.85.tgz","fileCount":23,"integrity":"sha512-ysbkBI3YuCzAPHAqZ94XaY+Aj3nmJPBuJQASCFFV/x5rTbCb6XdvmboyMXPqI6TgLs0O43pl728Ihv7nH8Qirg==","signatures":[{"sig":"MEYCIQCBmv5P3bgr5wZ98moETgg13w0imSo4ZfayxQzxzb6lfQIhANz+zEKEoTDRBly82Q4i6Bh6YeUrqaZJm1F1bTn6Ku7/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301780},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.85.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/65b4a4974e8ac4fa366be032af93a789/opensea-vessel-0.5.85.tgz","_integrity":"sha512-ysbkBI3YuCzAPHAqZ94XaY+Aj3nmJPBuJQASCFFV/x5rTbCb6XdvmboyMXPqI6TgLs0O43pl728Ihv7nH8Qirg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","eslint-plugin-storybook":"^0.8.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.85_1727644682600_0.10831758363908661","host":"s3://npm-registry-packages"}},"0.5.86":{"name":"@opensea/vessel","version":"0.5.86","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.86","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"6414f5d1f517a659988e7c0f62826498c369c9e7","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.86.tgz","fileCount":23,"integrity":"sha512-0pEZSx5dGn+eM2AAlKNx/2e4T7eBIn0gakMOJe9j3l0AEYq6W2WyMl57Cworow/a6WYjQDFE0MXJpc10GPMMdw==","signatures":[{"sig":"MEQCIDySMlP8EwTUNBi5qdeEb3k+YkFImkghdnovuJRKrbEXAiB5GvSVvsa7h4HX2fmkuXrkTKAMM5WmauT+4m09LZRUVw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.86.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/9b0ea03d60dff8feb5cb207b8e6c8ed3/opensea-vessel-0.5.86.tgz","_integrity":"sha512-0pEZSx5dGn+eM2AAlKNx/2e4T7eBIn0gakMOJe9j3l0AEYq6W2WyMl57Cworow/a6WYjQDFE0MXJpc10GPMMdw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.86_1727645879989_0.3768383455855868","host":"s3://npm-registry-packages"}},"0.5.87":{"name":"@opensea/vessel","version":"0.5.87","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.87","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"8d48d355dc9490881a68609524321d29f69ed794","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.87.tgz","fileCount":23,"integrity":"sha512-/Mk8FJnumtSlj26NiOsDIlYJUgooMSKTv32SPy9RAWGiFKV4WSPUoXqYhQ2tnEIxmxbcNibED66emGiZUAGlfQ==","signatures":[{"sig":"MEUCIQCC5h1FJD/gO/h7tD5nNuYt2ojfphH5WXIDqrV39AtpVgIgSyA2VhH9Nv8yxABFzxOvJ71lIqPRj6Iave8vd25a8kA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.87.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/3c52906521da7577fd3b11c21da62035/opensea-vessel-0.5.87.tgz","_integrity":"sha512-/Mk8FJnumtSlj26NiOsDIlYJUgooMSKTv32SPy9RAWGiFKV4WSPUoXqYhQ2tnEIxmxbcNibED66emGiZUAGlfQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.87_1727649136691_0.9994627674651113","host":"s3://npm-registry-packages"}},"0.5.88":{"name":"@opensea/vessel","version":"0.5.88","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.88","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"5275ed32bc11bb5dd431c40eb88dd1e97659a1c2","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.88.tgz","fileCount":23,"integrity":"sha512-/ELnsJEdrQYUmjn1D5Nd+W2i8RKR40JLe8ewuN0SnJQPBuSqxUCqIBwDNvFZsWPLQ0/dvYXJuzS/LJwxzRepoQ==","signatures":[{"sig":"MEUCIDIFDCC/9Al2yWOfQndN/eFjLEw4yWqClkMIyFomg/UfAiEArjgCc91LYYPvwGAkHzb5EAgXVgGFTJqIyFmPsc/hdlc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.88.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8499785bbd222b8ec171509dcf82446f/opensea-vessel-0.5.88.tgz","_integrity":"sha512-/ELnsJEdrQYUmjn1D5Nd+W2i8RKR40JLe8ewuN0SnJQPBuSqxUCqIBwDNvFZsWPLQ0/dvYXJuzS/LJwxzRepoQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.88_1727650051175_0.9862254829366419","host":"s3://npm-registry-packages"}},"0.5.89":{"name":"@opensea/vessel","version":"0.5.89","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.89","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"b0661aee5dd43b55ce9a1bb5fef210a4a946359b","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.89.tgz","fileCount":23,"integrity":"sha512-Mrw8LGduRhXgOhbsAukYJzYW1Bb4SASnPLSIa/EqnejLWqzmD8ZMZIMfLV00t9fXBWtKnYCpBo/ez++Cdy3ptg==","signatures":[{"sig":"MEYCIQCyJhcRymytrTvK8b48GWQhefJCwcwIRb/Q5Bkk/K4KGAIhANe8Y2Vi2fjef+N40cSjghCwBs6lZwPehixhIJKklIu5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.89.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8d82d537fb508ad34deadb29d0a3c2c7/opensea-vessel-0.5.89.tgz","_integrity":"sha512-Mrw8LGduRhXgOhbsAukYJzYW1Bb4SASnPLSIa/EqnejLWqzmD8ZMZIMfLV00t9fXBWtKnYCpBo/ez++Cdy3ptg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.89_1727650789708_0.2340274921635186","host":"s3://npm-registry-packages"}},"0.5.90":{"name":"@opensea/vessel","version":"0.5.90","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.90","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"7b4cdbaf08224c57827ddeb53aeac1e8cf51e957","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.90.tgz","fileCount":23,"integrity":"sha512-/ZT4p2Twh7sHjQaNQxKipVxj3E9AlAg+xi0MPpRu9lskBx0Q9GQ1y0MIsrlI5SrSHFeQW4ORm9x7qT+LO5AQLg==","signatures":[{"sig":"MEUCIDxcY+uzTPdgArB2CKkxRuNHwYUzCHXVbnupwdnDIFJhAiEA4I8yTppNowNNlOqeCrZ/5HTB20nA0egX5xu7ceNCvwA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.90.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/269406cbb112310a6682f342d3c71321/opensea-vessel-0.5.90.tgz","_integrity":"sha512-/ZT4p2Twh7sHjQaNQxKipVxj3E9AlAg+xi0MPpRu9lskBx0Q9GQ1y0MIsrlI5SrSHFeQW4ORm9x7qT+LO5AQLg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.90_1727657613465_0.5695054451929469","host":"s3://npm-registry-packages"}},"0.5.91":{"name":"@opensea/vessel","version":"0.5.91","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.91","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"cd55760322d0c1535d71e0f0165430404864b967","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.91.tgz","fileCount":23,"integrity":"sha512-WH7x7KCSbcS4oXXXcp+xgE9LbyHx7u8fU2BY3Nx/6Ds3ZJeXVcLGRWobC84eZ855IJljUOloj8L9j+xFmQb+nQ==","signatures":[{"sig":"MEUCIQDgKLjcSTNC6Nc4DUOzlvBYa9Or2cPEoOcaPWeusyfH3gIgVaoYs6BHASBjJQqCfMuizab+67OxrEf3nBDYLgmnZqE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.91.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/6d795c226be97d8b0238020aa0825b7a/opensea-vessel-0.5.91.tgz","_integrity":"sha512-WH7x7KCSbcS4oXXXcp+xgE9LbyHx7u8fU2BY3Nx/6Ds3ZJeXVcLGRWobC84eZ855IJljUOloj8L9j+xFmQb+nQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.91_1727707363790_0.14029906376034162","host":"s3://npm-registry-packages"}},"0.5.92":{"name":"@opensea/vessel","version":"0.5.92","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.92","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"b1d5ab0fbeefec547c8698e576f4fcc5878bf6d1","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.92.tgz","fileCount":23,"integrity":"sha512-ft8XVrpNR65DnmEPNhu3I1tJ4diPp6JF4dI9WTdTV3EWx7x9oI9QLNQ5z0CfyA0VN9fSVyeGKB5ROv4T7bty0Q==","signatures":[{"sig":"MEQCIG/AAOKJp+lOgfgtqUDc7NagQKSnqjat/h0ee0vAvl+YAiA/+6Rdhuwu/Q83BNVnvlslJCH/0FyvnVAo5++162GUWA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.92.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/183eaf656d023a5da1e29205745df9c9/opensea-vessel-0.5.92.tgz","_integrity":"sha512-ft8XVrpNR65DnmEPNhu3I1tJ4diPp6JF4dI9WTdTV3EWx7x9oI9QLNQ5z0CfyA0VN9fSVyeGKB5ROv4T7bty0Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.92_1727707904188_0.0044692043593765884","host":"s3://npm-registry-packages"}},"0.5.93":{"name":"@opensea/vessel","version":"0.5.93","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.93","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"edb253fcc403b85de4d8bec1e528bc4dc255c137","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.93.tgz","fileCount":23,"integrity":"sha512-ZOrByYOPSOam9D7cdDljbflasQ3dU+fBtkO9NSiKTfbsk7L2JN1nFei9yA5qwzhhq2J7iKxusBCA/gqqEi1RIw==","signatures":[{"sig":"MEUCIQC7+IDAW7B0Xp0/UK3bN2AW3C6aGR0TcxDtcMprGWHc7wIgGVzqkrF1a1bjbdMFGGyGXB/8CdOz1zhddfTYZkNCzlM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.93.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/48cd4045d9c0a63b78ade0faf7a6da12/opensea-vessel-0.5.93.tgz","_integrity":"sha512-ZOrByYOPSOam9D7cdDljbflasQ3dU+fBtkO9NSiKTfbsk7L2JN1nFei9yA5qwzhhq2J7iKxusBCA/gqqEi1RIw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.93_1727708558093_0.35231241395369883","host":"s3://npm-registry-packages"}},"0.5.94":{"name":"@opensea/vessel","version":"0.5.94","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.94","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"b05b02cef66939636a23adbe24514925b903e52a","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.94.tgz","fileCount":23,"integrity":"sha512-EP6H8KC5ka4F7QPqX6dUbe5fr0SaXIm7JI92wl8QMUFhdXQEEwl4XuTjVi4n8llAlgBGsvBckpJvm4KlgJbqvg==","signatures":[{"sig":"MEYCIQDTGZCKIRbjRl9Op7PBPtEdRPbRvlY/yyvLZg5dPAbt3gIhAPJyYsVa1nKLcCAppbtM8HTVVSUTPXLjR7CLrbCfTzzH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.94.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/7e62e84d4e9ce20a8a34adc37f5c57e6/opensea-vessel-0.5.94.tgz","_integrity":"sha512-EP6H8KC5ka4F7QPqX6dUbe5fr0SaXIm7JI92wl8QMUFhdXQEEwl4XuTjVi4n8llAlgBGsvBckpJvm4KlgJbqvg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.94_1727709366357_0.5043831642401173","host":"s3://npm-registry-packages"}},"0.5.95":{"name":"@opensea/vessel","version":"0.5.95","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.95","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"a1688fed59bbf3fd6daec94deb34ccd7c2710dd5","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.95.tgz","fileCount":23,"integrity":"sha512-jrbVbS08nwhmG5SKwFmOGkag8mry/7g8p6LhFpH+P4/CAcsFttF2z+lOH1yRH0KFM5a/Pb0fGjGU8HpWoBT//A==","signatures":[{"sig":"MEUCIFrTEMaC8UBKffKlUkifYxdMG4OQlycJ/hnzBS6v8m2iAiEAg16FDUG6imPB0Tsd27LDF29ir4KRzGMGLTXkD//VQug=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.95.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8ec5785c6399f2e8e715078fb8e2f353/opensea-vessel-0.5.95.tgz","_integrity":"sha512-jrbVbS08nwhmG5SKwFmOGkag8mry/7g8p6LhFpH+P4/CAcsFttF2z+lOH1yRH0KFM5a/Pb0fGjGU8HpWoBT//A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.95_1727709786975_0.5549778655014179","host":"s3://npm-registry-packages"}},"0.5.96":{"name":"@opensea/vessel","version":"0.5.96","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.96","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"8f806f93a4c40c7ad8a49efa78aae13c2bc4296e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.96.tgz","fileCount":23,"integrity":"sha512-8SW1Sm6NramTZG65bt+TbeMRiZ+s4KnOTjqJBpQgERb6Eru45sLJGUBOQ5quB65HuhbASr33lbanaZJDIQxE6A==","signatures":[{"sig":"MEUCIGY7s2/VlmIu+xlKrgTsGV41j2hAJ+vyj0VD77q5IstcAiEAs4sdx533BGVlcUOSRcjXwvvJBjRUUUeTHgs+SBLfRnw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.96.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/0b20674167f2d12313bc2d66a8123c90/opensea-vessel-0.5.96.tgz","_integrity":"sha512-8SW1Sm6NramTZG65bt+TbeMRiZ+s4KnOTjqJBpQgERb6Eru45sLJGUBOQ5quB65HuhbASr33lbanaZJDIQxE6A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.96_1727710436854_0.35553341691726903","host":"s3://npm-registry-packages"}},"0.5.97":{"name":"@opensea/vessel","version":"0.5.97","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.97","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"f79e375b1ea72f287bc54257e935f9dd591e032f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.97.tgz","fileCount":23,"integrity":"sha512-XFrmeRnOQf91c+VHwIqUVDrZSPiRxmvbZNFHHvLKXbc0ZXTCLaU4IP+18SZIuCBK180emnGjfI7VgVegjIB9Hg==","signatures":[{"sig":"MEUCIQC38F+ZbRDglLoFz/fbAHqYNFtoF8MDF41NDsJ9PE5AMwIgfcvNY9kg7FAuAcCUM144tMlGLTg2BdC69WWZREpLD4c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.97.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/098107b06e86567bc7d5694ed095d876/opensea-vessel-0.5.97.tgz","_integrity":"sha512-XFrmeRnOQf91c+VHwIqUVDrZSPiRxmvbZNFHHvLKXbc0ZXTCLaU4IP+18SZIuCBK180emnGjfI7VgVegjIB9Hg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.97_1727712105317_0.29606650016046987","host":"s3://npm-registry-packages"}},"0.5.98":{"name":"@opensea/vessel","version":"0.5.98","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.98","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"626813c395da15b86799b9bebbe32561822a56bd","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.98.tgz","fileCount":23,"integrity":"sha512-KdYtQ6bjivalKYujFqfTCw6MHeWzU4XYLpvbieCgf+DGbRO07LoLX04TIRUfqrVBpBFFPp97myaQG3feBguddA==","signatures":[{"sig":"MEUCIGnWeyKKNbZv4R1TGu1IzusYxT80K+Seb9TBWCUNFZZgAiEA4CM0jgBMTsl6LbH9NB84MhYsVdr9Dq6DaEG+0El5UEk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.98.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/2950716342be40a27fd463bb5b57652c/opensea-vessel-0.5.98.tgz","_integrity":"sha512-KdYtQ6bjivalKYujFqfTCw6MHeWzU4XYLpvbieCgf+DGbRO07LoLX04TIRUfqrVBpBFFPp97myaQG3feBguddA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.98_1727719947800_0.7473753507280723","host":"s3://npm-registry-packages"}},"0.5.99":{"name":"@opensea/vessel","version":"0.5.99","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.99","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"2ffe0cfcf489cdccb69d6572cc1cf43dfb753369","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.99.tgz","fileCount":23,"integrity":"sha512-TJKTssO5TzHKnYtjm6PEpx/+MuHv7WaiT/Q2Gy1TY9h7auL9nLGSmzORUTtYO8HD7FEybzaYtLKw7FAr8/jX8Q==","signatures":[{"sig":"MEUCIQCCxPWoDetXfWYfG8j9LMk8iA1r19lrWPK/hvPMiTEB2gIgWnwfouVyWa66rMT8AUCdbZfJ3RdJohof7k8GtPrt/2s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.99.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/4bbaa68814beca852140af63e1f05a27/opensea-vessel-0.5.99.tgz","_integrity":"sha512-TJKTssO5TzHKnYtjm6PEpx/+MuHv7WaiT/Q2Gy1TY9h7auL9nLGSmzORUTtYO8HD7FEybzaYtLKw7FAr8/jX8Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.99_1727727864025_0.71654271867722","host":"s3://npm-registry-packages"}},"0.5.100":{"name":"@opensea/vessel","version":"0.5.100","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.100","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"a2d0bad224224f2665ef6210e8f4fa67d3e8629d","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.100.tgz","fileCount":23,"integrity":"sha512-eF40trPIKo0y+sWo7hM0UV+YkBt/raOSTtUib72Iy1/TyFr3D1yLGj4Vw0mYLUjsWJbU+0GDHegAffaOX2FaOw==","signatures":[{"sig":"MEUCIDK/1jQzOW/5++qpdKqIPJ8aFXC2BgWdOKSFjGGcLDFdAiEAyPBdIB+PgBWfCuNk5Tlnu/WUNfyWpWgCy1FOFv/rVsk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.100.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/7bd216834f63ff7c3a5a48e7570ecaa2/opensea-vessel-0.5.100.tgz","_integrity":"sha512-eF40trPIKo0y+sWo7hM0UV+YkBt/raOSTtUib72Iy1/TyFr3D1yLGj4Vw0mYLUjsWJbU+0GDHegAffaOX2FaOw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.100_1727798087987_0.6387688714966131","host":"s3://npm-registry-packages"}},"0.5.101":{"name":"@opensea/vessel","version":"0.5.101","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.101","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"ea09c295966e179fb76058822c94c695701bf835","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.101.tgz","fileCount":23,"integrity":"sha512-lsYZg7rRY9vj1N1mxboqfTMS4GY3/XfL1MR3y/4mXFjxPC1k/aCwwwkC5h/oQRnXbsYpeQsX86SNXYGbdGkHdQ==","signatures":[{"sig":"MEUCIDvYEunmkBuQnREcEdoQ6TWirtkadQuu/ANAad67d2JAAiEAwNdlWJL3NSKRnQ1t7+IwuteVv796l0sMT/sXSOHK+es=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.101.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/312671f5a0de754869e90b74116dd856/opensea-vessel-0.5.101.tgz","_integrity":"sha512-lsYZg7rRY9vj1N1mxboqfTMS4GY3/XfL1MR3y/4mXFjxPC1k/aCwwwkC5h/oQRnXbsYpeQsX86SNXYGbdGkHdQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.101_1727799750748_0.5230540832675019","host":"s3://npm-registry-packages"}},"0.5.102":{"name":"@opensea/vessel","version":"0.5.102","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.102","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"97c5cae5a01be285f791186297e71b9462430987","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.102.tgz","fileCount":23,"integrity":"sha512-lA5neT9mvDXMollwaTbut1HxN/g5ktJQpEvjT0U1XeqrfnYO1gv2elwtUuHrRmtMbLqoLQBkyfecKXkSDQZ1Aw==","signatures":[{"sig":"MEUCIDQxm5DV9/2FraPCNPbuSPxootIkB+G8XxypBACMliKfAiEA3PAfpL4SITJA5GZV4Ys4f7utBqb5ljre/740njIfTk0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.102.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/0ed758c466c4d5d6e47fe75187807950/opensea-vessel-0.5.102.tgz","_integrity":"sha512-lA5neT9mvDXMollwaTbut1HxN/g5ktJQpEvjT0U1XeqrfnYO1gv2elwtUuHrRmtMbLqoLQBkyfecKXkSDQZ1Aw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.102_1727800067026_0.6353850728763857","host":"s3://npm-registry-packages"}},"0.5.103":{"name":"@opensea/vessel","version":"0.5.103","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.103","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"16d7b13c31d58ab76a8b9ffe67e6c0163b8b7c66","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.103.tgz","fileCount":23,"integrity":"sha512-I/n4X3zI+YqiC7D6j6+3UZUCkVpa7Az0+ZGc1WZ18pStV0QAkhRUUuIzfD/0HqlBD0/31ihSIlKG6LoLl7prCw==","signatures":[{"sig":"MEQCIA7SZ3xX4N2FPKtKfgXZQvTxo1y37s5pg0GbRpMqqBsYAiB+UfzB4B+7lIHIZz3GZv+kPk1FuEWGNAms3PUrWTzKQA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.103.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5b524ba6c33c9a2c12d4ce366d3a084e/opensea-vessel-0.5.103.tgz","_integrity":"sha512-I/n4X3zI+YqiC7D6j6+3UZUCkVpa7Az0+ZGc1WZ18pStV0QAkhRUUuIzfD/0HqlBD0/31ihSIlKG6LoLl7prCw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.103_1727801748102_0.7928455801401335","host":"s3://npm-registry-packages"}},"0.5.104":{"name":"@opensea/vessel","version":"0.5.104","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.104","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"5fd0b3fb11096f909d1666766ea65b2458587e8a","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.104.tgz","fileCount":23,"integrity":"sha512-JejykHoNtQRj3l/kvVIi0Er5QrfMdI8Ylocvpm+eRvZ7lzi5gFxvvptgkJAXjNa3UXsFQLQfQ4bEPwK0EysCoQ==","signatures":[{"sig":"MEUCIHlVF6rAIUkEze2XcohTkwdUJtAKA/xhPqXy0+kHT69TAiEAl/kYiJNPwoOblEJjnuVd2AZJlKQ4l+DcXFIGmzY2qe0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.104.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/2aca5147c9def886719d6bd7eb2830c4/opensea-vessel-0.5.104.tgz","_integrity":"sha512-JejykHoNtQRj3l/kvVIi0Er5QrfMdI8Ylocvpm+eRvZ7lzi5gFxvvptgkJAXjNa3UXsFQLQfQ4bEPwK0EysCoQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.104_1727807429950_0.6207298442942002","host":"s3://npm-registry-packages"}},"0.5.105":{"name":"@opensea/vessel","version":"0.5.105","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.105","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"72f3b884ee1a13d56b1cbc0e20525ee55f99a3e7","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.105.tgz","fileCount":23,"integrity":"sha512-FzuBEdNRrkVAZRAkJ0z0KywkAg65+PplnYr7btg2YyKkejsOIZR0lZvGWT4epK5/BDus5tZgWsyAlTNsVpz3yg==","signatures":[{"sig":"MEUCIQDW3/vS/5m33FJjt2Xq2f6TCEx+3H5ibfaXn7tjSHf0DgIgAjCUST97NTRETBdHh9kD5pZfpwMwaqUafaWlc06KBDs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.105.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/2f5b9d19cf2fd95d81acf0a9abde7967/opensea-vessel-0.5.105.tgz","_integrity":"sha512-FzuBEdNRrkVAZRAkJ0z0KywkAg65+PplnYr7btg2YyKkejsOIZR0lZvGWT4epK5/BDus5tZgWsyAlTNsVpz3yg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.105_1727809308200_0.72510650267434","host":"s3://npm-registry-packages"}},"0.5.106":{"name":"@opensea/vessel","version":"0.5.106","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.106","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"b05f6cccff12b4661b3bbc1f848e3d8c4a85922b","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.106.tgz","fileCount":23,"integrity":"sha512-DmPPWVopij35BJoZ0Ol/YhyecsYXWQIw5HAExsIIi5Rs/ER5kAnI3jAn4YeSCE0fTfrhYPMvMyTNNl0iT1hexQ==","signatures":[{"sig":"MEQCID0IvVjkY8QLNs+A4J7N3z1+YwheeMF/vzFyZNpfOHFNAiAgAFLpdzu+KoW1XvAN+7scqsOjS0J0UQoTiU7k/vVrig==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.106.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/2ede8fa0cae89820fc8425aa7101010d/opensea-vessel-0.5.106.tgz","_integrity":"sha512-DmPPWVopij35BJoZ0Ol/YhyecsYXWQIw5HAExsIIi5Rs/ER5kAnI3jAn4YeSCE0fTfrhYPMvMyTNNl0iT1hexQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.106_1727820582951_0.8262478617141606","host":"s3://npm-registry-packages"}},"0.5.107":{"name":"@opensea/vessel","version":"0.5.107","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.107","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"459423c7d1672e7154e87a1c2c4c7a15cdcc8fb7","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.107.tgz","fileCount":23,"integrity":"sha512-/Bhk4+nRmdUmzS3uA1pmjA7vbddI438ehetsmMYiibYgtXBcus+nYZBFjOOfBWYItpLmxAofwGVuJviayTLnTA==","signatures":[{"sig":"MEUCIQCgnU40XZoxQYpnxnlrH0FxWYqZAVCCayoIDi4sUwoaqQIgbyWc21knWjfiN3DFsucFeKby62Za6pPIJF1cFDi9AeI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.107.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f8af20e724a7c8c86ec537e5d69b7889/opensea-vessel-0.5.107.tgz","_integrity":"sha512-/Bhk4+nRmdUmzS3uA1pmjA7vbddI438ehetsmMYiibYgtXBcus+nYZBFjOOfBWYItpLmxAofwGVuJviayTLnTA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.107_1727901486935_0.08978044445968969","host":"s3://npm-registry-packages"}},"0.5.108":{"name":"@opensea/vessel","version":"0.5.108","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.108","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"3745f141432d2868e7412b78e26d5ca7d3609328","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.108.tgz","fileCount":23,"integrity":"sha512-zca7jLZhUMc7vVJh5aN67MECmjsY4vdUApG0uxkt6nFt1YjNuLE05Tl0lnsE4C+YgAhaVAODpLoEfHox4DoDVQ==","signatures":[{"sig":"MEYCIQCaulksntXTJC2+cFgVSNrlyImZ/E35Uyd1wmu1u3IclwIhAOA6P2A1y7SUIXGVfjHCsUgbCfTrGmLvdm6EA4m3aWWg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.108.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/7ea1f140328ba901e9a404f4b48510b5/opensea-vessel-0.5.108.tgz","_integrity":"sha512-zca7jLZhUMc7vVJh5aN67MECmjsY4vdUApG0uxkt6nFt1YjNuLE05Tl0lnsE4C+YgAhaVAODpLoEfHox4DoDVQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.108_1727905673291_0.560141535177848","host":"s3://npm-registry-packages"}},"0.5.109":{"name":"@opensea/vessel","version":"0.5.109","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.109","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"c5598eb995dad0d6187aa974f810f1001437416e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.109.tgz","fileCount":23,"integrity":"sha512-8jKfQ4V1/lgtRFEMMCWJbfBRqlGqIKGUopHLA4L4p6wRdBL6lKGud56ZX/67Syy2iS90wFCwVFe3ZOHvod0+jQ==","signatures":[{"sig":"MEUCIQD1ee0uXEk6PlyFK2Bepd/qeG4HN48xcgZl1pWxmwq6FAIgW1g+ykQmaKll0hmpbu3pdJyHr7u9IUekRya5LGpVnvU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.109.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a7e966589f56212613aab3f635dd0524/opensea-vessel-0.5.109.tgz","_integrity":"sha512-8jKfQ4V1/lgtRFEMMCWJbfBRqlGqIKGUopHLA4L4p6wRdBL6lKGud56ZX/67Syy2iS90wFCwVFe3ZOHvod0+jQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.109_1727917366226_0.4721817324978088","host":"s3://npm-registry-packages"}},"0.5.110":{"name":"@opensea/vessel","version":"0.5.110","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.110","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"333e6a1906aec5e872d4f0a90cf58ac31bd2c9fd","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.110.tgz","fileCount":23,"integrity":"sha512-NMIuyYaiw1OrcygTEysd7TcsssaEcOGJCkgkeDmO9pEIeJ7YrvG0FQ4vnL6f8jR9DUy/xhI1V4umnEifaxY+2w==","signatures":[{"sig":"MEQCIAy2RI5zAATaAAvpjwgBJmH9xsAy1Q3pbLuKvHt6MglOAiALQq8EflDuFaClutolkwPuuAgKdoW/nfhNnMJk6pbo0g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.110.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a2a463d01a3268df4e8884158a8c4bc0/opensea-vessel-0.5.110.tgz","_integrity":"sha512-NMIuyYaiw1OrcygTEysd7TcsssaEcOGJCkgkeDmO9pEIeJ7YrvG0FQ4vnL6f8jR9DUy/xhI1V4umnEifaxY+2w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.110_1727963711194_0.44703456057361035","host":"s3://npm-registry-packages"}},"0.5.111":{"name":"@opensea/vessel","version":"0.5.111","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.111","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"44f5ffc66218ecf01fe0038b54423b3aefcf99c7","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.111.tgz","fileCount":23,"integrity":"sha512-Wg4uCI7la4/6fG1M3oeqw/LXeuBYILjj8aOr6ulOz1Byq6lb2dlMTB72tkNH8DIe0LRpy7NGPVl5NC5ntmzCAA==","signatures":[{"sig":"MEUCIFn8O4RSdhduYGdEp2ERLuIMv/3plLeI57D6oi/meLG+AiEAskMMsQQ3YZsVXDuXs71lc2mp9HPrlLtUAHOFMSKADdI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.111.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/1106a4774e2b8165b1326720782c8b9a/opensea-vessel-0.5.111.tgz","_integrity":"sha512-Wg4uCI7la4/6fG1M3oeqw/LXeuBYILjj8aOr6ulOz1Byq6lb2dlMTB72tkNH8DIe0LRpy7NGPVl5NC5ntmzCAA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.111_1727965022411_0.27178043748314096","host":"s3://npm-registry-packages"}},"0.5.112":{"name":"@opensea/vessel","version":"0.5.112","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.112","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"6612083479c0f6081ac66043aab99d6e60532b68","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.112.tgz","fileCount":23,"integrity":"sha512-XQO69buFQxNW55ROoIfINDgeuwPU64pJmrJfwvuMPyp/s1wAVoqY4bJkyEBow5W7upSMrWeQ2hWElsXSrBgaUg==","signatures":[{"sig":"MEQCIHko9LIYTqdz5euDUPLCp4pPGHzvsb74rAxdOiNDf9sEAiA8duBtsPKsh8AS++Zav9xAmII1isHpnYu3OuRq/E619A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.112.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d366841125e4ad12a303759f1ce2f52d/opensea-vessel-0.5.112.tgz","_integrity":"sha512-XQO69buFQxNW55ROoIfINDgeuwPU64pJmrJfwvuMPyp/s1wAVoqY4bJkyEBow5W7upSMrWeQ2hWElsXSrBgaUg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.112_1727977268374_0.9495197583568442","host":"s3://npm-registry-packages"}},"0.5.113":{"name":"@opensea/vessel","version":"0.5.113","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.113","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"ec25c6588b60aa63517b33d2dbfbf58a529705ab","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.113.tgz","fileCount":23,"integrity":"sha512-lpP6YW3zDJF0cOhdg+bNffA0NE69n2dfPyUnHnFTdV2nYmZu5Oa6WqGvwvmMDQf0iyVfXDHMhEYcmva51VcX2A==","signatures":[{"sig":"MEUCIQCBUwMhHgixJervyDnW4reMD5PIYSi9Q+HYG+RYnqUWmwIgNrTg5La4ZoSnYRkH4n6KeIWOTMcy0oD3vVhoKnjJoR8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.113.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/0cf465aac30ee76664500649de3555e3/opensea-vessel-0.5.113.tgz","_integrity":"sha512-lpP6YW3zDJF0cOhdg+bNffA0NE69n2dfPyUnHnFTdV2nYmZu5Oa6WqGvwvmMDQf0iyVfXDHMhEYcmva51VcX2A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.113_1727995194075_0.1485220868395054","host":"s3://npm-registry-packages"}},"0.5.114":{"name":"@opensea/vessel","version":"0.5.114","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.114","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"2ba18fcb5865d4925c9b278da25fb0a584bfcd66","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.114.tgz","fileCount":23,"integrity":"sha512-wzvs7DWYD8SS6CcG7SpHRr5RjSFoRljbILcOTSzBz0cvgjRh6+rlkHC0kAbOp/cxUaEAAjRFftD2ob2kbHac4A==","signatures":[{"sig":"MEYCIQCjdusrVNrHGv7P4gGM/1/NUOo7617A1IvTfw/Tq8o3hgIhAKPuQRCeEasAibvGjIqX0vwePkhrLC2UsqpM+e0cLdaW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.114.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b1df4247db39540f0a2ea5786e9b0b47/opensea-vessel-0.5.114.tgz","_integrity":"sha512-wzvs7DWYD8SS6CcG7SpHRr5RjSFoRljbILcOTSzBz0cvgjRh6+rlkHC0kAbOp/cxUaEAAjRFftD2ob2kbHac4A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.114_1727998548595_0.1780297103277324","host":"s3://npm-registry-packages"}},"0.5.115":{"name":"@opensea/vessel","version":"0.5.115","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.115","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"1c445aded1ee74125c013da1099d405a18a8e87e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.115.tgz","fileCount":23,"integrity":"sha512-sUUZdTReYaAO893AzAHMJaXryH4KbVm12ZF1I38KubKXKwjAft1QIyygJQTIliadiYvUXUawTkT8q/Oc7n6+/g==","signatures":[{"sig":"MEUCIQCqv5XSLyChSepmBPVUMB/ZPPglKev2Hf0r2S/0dF1nkQIgf2tUHJnD4V+6e8A16L+4FckmZ6PHLQOln8u7dLKTRAM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.115.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/00841a9974526c375f3779cda1fc2e23/opensea-vessel-0.5.115.tgz","_integrity":"sha512-sUUZdTReYaAO893AzAHMJaXryH4KbVm12ZF1I38KubKXKwjAft1QIyygJQTIliadiYvUXUawTkT8q/Oc7n6+/g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.115_1728051562957_0.903692318952591","host":"s3://npm-registry-packages"}},"0.5.116":{"name":"@opensea/vessel","version":"0.5.116","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.116","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"8b436015c33ba6addb547548fb63f7a56aba63b5","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.116.tgz","fileCount":23,"integrity":"sha512-62gYj9a4gk7/k4BwmePSc/Lak2SuRNgwQ+ko5TrwWlSDG6WPv/vhBow/J8c2hAajn8vBib6KZmUIHWQIWNtsEQ==","signatures":[{"sig":"MEQCIEqX33Q+utEYUjtUkUqtmKcIPG2NWdoey6AtSVwE/SDuAiBeoK4Na7SLRHbB/pWZEG6tQntb9yXprhSXYl5wceZPcg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.116.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/306dd85b7a6acba8aea2ed0757b693c6/opensea-vessel-0.5.116.tgz","_integrity":"sha512-62gYj9a4gk7/k4BwmePSc/Lak2SuRNgwQ+ko5TrwWlSDG6WPv/vhBow/J8c2hAajn8vBib6KZmUIHWQIWNtsEQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.116_1728056806975_0.38033144096204463","host":"s3://npm-registry-packages"}},"0.5.117":{"name":"@opensea/vessel","version":"0.5.117","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.117","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"3e2e1b665094f3558b202528e58af69d78353b88","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.117.tgz","fileCount":23,"integrity":"sha512-RwvMqo61av/tqt7JqhamI2QKj1i2NMJAdlIjQZD6wErb7W4wvMzD3GRDpjxuriYq6zdsIUW8MhLr8/7TSvkcdQ==","signatures":[{"sig":"MEUCIGTQOlwLpvCUhIQcX02EXwhctnq6BkaY+HJWpg+LkwF0AiEAs6YoPWAuN0xl4cozDLmBhIsBTTbxipYjE6NmX2wf0oU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.117.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ed7764487502a013771a968377333d28/opensea-vessel-0.5.117.tgz","_integrity":"sha512-RwvMqo61av/tqt7JqhamI2QKj1i2NMJAdlIjQZD6wErb7W4wvMzD3GRDpjxuriYq6zdsIUW8MhLr8/7TSvkcdQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.117_1728058456468_0.36106085793353127","host":"s3://npm-registry-packages"}},"0.5.118":{"name":"@opensea/vessel","version":"0.5.118","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.118","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"c4b0a04e113fe663f23aabeeb227a52b9fa533e8","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.118.tgz","fileCount":23,"integrity":"sha512-Q+Cu2FRbIsttiljrbIQEvY2EGVA7o/7DETN9fiyG1YmXWQxSAghAuUczxiU1mWYxnv4d4Mc9OztJ59QNAqHVMg==","signatures":[{"sig":"MEYCIQDZIYtx1UFNN3zoz3XX45zLRq9RRWGqMGXG4SlICFqXoQIhANaT3CH5UdSdQal3+ccvNuchim2+20V+zpkYahEmqk+Q","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.118.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/365a271bd47420fed60041b94efc5cb3/opensea-vessel-0.5.118.tgz","_integrity":"sha512-Q+Cu2FRbIsttiljrbIQEvY2EGVA7o/7DETN9fiyG1YmXWQxSAghAuUczxiU1mWYxnv4d4Mc9OztJ59QNAqHVMg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.118_1728163908729_0.633073663981846","host":"s3://npm-registry-packages"}},"0.5.119":{"name":"@opensea/vessel","version":"0.5.119","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.119","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"1aac884add27c417665d2a38fecadfb4da671f40","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.119.tgz","fileCount":23,"integrity":"sha512-OJVtt6XBx9cEdIRReg/2ahlI0rx6THekj6ONZi/coUlyyQYPC1G8hE1Ov4WvHtmLgM3jiQmAcpZG0My3WG6QWQ==","signatures":[{"sig":"MEUCIQCVLAY/Z1PRxvfJUWPoSB33cLGXrUrZnnl0Y9ubztMtKgIgFWQ3iinvteTSWNBibqk+VfpySCry9+qPzmMzPvM32EI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.119.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/6671f6153a344fd975bc51cda611637c/opensea-vessel-0.5.119.tgz","_integrity":"sha512-OJVtt6XBx9cEdIRReg/2ahlI0rx6THekj6ONZi/coUlyyQYPC1G8hE1Ov4WvHtmLgM3jiQmAcpZG0My3WG6QWQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.119_1728331209335_0.7282586398616127","host":"s3://npm-registry-packages"}},"0.5.120":{"name":"@opensea/vessel","version":"0.5.120","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.120","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"f0e29274701a8623f9db12636d4af1268e4ad25b","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.120.tgz","fileCount":23,"integrity":"sha512-yC2Isg/0B3Ux4sfl4K/CVL6BsxRn1J4ArILtzDgQ9ax2FyuP2okHq35XH7iU0SHPBJQYSFkeQDoDkjWj5gfnrA==","signatures":[{"sig":"MEQCIHYhjlz0SkGP/1CMyXKVrrBx2riIAR6ghIxMFRMRJHkOAiAbSoPuULMCS6kgCwjfrVoIU3Xy3FPeMhFy3+ebCgvKoA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.120.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5bbb127a57f8721f938ccc1a46308aa7/opensea-vessel-0.5.120.tgz","_integrity":"sha512-yC2Isg/0B3Ux4sfl4K/CVL6BsxRn1J4ArILtzDgQ9ax2FyuP2okHq35XH7iU0SHPBJQYSFkeQDoDkjWj5gfnrA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.120_1728397386711_0.005040919755453066","host":"s3://npm-registry-packages"}},"0.5.121":{"name":"@opensea/vessel","version":"0.5.121","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.121","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"cdb959ec403b3daf26198d60f81ee8d47208f4ba","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.121.tgz","fileCount":23,"integrity":"sha512-qoq7e0C7XvuSOKv8cmzLiw/7TRWeJrxgIWWecSY5jox6FZ6L1NRYAlm0hbdTWXEQHb7qR47HukJU8jB7H/Vu9A==","signatures":[{"sig":"MEYCIQDkV9TE4Lg1s+mwyj66fB87/uKVQyelrxOhu+3J8KDvoAIhAIhX+ryuENXHMA4g0Yk1YXbh9y0YUdhP0DuebaFBM+m3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.121.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/0f129fbe39e8584572b0c1db20327951/opensea-vessel-0.5.121.tgz","_integrity":"sha512-qoq7e0C7XvuSOKv8cmzLiw/7TRWeJrxgIWWecSY5jox6FZ6L1NRYAlm0hbdTWXEQHb7qR47HukJU8jB7H/Vu9A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.121_1728405270835_0.1342386886189868","host":"s3://npm-registry-packages"}},"0.5.122":{"name":"@opensea/vessel","version":"0.5.122","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.122","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"2b62052a853b7c2840b6d31bf5ecc156247e7242","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.122.tgz","fileCount":23,"integrity":"sha512-Sct9Qmlnsg4MRvJNgA2iIjxWlKR52XP/dwBmDyu8j7s6iwoPanDZPr2JGmXzhS45P799qDOUPBMiRivSFAwcuw==","signatures":[{"sig":"MEUCIAXIC7hBwJLXKd1tCZmVzxIhBkln5CF7NTvni8GcAhQqAiEAmIvzoAax5LsPZ0YCqDuZLY4vFYafGqx9EwiWCV6zjvc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.122.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/3e031253a78465459c7dcfebcd47370b/opensea-vessel-0.5.122.tgz","_integrity":"sha512-Sct9Qmlnsg4MRvJNgA2iIjxWlKR52XP/dwBmDyu8j7s6iwoPanDZPr2JGmXzhS45P799qDOUPBMiRivSFAwcuw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.122_1728409195764_0.3857239163599513","host":"s3://npm-registry-packages"}},"0.5.123":{"name":"@opensea/vessel","version":"0.5.123","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.123","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"1d4db6db6106ee5f67db52bd54bd068b98c63b59","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.123.tgz","fileCount":23,"integrity":"sha512-J5unATk+JcvtBx7F65PzHj156yL+bMFoq5ylHnSJQ5h7053hbmZGPdaVmwKoUMFC3sp39r5crlQVXnYn9S6fTA==","signatures":[{"sig":"MEUCICwbYwpnjy5a54XVuZqeSndXQ4O/z+j5/dFlrZXIvlggAiEArO3fQowdWqGgJtN33/pk4IH/4xPoD7PIn5M9fEoGLUA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.123.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/00765fa087e8a965b2080798cf686549/opensea-vessel-0.5.123.tgz","_integrity":"sha512-J5unATk+JcvtBx7F65PzHj156yL+bMFoq5ylHnSJQ5h7053hbmZGPdaVmwKoUMFC3sp39r5crlQVXnYn9S6fTA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.123_1728529581896_0.26861296994505546","host":"s3://npm-registry-packages"}},"0.5.124":{"name":"@opensea/vessel","version":"0.5.124","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.124","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"eb33453b4f49a6c2f7ca3fd78b2bb19016a10801","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.124.tgz","fileCount":23,"integrity":"sha512-uxnp2HxYQlq+7GtZmuIhjIs5FZ0q4OLAT6XiDBtgkIICXzJhHUmfrSSMopG17+tQlXKh6kUQcOjEAZMeS6K84A==","signatures":[{"sig":"MEUCIQD+y5KOwwq1oqWx7adOEdiPJCtliGYAl/4It3uXKqEG+AIgUB1pyGUppgLR2ckFifu14VhqFSL0EuOxB9VHNqRNhMM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.124.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/0ecc7741d38398f28a4652b252661a94/opensea-vessel-0.5.124.tgz","_integrity":"sha512-uxnp2HxYQlq+7GtZmuIhjIs5FZ0q4OLAT6XiDBtgkIICXzJhHUmfrSSMopG17+tQlXKh6kUQcOjEAZMeS6K84A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.124_1728548179475_0.1680581413091773","host":"s3://npm-registry-packages"}},"0.5.125":{"name":"@opensea/vessel","version":"0.5.125","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.125","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"94ba58b9b97559dba4eebbff7ada00d5363636c8","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.125.tgz","fileCount":23,"integrity":"sha512-T5Nsrs39FqETKxIcs5k4fXtY7U/6gP/EorbhPfMPCtwi6E4Y/KPYfhsJoMUZIsQxX8JlabEk/lSVOUyl4ERsxA==","signatures":[{"sig":"MEYCIQDGdjnuAY+drWeA1fytiYmC5ug9Vxa+vK/1Op4bqQvaqAIhAJlBLSAXCuS2C9ZIq45bO2oqkeA7EhOtcbRsWNJus/q6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.125.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e7ea9d79ae7eaa080aab4de778c321d4/opensea-vessel-0.5.125.tgz","_integrity":"sha512-T5Nsrs39FqETKxIcs5k4fXtY7U/6gP/EorbhPfMPCtwi6E4Y/KPYfhsJoMUZIsQxX8JlabEk/lSVOUyl4ERsxA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.125_1728568832427_0.10916651032694835","host":"s3://npm-registry-packages"}},"0.5.126":{"name":"@opensea/vessel","version":"0.5.126","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.126","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"023ce3dd81f3cf3af4b273ee0b0cf0153d5ed1b6","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.126.tgz","fileCount":23,"integrity":"sha512-n70xrOju/SuFJr2ziBzWbmLLLeH7I5DwrT2Wv2Jw0+mbZaOIEUK7LqLqq7f5yo08MRcCnqb94MG/5npZT5BuDg==","signatures":[{"sig":"MEUCIB6VAfcCTBFm8psqAYKigT0p0dxMgVHROvGJmz+l3qyrAiEAm/zoLVrHPw7cP840aUyii4I4VDftPcBLYKnTy9qo29c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.126.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/14265135501c3cd186bd66cc9fef8e40/opensea-vessel-0.5.126.tgz","_integrity":"sha512-n70xrOju/SuFJr2ziBzWbmLLLeH7I5DwrT2Wv2Jw0+mbZaOIEUK7LqLqq7f5yo08MRcCnqb94MG/5npZT5BuDg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.126_1728582371724_0.15184366454088205","host":"s3://npm-registry-packages"}},"0.5.127":{"name":"@opensea/vessel","version":"0.5.127","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.127","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"7952a949617d7102e0c75b42933759e3012fd27a","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.127.tgz","fileCount":23,"integrity":"sha512-gCbRDJc3iUJIfuOiEh6V5ZbZTaAgBNbk7iibbn7QVw90Mzzt45wT2+Ec1+Es0YHkCuP+gP3kvvI0YYASW+s4Rw==","signatures":[{"sig":"MEQCIGrpS71LXWQiXBqIrOM89qDMdDEza+rQWcEP/nLm3uyAAiAkEl5BSWxo7RLNjJT44b0OwtNaKc5pUJnCjGrRoiscig==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.127.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/2e0693b28387d15636c805f8c5d7e919/opensea-vessel-0.5.127.tgz","_integrity":"sha512-gCbRDJc3iUJIfuOiEh6V5ZbZTaAgBNbk7iibbn7QVw90Mzzt45wT2+Ec1+Es0YHkCuP+gP3kvvI0YYASW+s4Rw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.127_1728593953316_0.701685249868752","host":"s3://npm-registry-packages"}},"0.5.128":{"name":"@opensea/vessel","version":"0.5.128","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.128","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"48d67e8bcf8f8433950b426f7732407dd1442d38","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.128.tgz","fileCount":23,"integrity":"sha512-Ylmy2DvsbZk8u5tleyceIt3MbUSsURmr0Xq36I+gkaK//QDSDavq3Ve056sf5A5aiDdDT03arw1e2664FjUktA==","signatures":[{"sig":"MEUCIQCufPAads/edsfcygqr7mBMh/sR7DrGMZ8dUsY3FiVoWAIgQOVFNK1jp+QbBYZyIBjKPdxwMj4MJcA7va79eId8wEc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.128.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a02fb4b9e113e295b8c9206d15a42ef6/opensea-vessel-0.5.128.tgz","_integrity":"sha512-Ylmy2DvsbZk8u5tleyceIt3MbUSsURmr0Xq36I+gkaK//QDSDavq3Ve056sf5A5aiDdDT03arw1e2664FjUktA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.128_1728594433171_0.19243760034426582","host":"s3://npm-registry-packages"}},"0.5.129":{"name":"@opensea/vessel","version":"0.5.129","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.129","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"907c96b3d121d61f61845df42ce8176ebc5c411c","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.129.tgz","fileCount":23,"integrity":"sha512-lp8wrVvt64606xgsTP+KdIbFtJxPfHa79v7OavVA+eOh8IJdHHnxujB66L72FY/p6kgZlU6mF+gjd3hG1pNq8A==","signatures":[{"sig":"MEQCIE/g5OwGM02lQ6LnnVbqEUW3aq1MG65dT14m5AGHaZP6AiBaOL3AKlEYQCFNnd2vxApNuOW/xvQYzILQ6g3P/aUkzg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.129.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/953b3bbc83a392420fe42734d2ee5a53/opensea-vessel-0.5.129.tgz","_integrity":"sha512-lp8wrVvt64606xgsTP+KdIbFtJxPfHa79v7OavVA+eOh8IJdHHnxujB66L72FY/p6kgZlU6mF+gjd3hG1pNq8A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.129_1728605704616_0.9111820796411703","host":"s3://npm-registry-packages"}},"0.5.130":{"name":"@opensea/vessel","version":"0.5.130","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.130","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"f90e687e2d9223874da7662984209babc7bf97f8","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.130.tgz","fileCount":23,"integrity":"sha512-KZ9lEfbLbvd67S0vhtP+c8c/3cU9S956LxTGvfy7QlH07KTLwAQjTRel2qdXDsgeqyKelbBj9eiNnNXH76jyYw==","signatures":[{"sig":"MEUCIQDBtrWGS1oG4Ow6W2OQKVkso4VcDv/AjI488wkgPPk5mgIgU5AOKbifXAZwQMGQi0yljCNMufxFrZfh8Op8gSvT7VA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.130.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/9841820d8de3cb7764520cc9a9e700cb/opensea-vessel-0.5.130.tgz","_integrity":"sha512-KZ9lEfbLbvd67S0vhtP+c8c/3cU9S956LxTGvfy7QlH07KTLwAQjTRel2qdXDsgeqyKelbBj9eiNnNXH76jyYw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.130_1728661088548_0.7766043747478788","host":"s3://npm-registry-packages"}},"0.5.131":{"name":"@opensea/vessel","version":"0.5.131","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.131","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"e480201a8fc8065f051b0c4178f3c3be53dbbc1a","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.131.tgz","fileCount":23,"integrity":"sha512-4sFassPUf81FaOFqkn9tOr4S1y+0oNMZBD6e1lfM3R4x9XwKmHo00M1GPuqqhcsnlyR8NtFSyNuJIoSC1/0YDQ==","signatures":[{"sig":"MEUCIHqDcU0EFXANlDMhTcAW87XpZoFlrjT2dUyJgQcnN9lOAiEAx9uo2Ozq+s8SmPQPDVRjpf/3yEwBxc2+x8FfTn7j6e0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.131.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8e9b000ee10824c3a13894a1dd21c110/opensea-vessel-0.5.131.tgz","_integrity":"sha512-4sFassPUf81FaOFqkn9tOr4S1y+0oNMZBD6e1lfM3R4x9XwKmHo00M1GPuqqhcsnlyR8NtFSyNuJIoSC1/0YDQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.131_1728664918620_0.7490057942005859","host":"s3://npm-registry-packages"}},"0.5.132":{"name":"@opensea/vessel","version":"0.5.132","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.132","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"ae1d7af70ca0a79d39fe4cf28f7e1dbbf9d8cc21","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.132.tgz","fileCount":23,"integrity":"sha512-X/2vFb8cD21mb2N7Dbizq8yHQYLs4GSEUIHywADJfXbm8b1fi4lm/TT+f4Gr0vPPO4tEGpMFPbv0DLtWaUHuWA==","signatures":[{"sig":"MEUCICgWyqUvcklqLaM/NU2sB7j2kLyyjgfxiMf48tQ2eYIIAiEA8Nb02gWZbGhkR90lGo54dMqXOmgrf0QRWgJXlISH0qQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.132.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/6ff25f93d8ee7b2ba5bbcaa0145bbffb/opensea-vessel-0.5.132.tgz","_integrity":"sha512-X/2vFb8cD21mb2N7Dbizq8yHQYLs4GSEUIHywADJfXbm8b1fi4lm/TT+f4Gr0vPPO4tEGpMFPbv0DLtWaUHuWA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.132_1728671017861_0.7170955437204294","host":"s3://npm-registry-packages"}},"0.5.133":{"name":"@opensea/vessel","version":"0.5.133","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.133","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"66a2911f225bc5dc53ff6be6df03536f17740a54","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.133.tgz","fileCount":23,"integrity":"sha512-NNqHIjSGPqb1Ev5L3zJh6/qwlEgUF92FVVQOk3je62312Ylo8mAr0OWv+zOpWTOyJ603oKaa8p4v+uqR0JpX8A==","signatures":[{"sig":"MEUCIQDzMbqGs5bf1mQHQc8SCBETVvuU0pCfNjrWMn2Sa1cHUwIgBIJLgnKmmIOKLbekMLmJMX44cL5ubrV8CmqLdJzNMfI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.133.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/4958c38e1f800f9159182c6d54a4246d/opensea-vessel-0.5.133.tgz","_integrity":"sha512-NNqHIjSGPqb1Ev5L3zJh6/qwlEgUF92FVVQOk3je62312Ylo8mAr0OWv+zOpWTOyJ603oKaa8p4v+uqR0JpX8A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.133_1728970288102_0.56506879279137","host":"s3://npm-registry-packages"}},"0.5.134":{"name":"@opensea/vessel","version":"0.5.134","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.134","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"594bd06a1208ac6c12f4bf679a2eaab8cad8542b","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.134.tgz","fileCount":23,"integrity":"sha512-MMpSkfzo6GJD0KzhJtQrabjMblD5c8/542PjO8ibj+mE84kW3ZS3WL5Trt9ByDF1I84jwqVgi5GUmO6R2vhhqg==","signatures":[{"sig":"MEYCIQC9RA2QORxo3va3h1V2XwFxmvNjGYNZcPxuXR5z2DHYRgIhAP2EG57lzv7cTWtLRsRzfdmiplWedann6uT3udZ50bR/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.134.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b50317f40b6a74a4e2b9d358a878e4f7/opensea-vessel-0.5.134.tgz","_integrity":"sha512-MMpSkfzo6GJD0KzhJtQrabjMblD5c8/542PjO8ibj+mE84kW3ZS3WL5Trt9ByDF1I84jwqVgi5GUmO6R2vhhqg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.134_1729007431320_0.35710862530671816","host":"s3://npm-registry-packages"}},"0.5.135":{"name":"@opensea/vessel","version":"0.5.135","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.135","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"54f3f3fc1d079c3970d62f55682b6ee31561edc8","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.135.tgz","fileCount":23,"integrity":"sha512-m3OR49GWwEB4E3obJ7sNtF33g1N7mtvP6OeBFx0yMNT8NBMooaqrXIiGbav1AG2otrh5mYq3RSTDElsI3yupvQ==","signatures":[{"sig":"MEYCIQD3vqlmRTYkN2vqZgzmEajPN4/N3t3Ov8VYXZ1IHGLiWQIhALiljTK87LuBKWiZ27zTnAj1pqMuDbYVm956XO9Vz4Tx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.135.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/97f022939fa197918622cde09ac5152a/opensea-vessel-0.5.135.tgz","_integrity":"sha512-m3OR49GWwEB4E3obJ7sNtF33g1N7mtvP6OeBFx0yMNT8NBMooaqrXIiGbav1AG2otrh5mYq3RSTDElsI3yupvQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.135_1729008385074_0.888464967162554","host":"s3://npm-registry-packages"}},"0.5.136":{"name":"@opensea/vessel","version":"0.5.136","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.136","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"b15f5d994f94db65ed41f7488c4fd6116ce13e14","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.136.tgz","fileCount":23,"integrity":"sha512-DK8aouuMzFMouq03pq/TNfoxWSqPlFeFX/+kbYETZAnRxmgOkXEV7QVbuWIN+Cd4DdM4nyTCibVmgDANs9j0Jg==","signatures":[{"sig":"MEQCIFxkjdtAZohZxWlfW0zwdYY4auvlR6MuwkDmNc4OcRb7AiAKKQ1mTgivach42btqY43he2Sf583sLIX+Y7FqDDRXXg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.136.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d916cb87c97304a1e8bdde64082c0a4a/opensea-vessel-0.5.136.tgz","_integrity":"sha512-DK8aouuMzFMouq03pq/TNfoxWSqPlFeFX/+kbYETZAnRxmgOkXEV7QVbuWIN+Cd4DdM4nyTCibVmgDANs9j0Jg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.136_1729008681227_0.2929114766711973","host":"s3://npm-registry-packages"}},"0.5.137":{"name":"@opensea/vessel","version":"0.5.137","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.137","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"d5d05907c7a0dad812b590b794385ea8fc930e37","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.137.tgz","fileCount":23,"integrity":"sha512-1Gq/Pj5QGTTis5YFoSo8mg7NiuM07qe7oowfk4JbK1titU5bieBzCnnwnhlIBE6frWwMnXqzM+QorNWEKaF+HA==","signatures":[{"sig":"MEUCIALtQklP475jLOPbGeUOEGMmEoTyLWfDg3Ko3arCXdePAiEAuhNHNltvdtx7+v3tghu1lnuEHtNrT6pNnwy1/H1fSkQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.137.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e9f68b770bb6fa32bf683a85dd491f72/opensea-vessel-0.5.137.tgz","_integrity":"sha512-1Gq/Pj5QGTTis5YFoSo8mg7NiuM07qe7oowfk4JbK1titU5bieBzCnnwnhlIBE6frWwMnXqzM+QorNWEKaF+HA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.137_1729010197323_0.4904939219178095","host":"s3://npm-registry-packages"}},"0.5.138":{"name":"@opensea/vessel","version":"0.5.138","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.138","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"5868041fdc4a489686076dcb5dc2245f2014fb5e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.138.tgz","fileCount":23,"integrity":"sha512-BU5bKXswq6dFH9QhYnCAt33/j/YCHrOA4IUa0VJEdoxxgHsYRUM2RTCWE1U/ZcHTbP6RGCC/n7gELg4lWAj7VQ==","signatures":[{"sig":"MEYCIQC6YNjtqO5GLnWH0p5kmrH/3Kg3wE3SAWc/0FpYekxKFwIhAOVwTW3LWYewOChbF3T9n3HAntwG09wjbTzwpgIITf0m","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.138.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/981c60d1048d10723b45315b9e74001e/opensea-vessel-0.5.138.tgz","_integrity":"sha512-BU5bKXswq6dFH9QhYnCAt33/j/YCHrOA4IUa0VJEdoxxgHsYRUM2RTCWE1U/ZcHTbP6RGCC/n7gELg4lWAj7VQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.138_1729033550399_0.2899802684677131","host":"s3://npm-registry-packages"}},"0.5.139":{"name":"@opensea/vessel","version":"0.5.139","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.139","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"c5ec364dd2fb8f75573682a327ac108df29f2d09","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.139.tgz","fileCount":23,"integrity":"sha512-S55K35vQAR1fLPjhTnwV7xMgCXaZTGGRjFjroPm5YjpBe9lFZNE9Kue0DXKk4LDgy8XJXsB3TTW4eeY/yf/FhA==","signatures":[{"sig":"MEQCICVm4YG86st4dyXCz+2iQDSjWTsPMbbYJHpyE1/9kp06AiAg052N3+c91W+H9VWe8IAtOooDsCnBFV99mwlksOjgJg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.139.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/fe84ff78ce5142ea90bfcc9fdeb111c0/opensea-vessel-0.5.139.tgz","_integrity":"sha512-S55K35vQAR1fLPjhTnwV7xMgCXaZTGGRjFjroPm5YjpBe9lFZNE9Kue0DXKk4LDgy8XJXsB3TTW4eeY/yf/FhA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.139_1729034443691_0.15317693093191553","host":"s3://npm-registry-packages"}},"0.5.140":{"name":"@opensea/vessel","version":"0.5.140","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.140","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"0f6399819e6769d46aa926a74a69afae15f02323","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.140.tgz","fileCount":23,"integrity":"sha512-D1DE5omMvnFf7oWQCr2E2tQNqjTOHrvyl29rf6hKjSE1UIetV75CYFbAGHONw+ZMMXG//morVm+uUvQj1hFM7Q==","signatures":[{"sig":"MEUCIHrEIS9bkHq0J653uRg0HMTFewXidXVM8fPIuFTog1lKAiEAioOsFk5AP/1+NsOxNWrDc9fW31rjPH6mp1RcAiOo10M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.140.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/7de747e1ac113b9f81461ff15c7e5176/opensea-vessel-0.5.140.tgz","_integrity":"sha512-D1DE5omMvnFf7oWQCr2E2tQNqjTOHrvyl29rf6hKjSE1UIetV75CYFbAGHONw+ZMMXG//morVm+uUvQj1hFM7Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.140_1729047870994_0.03697463874369511","host":"s3://npm-registry-packages"}},"0.5.141":{"name":"@opensea/vessel","version":"0.5.141","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.141","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"01dac60959dcd3d1d7b7f6e9b89b3cecfd8e0163","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.141.tgz","fileCount":23,"integrity":"sha512-xDnkRoGxnYd4q4rNSeYSorO+65QaPUsuaTenykqSmAZ4oUX/PqfD8vyzN9jjuHlCeoK5oZIZ146lHUZPI96hOQ==","signatures":[{"sig":"MEYCIQCvBwse4/peqFRCglEpmjIZ+nkg4cytA8Dx5n3xhRpqhwIhAJxRWuYpJRRmBErOLQCpCaN4U2kBuSrlCL/0w82yYcl1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.141.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/623976fdcc63738859f8ec27b93bb334/opensea-vessel-0.5.141.tgz","_integrity":"sha512-xDnkRoGxnYd4q4rNSeYSorO+65QaPUsuaTenykqSmAZ4oUX/PqfD8vyzN9jjuHlCeoK5oZIZ146lHUZPI96hOQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.141_1729049037160_0.040736378818431396","host":"s3://npm-registry-packages"}},"0.5.142":{"name":"@opensea/vessel","version":"0.5.142","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.142","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"a3213af0415db22e5ff1b39ff1c8d4234880c90c","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.142.tgz","fileCount":23,"integrity":"sha512-xpoGLTBg3om/IS4QHwnvlOq5FuM7ivleY/CmbOpMw61cFpceP7qSVdn4xtbvOx2c05hd0LxZCJqEFQuWEs9ukQ==","signatures":[{"sig":"MEYCIQDIq1KYIqDr6OuWL5zaBVJUasygW2ZUt4or2Y0m52irIQIhAKH5rPushPGD7Pk8zqTZ8POlNm9ohXLNDs/1NpQoy8FY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.142.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/0c7519c5af60dec71d03ae87826ecdad/opensea-vessel-0.5.142.tgz","_integrity":"sha512-xpoGLTBg3om/IS4QHwnvlOq5FuM7ivleY/CmbOpMw61cFpceP7qSVdn4xtbvOx2c05hd0LxZCJqEFQuWEs9ukQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.142_1729086921456_0.4256074225638802","host":"s3://npm-registry-packages"}},"0.5.143":{"name":"@opensea/vessel","version":"0.5.143","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.143","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"5b79d8febcb6f8bca28d8e9c45245805f6562873","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.143.tgz","fileCount":23,"integrity":"sha512-8S6/IhqiE8RD/s7zap1/hEmL4WZYhy35toZorKH3DeGjuVZ0jPkk+NFk0coN0TXK8X+Ts5t2jLKI1UDfmm9iJA==","signatures":[{"sig":"MEUCIE4h+jHgi33TjJ31vZl7SI6LELpdhc1mtR2xNtV7jd4mAiEAzAHZgGzFyi+hG1ItCTzHwfE9UXKwWilflXzpIUTeqeQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.143.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/3b39f2ec7711ddb47ad2d2a1189fa572/opensea-vessel-0.5.143.tgz","_integrity":"sha512-8S6/IhqiE8RD/s7zap1/hEmL4WZYhy35toZorKH3DeGjuVZ0jPkk+NFk0coN0TXK8X+Ts5t2jLKI1UDfmm9iJA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.143_1729094976258_0.7882648768971383","host":"s3://npm-registry-packages"}},"0.5.144":{"name":"@opensea/vessel","version":"0.5.144","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.144","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"49c0c6b3d1e195f3777848831cfe7aae28f4821f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.144.tgz","fileCount":23,"integrity":"sha512-GhH9XEzC0PK2g2cwGb4RT1Ww/qggcf+1vUXLmV1O3ebI4c4TRVF8T+7MPLPFVoTrok8MkZloeFYoIOCv9DIEow==","signatures":[{"sig":"MEUCIQDVonx+ihmTAkIOvU1ezmqP/k/EyI4iYSSB7yWSHuByqgIgBOb6aFqJcn/MuYkeiIES3RV6lSbit+HhUVsM3CWkeHc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.144.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/9a3e9672dbded583efad32f2131a9909/opensea-vessel-0.5.144.tgz","_integrity":"sha512-GhH9XEzC0PK2g2cwGb4RT1Ww/qggcf+1vUXLmV1O3ebI4c4TRVF8T+7MPLPFVoTrok8MkZloeFYoIOCv9DIEow==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.144_1729107896577_0.2963602554293794","host":"s3://npm-registry-packages"}},"0.5.145":{"name":"@opensea/vessel","version":"0.5.145","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.145","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"7567c6529a07adf4b058292d1a23105adc290f0c","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.145.tgz","fileCount":23,"integrity":"sha512-AwNNKdhvng698nDtGu4ne4cS1yG1W065t1sMF0FrdEteHuUSWDEt1ckwxXODoYeJiC4omSSPNV2tWA+llHvwTA==","signatures":[{"sig":"MEUCIBjnfei9WHlS5nryXZa7Bx5DAYyTLY0Mz3Pb+qboZZ8MAiEApbfOBSUMsLTlZj87x8IKkDa0cB+YTmycY4yKqnKWlbo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.145.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ff6c91a223d60960c7a324fb5a26aa44/opensea-vessel-0.5.145.tgz","_integrity":"sha512-AwNNKdhvng698nDtGu4ne4cS1yG1W065t1sMF0FrdEteHuUSWDEt1ckwxXODoYeJiC4omSSPNV2tWA+llHvwTA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.145_1729110794526_0.10716913031616082","host":"s3://npm-registry-packages"}},"0.5.146":{"name":"@opensea/vessel","version":"0.5.146","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.146","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"7ab39bd18ddf2105ff1835bfc2775d7c4a9dfcf4","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.146.tgz","fileCount":23,"integrity":"sha512-PrxgcESgawLXGG1NNFyDu+esXlRYcnev29METjW8jFA1zjR4zwMxHAnQsQYqgZ2m7k5vR4FyY9SEfBHQoR3jbA==","signatures":[{"sig":"MEYCIQCGjSe/6ISJvHdDZ13nUKDZ9FK4/Fl+1CYmvrXhRrxeKwIhALY0hp3wmDPufY49vk5X2nPlcMaLH2ZEPoFABGtwJVP3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.146.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ffc963f5b5538be5137afa544fe349da/opensea-vessel-0.5.146.tgz","_integrity":"sha512-PrxgcESgawLXGG1NNFyDu+esXlRYcnev29METjW8jFA1zjR4zwMxHAnQsQYqgZ2m7k5vR4FyY9SEfBHQoR3jbA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.146_1729172982469_0.604935848176041","host":"s3://npm-registry-packages"}},"0.5.147":{"name":"@opensea/vessel","version":"0.5.147","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.147","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"276de5e5490a55cde017fbe1c6088576a21e6127","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.147.tgz","fileCount":23,"integrity":"sha512-vbbwSnJ1yZqh4WXlYS6cztkWoJMm6c3Ub3L8qYWDvF/2u3MEDJGBzL1dE7WUa6I6JvXsQJABygFAClapJS6Q7w==","signatures":[{"sig":"MEUCIQDL7IyIbybS293hEIOzjZezq/YR3Aip5iltAdO+qMNs5AIgZ5uwfpsZIhw1+gcoRICVzSfCP7ZdlRcXhtNXeQElzmc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.147.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/743badd3579cd484406c6e0ad8b074c4/opensea-vessel-0.5.147.tgz","_integrity":"sha512-vbbwSnJ1yZqh4WXlYS6cztkWoJMm6c3Ub3L8qYWDvF/2u3MEDJGBzL1dE7WUa6I6JvXsQJABygFAClapJS6Q7w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.147_1729177613712_0.34017660290236984","host":"s3://npm-registry-packages"}},"0.5.148":{"name":"@opensea/vessel","version":"0.5.148","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.148","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"003f5577810a5c5dd387adac7646021ba8147539","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.148.tgz","fileCount":23,"integrity":"sha512-Ma2pBb0dX3ws3YQDxcGWI0/aUmMiNCQc66JcXxRL42xB4KAyrSRoa7k0DH7cI6ZwR9jH7zkWoQbbemtpDoxq/w==","signatures":[{"sig":"MEQCIHRMpwZcr7lS5yDK1w6j5eU20DoTJ49jeb0bg4/Kw3JVAiBPEo4WTMhLkJ/Pm6IGcrsoF27UtwyLmw1OKHQhgDaZMQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.148.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/09805b3165ccac152a29d9cb499157a9/opensea-vessel-0.5.148.tgz","_integrity":"sha512-Ma2pBb0dX3ws3YQDxcGWI0/aUmMiNCQc66JcXxRL42xB4KAyrSRoa7k0DH7cI6ZwR9jH7zkWoQbbemtpDoxq/w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.148_1729177871090_0.8594513932949146","host":"s3://npm-registry-packages"}},"0.5.149":{"name":"@opensea/vessel","version":"0.5.149","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.149","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"7ba89e3a69484f358accda61daba2fe774d1dc31","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.149.tgz","fileCount":23,"integrity":"sha512-LjrIHDLeaBDZABgt5sjPx2wE+c0LWtsMHy0+5WtwmC7BsnuvURGmcHhKKdiJsJDTMRJUsJ7EuD+PVXOiJOqbmQ==","signatures":[{"sig":"MEUCIQCqJ0aQwZkTCfCDh+G6yRaisb6vPyyWOMYCpvEs309akAIgVTObRL2fKEDJYf4IAZcuqxUYf4jt0j7TGEQg8nWGjGU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.149.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/cabec1fa362982564344d69de13896fa/opensea-vessel-0.5.149.tgz","_integrity":"sha512-LjrIHDLeaBDZABgt5sjPx2wE+c0LWtsMHy0+5WtwmC7BsnuvURGmcHhKKdiJsJDTMRJUsJ7EuD+PVXOiJOqbmQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.149_1729178098541_0.45898769967932473","host":"s3://npm-registry-packages"}},"0.5.150":{"name":"@opensea/vessel","version":"0.5.150","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.150","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"deb460c5db988b086fa6a70e8d5e9e1e723ee656","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.150.tgz","fileCount":23,"integrity":"sha512-N5qx2xSCfSR+i30kHBK9+wxA0DvACjovvxckx1z7WHmWsul71zBbvoI3+lK12oIo/0yFZLrNtyOgrR1oDu0yAg==","signatures":[{"sig":"MEUCIQDaQ1xyWSg9IoY5pHbEvCpPTrMBHJuguquJDU3V2fT0zgIgEMDr9nuODDETyy3zi/Y8t/DyO9Ml3gKjG1rY/EMdIGY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.150.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/eadfb755bb46a189fec0c3709516efb1/opensea-vessel-0.5.150.tgz","_integrity":"sha512-N5qx2xSCfSR+i30kHBK9+wxA0DvACjovvxckx1z7WHmWsul71zBbvoI3+lK12oIo/0yFZLrNtyOgrR1oDu0yAg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.150_1729178598270_0.0622791492719732","host":"s3://npm-registry-packages"}},"0.5.151":{"name":"@opensea/vessel","version":"0.5.151","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.151","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"aef8ed65657530ef162020a587f4f52b5dcc2aca","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.151.tgz","fileCount":23,"integrity":"sha512-yvOus2z2EB3nMNYWvW8SNFT2o4BT6IRJ6RWFYNQkd8k5/uukrye6B5YVcad9zr9bAAT03kUDbcMxdu/cRyeUbA==","signatures":[{"sig":"MEUCIDGmh8AECi8rxzu8Oebz8peL3dZWzbHzBj2uPxTC5rVpAiEA+OslRcD/RoqA4u32cJIgpH0BRgzD06+Ob2pioHBJGNU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.151.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/9e8216f4d93916394ee3807418de26b8/opensea-vessel-0.5.151.tgz","_integrity":"sha512-yvOus2z2EB3nMNYWvW8SNFT2o4BT6IRJ6RWFYNQkd8k5/uukrye6B5YVcad9zr9bAAT03kUDbcMxdu/cRyeUbA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.151_1729217924599_0.5039233881877432","host":"s3://npm-registry-packages"}},"0.5.152":{"name":"@opensea/vessel","version":"0.5.152","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.152","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"ba096437db4e2e2b133011aa97359d2e357b0f70","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.152.tgz","fileCount":23,"integrity":"sha512-LWAmRJ7gywtajj1ysSVdFqIUOx88xgcdiOIu5M3pz86HiXDOJv6tgycfLxxzFiMg9jySGN6VgsOHZAtm1Dj55Q==","signatures":[{"sig":"MEUCIQCpAQzB4LpELv6Ypdbipx2US7Rbxb7fF/qFriwSab03wgIgBUUgpQn6EDey5dIydjTD7pJnBo5e2sXlq7KOTFmsVU0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.152.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/94dc5410598cc67a0c6899225bc18d28/opensea-vessel-0.5.152.tgz","_integrity":"sha512-LWAmRJ7gywtajj1ysSVdFqIUOx88xgcdiOIu5M3pz86HiXDOJv6tgycfLxxzFiMg9jySGN6VgsOHZAtm1Dj55Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.152_1729249120839_0.061621513625434776","host":"s3://npm-registry-packages"}},"0.5.153":{"name":"@opensea/vessel","version":"0.5.153","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.153","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"9c9e201f297b3bd63e5df025624b5d4997438d8f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.153.tgz","fileCount":23,"integrity":"sha512-FewLPDIUDPmzXHsOb5yDiGJ8DFWP01pMeFUS5l9WgLurPxedNp3YL6CJLgh6z9XxEdiEjy1hKKFZp9QCMrCw2w==","signatures":[{"sig":"MEYCIQC+Vlg4bqC9KAdijmyWmXVbPivhXV/viZCvIcwvRUPR4AIhANEqp1abprNYda33lulRr45Ug4EIxmUA51IEM9s8fSVz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.153.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/78301e2fc19992dfcd93b930700bd47b/opensea-vessel-0.5.153.tgz","_integrity":"sha512-FewLPDIUDPmzXHsOb5yDiGJ8DFWP01pMeFUS5l9WgLurPxedNp3YL6CJLgh6z9XxEdiEjy1hKKFZp9QCMrCw2w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.153_1729263569920_0.33121424265133315","host":"s3://npm-registry-packages"}},"0.5.154":{"name":"@opensea/vessel","version":"0.5.154","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.154","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"c71180ef57e8e31f5935d374714c9898e47e1e85","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.154.tgz","fileCount":23,"integrity":"sha512-UKnDjPnBG1NXUYzw53Sp+TJ+SkVbD5zTZ2ph3k0XSXS2gBNFH5KB+aHFDkna4LrbIDwsws4M1WP/6DGoDDzQfg==","signatures":[{"sig":"MEUCICJ+EOqtTGpZ77UzmssRvkUVruO5rt49Cyu1kvCqoI/CAiEA/LTWtWLO8q/BR1aRHs5VuCEGRpA2a/fZTH6Q3/bW3rM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.154.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/6fbd314d4977021c749d43d420b57f79/opensea-vessel-0.5.154.tgz","_integrity":"sha512-UKnDjPnBG1NXUYzw53Sp+TJ+SkVbD5zTZ2ph3k0XSXS2gBNFH5KB+aHFDkna4LrbIDwsws4M1WP/6DGoDDzQfg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.154_1729377823612_0.7001580988171099","host":"s3://npm-registry-packages"}},"0.5.155":{"name":"@opensea/vessel","version":"0.5.155","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.155","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"30dd3006bc5982e9a966171878aa845116206cbc","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.155.tgz","fileCount":23,"integrity":"sha512-ydMpZCqP1ed0HZgftF3SAD/1E9yVsOi3bB93xwduUB/U3EYMVmOMC3CUjO/gWTXhSy9PEa/H27m8k5lD8aNj1A==","signatures":[{"sig":"MEUCIEi6NivMkL78J600WMD49sHddbvxpKIXx0ycZFcY28/fAiEAorMYkzYysVNNl/JWun+yBvQ3jaBQWF7bLITK10m+ytU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.155.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/0a80115a0900b97b2fff50e4206a02cd/opensea-vessel-0.5.155.tgz","_integrity":"sha512-ydMpZCqP1ed0HZgftF3SAD/1E9yVsOi3bB93xwduUB/U3EYMVmOMC3CUjO/gWTXhSy9PEa/H27m8k5lD8aNj1A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.155_1729489869616_0.24419786788770637","host":"s3://npm-registry-packages"}},"0.5.156":{"name":"@opensea/vessel","version":"0.5.156","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.156","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"3dc6cdce5d8763715df9cca53400c38a207d5db9","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.156.tgz","fileCount":23,"integrity":"sha512-HZxV94MroLnKdLMxTkWCEe7y3tLk0qHE5mc58H3g5uZSYoj4s1UGqdTma0w1LDmwovePv89QfXPhgsMADL+C6w==","signatures":[{"sig":"MEQCIBbsFp7SWHQC+UU/HloGMV8eB309EY+O5tKgUwHEtzuFAiBGHfFaqbW7YqVF9LIpODsoL14bCzjLcYIZY/lCX2Qy6w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.156.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/feb26046870a17ac75b019a84e62f550/opensea-vessel-0.5.156.tgz","_integrity":"sha512-HZxV94MroLnKdLMxTkWCEe7y3tLk0qHE5mc58H3g5uZSYoj4s1UGqdTma0w1LDmwovePv89QfXPhgsMADL+C6w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.156_1729516788392_0.1308321342119283","host":"s3://npm-registry-packages"}},"0.5.157":{"name":"@opensea/vessel","version":"0.5.157","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.157","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"0c65e1a439d6925c53a6c83c974920d9de0c3b8e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.157.tgz","fileCount":23,"integrity":"sha512-reoqautDVFBb+sXQOqpN7IONLY5N9/Enpr4u6Q164wGevJdkyPBUFktipyorTzBbC9MIdWFK3+agh+e4L1y6eA==","signatures":[{"sig":"MEYCIQDYPoqi0zhzARB/WBKZdTetzVdQCRXkupNSIAN1YCJrIAIhALGXrPnmg7+AcVOWO0htRj8H7OIHTNBRMm4v+7gJqY6T","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.157.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/1435b6901b5d4e690f71166b86554456/opensea-vessel-0.5.157.tgz","_integrity":"sha512-reoqautDVFBb+sXQOqpN7IONLY5N9/Enpr4u6Q164wGevJdkyPBUFktipyorTzBbC9MIdWFK3+agh+e4L1y6eA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.157_1729523425483_0.3881261442199262","host":"s3://npm-registry-packages"}},"0.5.158":{"name":"@opensea/vessel","version":"0.5.158","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.158","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"099b9c0e35eb6a979fde883bd500df792d46c065","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.158.tgz","fileCount":23,"integrity":"sha512-8C9wH7+XBkOrxo74qEew3woCvxg/VWUjSAuA+Swc8a+bK56mMAPBaEOq4IFm5SWr3DTNPtjo600sNSpfGhH1/A==","signatures":[{"sig":"MEUCIQCIcCO6zqG2K0tA5A17lmgdFzI0DyQS+8V6McywF53MvgIgVlVqgHQrt/n69UWlEtohqd6j/Tg02PPqAdhq/3lrp+U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.158.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/621519e3c88fefb18b6166a77bbbad96/opensea-vessel-0.5.158.tgz","_integrity":"sha512-8C9wH7+XBkOrxo74qEew3woCvxg/VWUjSAuA+Swc8a+bK56mMAPBaEOq4IFm5SWr3DTNPtjo600sNSpfGhH1/A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.158_1729524506840_0.3735590603464434","host":"s3://npm-registry-packages"}},"0.5.159":{"name":"@opensea/vessel","version":"0.5.159","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.159","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"fc9f3c2cc43ebf61794bbd655c80babadd18b2cb","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.159.tgz","fileCount":23,"integrity":"sha512-nIhxr5MjVHeBOWG0eD7RXegZPeFMoqoNBTh7QwSdmXTvZzpg2x7fhhtTnbvFIi390JoP6AzKAHB4+rTE11zYyQ==","signatures":[{"sig":"MEQCIGGCWU2Wzw2zugUwMHt21iteBHa2+x3KeavLENhdLnluAiAJ5/JexJROJLiE1Pj2QYX1OlJ1eJojroJB3CujQfT4mw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.159.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/fbde8aa80d655d8301e7c9817dabcf27/opensea-vessel-0.5.159.tgz","_integrity":"sha512-nIhxr5MjVHeBOWG0eD7RXegZPeFMoqoNBTh7QwSdmXTvZzpg2x7fhhtTnbvFIi390JoP6AzKAHB4+rTE11zYyQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.159_1729529740199_0.717422663067369","host":"s3://npm-registry-packages"}},"0.5.160":{"name":"@opensea/vessel","version":"0.5.160","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.160","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"81333742bd00c61ae0c1aafe43f88d35486b9d01","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.160.tgz","fileCount":23,"integrity":"sha512-hiioq+Iy7aFp+qYtavEVmonQpJWzsG/dcmTwIK92FUYjSh0iOnbHrSiHK61FfQCbmYiDPOWH0vZXX7Oky1f8mw==","signatures":[{"sig":"MEQCIATqUGUwcFWLBTY7YTPZequKZjq+0771SUa9XlSlrV9CAiB69kNR+kpAxcAuzZZnm+o9cUkzZtINXSBhxzHsMUX53Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.160.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ae4217942c0f2f992794422657c74a93/opensea-vessel-0.5.160.tgz","_integrity":"sha512-hiioq+Iy7aFp+qYtavEVmonQpJWzsG/dcmTwIK92FUYjSh0iOnbHrSiHK61FfQCbmYiDPOWH0vZXX7Oky1f8mw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.160_1729554450796_0.32341294326048375","host":"s3://npm-registry-packages"}},"0.5.161":{"name":"@opensea/vessel","version":"0.5.161","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.161","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"01c7b504fc127fdc7bfc43f3ecffbbcf113cdcb8","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.161.tgz","fileCount":23,"integrity":"sha512-szrHalB/h7yArTUqIorxIrV6ADT0Zdp5aMYdagmK4/OG9eVlhpw9oQgWvupF+9bRhRCKKlCoLLdbSPnkyCx+yA==","signatures":[{"sig":"MEYCIQCXNjQqUIeGUsAgKDsuoFQ0/SdF1PXgW2vbs3Oy9e/vlAIhAMl+2SyimKlJKv/bQmoxIFH7hmUsu5lSIh2TAjJGc2jb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.161.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/9f4600e890f7c985a54b9ad67d843dc4/opensea-vessel-0.5.161.tgz","_integrity":"sha512-szrHalB/h7yArTUqIorxIrV6ADT0Zdp5aMYdagmK4/OG9eVlhpw9oQgWvupF+9bRhRCKKlCoLLdbSPnkyCx+yA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.161_1729555637322_0.027247600364331603","host":"s3://npm-registry-packages"}},"0.5.162":{"name":"@opensea/vessel","version":"0.5.162","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.162","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"9dfc3a469a281e1061da8f0f984d953f6005ddee","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.162.tgz","fileCount":23,"integrity":"sha512-PO0BJ0FvnZhZmH26dZq2GC/3iGynK3ZcSIKXsXlJDoxXQBoySgfzR+8CaLzgMEgB1M7dDLEUs4T8ylS9fk7uRA==","signatures":[{"sig":"MEUCIQCFWoUw0hhm0hm28ruaTiVzS/tikSCcAsCza/0MHqsBWAIgarFqMb8HfoXeCmw1PWoLxnDd1EQRP9Ku2vfxATLtQV4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.162.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/46ca170534230837ee3546a02303e82b/opensea-vessel-0.5.162.tgz","_integrity":"sha512-PO0BJ0FvnZhZmH26dZq2GC/3iGynK3ZcSIKXsXlJDoxXQBoySgfzR+8CaLzgMEgB1M7dDLEUs4T8ylS9fk7uRA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.162_1729557410550_0.9327123647158684","host":"s3://npm-registry-packages"}},"0.5.163":{"name":"@opensea/vessel","version":"0.5.163","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.163","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"6987b56c4e61df7ec45c6ae43e0ce0cf750acd6b","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.163.tgz","fileCount":23,"integrity":"sha512-yTsa21HLL79z3T1h+lUavHsCl+9kpBct+W15uyQDhqYOb/IarEql8EQfWXda4oOPgqobuiZoNi7XtvlfQkUiMA==","signatures":[{"sig":"MEUCIQCmUU44ScxZTKAjX9ysfalvgYKvVzel22Ne+sFKhBRnJwIgUFlPA0FdCTokH6RtJzW1X45LMlhanCG/AHd52bA1aBs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.163.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/2cda92ee013fa3f7ab589b18bea88e04/opensea-vessel-0.5.163.tgz","_integrity":"sha512-yTsa21HLL79z3T1h+lUavHsCl+9kpBct+W15uyQDhqYOb/IarEql8EQfWXda4oOPgqobuiZoNi7XtvlfQkUiMA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.163_1729563757788_0.3646159626292973","host":"s3://npm-registry-packages"}},"0.5.164":{"name":"@opensea/vessel","version":"0.5.164","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.164","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"74b55c3eafd466c865387698049d8b579eeb9f45","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.164.tgz","fileCount":23,"integrity":"sha512-cg938SixoG7CLKLdunNfqdNmdBx7XWBpCgZQ5gGpYQhBF6maXSTTf9YIJtATM/cLgVyGgmUqmgXBxxmuMBnu+A==","signatures":[{"sig":"MEQCICIOZRVmiAXscPaNjVBkuJ094LrwJlEnLWuTXcj9makTAiACye8hJHhByHWmX6G/Bch3D7Zzh4smzXv+dH1SO/U2lQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.164.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/bcd50e8cfd71949c25e68e762fd81484/opensea-vessel-0.5.164.tgz","_integrity":"sha512-cg938SixoG7CLKLdunNfqdNmdBx7XWBpCgZQ5gGpYQhBF6maXSTTf9YIJtATM/cLgVyGgmUqmgXBxxmuMBnu+A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.164_1729608829150_0.02758978091674713","host":"s3://npm-registry-packages"}},"0.5.165":{"name":"@opensea/vessel","version":"0.5.165","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.165","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"0edab9c1ff930f31c2a961bb9c342a1aa227d121","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.165.tgz","fileCount":23,"integrity":"sha512-STMZJlz4YADGV8rJF0sa/qSMU1SRsvSVTcDkiyCx1cBEi8FWdGafrP3qxQIj4juSzMNE6ly8iTVChTRAExpmWg==","signatures":[{"sig":"MEQCIDVD6Y10O69awg7j2aVtX3ceMdJHHxMrp4mzm2VQ2H4/AiBrZ3V+w3n5mvSmGjq0ARQXcdS1inQTYS7iLTCpblHXGg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.165.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/31c272503cb8a0908c224985c2427830/opensea-vessel-0.5.165.tgz","_integrity":"sha512-STMZJlz4YADGV8rJF0sa/qSMU1SRsvSVTcDkiyCx1cBEi8FWdGafrP3qxQIj4juSzMNE6ly8iTVChTRAExpmWg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.165_1729610643584_0.016660260684179473","host":"s3://npm-registry-packages"}},"0.5.166":{"name":"@opensea/vessel","version":"0.5.166","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.166","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"fd3ff8cd82b8dedce673b7d453547d1e54cc7053","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.166.tgz","fileCount":23,"integrity":"sha512-n33QDVxQp3zVnJmQX4Rv1XEJPS4CY08PqI8aCmkHVlaEWG9yczYQYeAppATHvxoEQK0fOKSHang4i6AirhOdQA==","signatures":[{"sig":"MEQCIHDfvaIAXCL6UNAIyzQPhlTn3MvCsaku33OCbS2CO3gfAiByv/hL49/0PQCFfewE3hqeaPdGGCv48CwDjdTl7RkGmw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.166.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/83e2c4509a8138b9569852c3c8e54846/opensea-vessel-0.5.166.tgz","_integrity":"sha512-n33QDVxQp3zVnJmQX4Rv1XEJPS4CY08PqI8aCmkHVlaEWG9yczYQYeAppATHvxoEQK0fOKSHang4i6AirhOdQA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.166_1729617268569_0.49138035045005246","host":"s3://npm-registry-packages"}},"0.5.167":{"name":"@opensea/vessel","version":"0.5.167","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.167","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"46cf654153fdd5022a18d652e3d990ee08a089b6","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.167.tgz","fileCount":23,"integrity":"sha512-n4+RwrZhCw//ZbPgKWRiJ1p22yDkmxJgD1qOmOrNpdgFIvBFhw8Pd118Q6VGURK94xCCiOythIMhUcYi7KRItw==","signatures":[{"sig":"MEUCIQDrk/81dg9zA58XaahdExy2CzcyT0cSIK0CEWHqf4liiwIgXqGOaMXQsTwvmyvpz9ResZp/FbmaLxtCfW0peDu+BZc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.167.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/125259c235be9b16cbe8a6ad71266c34/opensea-vessel-0.5.167.tgz","_integrity":"sha512-n4+RwrZhCw//ZbPgKWRiJ1p22yDkmxJgD1qOmOrNpdgFIvBFhw8Pd118Q6VGURK94xCCiOythIMhUcYi7KRItw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.167_1729618168602_0.20063857111756023","host":"s3://npm-registry-packages"}},"0.5.168":{"name":"@opensea/vessel","version":"0.5.168","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.168","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"27ccb265ba1e5d6da25214bc524188ffdbeb4e34","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.168.tgz","fileCount":23,"integrity":"sha512-q/rsm35uWgt4Fu8/bkdNqtanZS3vyaZyShsnFfotT88Cj93m+Q4DSCx44fXp0J851KknVhvnIrVggD8XyQCEDg==","signatures":[{"sig":"MEQCIDnIvE3QaO5qEwvFoOJ3FX7AWOQmmpwJZDraIyvN6aITAiA4KaBObXDi1ttK2Z+OO0ydlhTMGqxsXCVSOIcyQ718ig==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.168.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5c2e7725b8e7d7fe10b649f43b29e1dc/opensea-vessel-0.5.168.tgz","_integrity":"sha512-q/rsm35uWgt4Fu8/bkdNqtanZS3vyaZyShsnFfotT88Cj93m+Q4DSCx44fXp0J851KknVhvnIrVggD8XyQCEDg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.168_1729623814188_0.06054708738439896","host":"s3://npm-registry-packages"}},"0.5.169":{"name":"@opensea/vessel","version":"0.5.169","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.169","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"96225444b6d01d62067a722857815b301861da83","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.169.tgz","fileCount":23,"integrity":"sha512-XgDkMJqdWafRCTmfFnPJVtUkI+YNbrIqpmU8rP9vRxHPW0lt3IhCrGNgs0amw5LClEBsEdYbg9MC+9VEPT7YRA==","signatures":[{"sig":"MEQCIAsQr3xdOhNBeKxqvjM5+x2uxY2az2PuteJFdIEJ4mZwAiACDLnS+VeIhqiwqz8RbgVfMXWxSIT+783tHVMZOZuFng==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.169.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/abc2c47428f13b1ceb7511367958ee30/opensea-vessel-0.5.169.tgz","_integrity":"sha512-XgDkMJqdWafRCTmfFnPJVtUkI+YNbrIqpmU8rP9vRxHPW0lt3IhCrGNgs0amw5LClEBsEdYbg9MC+9VEPT7YRA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.169_1729649839636_0.2544438597744987","host":"s3://npm-registry-packages"}},"0.5.170":{"name":"@opensea/vessel","version":"0.5.170","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.170","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"9463ad1438e333c4cb9709979f0619d4e01c8da8","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.170.tgz","fileCount":23,"integrity":"sha512-6K+yO0HAH6WW/hYkN+a/CPscfgYcmHfaXwi+7IBt9tkJtCYKmWXbOD/EAxBjhCXrRmkBxk3l0sR0Ng59i/srKQ==","signatures":[{"sig":"MEUCIQCG1DU5bVGLLGj6M9bM2A0OCg7A1S+uEamitO206/6HnQIgA8AYcIAjnh9CEzECGeQWytDFwgx3sY/CzGfmMEXsC3g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.170.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/64f60652c41d5819f4ddd8a85e2e0552/opensea-vessel-0.5.170.tgz","_integrity":"sha512-6K+yO0HAH6WW/hYkN+a/CPscfgYcmHfaXwi+7IBt9tkJtCYKmWXbOD/EAxBjhCXrRmkBxk3l0sR0Ng59i/srKQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.170_1729663030538_0.9475424882591503","host":"s3://npm-registry-packages"}},"0.5.171":{"name":"@opensea/vessel","version":"0.5.171","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.171","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"0bb3cc21861e5a8ec646c23c575664752dee6187","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.171.tgz","fileCount":23,"integrity":"sha512-VuhKzSC9NALCSuYAp8X7pTkvqYrccpVyucak8c65p9qg0RvQ5Odn9PlEspkJr1I9hIicK7wgnT8rlwqYuvBVYA==","signatures":[{"sig":"MEUCIQCnpH8flNHDYKXqjUbGoVcTZ345QFVnmUGCeds165wtAwIgdGkVeTtyoqXrcvp3amu5kbqzAghtRxguJA/GDCQ+UZg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.171.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d6b3dd7e373c51ecabc219bb126c25be/opensea-vessel-0.5.171.tgz","_integrity":"sha512-VuhKzSC9NALCSuYAp8X7pTkvqYrccpVyucak8c65p9qg0RvQ5Odn9PlEspkJr1I9hIicK7wgnT8rlwqYuvBVYA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.171_1729678566102_0.7687877756579256","host":"s3://npm-registry-packages"}},"0.5.172":{"name":"@opensea/vessel","version":"0.5.172","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.172","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"806c5c1dbb0dbfa127fa9809c8676c0447f0ba99","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.172.tgz","fileCount":23,"integrity":"sha512-/kmwfZz7FPHa0Tz974d2aTtvFZzdFGVGut5Rd9g1ODW64alJOy3LtGES0awelzth0luxPZlU3d2NBAgVitv7Ow==","signatures":[{"sig":"MEYCIQDz/x2VU2Cr03uPpim5gbzu3I8RouxBXw06gcnL7LXAWwIhAMSuMVR5GYqsQCExvLQ9pugaubf4YmpCTIO+HaLT94+r","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.172.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/73719ba77aaf41f905918754d51b147b/opensea-vessel-0.5.172.tgz","_integrity":"sha512-/kmwfZz7FPHa0Tz974d2aTtvFZzdFGVGut5Rd9g1ODW64alJOy3LtGES0awelzth0luxPZlU3d2NBAgVitv7Ow==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.172_1729687365059_0.8766156870415012","host":"s3://npm-registry-packages"}},"0.5.173":{"name":"@opensea/vessel","version":"0.5.173","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.173","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"9cf344d166bb3d362264ccb15dfd82602eef2775","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.173.tgz","fileCount":23,"integrity":"sha512-dW4IBomKDdCmNgVtvLUit/eeavnvWwQ41OXyz7oQ/8GCnsIL5YvfOIaGM3+OcfKAnfqX5eDwbEFSXjKq4KE6wQ==","signatures":[{"sig":"MEYCIQDpKxvAUbAhIdDUq4RNMadO+2kaRE55PW60jtAIDIe4cgIhAPDl0wDYOkR/ge+F1fN3M56Us9694YdapXA32hQh5HDK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.173.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/263057a46b1baddd5a0f7253aafe8fdc/opensea-vessel-0.5.173.tgz","_integrity":"sha512-dW4IBomKDdCmNgVtvLUit/eeavnvWwQ41OXyz7oQ/8GCnsIL5YvfOIaGM3+OcfKAnfqX5eDwbEFSXjKq4KE6wQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.173_1729690255293_0.6534115547642474","host":"s3://npm-registry-packages"}},"0.5.174":{"name":"@opensea/vessel","version":"0.5.174","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.174","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"13009db46d7575928ff0dcbdd582bbc0ed4786e5","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.174.tgz","fileCount":23,"integrity":"sha512-syvgf9g9t1bmTVaK7FQg5juMJ6ffoGiy/dFmNqw4yM4aqR2XH7Bs3Gb31uF6f4HkftP/J3nYfFSjk8Q6Ft7l2A==","signatures":[{"sig":"MEYCIQDX/pfGYik7xOEg55UNExBby1wEpeLAVdI9WErGWpK2uwIhAMTptKE9AvpyQzkLP1RWhDPy14goWk0kjBY3ZL+RClUE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.174.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/be88b331deed994d42a276a5ab85ba22/opensea-vessel-0.5.174.tgz","_integrity":"sha512-syvgf9g9t1bmTVaK7FQg5juMJ6ffoGiy/dFmNqw4yM4aqR2XH7Bs3Gb31uF6f4HkftP/J3nYfFSjk8Q6Ft7l2A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.174_1729691164187_0.0923394411954177","host":"s3://npm-registry-packages"}},"0.5.175":{"name":"@opensea/vessel","version":"0.5.175","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.175","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"663d13f08dc9be32c8adc5bf436ac70e76b05dec","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.175.tgz","fileCount":23,"integrity":"sha512-gDfcg37Ky/joMYi144ml6dleZ+kIiN5+aMiics7+dnxvNMDIT+VZozjMLnWT1ViMFu/ODXMu14a/K4gtXgTJUg==","signatures":[{"sig":"MEQCIF6pTX3X6mUjhubmrM7YFgLTObab6/M1aRUZsBaYqnwYAiB6qpvxIN9eZtVuyWxxmJg1JSYsa9QlNKNhDtdYKmGvrw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.175.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ead8522cd40197320e533465f99ac93c/opensea-vessel-0.5.175.tgz","_integrity":"sha512-gDfcg37Ky/joMYi144ml6dleZ+kIiN5+aMiics7+dnxvNMDIT+VZozjMLnWT1ViMFu/ODXMu14a/K4gtXgTJUg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.175_1729703156328_0.01629682028238455","host":"s3://npm-registry-packages"}},"0.5.176":{"name":"@opensea/vessel","version":"0.5.176","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.176","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"5a7cb393657971d2f6456f80c48d4baeeb333374","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.176.tgz","fileCount":23,"integrity":"sha512-ap/N9ML4PDQ3MNfmGfykUz4DmOgg97oi178kvwjj2EelEq4zZmFRu80PEj46JNJnG8JZtb4oPc7unIiZPjKbMA==","signatures":[{"sig":"MEQCIAhrmnANaA70ZRxUxy8NXjyUh4ECVXis3QuYDYdMzbphAiB7VRJW6+gV2zUZMnW8HHgJfwHEtc9MPONU1u9URS+Gew==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.176.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/2bba3a45ce7118b1a39b067c45b79088/opensea-vessel-0.5.176.tgz","_integrity":"sha512-ap/N9ML4PDQ3MNfmGfykUz4DmOgg97oi178kvwjj2EelEq4zZmFRu80PEj46JNJnG8JZtb4oPc7unIiZPjKbMA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.176_1729724261309_0.9654270327053311","host":"s3://npm-registry-packages"}},"0.5.177":{"name":"@opensea/vessel","version":"0.5.177","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.177","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"bac01fdf3ae3828138c8a59c4645b41787a94da9","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.177.tgz","fileCount":23,"integrity":"sha512-4gJOIQXsKJNG/L3zBovDma9pCwI/wUjr2exK+P6eGUFQ/fNnof7f0+7fy68oVtMMaLm/xsSG0c5jzMEyrX2Ctg==","signatures":[{"sig":"MEYCIQCXadtjAEBT8CxoHceriT22vK/+jftykryv72I46tinnwIhAKQRgOaiWdUr3wPh0daUZdYvKgj/iVacTGvPe7EIG/+T","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.177.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/dadbdcdc2cd1bd08d9a484a75450a828/opensea-vessel-0.5.177.tgz","_integrity":"sha512-4gJOIQXsKJNG/L3zBovDma9pCwI/wUjr2exK+P6eGUFQ/fNnof7f0+7fy68oVtMMaLm/xsSG0c5jzMEyrX2Ctg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.177_1729735461573_0.8941668338583957","host":"s3://npm-registry-packages"}},"0.5.178":{"name":"@opensea/vessel","version":"0.5.178","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.178","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"548e70429a4fb27ca7122377c914444130d9443e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.178.tgz","fileCount":23,"integrity":"sha512-6z51TcKOV2TgrdXOFsAd2tC58+ciHKwxWwNKqcpmvSYlAj0V3/0cAMLHW9cSJXje9cMzvPHKcXa3KrL2Kqp+kw==","signatures":[{"sig":"MEQCIFxXJWb+Om4kC+BuidngPMzZnlgfYQhPEy0VFRU2WwKCAiAzNVwD++I5nV9DyiCcCa9tzdcA7tBA/pG4cNR2u5A3yg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.178.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/cc715d47a531485bd2616fa5e9d293b0/opensea-vessel-0.5.178.tgz","_integrity":"sha512-6z51TcKOV2TgrdXOFsAd2tC58+ciHKwxWwNKqcpmvSYlAj0V3/0cAMLHW9cSJXje9cMzvPHKcXa3KrL2Kqp+kw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.178_1729745829888_0.9359194953355467","host":"s3://npm-registry-packages"}},"0.5.179":{"name":"@opensea/vessel","version":"0.5.179","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.179","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"c03b38836ede13d30930ff42dc42b184948b658f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.179.tgz","fileCount":23,"integrity":"sha512-tENW0ZwqYt+fkfx6Vl9IJi5KX7iGDNDI7lhFavBs0fhMxcJK0pTL4WrP2tqqf8HId+47Qx140OEIh1A0wakLDQ==","signatures":[{"sig":"MEUCIQCVt0r4BJYi621ODJh1EFx3E/YLDZeITh4Ek8miyKp9zQIgdaa/WxLCJhYkQPmw4WzQenpnLz1r8G7gHtzpBxid0Oc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.179.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/01284c61e548b65f3c306a1f64209be5/opensea-vessel-0.5.179.tgz","_integrity":"sha512-tENW0ZwqYt+fkfx6Vl9IJi5KX7iGDNDI7lhFavBs0fhMxcJK0pTL4WrP2tqqf8HId+47Qx140OEIh1A0wakLDQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.179_1729762089723_0.8201386938684561","host":"s3://npm-registry-packages"}},"0.5.180":{"name":"@opensea/vessel","version":"0.5.180","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.180","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"ce62417bc5849b9bf862c6a0ee10a33b3a93c2ad","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.180.tgz","fileCount":23,"integrity":"sha512-6Dju0WPMqczHxZY8Hf/GUJLSEkclcPuYutwU3cQm/kjAvYz2D8+ZqV4RMMOz8nGPu92BTsyneMOJGTjUM1IYJA==","signatures":[{"sig":"MEUCIEPLcvtGFUFsDL83llI39Zt/gHw2L7ZoNi5/2Q7AbZsTAiEAuSySHOEK81emiDPNXPznsjawQZfcKuuy2oBzrlmLq4A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.180.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/24628618ab131e9e8bacc99bc92ec80f/opensea-vessel-0.5.180.tgz","_integrity":"sha512-6Dju0WPMqczHxZY8Hf/GUJLSEkclcPuYutwU3cQm/kjAvYz2D8+ZqV4RMMOz8nGPu92BTsyneMOJGTjUM1IYJA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.180_1729769861346_0.8992807698784755","host":"s3://npm-registry-packages"}},"0.5.181":{"name":"@opensea/vessel","version":"0.5.181","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.181","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"8ce6c95b7a3228cdca54b04fba2ba3ee472154b1","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.181.tgz","fileCount":23,"integrity":"sha512-R7ruHl4LZz4FWn7Pc+LpOerKcytgLgPW0hjHGS4yJCUCA4XTetwEZSDaWzyCC+8vunSuo+H87magr0j8dzUzJA==","signatures":[{"sig":"MEUCIQCdU5S1x4DqjchdwVut9l1mghk2fXjh756KCJ+7W6tOIQIgHIqgxIGfOg+3Mevk9ys8xoXCGKSYddJ8Pc2iv3Wfg+o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.181.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/12e6451c5a50fd9c48d4526110b786e1/opensea-vessel-0.5.181.tgz","_integrity":"sha512-R7ruHl4LZz4FWn7Pc+LpOerKcytgLgPW0hjHGS4yJCUCA4XTetwEZSDaWzyCC+8vunSuo+H87magr0j8dzUzJA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.181_1729780545818_0.18299139520855578","host":"s3://npm-registry-packages"}},"0.5.182":{"name":"@opensea/vessel","version":"0.5.182","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.182","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"0587923880b0abf33565a3fa2c2cdf8e3b6c4f30","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.182.tgz","fileCount":23,"integrity":"sha512-piuOKv4T8rGPOTQTvOMtH2GmDkZJQA27vV3B+qjPB4R5iE3VWGkHszTLrrVDNFoD6aH7Q1Y/mTlob3k7bN9Kng==","signatures":[{"sig":"MEYCIQCc+BusPZyqY2YlBhF5OXykEt/RBkNyJ2LICYP2YV4W+AIhAP5WBdy3ulrsNrrNGZCMOxw+FheiOWDHGYkrhnfIACJ3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.182.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d2088b108856cc88b32e900446515f4e/opensea-vessel-0.5.182.tgz","_integrity":"sha512-piuOKv4T8rGPOTQTvOMtH2GmDkZJQA27vV3B+qjPB4R5iE3VWGkHszTLrrVDNFoD6aH7Q1Y/mTlob3k7bN9Kng==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.182_1729786421426_0.16059128937832545","host":"s3://npm-registry-packages"}},"0.5.183":{"name":"@opensea/vessel","version":"0.5.183","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.183","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"0bf171c2ee71556010b378a2eab03d500f956a6c","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.183.tgz","fileCount":23,"integrity":"sha512-RYZ34UYnaZYy6TWmxm8jVMbqjxKeynemNYkMBc0huxnJrxlM3BHVLwLACLw/CKMmMF0G/Dy8pVm+ATiPwecouA==","signatures":[{"sig":"MEUCIGarruO5E2ROxH9ddrgF9144DzusdL+bueOmDbypAjgxAiEA1PrpK/WiFY5lvfhneBfvGllwYDYTlcNClknEncFG0h4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.183.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c2f25844c62113284cdce63e4b3d3e7a/opensea-vessel-0.5.183.tgz","_integrity":"sha512-RYZ34UYnaZYy6TWmxm8jVMbqjxKeynemNYkMBc0huxnJrxlM3BHVLwLACLw/CKMmMF0G/Dy8pVm+ATiPwecouA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.183_1729790150965_0.5814278069335397","host":"s3://npm-registry-packages"}},"0.5.184":{"name":"@opensea/vessel","version":"0.5.184","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.184","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"1bbbe0bd0d1fce9ed44fabfee82b15e38738a9b5","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.184.tgz","fileCount":23,"integrity":"sha512-vS6D2sHz1j0Zb65m3fKSiSRXH+YZdljLCGDGvRobdB28SqAUCMMmhkZp0l44gfSjlX+wk6F08MDUQmdYFZL5Ow==","signatures":[{"sig":"MEYCIQCIigUuIDuxL61ugAlcOykAUsEzOnACSkTYFkh9IZX/uQIhAP9NGLTUS+2VALcU5SI0zSV08nBMi29pgDLReFMHwiIj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.184.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f5b52264a4b49e41a7380bfed62a320c/opensea-vessel-0.5.184.tgz","_integrity":"sha512-vS6D2sHz1j0Zb65m3fKSiSRXH+YZdljLCGDGvRobdB28SqAUCMMmhkZp0l44gfSjlX+wk6F08MDUQmdYFZL5Ow==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.184_1729827832406_0.5477154517049261","host":"s3://npm-registry-packages"}},"0.5.185":{"name":"@opensea/vessel","version":"0.5.185","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.185","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"36aa89bb44fa5f95eee63446dae296bae55f7219","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.185.tgz","fileCount":23,"integrity":"sha512-v7vzNKEi84vklKXTFEZ6uTsZXGxxm/th5sy29/kmIaP9hOF9U6r3EoXR77f/I9o63qWTPLl7xM6NicghfOmt0w==","signatures":[{"sig":"MEQCIHhxzlMxewZw03z2smUY4agasJWCmqg38NUI0QQf9F5gAiBnJsGwJfj7/XoEGWP+pA0qKmx7eVi4Jq72Om/218FAHw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.185.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/2ad4bc78238a2101243c4e09524522f8/opensea-vessel-0.5.185.tgz","_integrity":"sha512-v7vzNKEi84vklKXTFEZ6uTsZXGxxm/th5sy29/kmIaP9hOF9U6r3EoXR77f/I9o63qWTPLl7xM6NicghfOmt0w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.185_1729859272562_0.5797265474572164","host":"s3://npm-registry-packages"}},"0.5.186":{"name":"@opensea/vessel","version":"0.5.186","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.186","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"295e1b7a83ae07e87438ea7422a98da026788327","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.186.tgz","fileCount":23,"integrity":"sha512-N4DyuDNs6lMFq9UHsFkftuJn3yxvhkz+GUpn0jxZV46yU8Kg9je6Lp474Pu382zAOIRjzGLCHiez3moJXRHS6Q==","signatures":[{"sig":"MEQCIBqPcMiyt3zbvplf+QJVviEfBy8Hg3SyALz4M/y6cFjiAiA1XgR0VBTBzVb+c2xH0s9sCJA9Ra31o2hogeKz2X3rlg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.186.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e83cbaa480ff8b8962abf8467120c66d/opensea-vessel-0.5.186.tgz","_integrity":"sha512-N4DyuDNs6lMFq9UHsFkftuJn3yxvhkz+GUpn0jxZV46yU8Kg9je6Lp474Pu382zAOIRjzGLCHiez3moJXRHS6Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.186_1729860046762_0.46966988941829735","host":"s3://npm-registry-packages"}},"0.5.187":{"name":"@opensea/vessel","version":"0.5.187","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.187","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"49899fd20b6ea2c27045ec772b84702405552603","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.187.tgz","fileCount":23,"integrity":"sha512-dnHV01wCViB0t8xhL2IQJ8XVipjveDCjHbLoiXpc39urXoDFyl4lh8ixpUn7hVcLGahnRNUAHYv1lkE05qX9ZQ==","signatures":[{"sig":"MEUCIDROO8jfZ/8NKaoT8aUAZSHo3gwv0/v1Dcpw66n14xEzAiEAjG0F+TdJLGouW2p8ZeGmsWVpZySpfMshwn10kBbjEz8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.187.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/9dc1f760877f8c400c519ad29d3466ce/opensea-vessel-0.5.187.tgz","_integrity":"sha512-dnHV01wCViB0t8xhL2IQJ8XVipjveDCjHbLoiXpc39urXoDFyl4lh8ixpUn7hVcLGahnRNUAHYv1lkE05qX9ZQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.187_1729860287667_0.02712953286936104","host":"s3://npm-registry-packages"}},"0.5.188":{"name":"@opensea/vessel","version":"0.5.188","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.188","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"82c171bb65eb11f44d9a68298d77e2d5197bc973","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.188.tgz","fileCount":23,"integrity":"sha512-vEwB3vhgpW6CwsIh3JvA8XBG161jdrzLx1ccuOeW/mAaY4UObJVNlvB5wSZLs0fzX6WdcclIW0hfFC9N6bDt8Q==","signatures":[{"sig":"MEYCIQDpDKqtikmyqJY6cpeHomVxzOndpqGN6JNwSKFoIW7ZYgIhAOPH7Z2cM33v7JImXGso7UKUY4R2x106AYmw/geKxtVZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.188.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c5bf9424b307d13668a57e3e31a678b6/opensea-vessel-0.5.188.tgz","_integrity":"sha512-vEwB3vhgpW6CwsIh3JvA8XBG161jdrzLx1ccuOeW/mAaY4UObJVNlvB5wSZLs0fzX6WdcclIW0hfFC9N6bDt8Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.188_1729862871503_0.35193365399368437","host":"s3://npm-registry-packages"}},"0.5.189":{"name":"@opensea/vessel","version":"0.5.189","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.189","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"0a50fbd04a0d61d446425f1ec2828f5b9c7f94bd","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.189.tgz","fileCount":23,"integrity":"sha512-tOGLG1X51cCCVAM2i0SeyhNKy8uJdETyCkMla/WonV6BwMQfKCjnlL23UUcbeHOCyQKGTCGLd8rXD1E9lYzePw==","signatures":[{"sig":"MEQCIHazofw9fJ5mUIDkO+o6y30yTpNKHEFhJLa6AWUheuYQAiAP8A6W+MQvKR2KjmOmtywlyUS0J9H5mORyK0uUZOmrmA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.189.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/329862c5c7dd0c113f31c40393d50867/opensea-vessel-0.5.189.tgz","_integrity":"sha512-tOGLG1X51cCCVAM2i0SeyhNKy8uJdETyCkMla/WonV6BwMQfKCjnlL23UUcbeHOCyQKGTCGLd8rXD1E9lYzePw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.189_1729865505763_0.45353838573691085","host":"s3://npm-registry-packages"}},"0.5.190":{"name":"@opensea/vessel","version":"0.5.190","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.190","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"416bb7b2f80ea68540f9a381b9010609cb0cef7f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.190.tgz","fileCount":23,"integrity":"sha512-a3r3IRUiK0E4+RTRj85uZjMJlp7ZJZ4nfqIUGHvYSRFiqg39I9BQgZqtcnJjDxrovZh4QOf1WQvYk3W+RtM71A==","signatures":[{"sig":"MEUCIQDCxuXI0WGX4EqL+KRLhJzen0AloBv+vNn1dWp3T7S6eQIgZodW/+RvuI7Ffsu6wWaVvcLrkqV0MGbFzsd49JSmSJ8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.190.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/fbe33a3d899f57303005c9fb56749819/opensea-vessel-0.5.190.tgz","_integrity":"sha512-a3r3IRUiK0E4+RTRj85uZjMJlp7ZJZ4nfqIUGHvYSRFiqg39I9BQgZqtcnJjDxrovZh4QOf1WQvYk3W+RtM71A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.190_1729872486757_0.6055915796630027","host":"s3://npm-registry-packages"}},"0.5.191":{"name":"@opensea/vessel","version":"0.5.191","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.191","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"ee8ecae5eac8745efa28b97f8bb255f9e4c4ebc8","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.191.tgz","fileCount":23,"integrity":"sha512-kvw9BVVAyiWHU6W8ew4z4/DfszA6E0bZ8Fm0UlxnU0j5tK/CxCoYWCDjDpU6yrATk0rLrCqfzQDz09GGIp/h6Q==","signatures":[{"sig":"MEYCIQCuPl5ES5whtwHQ86hfWDx4Gk1Xx7nqB9EsTQil+8jz9wIhAPucC5eObe5O7T244OidMRSDQ1kyWx8EIJLcUi+cRBNJ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.191.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/bdcba0d53e981a9afe7a852b246ef8af/opensea-vessel-0.5.191.tgz","_integrity":"sha512-kvw9BVVAyiWHU6W8ew4z4/DfszA6E0bZ8Fm0UlxnU0j5tK/CxCoYWCDjDpU6yrATk0rLrCqfzQDz09GGIp/h6Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.191_1730023083694_0.1763523785667307","host":"s3://npm-registry-packages"}},"0.5.192":{"name":"@opensea/vessel","version":"0.5.192","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.192","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"977418a892b6c87dd344afaec1a5af281df8962b","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.192.tgz","fileCount":23,"integrity":"sha512-INP+zDHQAypAprO5cbFVG8WD6KJVj/XTktuds7c7r7KWwqgQTdChgSJj6IisYYQuWUBlixXp3Yi+6Yk68eRGQg==","signatures":[{"sig":"MEQCIFVm3NKadpKdRXQucpcQQBejfWysBsur9NN5M/VCPFDYAiB5Cdy10coJ0PCZdzabcl/ORaoG7+B42oIj+ulB6iV6DQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.192.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/678f17a6abfd46bc86ef7f32a8a81cab/opensea-vessel-0.5.192.tgz","_integrity":"sha512-INP+zDHQAypAprO5cbFVG8WD6KJVj/XTktuds7c7r7KWwqgQTdChgSJj6IisYYQuWUBlixXp3Yi+6Yk68eRGQg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.192_1730120891170_0.7367917131983199","host":"s3://npm-registry-packages"}},"0.5.193":{"name":"@opensea/vessel","version":"0.5.193","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.193","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"0129241dbe07b9cceefa13797fa92006e4d3c3da","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.193.tgz","fileCount":23,"integrity":"sha512-dwLCZA19vCu3ZiCB/2/9rRE1hlNipFIa4fZ3/eTCRXWIIl2tQQp4nslExr3rd2ertAnLxSmNmBiccyt14fitjg==","signatures":[{"sig":"MEUCIQCH+5Y4ZdWFzesHoWd2w/IPNWfT+h/YpyJjvAMt32us1AIgPNV21a1pjiXZtFUxZfkOXJATvFjt7vXbzakQq2Ow6nU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.193.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d26cd4662a5133edc322ffc3e9ee6f5c/opensea-vessel-0.5.193.tgz","_integrity":"sha512-dwLCZA19vCu3ZiCB/2/9rRE1hlNipFIa4fZ3/eTCRXWIIl2tQQp4nslExr3rd2ertAnLxSmNmBiccyt14fitjg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.193_1730121302614_0.8989915437086466","host":"s3://npm-registry-packages"}},"0.5.194":{"name":"@opensea/vessel","version":"0.5.194","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.194","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"dbe7fc46b00b993a1380fb6f69137a7ca8d58aba","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.194.tgz","fileCount":23,"integrity":"sha512-MxME+x55pkDArI44OXZ/rx/L9DhfHWMpAljmmJ3T4TtllZ4nVv/N7aBo6zpI4rPCyxQ3RT/IrbNCfOqgDHWZgw==","signatures":[{"sig":"MEYCIQCDJ2bpMwiwAImd729fwuKjShIqBnrH58k7gexUvIfwvAIhANtiaXbjcdJ32VSU6VlH/sw4cjC/im6AzpYQH2Iui0Cd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.194.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/635862dd9727823fdbf7e12e1f08761c/opensea-vessel-0.5.194.tgz","_integrity":"sha512-MxME+x55pkDArI44OXZ/rx/L9DhfHWMpAljmmJ3T4TtllZ4nVv/N7aBo6zpI4rPCyxQ3RT/IrbNCfOqgDHWZgw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.194_1730122884350_0.12873606313121355","host":"s3://npm-registry-packages"}},"0.5.195":{"name":"@opensea/vessel","version":"0.5.195","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.195","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"415510a6d499907c096c4256f64bdb71163205d1","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.195.tgz","fileCount":23,"integrity":"sha512-jFVQEzJ4RkLHJ27CjoVQJfotoaY13BUH9RaueL4CNRyyF4GcK7faM3zzYxMXPpKGvfcLHDHs+fXXmCzqYvVX1A==","signatures":[{"sig":"MEUCIHv6j5eatD/U0n5KeGkZ6R7Y9MiMAstSQl7tgRkJmH7eAiEA72UJW07fV/LXdit21ugni89RrUIdJR77/B4id6EBnLs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.195.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a3da14b670212cc7576ef49828955d69/opensea-vessel-0.5.195.tgz","_integrity":"sha512-jFVQEzJ4RkLHJ27CjoVQJfotoaY13BUH9RaueL4CNRyyF4GcK7faM3zzYxMXPpKGvfcLHDHs+fXXmCzqYvVX1A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.195_1730123424233_0.7678248963975973","host":"s3://npm-registry-packages"}},"0.5.196":{"name":"@opensea/vessel","version":"0.5.196","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.196","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"4ce00a101ddecb94bbaaec9ab3fbdbbad1ca9ad3","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.196.tgz","fileCount":23,"integrity":"sha512-LXXllll0hMN3/3F6YvpC61AXR0HQaveeEWrJZqJaV8NcjeVcWlvWQAibVwyPMoNEwQEUFEBlFt3gBxj5kLNnkA==","signatures":[{"sig":"MEYCIQCSEiF9KuaKne9/eVTKOpiSheBlFo9eeKomNcI/I3c24QIhAPBlArgY+xzN1ypXTK+mow8Nt/0vDxlY9fz9mQ+cJsTQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.196.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/3146f199bdfead4fa08a15b199e17b11/opensea-vessel-0.5.196.tgz","_integrity":"sha512-LXXllll0hMN3/3F6YvpC61AXR0HQaveeEWrJZqJaV8NcjeVcWlvWQAibVwyPMoNEwQEUFEBlFt3gBxj5kLNnkA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.196_1730127513025_0.3386912007286802","host":"s3://npm-registry-packages"}},"0.5.197":{"name":"@opensea/vessel","version":"0.5.197","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.197","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"c4d8eb910b7242bf4d149e5506c8c686eb4e5781","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.197.tgz","fileCount":23,"integrity":"sha512-bq0ft1RwMMUQZaHeNBFXYYy1uuSNMaIyjh6Hg0zyIUCvMkIjbmY6E3V/9ewGQVm1JzJyg5EVZdavJBA7qxZgDQ==","signatures":[{"sig":"MEQCIFk4kVpUgZuC72SfJsWiOO2x3QMKUEfqH6ks2QVJr/WiAiBx9EofrctY3Gtm0a0lo5Yhz9DJdl2xSHlLknM3G3IMRg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.197.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/76d4205584c0cef84beb3010ffc899ca/opensea-vessel-0.5.197.tgz","_integrity":"sha512-bq0ft1RwMMUQZaHeNBFXYYy1uuSNMaIyjh6Hg0zyIUCvMkIjbmY6E3V/9ewGQVm1JzJyg5EVZdavJBA7qxZgDQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.197_1730130537928_0.9094061108407128","host":"s3://npm-registry-packages"}},"0.5.198":{"name":"@opensea/vessel","version":"0.5.198","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.198","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"8049dc752f267c9120f624cf3646c7761c458d48","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.198.tgz","fileCount":23,"integrity":"sha512-z4qKU1Alpfm1Vwt34x45kVLRKOp+CXfMYbJt8FecI6vOoQ/WxYP9p0fduVXd6xfcCMbp6klQza39WeJ86Z0oow==","signatures":[{"sig":"MEQCIBpMofVeoVs5F1IDWW2MwwCtIUZ1AK7OWnfnD0uvhThaAiA7nfBWi6V6xQbKf7fthPoqGjcsqJMTM5hN1XqcE4co7A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.198.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/23366931f833018e1f6fa0d0f0e7d8cc/opensea-vessel-0.5.198.tgz","_integrity":"sha512-z4qKU1Alpfm1Vwt34x45kVLRKOp+CXfMYbJt8FecI6vOoQ/WxYP9p0fduVXd6xfcCMbp6klQza39WeJ86Z0oow==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.198_1730164986855_0.4612424448157193","host":"s3://npm-registry-packages"}},"0.5.199":{"name":"@opensea/vessel","version":"0.5.199","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.199","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"3488f3548b851e6c2140d632e675371f868623b3","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.199.tgz","fileCount":23,"integrity":"sha512-HeS1lWld93lUoxJWFyUQXKpGnCLyOVieFJoBxdju71mt8lVaHRNX8mfT5o4q6snQkxZblnre4dFyP0ujmnuGQA==","signatures":[{"sig":"MEQCIFjWhUAXnRYBYEZrp+ihreuq70+MRKHUSuKeG0zd8/85AiBj6dztxw2p+f5Yi9wK4+T90CZ26k8rNqhiBZ74ajD8zg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.199.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/bc3ebdffa0b1d5de5ca886796cb6aece/opensea-vessel-0.5.199.tgz","_integrity":"sha512-HeS1lWld93lUoxJWFyUQXKpGnCLyOVieFJoBxdju71mt8lVaHRNX8mfT5o4q6snQkxZblnre4dFyP0ujmnuGQA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.199_1730167772473_0.8947145394902105","host":"s3://npm-registry-packages"}},"0.5.200":{"name":"@opensea/vessel","version":"0.5.200","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.200","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"39d05cbd1ab2a34e5a55905da620ad8fe1d5e01e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.200.tgz","fileCount":23,"integrity":"sha512-KPqzox0PVflBe9weDyAjn9B8qMIJ3UFa3wF0pobBC0gh7A20cBXWxnLJ03yoamnT8JPcYlGErky6S56NNJHhTQ==","signatures":[{"sig":"MEYCIQD9fVSrQyUdp+bzv+mjKGAbdmYBkU13Q/SNbaj6TVbLTgIhAIvwLdXHCIs61+sx57eDsc1vQmPxeH64MoHE7RluMLJj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.200.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5ed08b6c8b7476ce6f1477c1b76e5a07/opensea-vessel-0.5.200.tgz","_integrity":"sha512-KPqzox0PVflBe9weDyAjn9B8qMIJ3UFa3wF0pobBC0gh7A20cBXWxnLJ03yoamnT8JPcYlGErky6S56NNJHhTQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.200_1730168078002_0.06021373876464908","host":"s3://npm-registry-packages"}},"0.5.201":{"name":"@opensea/vessel","version":"0.5.201","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.201","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"3f33420a1f753be815fc95495f80f57d7f6c57a1","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.201.tgz","fileCount":23,"integrity":"sha512-mz01KACjMzq70rzfhEMcCQKs14SEHxk/Xv1jfyeIuf3xmsgeGfFuaKyj2HmfRdkZkIzsAp4xMWOHH9zlmffvrA==","signatures":[{"sig":"MEYCIQDCR90FoYGCDDKxvTgnBuV41b+wnHhehlpHS+JP39UiuAIhALvYaatEzKkDW0gsn7osJkhRUQuLQZXjxFhIrZ5Ze6L6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.201.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8296ada61a896670c653b294083dba31/opensea-vessel-0.5.201.tgz","_integrity":"sha512-mz01KACjMzq70rzfhEMcCQKs14SEHxk/Xv1jfyeIuf3xmsgeGfFuaKyj2HmfRdkZkIzsAp4xMWOHH9zlmffvrA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.201_1730174925812_0.35399619688261263","host":"s3://npm-registry-packages"}},"0.5.202":{"name":"@opensea/vessel","version":"0.5.202","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.202","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"4e4ea92cabe1e5bf34eb186209dec57e839b7d3f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.202.tgz","fileCount":23,"integrity":"sha512-eWV529hRf3MwO8LUl1VQCxdDgnMj5PQ87rTDg7MZLKpgKqyyhskOv02xf74Rq9SpVvYjvZrhK3zrSXc4PwiU6Q==","signatures":[{"sig":"MEUCIQDyPnJv+rh/S1gUZfWq/X2jpFANRuVUOvrNH36QUxaVCwIgL9QhOoSQrSmIYb57aKLF3ojJvlYKTharKkvA5Str2Xc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.202.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a42c9f10dac65441d19611f3b5a72ced/opensea-vessel-0.5.202.tgz","_integrity":"sha512-eWV529hRf3MwO8LUl1VQCxdDgnMj5PQ87rTDg7MZLKpgKqyyhskOv02xf74Rq9SpVvYjvZrhK3zrSXc4PwiU6Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.202_1730178936570_0.664780043659607","host":"s3://npm-registry-packages"}},"0.5.203":{"name":"@opensea/vessel","version":"0.5.203","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.203","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"23c6315cd3aae9052705b11982a37bd6fe29838b","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.203.tgz","fileCount":23,"integrity":"sha512-EonB9C/BIwSJjWBRWD6/Jr8EIAWRsYPAiZmk2MzE+1cc5q6xeSzjIe8g9mQ5hIQTlFz6c2ZhMDKQvj4W80JmTg==","signatures":[{"sig":"MEYCIQDvmevPziOScpYyFnOdedi7CvyH4o2iyDqI2woSf4KjswIhAIufmsUrGvzRI9WWj+xVNxYLCc8k4ZG9eEClkJ64TUH7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.203.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8e7e898b79f975b088004861de744816/opensea-vessel-0.5.203.tgz","_integrity":"sha512-EonB9C/BIwSJjWBRWD6/Jr8EIAWRsYPAiZmk2MzE+1cc5q6xeSzjIe8g9mQ5hIQTlFz6c2ZhMDKQvj4W80JmTg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.203_1730201048126_0.19095726470484764","host":"s3://npm-registry-packages"}},"0.5.204":{"name":"@opensea/vessel","version":"0.5.204","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.204","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"06f4c52eae28133afb7bb909eebaf6689c2a4f9d","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.204.tgz","fileCount":23,"integrity":"sha512-/gsmwtZ+x68xMtnqTw6SFGQnBQ/7eImmyXMGNPSRdcN2UGrCR8oM0d06aXPqmIsNcQUYolaeRF6cEYF/WQrCWQ==","signatures":[{"sig":"MEUCICTCjL20s6VmviM/2Tl9wYoYVWKy21IljnW1hzb+h9lDAiEAjHGHCFgvdeOU0vcI8PdMRZaoETlYLb7t+wqQJreMPhk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.204.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5255fbef2bf9c4e7a8910aab61d79d00/opensea-vessel-0.5.204.tgz","_integrity":"sha512-/gsmwtZ+x68xMtnqTw6SFGQnBQ/7eImmyXMGNPSRdcN2UGrCR8oM0d06aXPqmIsNcQUYolaeRF6cEYF/WQrCWQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.204_1730222060481_0.5240296983567401","host":"s3://npm-registry-packages"}},"0.5.205":{"name":"@opensea/vessel","version":"0.5.205","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.205","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"eadeaccf44b2cf654ecc788ec59df22da82d9ebb","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.205.tgz","fileCount":23,"integrity":"sha512-nRSrkkKOI8vByNvJBbfSCvnS/T2vO84+oGbGehSbsStay+jEYMkFZni7U4ZZKZ7LVEbhqEDEDYcxqkMKNUjyig==","signatures":[{"sig":"MEUCIQDaleH0UBtWVOlBwpB3OVwxOI5LkRCp+KYe8M5jMbSQuwIgQo4lbTIVrbGj915QwnyX2/ItJ218BudETycNjgFjoRw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.205.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/bcec714394b4479efa82499c44003e01/opensea-vessel-0.5.205.tgz","_integrity":"sha512-nRSrkkKOI8vByNvJBbfSCvnS/T2vO84+oGbGehSbsStay+jEYMkFZni7U4ZZKZ7LVEbhqEDEDYcxqkMKNUjyig==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.205_1730225372703_0.13337338091510742","host":"s3://npm-registry-packages"}},"0.5.206":{"name":"@opensea/vessel","version":"0.5.206","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.206","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"a62ab525f4a184e286b901f42a5913d4112791b9","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.206.tgz","fileCount":23,"integrity":"sha512-FhvevulmoIHmHXpZSJyQi11XQyn/8sD0POrHS+EsXTj2n3tpQ2BFJjfJwinHkNrEdkLpbBqIMDnVo0VSnAuM8Q==","signatures":[{"sig":"MEUCIQDuveu5EC9ZIYz9cELJ/bjM3lYPH+ujUS6qjo9NCK7yrAIgbR3M4KLFSt95bzI1IlGIUhMkg7nvieXNMAtRr0WU7lM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.206.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/3766b4427c4617407de6ee2fb5dd2590/opensea-vessel-0.5.206.tgz","_integrity":"sha512-FhvevulmoIHmHXpZSJyQi11XQyn/8sD0POrHS+EsXTj2n3tpQ2BFJjfJwinHkNrEdkLpbBqIMDnVo0VSnAuM8Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.206_1730269050584_0.2234053385544752","host":"s3://npm-registry-packages"}},"0.5.207":{"name":"@opensea/vessel","version":"0.5.207","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.207","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"976760d622878f318f656a6c1ba54c8ea45dea20","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.207.tgz","fileCount":23,"integrity":"sha512-g0xihRzvdH+EJl7A5WXNKTGE+olNnT/OCutdl+Mp470LTqeRTYl3vqK8Kp2/HXv9RqKsMywUY2J9TFwUguFUsA==","signatures":[{"sig":"MEUCIQDt9k5k7yt6VlrHslvW7moWp/qNtMBCjKGTKNKqLZC/gwIgME0bEdE0C4FN7+ysqygPzWllSqFFmAAw3b6a027PFKE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.207.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a95c1065da5407ccc179bda974bf3c9b/opensea-vessel-0.5.207.tgz","_integrity":"sha512-g0xihRzvdH+EJl7A5WXNKTGE+olNnT/OCutdl+Mp470LTqeRTYl3vqK8Kp2/HXv9RqKsMywUY2J9TFwUguFUsA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.207_1730295577649_0.32491859231111775","host":"s3://npm-registry-packages"}},"0.5.208":{"name":"@opensea/vessel","version":"0.5.208","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.208","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"1c25e2e0ae435ab28a33cdd60db451f32aa92f5e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.208.tgz","fileCount":23,"integrity":"sha512-sjYMekLCFNRPzJPpy1mi3wJmCoQ6GU+eXdKWs9qV/z0PSrwRVsdBs0Hiws7/RWj/mrlEyr5VvIG9kiicqjgsKw==","signatures":[{"sig":"MEUCIQDdBuMXJXOWOs+nxvy05kednO6ZNwE1oa8ebYqr6kG9xQIgVff6yMUxlEm7Kfv2liWftGhPBukZzcKdK8gLdEPHQnc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.208.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/abbfbd948599c94ed0cad027f80c2cbc/opensea-vessel-0.5.208.tgz","_integrity":"sha512-sjYMekLCFNRPzJPpy1mi3wJmCoQ6GU+eXdKWs9qV/z0PSrwRVsdBs0Hiws7/RWj/mrlEyr5VvIG9kiicqjgsKw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.208_1730308238286_0.5205602533446088","host":"s3://npm-registry-packages"}},"0.5.209":{"name":"@opensea/vessel","version":"0.5.209","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.209","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"98fe714dd67fb68879652935fb83f2b9a9243b18","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.209.tgz","fileCount":23,"integrity":"sha512-p0kgDu75S7TVl2hVt9ARx6pR9j/5DBpW1OO3nwwW2cONZXrJ/R/Bxt91aO3DtFW17CBH8pVmS9oRi0wDHBsTdA==","signatures":[{"sig":"MEQCIBQ/w75sKOZh7leuVLxRlEhmopY3JnVfhUOkEeZC0KN0AiA9gpIeOiXI5xLAf/ncAaXGmpxMYi3nR/nBGwjwc8km+Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.209.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/4491982efaee742e2ae2f339a3f03a6e/opensea-vessel-0.5.209.tgz","_integrity":"sha512-p0kgDu75S7TVl2hVt9ARx6pR9j/5DBpW1OO3nwwW2cONZXrJ/R/Bxt91aO3DtFW17CBH8pVmS9oRi0wDHBsTdA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.209_1730334598496_0.3347416586315166","host":"s3://npm-registry-packages"}},"0.5.210":{"name":"@opensea/vessel","version":"0.5.210","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.210","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"47fb818ef887dc77113ab16f894810e578bd17f3","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.210.tgz","fileCount":23,"integrity":"sha512-2S7PjhvuAEKlZjeK6IEvKDEuanC6uDRk7MouuGL5vLWSw6PfyMVmXxlBj/Pfx1J876hyTTjaeETLB3sDUjbBag==","signatures":[{"sig":"MEQCIFg/9HC2mOzL2g7vb4QOV1vMv0QcFDtq64wItS8fjdyTAiA2pJvzrTqcA+VMLrGyaSu3oD96USrT2DdW2idE9oDrGQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.210.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/719da0e383dc404e51432acf9867461b/opensea-vessel-0.5.210.tgz","_integrity":"sha512-2S7PjhvuAEKlZjeK6IEvKDEuanC6uDRk7MouuGL5vLWSw6PfyMVmXxlBj/Pfx1J876hyTTjaeETLB3sDUjbBag==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.210_1730335558273_0.2969580919875907","host":"s3://npm-registry-packages"}},"0.5.211":{"name":"@opensea/vessel","version":"0.5.211","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.211","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"649c7f5f05f351263622f435bc1363e79b3e1c67","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.211.tgz","fileCount":23,"integrity":"sha512-Q7rT1fID9AC8rBW9BNrgll/UW6DSRxkKv3vE0TNFFqPJcI8QBffJ2mt/EwYVnflqdWxO7NAfL4pKTglCfRgGiQ==","signatures":[{"sig":"MEUCIBttZYf17j9VMI4rBqwVc+H5uCtBnbS/rWO2VzMHOKyRAiEAgdhr+eT2v8NyPItXsKI1cnCq73rDbzdIZG43EEAQSXw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.211.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/4a0035f52cafc6da8b3eb64b969951e6/opensea-vessel-0.5.211.tgz","_integrity":"sha512-Q7rT1fID9AC8rBW9BNrgll/UW6DSRxkKv3vE0TNFFqPJcI8QBffJ2mt/EwYVnflqdWxO7NAfL4pKTglCfRgGiQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.211_1730345319857_0.3914053628427894","host":"s3://npm-registry-packages"}},"0.5.212":{"name":"@opensea/vessel","version":"0.5.212","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.212","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"6f27f865f702b01bb8c4b12425cc348e10d443c0","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.212.tgz","fileCount":23,"integrity":"sha512-N63JwkgNZHyWeA8W0z3GVeOOe0x2eVYC089/Dkw8kEvhWwS79EYKbHG+cSY9CWnFVxVw+sKKMVyHA/IDeUBZMA==","signatures":[{"sig":"MEUCIAu0JGS4pPrXbsDPqPFZGnOJeU004hV4l4O9q66S4yYaAiEAqzrcrUJHZ0+6qKi9viO52pAjToGpCwhGK8giC4qUPpM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.212.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/bdd5ad345a506249ec3363a63ecbe10d/opensea-vessel-0.5.212.tgz","_integrity":"sha512-N63JwkgNZHyWeA8W0z3GVeOOe0x2eVYC089/Dkw8kEvhWwS79EYKbHG+cSY9CWnFVxVw+sKKMVyHA/IDeUBZMA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.212_1730368394120_0.8723010372310045","host":"s3://npm-registry-packages"}},"0.5.213":{"name":"@opensea/vessel","version":"0.5.213","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.213","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"d53aa33aa0970d65497f1fc9bfa8316b08362a4d","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.213.tgz","fileCount":23,"integrity":"sha512-0j8VjQEUEm2dpSTF/VrQogzGycadF8GuC8mSUHkyACZ7KxgZH2a3aA9tXhHuRYEf/eML9ywABL0px5em/xiBsA==","signatures":[{"sig":"MEUCIQD526qAQWlTU36n4I+BHrv3tlxuYgRKBwYgN1PdGUuKtgIgJhsycVLBCdYKJEDgaLL3TKGcPCoitaWcxdflzT6wDrk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.213.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/496b381202c6c5fa4bc3b67c698463b6/opensea-vessel-0.5.213.tgz","_integrity":"sha512-0j8VjQEUEm2dpSTF/VrQogzGycadF8GuC8mSUHkyACZ7KxgZH2a3aA9tXhHuRYEf/eML9ywABL0px5em/xiBsA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.213_1730375298501_0.6910642957416075","host":"s3://npm-registry-packages"}},"0.5.214":{"name":"@opensea/vessel","version":"0.5.214","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.214","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"50dc08f327231c71c8cb8fa41af73b478ddcb4e9","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.214.tgz","fileCount":23,"integrity":"sha512-sPyGm7kcSH14gVmVdqeFkV/un6Z7KtKcRj5qzXUkbeqh44+SeKC8Vu3WiYuwQSJieywPoThUcTu13xB35gVftA==","signatures":[{"sig":"MEUCIG55giEAdOTl2eMjHTAgHzS5sbTj61grAasUtwUMSGx1AiEA74GmCoQnip6HfXIQWl2jbHKaNP+THJXlA2GfIkE1v7Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.214.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/fd23e335519a8973481b663dc7f51aef/opensea-vessel-0.5.214.tgz","_integrity":"sha512-sPyGm7kcSH14gVmVdqeFkV/un6Z7KtKcRj5qzXUkbeqh44+SeKC8Vu3WiYuwQSJieywPoThUcTu13xB35gVftA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.214_1730381060673_0.9340346647860649","host":"s3://npm-registry-packages"}},"0.5.215":{"name":"@opensea/vessel","version":"0.5.215","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.215","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"521f9320a3e4d36d1dfceaab08b6b3e2cddce039","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.215.tgz","fileCount":23,"integrity":"sha512-g+iN/BdFWgOvT1wodCIk5EfnVQVLEv9sFCvCCQTTLABeIXjwHxnJdGvsKxWk4EFQm56DmZLuRutsZGsVyAiOmw==","signatures":[{"sig":"MEYCIQDdHdb8T0ljl2ga7WQaxXpmzsrLsxdbdhtzYBP1Bg5FxgIhAM8Jx/t+f2+ToVzm6VEK1TEDV5dsUoDpj6kv4lnH4b1i","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.215.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/1b7b4b1aad9af424ee735eb44f912874/opensea-vessel-0.5.215.tgz","_integrity":"sha512-g+iN/BdFWgOvT1wodCIk5EfnVQVLEv9sFCvCCQTTLABeIXjwHxnJdGvsKxWk4EFQm56DmZLuRutsZGsVyAiOmw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.215_1730381764121_0.4276889037682463","host":"s3://npm-registry-packages"}},"0.5.216":{"name":"@opensea/vessel","version":"0.5.216","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.216","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"f493a08e756f29e530d02b8e3634ee77147ac65e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.216.tgz","fileCount":23,"integrity":"sha512-43t5dw3/NFYB/bseoTNll6Zf7kakcyq5KiygBEEORBfobWRzem82Ejcz7ODqibyaNIOfiNBPYoE8y0trR6o2lg==","signatures":[{"sig":"MEUCIQDIYCoT4ow0IWQ43pTe2/V3X2WrTcHdJ+s0ZCQIRF7yawIgIiI7b1lGLUsmOk2DHAP8H87lkoPz8VcYO+SqdBLEXlo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.216.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b5e11985887108b2e7a61abf10154c6d/opensea-vessel-0.5.216.tgz","_integrity":"sha512-43t5dw3/NFYB/bseoTNll6Zf7kakcyq5KiygBEEORBfobWRzem82Ejcz7ODqibyaNIOfiNBPYoE8y0trR6o2lg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.216_1730387346861_0.5703994918734983","host":"s3://npm-registry-packages"}},"0.5.217":{"name":"@opensea/vessel","version":"0.5.217","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.217","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"c028d396c35c09f409c0c7f2e0d85fe6cfb429a7","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.217.tgz","fileCount":23,"integrity":"sha512-3zya56p9lTRqt/Ok0RhyvJ2agrV22f1rYvhJenhIrWfRQzKnvPXCFvKLy/nYZsmJHaz1aN+tufC8K2N9k39eUQ==","signatures":[{"sig":"MEQCIEJXz3yYp4/hOlNWcbujxfDydsUftEMUGD9OfT/WsfVeAiA2z56zw+zDEphuMehX39aQVbbpBH+6Xd7EluYJWo+v6Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.217.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d0f2961ad3b719ceb9ded8fac074f5b4/opensea-vessel-0.5.217.tgz","_integrity":"sha512-3zya56p9lTRqt/Ok0RhyvJ2agrV22f1rYvhJenhIrWfRQzKnvPXCFvKLy/nYZsmJHaz1aN+tufC8K2N9k39eUQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.217_1730389085560_0.642462734093918","host":"s3://npm-registry-packages"}},"0.5.218":{"name":"@opensea/vessel","version":"0.5.218","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.218","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"fe158fb8318d6982af3841a94b8bfab6291fb3e4","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.218.tgz","fileCount":23,"integrity":"sha512-wwwMVSSZZNPt1mcS8nac+MNGRauWFHX52ZHmIufSTJ9JWiXzs7LtOyBoX+APxvtc2BZkOCTK/6JmqnTQFgNRDQ==","signatures":[{"sig":"MEUCIDunqcI0egq6ejCEhJJi9k3TVOMfcWB6GD60NHhfCql0AiEAy5z03vuGmH9kTgTjIVzMy/SdfSyEGIqdhZPb5e3SLAI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.218.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/124959d6110a06d76c114a7ec85fc45e/opensea-vessel-0.5.218.tgz","_integrity":"sha512-wwwMVSSZZNPt1mcS8nac+MNGRauWFHX52ZHmIufSTJ9JWiXzs7LtOyBoX+APxvtc2BZkOCTK/6JmqnTQFgNRDQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.218_1730390013910_0.37185550166191117","host":"s3://npm-registry-packages"}},"0.5.219":{"name":"@opensea/vessel","version":"0.5.219","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.219","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"2b0f2395214b02e12b8f7b07c247a22a517e3bef","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.219.tgz","fileCount":23,"integrity":"sha512-0sJ+j2NbUGLgxCNuorxPE40AT4SGIgZOrFiVtmUtyeWsvdBAZATbhwqx+wW/coUnxoY+zHclk0a302PqV9uTCA==","signatures":[{"sig":"MEUCIQCgoPtgvuhyiB7ZBBK5EkPC8zbCm8LUGA9wC00EYqqYQwIgRU+Gt0rj7flvz6VXTDR47xJaaIq9B0t8KrxdHywfIq8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.219.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b8ba45757141cc4e17ba39ac0323007c/opensea-vessel-0.5.219.tgz","_integrity":"sha512-0sJ+j2NbUGLgxCNuorxPE40AT4SGIgZOrFiVtmUtyeWsvdBAZATbhwqx+wW/coUnxoY+zHclk0a302PqV9uTCA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.219_1730399486897_0.14936879626620114","host":"s3://npm-registry-packages"}},"0.5.220":{"name":"@opensea/vessel","version":"0.5.220","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.220","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"d631028341931df5e118cf881d04b27995e72987","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.220.tgz","fileCount":23,"integrity":"sha512-eMe+NkfZoeZuYMvVBPUuhmW4h/AIKtx7aDe3sDYgiJtcHe6zkpVUzUnTD4F330+AMiV16poBXGNvKxO18JeCeA==","signatures":[{"sig":"MEQCIDsZZGtFSFDL0rS/EsYrjN89qFdLRJt53khWb2p4tna1AiBag2XiEnN53zjYasfnuaAdkclEM2ZdjD9SKWyJz7DwKg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.220.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a50de784160b23576301cbd49cd7bcd6/opensea-vessel-0.5.220.tgz","_integrity":"sha512-eMe+NkfZoeZuYMvVBPUuhmW4h/AIKtx7aDe3sDYgiJtcHe6zkpVUzUnTD4F330+AMiV16poBXGNvKxO18JeCeA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.220_1730403918455_0.21582137998125783","host":"s3://npm-registry-packages"}},"0.5.221":{"name":"@opensea/vessel","version":"0.5.221","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.221","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"82f9f93bb83c3891d613e0656f051c2ab79e0f23","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.221.tgz","fileCount":23,"integrity":"sha512-wB3imwBI9vU0a+J1GZnAHdql7V/aNqjteSTrW2T3d7pBTthwZCeTMw+8rwYc85nLNU3XvIIsmYjJ3Gd+v6OF/w==","signatures":[{"sig":"MEYCIQD7fw4JwtqIeUnNgOhlQlaBY38k0nupts/KakrAUgCF8QIhAKu1FTUsPL+R8TBwWKTRqHi0n4b0D7pY618dIaJ6H+l4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.221.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c5925e5eeb76a58d7b1b006d5cdc228f/opensea-vessel-0.5.221.tgz","_integrity":"sha512-wB3imwBI9vU0a+J1GZnAHdql7V/aNqjteSTrW2T3d7pBTthwZCeTMw+8rwYc85nLNU3XvIIsmYjJ3Gd+v6OF/w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.221_1730409355199_0.35129275893866363","host":"s3://npm-registry-packages"}},"0.5.222":{"name":"@opensea/vessel","version":"0.5.222","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.222","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"610c04627baa3881adaa4ed0fded1defcafe1f75","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.222.tgz","fileCount":23,"integrity":"sha512-BgiS+vDrI+TvBIIpFOc5w0BltCfGwwPoPCKv0iYFknyUkBrIEE6RfczO57vPYG+lH/X9n4u0UsmUPoVZ8HYILg==","signatures":[{"sig":"MEUCIHsabUWgcaPWkXNWJxMZLJEZJS+Awnb09dQg34wUx6dTAiEA6q7TJ4cABJtoJsY7kW4avCJYgsvdvr7btBJhsvVsk+0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.222.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a0ea40e1b6d0aa0a8b62caf02881c404/opensea-vessel-0.5.222.tgz","_integrity":"sha512-BgiS+vDrI+TvBIIpFOc5w0BltCfGwwPoPCKv0iYFknyUkBrIEE6RfczO57vPYG+lH/X9n4u0UsmUPoVZ8HYILg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.222_1730411919294_0.21815140356743234","host":"s3://npm-registry-packages"}},"0.5.223":{"name":"@opensea/vessel","version":"0.5.223","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.223","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"39e987cc33b364391be0dd6e3766edb93ff07d90","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.223.tgz","fileCount":23,"integrity":"sha512-8lg0k629b5UQ7aYeAiikWxMTSPJ9PNAU3oprOVJHtFJ8bPMgHo/WlC4ZY1PhVWSIR/0D6g7azWMCwA+TTJHOAw==","signatures":[{"sig":"MEUCIHbhtDGGmTGxZsZs3/aS4s0J/c8DyqHlYN/odl+Bhsu+AiEA/+MHmcF2Hzkc3vcNDFe6NLITORWMmnBO2qKHsuM9FNE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.223.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/96ab65fe6af70e9e5a33e5dfc7a80870/opensea-vessel-0.5.223.tgz","_integrity":"sha512-8lg0k629b5UQ7aYeAiikWxMTSPJ9PNAU3oprOVJHtFJ8bPMgHo/WlC4ZY1PhVWSIR/0D6g7azWMCwA+TTJHOAw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.223_1730422112962_0.820834910467658","host":"s3://npm-registry-packages"}},"0.5.224":{"name":"@opensea/vessel","version":"0.5.224","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.224","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"ae181b58f92a8edffe1ee7d5624c3fe3d75e10e9","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.224.tgz","fileCount":23,"integrity":"sha512-K4FumxA05Fq2dk/FwNgpThbb6gcpwSa+zwhaf3EMEE2anWV4kN9x3L5JZEcv7/EIDETqkWoWjS/4070Nt8wRMQ==","signatures":[{"sig":"MEQCIG462GEPhxLe/9diT5in2N0O/GOtjZLwYnSZoIR5sZE5AiBDy1qspvKHp/0+fAzfjUEPQ2BX1ojp5iXbqdLw67xXFg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.224.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/6183d59222abda4be13b88feae3de080/opensea-vessel-0.5.224.tgz","_integrity":"sha512-K4FumxA05Fq2dk/FwNgpThbb6gcpwSa+zwhaf3EMEE2anWV4kN9x3L5JZEcv7/EIDETqkWoWjS/4070Nt8wRMQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.224_1730428606551_0.319724099080509","host":"s3://npm-registry-packages"}},"0.5.225":{"name":"@opensea/vessel","version":"0.5.225","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.225","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"2cede8f44ae3be5ae60b087948a10e1a06b8b896","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.225.tgz","fileCount":23,"integrity":"sha512-RQtjcukW7Ndn4eeu+uunQhIxmX2bXigbpHUUprg9VsW4qhIjgmgWrGw7KlTzhHd/tOpLjyQCP/mk+mmCv1VNdQ==","signatures":[{"sig":"MEYCIQCDB2kLDrbabkSX3zvAqxOUVrHTayJH4msApfGGmDkzXgIhALtZz5ldV9PuRvleeMt0Up82dl+wPIq/dXLU76rcpdSf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.225.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ac5284ff9445ccb17ce0261c3d4e557f/opensea-vessel-0.5.225.tgz","_integrity":"sha512-RQtjcukW7Ndn4eeu+uunQhIxmX2bXigbpHUUprg9VsW4qhIjgmgWrGw7KlTzhHd/tOpLjyQCP/mk+mmCv1VNdQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.225_1730429201959_0.7862535920308211","host":"s3://npm-registry-packages"}},"0.5.226":{"name":"@opensea/vessel","version":"0.5.226","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.226","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"f3e4e8ba16c3100a08954458f6bcd37cc82d2945","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.226.tgz","fileCount":23,"integrity":"sha512-w3If9UgEFGg56Sue6wK7in77p9RQ/30NjRdc1OcodemdkrkXFy4WYi0V+XLgbYQi2N0xP0xOFDbsxduYZzbSmQ==","signatures":[{"sig":"MEUCIQCIzg5bhgLl+tWV/wuabjdRYN0+H1QzhtGe5odBeXrB5gIgP8aHePy8BjKguWd/XPd9uj1Iiy7twg747mmqMh0gsK8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.226.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8016d9ebdd23c32ff0f2f4f5817d9929/opensea-vessel-0.5.226.tgz","_integrity":"sha512-w3If9UgEFGg56Sue6wK7in77p9RQ/30NjRdc1OcodemdkrkXFy4WYi0V+XLgbYQi2N0xP0xOFDbsxduYZzbSmQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.226_1730454457666_0.8218735877997927","host":"s3://npm-registry-packages"}},"0.5.227":{"name":"@opensea/vessel","version":"0.5.227","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.227","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"e7f764aabef57740cfb3ca79a5ccce76793d1e1f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.227.tgz","fileCount":23,"integrity":"sha512-AQq972/O8jYhjPVfRzvZTRj2T59iqE6tj+axpNVdhnybi6mZ0cI4sy8zrGF4ukQXir9j4Qk3QSPYvOdML+Fd0Q==","signatures":[{"sig":"MEQCIGL5TNLxIQM6yaADzPMYvhXgaSklNSwYYPDJv5/vAJ10AiBD9alZS7xFcD49F6518uF4ybbCSN3CkoTW0LaskiJDEw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.227.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/fa2a6e67778900776dfbd60126d6d886/opensea-vessel-0.5.227.tgz","_integrity":"sha512-AQq972/O8jYhjPVfRzvZTRj2T59iqE6tj+axpNVdhnybi6mZ0cI4sy8zrGF4ukQXir9j4Qk3QSPYvOdML+Fd0Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.227_1730461723929_0.2516202774180474","host":"s3://npm-registry-packages"}},"0.5.228":{"name":"@opensea/vessel","version":"0.5.228","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.228","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"5ca882090fdf93b520e364415c1a53370b485fc7","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.228.tgz","fileCount":23,"integrity":"sha512-X7X1CmTtuNirb7ZB7hfooqSoPxSvhQEl/qKHGouHrOVvwp54Geo9p/LynDQjsza/3CtIxZZNCzM/q6L0TZrn3w==","signatures":[{"sig":"MEUCIE3MYrgjMwebac7LuFo95VYT0IBiJ4T/TK5TMFrDZ+LYAiEAnBOdtzd73qFRGgc/p3NVXb6pHuvmhLLkXrPdjy2Ohwc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.228.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/13ccada566deb890a0b30c829ab85fa4/opensea-vessel-0.5.228.tgz","_integrity":"sha512-X7X1CmTtuNirb7ZB7hfooqSoPxSvhQEl/qKHGouHrOVvwp54Geo9p/LynDQjsza/3CtIxZZNCzM/q6L0TZrn3w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.228_1730474767443_0.1475971004717862","host":"s3://npm-registry-packages"}},"0.5.229":{"name":"@opensea/vessel","version":"0.5.229","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.229","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"c7348268a9bd4f78a32752139604e9372f289903","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.229.tgz","fileCount":23,"integrity":"sha512-UJQoFj3FCvGwhjWpFX7mGABv+4kKMOR/S8caZ0lh34yAIb1Dcm3X1EKl5FiNkYHhqtZl/ExIm9Xua6tkMqbawg==","signatures":[{"sig":"MEUCIHbGpJ9itmhwx/ebB32/75W1WfXkWVn4i11Q8W67sXMrAiEAkuoP6NStIYSU0L7nKi88h1yVhHqji5atMXHhbUHgGMM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.229.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ab049a24705e4a0be19f304244a6c0e8/opensea-vessel-0.5.229.tgz","_integrity":"sha512-UJQoFj3FCvGwhjWpFX7mGABv+4kKMOR/S8caZ0lh34yAIb1Dcm3X1EKl5FiNkYHhqtZl/ExIm9Xua6tkMqbawg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.229_1730478557849_0.35898895614619164","host":"s3://npm-registry-packages"}},"0.5.230":{"name":"@opensea/vessel","version":"0.5.230","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.230","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"53a4c1da18a2caf57aff2f01aa51940054cfcc42","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.230.tgz","fileCount":23,"integrity":"sha512-4QkGwwRSzdi+n4LhW7G0b21vRH1zydv/QcZBnesXKgyx4Yh6YFM+KyL/hZC+V7HJe7ffEaI1gT9OghMrnNphwA==","signatures":[{"sig":"MEYCIQDcd2cRNTyCRR4P31wfJsanwaM7JADiDUei+fZ4omcrFgIhAIISuJiSKlX/dFLPTyZCTDkDYCZeEoAublX2DBT6+9pa","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.230.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/9d2f68044ee1d6f867016806b4ae9089/opensea-vessel-0.5.230.tgz","_integrity":"sha512-4QkGwwRSzdi+n4LhW7G0b21vRH1zydv/QcZBnesXKgyx4Yh6YFM+KyL/hZC+V7HJe7ffEaI1gT9OghMrnNphwA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.230_1730479106415_0.9962060503134313","host":"s3://npm-registry-packages"}},"0.5.231":{"name":"@opensea/vessel","version":"0.5.231","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.231","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"a02ad32d8beb1ce09eb36b5ba123b05b197d7c37","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.231.tgz","fileCount":23,"integrity":"sha512-wkW4DSykP1CVWIJWDwq6eriO5jXp+pH3cDpVjnFYYukOXC1b5XNYRTkzDgjLeybeE1kz8gy940G/XqxwRGsGJQ==","signatures":[{"sig":"MEUCIGAXCOoLpa3+o2JZq4sjufcuOoGCGwLpprGHJ7LqIboZAiEA/Q/1LMN+A4fR9XBrSluq5xles+I1C05ja1N5oppdX/c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.231.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/95d9ae204ec8aa48cba93fae84e6c5ce/opensea-vessel-0.5.231.tgz","_integrity":"sha512-wkW4DSykP1CVWIJWDwq6eriO5jXp+pH3cDpVjnFYYukOXC1b5XNYRTkzDgjLeybeE1kz8gy940G/XqxwRGsGJQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.231_1730492023842_0.8236799902465308","host":"s3://npm-registry-packages"}},"0.5.232":{"name":"@opensea/vessel","version":"0.5.232","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.232","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"82bc650918957c0523c4b80b22f750f2e17d9b12","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.232.tgz","fileCount":23,"integrity":"sha512-uco6T/0+dTreFpNI/Zj2PMRi2w8/RjUau8MvjKFg3rH0KUu08tpu+X/e2dXkbm8wgyJ06+5zoxHsR0I3Zb758w==","signatures":[{"sig":"MEYCIQCYpTFfpnAjNM33S/iVNRIneTsBjWVU6UMKp/SluoHdLwIhAK2c83xI0VgDeODNZVXlzzxbpznkDwiljrgYJYSdKNpk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.232.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/382dc65e69323355aa86ec60cbfec944/opensea-vessel-0.5.232.tgz","_integrity":"sha512-uco6T/0+dTreFpNI/Zj2PMRi2w8/RjUau8MvjKFg3rH0KUu08tpu+X/e2dXkbm8wgyJ06+5zoxHsR0I3Zb758w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.232_1730543559937_0.9776412664301413","host":"s3://npm-registry-packages"}},"0.5.233":{"name":"@opensea/vessel","version":"0.5.233","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.233","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"5c32450e4d23ab6847a744215916b161fca4d273","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.233.tgz","fileCount":23,"integrity":"sha512-hUh5kGMC7tiSe8XmLzAoUwmNTZmNb6BgqP1smu3hDnpYzVzKxao/QffqrQo8HLRY9WWIyBPfBt25qwTJaOxUug==","signatures":[{"sig":"MEUCIG03Pu1pOuj2ppYjTJEu0hE5bsbxi2Mds5tbrw0yQlmyAiEAtZ8Zy/qeVYdUf6pVdCHTKVWUf0byEUKy6aOYX89a9W8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.233.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ca29a5db1a3667e648ec5a66d149f8e8/opensea-vessel-0.5.233.tgz","_integrity":"sha512-hUh5kGMC7tiSe8XmLzAoUwmNTZmNb6BgqP1smu3hDnpYzVzKxao/QffqrQo8HLRY9WWIyBPfBt25qwTJaOxUug==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.233_1730620981038_0.6575306514929333","host":"s3://npm-registry-packages"}},"0.5.234":{"name":"@opensea/vessel","version":"0.5.234","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.234","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"28bab8fca312cc7287f90e9b3cccb9d3f2327913","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.234.tgz","fileCount":23,"integrity":"sha512-BCk0KwnZ7jh1HOfCrSTjgyI8dh42xkYP/gS84oq0CBNwd71jyq+Nv00Yt0jsxdLusqTqM6BtD/jocaAun79iTw==","signatures":[{"sig":"MEUCIGEs4hX+m/YuuwNuTWWMg2JWhkxiSZJ4IpBp6Zy596meAiEAgG486FUxV2tTODtJUPC1yy01sgieNLFuUD0q9Vebkko=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.234.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/76b6d57ed52289950f4edb12614d3e29/opensea-vessel-0.5.234.tgz","_integrity":"sha512-BCk0KwnZ7jh1HOfCrSTjgyI8dh42xkYP/gS84oq0CBNwd71jyq+Nv00Yt0jsxdLusqTqM6BtD/jocaAun79iTw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.234_1730622246260_0.3550247999201148","host":"s3://npm-registry-packages"}},"0.5.235":{"name":"@opensea/vessel","version":"0.5.235","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.235","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"2fb9251a9de135cd3d5617e930bf308dbf3b8647","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.235.tgz","fileCount":23,"integrity":"sha512-6m55twesw/9jU/RnSqv91Ol4xSwr14AOIMw9/iA0mzjmJ6obZXE7Unj0nZ4JPbQhRcBFU5qh7vpfNGtyM2ICUg==","signatures":[{"sig":"MEUCIQDsUv3kR5f/sDJe1qhkj1yo/pKjr6EETuX6D3y1vIw6/gIgcXMfto+OeNYRAMFp+WhxbjYDw7s2vNjjKLLQPTVOJ6U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.235.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/2679e40c074bdb7189da5097ddfb2ce9/opensea-vessel-0.5.235.tgz","_integrity":"sha512-6m55twesw/9jU/RnSqv91Ol4xSwr14AOIMw9/iA0mzjmJ6obZXE7Unj0nZ4JPbQhRcBFU5qh7vpfNGtyM2ICUg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.235_1730626236148_0.46218648215408464","host":"s3://npm-registry-packages"}},"0.5.236":{"name":"@opensea/vessel","version":"0.5.236","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.236","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"aeb2634dd9ecf14c88c58e8aeabf3b80d7fe63af","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.236.tgz","fileCount":23,"integrity":"sha512-WHardWnwx0cZQ/KBFdH+rxKW8zfTedcmFuqfHqV+jT6o2yMBlo7bjMWbT6F5kNCESPCK3txpGUUQdmD4J6pR4Q==","signatures":[{"sig":"MEUCIQCMuLypOaRKRed0XTkEiYxMhXgWtQIV7wAV+nFDpqlW0QIgHh5mHfI9AnqBbKPnrBX8ahe2YhGcdRBJ7qKh2Or6P7M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.236.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/0282f3f43333700502ba4efc35ecf055/opensea-vessel-0.5.236.tgz","_integrity":"sha512-WHardWnwx0cZQ/KBFdH+rxKW8zfTedcmFuqfHqV+jT6o2yMBlo7bjMWbT6F5kNCESPCK3txpGUUQdmD4J6pR4Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.236_1730627717095_0.23547968526872576","host":"s3://npm-registry-packages"}},"0.5.237":{"name":"@opensea/vessel","version":"0.5.237","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.237","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"1f3e6997c4d7fd28d08bc9fffb8c8faa3bd8246e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.237.tgz","fileCount":23,"integrity":"sha512-kltA2JLbH9qsxty0Atko6dSStfVpmnY1iRGfh/tM/73z1cSTrjR4OMZdAz+dgJOoKfFqPV3QgHU0RIJ9V8ZCCA==","signatures":[{"sig":"MEUCIQCF/XD4h7M2sXqTYefzhpF6+/JbaACRxzse6O5hLyg/jgIgNsVCwMW+om7FaR3vAwJh4i+Mduy0r7L5TxICHj5I24Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.237.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/08c9a9675b043c51a509fd39eb70422a/opensea-vessel-0.5.237.tgz","_integrity":"sha512-kltA2JLbH9qsxty0Atko6dSStfVpmnY1iRGfh/tM/73z1cSTrjR4OMZdAz+dgJOoKfFqPV3QgHU0RIJ9V8ZCCA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.237_1730664501975_0.6717899736851136","host":"s3://npm-registry-packages"}},"0.5.238":{"name":"@opensea/vessel","version":"0.5.238","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.238","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"4356964d321e916e3271f85d792a4b68b72239b6","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.238.tgz","fileCount":23,"integrity":"sha512-qd1vspbKSoaqvZgSe+4IPwtEMfoZCM4q5vRdQQqHxTYPA8RfIyzam6tMsCZo4QT/cAQb+V0kpNzuZ+IE2RG3xg==","signatures":[{"sig":"MEUCID2cMTBblr3PSbUOiors8eiSj6Z7j4XessmFiMghJRBGAiEAoOV33eAffggvUJ1m4hzS4m0OnsBiUU76A7Mo6RYYobw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.238.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/bc7666a58fa25588768f7d4f9a13375a/opensea-vessel-0.5.238.tgz","_integrity":"sha512-qd1vspbKSoaqvZgSe+4IPwtEMfoZCM4q5vRdQQqHxTYPA8RfIyzam6tMsCZo4QT/cAQb+V0kpNzuZ+IE2RG3xg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.238_1730665894370_0.07385605397082151","host":"s3://npm-registry-packages"}},"0.5.239":{"name":"@opensea/vessel","version":"0.5.239","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.239","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"390d796c5157dc878716fecc2a93fa09d48c290b","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.239.tgz","fileCount":23,"integrity":"sha512-jnFk58F6oo8ig6LtZ/2pSyHH8sfmQ0PhEbVI+MaKOcxuGQlYImMerDdK/K/Jvqis2tISwY4XoTFj6BjwcsXR6g==","signatures":[{"sig":"MEYCIQCbpZaM4ctNW5wV4WAE07tlsA2ExMFoTIe6ze73IyLaOAIhAPr/HLLTx85CaCPOJqjvAGtmVhYCKaQ1ZiKbnCCqNpJC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.239.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5101eaab247b3dc9c1474cfe470ba266/opensea-vessel-0.5.239.tgz","_integrity":"sha512-jnFk58F6oo8ig6LtZ/2pSyHH8sfmQ0PhEbVI+MaKOcxuGQlYImMerDdK/K/Jvqis2tISwY4XoTFj6BjwcsXR6g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.239_1730672410227_0.9917111288043559","host":"s3://npm-registry-packages"}},"0.5.240":{"name":"@opensea/vessel","version":"0.5.240","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.240","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"18e6d7504875b901d6bc844a5cc75f053b93e4e2","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.240.tgz","fileCount":23,"integrity":"sha512-SgEj7QU2f7H3iM6y3dqsKG+rxkSzWp3No6E81oRTXrSIhCmjFaimZpSG8MnSPnRbdt7r3ZLSA7gcJjFAj6SGww==","signatures":[{"sig":"MEQCIAWmFClgRE12wOqWVO6Utgd5n1772ZN92IBQ3maa9SdpAiA0hnxOtyhMzGSGQTCRzYW31Z6V14Ua3uvC1xqspyDMlQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.240.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/04bc4b485dbc95cfa53018c2a64e35a4/opensea-vessel-0.5.240.tgz","_integrity":"sha512-SgEj7QU2f7H3iM6y3dqsKG+rxkSzWp3No6E81oRTXrSIhCmjFaimZpSG8MnSPnRbdt7r3ZLSA7gcJjFAj6SGww==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.240_1730677304395_0.577450901109414","host":"s3://npm-registry-packages"}},"0.5.241":{"name":"@opensea/vessel","version":"0.5.241","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.241","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"74c5264558f809524820e879842bade71853927b","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.241.tgz","fileCount":23,"integrity":"sha512-7D5w2+MBmBjj7HbuN0ExpdWtAZVocNHNDWmLtHjHQg7BbY78dfwfSvLMmoQC1RNEiANkrd+gpGe/bkCbJ+OCiQ==","signatures":[{"sig":"MEQCIEqdtmk0E1V9gf/SWZ+MOrZnAmJ/dWkc0liNJXazXjf+AiAYRTnlOxo8Xs5srGV0r7ZewJ0LUvKiU1uGGTbj0iVLrQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.241.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e8f1cf59a2166efab9f52db9f63ad31c/opensea-vessel-0.5.241.tgz","_integrity":"sha512-7D5w2+MBmBjj7HbuN0ExpdWtAZVocNHNDWmLtHjHQg7BbY78dfwfSvLMmoQC1RNEiANkrd+gpGe/bkCbJ+OCiQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.241_1730679236745_0.11995614674160482","host":"s3://npm-registry-packages"}},"0.5.242":{"name":"@opensea/vessel","version":"0.5.242","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.242","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"4a35cd53bc06a74019a88bc0f0430e68ce5e6476","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.242.tgz","fileCount":23,"integrity":"sha512-EP65pKF/nW9L4+yKgALB53CR+DDwfJkIpB0WvIBp1yRisGNY0qqAU/i+0zZ3XfAhqKOl2CuYxwMEOes6LYIm1A==","signatures":[{"sig":"MEYCIQD+bSZl9Xlp1iuf59uzQM9XykWDNTpPT5DvAhzNOsa0SwIhAK8+TIdIk1ijS8lJcIx7H5RFU5vOKyiQaB+NtOUroqV7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.242.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e3ba51bdf920cd050d0cae2ec7a36716/opensea-vessel-0.5.242.tgz","_integrity":"sha512-EP65pKF/nW9L4+yKgALB53CR+DDwfJkIpB0WvIBp1yRisGNY0qqAU/i+0zZ3XfAhqKOl2CuYxwMEOes6LYIm1A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.242_1730683048938_0.10836457352385165","host":"s3://npm-registry-packages"}},"0.5.243":{"name":"@opensea/vessel","version":"0.5.243","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.243","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"36f968edc8662bcb7a78661d3e229686e9f42920","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.243.tgz","fileCount":23,"integrity":"sha512-HHWaWshzF4FDcb5/EhMq6dnuoVFZhwd3inIs7eEpFtNFrnimMXCIbtiHb/OtN+JF/GRgM15zdS6JgjxmIGY48Q==","signatures":[{"sig":"MEUCIQCfOqxyfMV+e0GCInN05ijqz9fnTncE+WqvwW1BcZ4PbwIgOCeq+c4d6eodCnxnjxX5IYhuDmRA//U0WfzTLk9AlEY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.243.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e652d380e8068ddaf3d8a3548daa8430/opensea-vessel-0.5.243.tgz","_integrity":"sha512-HHWaWshzF4FDcb5/EhMq6dnuoVFZhwd3inIs7eEpFtNFrnimMXCIbtiHb/OtN+JF/GRgM15zdS6JgjxmIGY48Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.243_1730685492608_0.6500053585109837","host":"s3://npm-registry-packages"}},"0.5.244":{"name":"@opensea/vessel","version":"0.5.244","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.244","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"7ba6cb71aff8d8e8b4a9133551ce1ad0d4ca3474","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.244.tgz","fileCount":23,"integrity":"sha512-7eElbOvr0I23uUMAoQpfuZYWY/nWvqaSKufxao7iCAUBirSiW0SSqYMh2qpQpB44XGYHRRKYp7yPGs8U22FxiQ==","signatures":[{"sig":"MEQCIHZGAcFZGPJLihpzKroJymWHEf9XFvdNzK9ZD0yDhhzFAiBtqc+09f73g/RdfClAbY87YkMMFN+ovtDo35V+nP2QxQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.244.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/9ac60fb830514b6ee9f93d831e55e97f/opensea-vessel-0.5.244.tgz","_integrity":"sha512-7eElbOvr0I23uUMAoQpfuZYWY/nWvqaSKufxao7iCAUBirSiW0SSqYMh2qpQpB44XGYHRRKYp7yPGs8U22FxiQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.244_1730685762156_0.42437539727774043","host":"s3://npm-registry-packages"}},"0.5.245":{"name":"@opensea/vessel","version":"0.5.245","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.245","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"12793f0d929947b7d10dc447acfc82a52234bcc0","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.245.tgz","fileCount":23,"integrity":"sha512-wjSz5lSniFKm1nJiXebQj55NB7eXAUU5OXYUrPkNx83XJ3kS2akRr31SLPARhBTLP1UkrqJ1nt0Ucw0LzTdM9A==","signatures":[{"sig":"MEYCIQDXEWxeA8q8FsTc0WIDTyFr9kK/EqEojIEcAR17ztx4uAIhAITURUCcHpKgDuU0UMvNEoSJfwlUFrDjHo9AWMRgQvYX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.245.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/080619f80ba0c529976853b6157d010a/opensea-vessel-0.5.245.tgz","_integrity":"sha512-wjSz5lSniFKm1nJiXebQj55NB7eXAUU5OXYUrPkNx83XJ3kS2akRr31SLPARhBTLP1UkrqJ1nt0Ucw0LzTdM9A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.245_1730687686157_0.5476097212337545","host":"s3://npm-registry-packages"}},"0.5.246":{"name":"@opensea/vessel","version":"0.5.246","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.246","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"3e90efb72b4fe71be3594f9658e164f5aa6e800f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.246.tgz","fileCount":23,"integrity":"sha512-ehhlab8euasQQUf+75YrdLno3GxellrDWkTxmNUx87zdcDKkXEGJ9WOK4dAP81rzARQ44Bhaa8voefqvPQrK+Q==","signatures":[{"sig":"MEYCIQDTf/jkfEN8bnkctgpmiz5WyOoRsZHXwUGF2ItmuF0iiAIhAIrZy2tfSPi1/mH0rBMDM3y/FD5U9vrtLmgccn0sJ5N9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.246.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/00e6abc08f4fba66cbe6d982e7b1a14b/opensea-vessel-0.5.246.tgz","_integrity":"sha512-ehhlab8euasQQUf+75YrdLno3GxellrDWkTxmNUx87zdcDKkXEGJ9WOK4dAP81rzARQ44Bhaa8voefqvPQrK+Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.246_1730723068912_0.16444594357964237","host":"s3://npm-registry-packages"}},"0.5.247":{"name":"@opensea/vessel","version":"0.5.247","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.247","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"eb39459acec80664fe93df653b91ac62ce9f99c8","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.247.tgz","fileCount":23,"integrity":"sha512-xhPV7vw6ITATbs5ucjXSfklgop0xsSN9wpYXBaaqEHs6mvm95XymDzNsIFIGZq1I+z1gw5KrrzFN37eVQiLXBA==","signatures":[{"sig":"MEUCICPS6O25j0YrH9NZdtYsV8SmFXr45o5qVVObVG2TZ4tIAiEA3QFInhDZUXQMcVwvOHQ2mDiT+nWLOrBsmDHJZWKw200=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.247.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/2ab76c3642d9be902498cba91074bafa/opensea-vessel-0.5.247.tgz","_integrity":"sha512-xhPV7vw6ITATbs5ucjXSfklgop0xsSN9wpYXBaaqEHs6mvm95XymDzNsIFIGZq1I+z1gw5KrrzFN37eVQiLXBA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.247_1730759683159_0.7345013002639444","host":"s3://npm-registry-packages"}},"0.5.248":{"name":"@opensea/vessel","version":"0.5.248","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.248","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"7c5e0b9432ca1542a4a1aa958582b861202dc878","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.248.tgz","fileCount":23,"integrity":"sha512-firHScRIw0kpbwnLTtcNRpE/awfWPutrvRforKOrPRWWQftYDivVzwEuX4wwoKChr7cnXTwJRSkRtRHDicHsEw==","signatures":[{"sig":"MEUCIQC1rTt61FIV4aStjnP84XVQpXBgeHrPm9EUN1g5HT9oVgIgejypMBVmQetBZWtvvLg7b37u1Gg2JgVj5NQlgDSDIYs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.248.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b9432720859c7f4efe6aa7c73b756352/opensea-vessel-0.5.248.tgz","_integrity":"sha512-firHScRIw0kpbwnLTtcNRpE/awfWPutrvRforKOrPRWWQftYDivVzwEuX4wwoKChr7cnXTwJRSkRtRHDicHsEw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.248_1730791726691_0.04063180452899284","host":"s3://npm-registry-packages"}},"0.5.249":{"name":"@opensea/vessel","version":"0.5.249","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.249","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"a87eb56112a524bfcaf2ed0ddb6624bde8008bae","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.249.tgz","fileCount":23,"integrity":"sha512-JcpUSkiev+isZD/rQde7Op4PIViVmYRk+Ky66PBbmNRFX8Aqw6cZTkJ1YJh50H4zVxNmMPCw/KuLAVW9jBAaGg==","signatures":[{"sig":"MEUCIE/cmX2U/7j8jsjOUSd7t1/ti1lifv6862BZ2Bvp39yTAiEA/ZSUx8Kfrzjz7ODVWTAeiKyEiuAyncxPxHBnm3XKGN4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.249.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e544914452381c2e6395f63e67d85523/opensea-vessel-0.5.249.tgz","_integrity":"sha512-JcpUSkiev+isZD/rQde7Op4PIViVmYRk+Ky66PBbmNRFX8Aqw6cZTkJ1YJh50H4zVxNmMPCw/KuLAVW9jBAaGg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.249_1730792409524_0.18652859480978035","host":"s3://npm-registry-packages"}},"0.5.250":{"name":"@opensea/vessel","version":"0.5.250","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.250","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"9aff4a970c19d743e97453b683729511d69c82fc","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.250.tgz","fileCount":23,"integrity":"sha512-LYl2BzLBh7lKEu4ISgzm4ZZyIdW1242m5VTSw1JUZJAWigP6Ug4q1xDFOOoVYaW0Mu7uBJctZGreumbJ3dAp2w==","signatures":[{"sig":"MEUCIHpX+V3jqDvXLR1eWSMorO4hFWRN0KQLnm57n7RJ7uITAiEAlEhhXHu9KY0Z3nr7sXkC6ipb1UpMzE4FZi8cxdY9+4Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.250.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/2b3bb91d29d377138764a8146addc1b0/opensea-vessel-0.5.250.tgz","_integrity":"sha512-LYl2BzLBh7lKEu4ISgzm4ZZyIdW1242m5VTSw1JUZJAWigP6Ug4q1xDFOOoVYaW0Mu7uBJctZGreumbJ3dAp2w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.250_1730811653528_0.1929438764931748","host":"s3://npm-registry-packages"}},"0.5.251":{"name":"@opensea/vessel","version":"0.5.251","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.251","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"8c778ce66938a7a8b8240246e35f463bf20603e3","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.251.tgz","fileCount":23,"integrity":"sha512-xYQiOxanmgoctQBx2KiuURqLzMLtqm9nUOJvF2C1sgUAgUJfsSlih9UNUP9WaHwKYUijfRc2Wa8q+bpIWBBwTg==","signatures":[{"sig":"MEQCIDNYXRMDjldAsAk1ceFn1LXFL1YX5FJbDSkbk2H7sq4VAiAiWlNukaTvAlYAZh9lR+YeIqaLHX/7K4gQeYcdbl98bw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.251.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/1e87dd7d2ad949952eadaa2333dedc2b/opensea-vessel-0.5.251.tgz","_integrity":"sha512-xYQiOxanmgoctQBx2KiuURqLzMLtqm9nUOJvF2C1sgUAgUJfsSlih9UNUP9WaHwKYUijfRc2Wa8q+bpIWBBwTg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.251_1730813019915_0.9322951702365598","host":"s3://npm-registry-packages"}},"0.5.252":{"name":"@opensea/vessel","version":"0.5.252","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.252","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"853faa319973c549441db70e26b154f6abdbbfab","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.252.tgz","fileCount":23,"integrity":"sha512-Cbzh1pNRkGhCx4VztRgRTPq0HruZxfv1DIbnWJO9duOp8GqgGX8AU/A3ohhZSfmkMnnowRsyz+wb0UUmYmF+OA==","signatures":[{"sig":"MEQCIE16trxIxOsvLdPRy7hR0TjokTNiLAu5Y11W5tL9z54NAiAL0xVnUgD8ZXRh61QEMWesw5KElMMBB4eKgTUAk+EEtQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.252.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/9978ccf02034b893f42dddd8154e086c/opensea-vessel-0.5.252.tgz","_integrity":"sha512-Cbzh1pNRkGhCx4VztRgRTPq0HruZxfv1DIbnWJO9duOp8GqgGX8AU/A3ohhZSfmkMnnowRsyz+wb0UUmYmF+OA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.252_1730832478380_0.7192674016968379","host":"s3://npm-registry-packages"}},"0.5.253":{"name":"@opensea/vessel","version":"0.5.253","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.253","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"25936f6812cc604430817c4425730798464e5ac6","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.253.tgz","fileCount":23,"integrity":"sha512-4CDBCZxjN2K4FlB5/MlzTo2C/2FwSzBFN9lp6lyDhrg3la2AFXvTJq/CDKRzbPwXsGD7xbWeVTf7irOpBZAWeQ==","signatures":[{"sig":"MEUCIFg2U+Afr4yZKSfu5Y33k4O6H2EuFan1u2ZlLrMOT0OlAiEAiLcsqi6euzUwqs9rb7RyXVyQFnm/IxTshmiKiSBtzBk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.253.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e28b97d7957e54e4574cf35a75628064/opensea-vessel-0.5.253.tgz","_integrity":"sha512-4CDBCZxjN2K4FlB5/MlzTo2C/2FwSzBFN9lp6lyDhrg3la2AFXvTJq/CDKRzbPwXsGD7xbWeVTf7irOpBZAWeQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.253_1730839444596_0.08746418346482199","host":"s3://npm-registry-packages"}},"0.5.254":{"name":"@opensea/vessel","version":"0.5.254","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.254","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"03db5b343d8a383d06bf91f352c46a3fb5b9a822","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.254.tgz","fileCount":23,"integrity":"sha512-2m0Bk0/ysN7bT6QicF5430VdaRBUTZ9VkK4QdVO8fsg2SNQw59p9h2vKBk/f2vkIaGhqxSS+YT0qlk97eS7abQ==","signatures":[{"sig":"MEUCIQCNwO/U2onoxZRgqCkoyaMfQuFIZIVrX65gyyzkD+hpZAIgcGhhCRterH68lwZCb912MXk5JlT9xzxj6XRuLRXBx5g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.254.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/7e2c94b15519d75a2107ea5419f58052/opensea-vessel-0.5.254.tgz","_integrity":"sha512-2m0Bk0/ysN7bT6QicF5430VdaRBUTZ9VkK4QdVO8fsg2SNQw59p9h2vKBk/f2vkIaGhqxSS+YT0qlk97eS7abQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.254_1730843451706_0.4778551683053107","host":"s3://npm-registry-packages"}},"0.5.255":{"name":"@opensea/vessel","version":"0.5.255","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.255","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"079a0a8d8f476871bbe3fc245948c2dcd1e18639","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.255.tgz","fileCount":23,"integrity":"sha512-ECAeogKpJc+k2XeGpPMlSpV52Evvv22o2u9hu+9HIXtn0iVRRP81l2yfzKlVc+FkKM+b3E7e0Okcbvn7FsvWog==","signatures":[{"sig":"MEQCIBlQCEOy12gvXmNlPdmS7LkLeaO70MWJ19jcu1pVvyvdAiBl/0RPCP7JjpQnt9D3jA/Qnlj1fnEus3+iKj4Ap4Qt7w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.255.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/968806fe9dbd0cd9c754709d70a45b91/opensea-vessel-0.5.255.tgz","_integrity":"sha512-ECAeogKpJc+k2XeGpPMlSpV52Evvv22o2u9hu+9HIXtn0iVRRP81l2yfzKlVc+FkKM+b3E7e0Okcbvn7FsvWog==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.255_1730844218240_0.04274490621936056","host":"s3://npm-registry-packages"}},"0.5.256":{"name":"@opensea/vessel","version":"0.5.256","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.256","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"993c04930b36cf272605f6876699ed7321a3e408","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.256.tgz","fileCount":23,"integrity":"sha512-eBC9ZCH1L/aP8x51rHrEYQon8bMMyQm09qaT00XruDt6WqjiDLQobwpucS2py1G6c2wOAJZAkwQ0WWA9IrGCmA==","signatures":[{"sig":"MEUCIQC0rd1LXph3gExuHrEP3v0wsMa/BgD1O2XREzQfzUR7fgIgS22mMWTFG0iRtDwonBw26KYD/mpy/SnktnHHBCc//6M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.256.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/74fb300e2a871735c0e68320cf20ce81/opensea-vessel-0.5.256.tgz","_integrity":"sha512-eBC9ZCH1L/aP8x51rHrEYQon8bMMyQm09qaT00XruDt6WqjiDLQobwpucS2py1G6c2wOAJZAkwQ0WWA9IrGCmA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.256_1730888904209_0.6069171550854395","host":"s3://npm-registry-packages"}},"0.5.257":{"name":"@opensea/vessel","version":"0.5.257","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.257","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"ed75c5ca9a56d4f503cf7e292bc8711e8f55d160","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.257.tgz","fileCount":23,"integrity":"sha512-noBq+Q8W+UFTEm+DVXS2KdCef08JzglClwfypGtKO7g5F8hR6fTAyzj1hk9S2AYJLUgB4XfZjYOXAVo9MxqBqg==","signatures":[{"sig":"MEYCIQCEYdP3/glUU8yTVbKGQZKxtMi4mOfOa3SAEztyPMu+fQIhAN45F4L5yf2brTeDslEJCuKZMLG0djJBpMiIRI0BfTF0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.257.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/1bf20219f23639b8849afd3760854109/opensea-vessel-0.5.257.tgz","_integrity":"sha512-noBq+Q8W+UFTEm+DVXS2KdCef08JzglClwfypGtKO7g5F8hR6fTAyzj1hk9S2AYJLUgB4XfZjYOXAVo9MxqBqg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.257_1730925023016_0.8009974131729347","host":"s3://npm-registry-packages"}},"0.5.258":{"name":"@opensea/vessel","version":"0.5.258","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.258","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"c384554c5329a3819679153d980e9fa5f3a032cf","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.258.tgz","fileCount":23,"integrity":"sha512-bZHE4U1LqZ5bSandG8JgjRQZgZy+oJWIuEvOdyPgm9GM1QKK+bHfSN/RMpYEVsA/cM4F46OlCn7bDyvjZUmRTw==","signatures":[{"sig":"MEUCIQC8PVkbugmiQzABvbX7Qh/4cdho0hmy05DdaNKB4ZPsRAIgFxLBlf32NcvOoG5k2F9QGI/bbSJdVjqDWfnWDrQtW/I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.258.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/caf2900187e081f0a01996cbb1e3870d/opensea-vessel-0.5.258.tgz","_integrity":"sha512-bZHE4U1LqZ5bSandG8JgjRQZgZy+oJWIuEvOdyPgm9GM1QKK+bHfSN/RMpYEVsA/cM4F46OlCn7bDyvjZUmRTw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.258_1730949557675_0.2571400861634803","host":"s3://npm-registry-packages"}},"0.5.259":{"name":"@opensea/vessel","version":"0.5.259","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.259","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"b081937688f01cdd7f98d041263e04fc3a9ef11d","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.259.tgz","fileCount":23,"integrity":"sha512-9cuRmZ8ooxe2ZBk3FFxzxn5NU+moukg60fLvOlj3WsdC6/FXpEoZmBctyTd16YFC2779QwBEYV+CJdUeVGVJnA==","signatures":[{"sig":"MEYCIQDKEI6llceaYsHZBSYrRx9Y1MKcJNP1RP361nbfBL5u+gIhAI5YUcDL0ynzSZVlK5QIWWPI7RE23h3AL6mSsHX3HKIv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.259.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/78d6ac42133abac9587965f2d14af0ad/opensea-vessel-0.5.259.tgz","_integrity":"sha512-9cuRmZ8ooxe2ZBk3FFxzxn5NU+moukg60fLvOlj3WsdC6/FXpEoZmBctyTd16YFC2779QwBEYV+CJdUeVGVJnA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.259_1730990400479_0.43830684396933806","host":"s3://npm-registry-packages"}},"0.5.260":{"name":"@opensea/vessel","version":"0.5.260","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.260","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"a95617920e91c6144cfac8ff5a24e9861fce0acb","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.260.tgz","fileCount":23,"integrity":"sha512-LU6IdiXhNCVlIQhXCEIMjUnptdcD7tQPHoieUdWyQHpo2SqPAs1KDIE2y32paqO05XlTchckXUNVmSrAnqDe6Q==","signatures":[{"sig":"MEYCIQDkOt+OMl95XDgwk1yOgXs9gtvm9k0CPz7vvxR+fZ5eNwIhAL3EcZ87/h3DUPBeYC4tt0X1UmVQ/i8KMppXeC9hf9UH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.260.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f3f60ec24865712078b98fc43436450e/opensea-vessel-0.5.260.tgz","_integrity":"sha512-LU6IdiXhNCVlIQhXCEIMjUnptdcD7tQPHoieUdWyQHpo2SqPAs1KDIE2y32paqO05XlTchckXUNVmSrAnqDe6Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.260_1730999297019_0.6952939437285981","host":"s3://npm-registry-packages"}},"0.5.261":{"name":"@opensea/vessel","version":"0.5.261","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.261","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"b31daa9db5bbc0bd08de7eb8f525d339d159d13f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.261.tgz","fileCount":23,"integrity":"sha512-1Qo0ppYq80PARk2F0tpdASHpImUY9++6DaJNzwXWxahio/cw6A/EQ8u4sRpZxTjBx0HUeX5xmn6Vq8jcifFJEg==","signatures":[{"sig":"MEYCIQDkhdzf7/4XZLmPLK6C0nD2Vx41Pa7/4y7n2qMCJsg+dAIhAIqWmn961XrU4vU4Irxi7vXoY7Yy5a+xRtl1iYGI/u+R","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.261.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d95b5c07ec235d6248f59f26c6b1ce54/opensea-vessel-0.5.261.tgz","_integrity":"sha512-1Qo0ppYq80PARk2F0tpdASHpImUY9++6DaJNzwXWxahio/cw6A/EQ8u4sRpZxTjBx0HUeX5xmn6Vq8jcifFJEg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.261_1731001497782_0.2664273087837654","host":"s3://npm-registry-packages"}},"0.5.262":{"name":"@opensea/vessel","version":"0.5.262","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.262","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"0530854b3da2616fa8984a2b2232ef5a0cce28fa","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.262.tgz","fileCount":23,"integrity":"sha512-s37rknVa2Q7GNoRWuFyymn3YQSHV0GTu72Wmmh0ZhBwAbgbtrUgfACi1CTktRJRxkM9F0SyyZBvMhVA+ATl6pw==","signatures":[{"sig":"MEUCIAeq5dSZXOtETtD1RNtvgVQ/rPmUg6eKXwiSk8omGdAKAiEA9FPqtpdklILWUtBfVULpT8VXPuuE37e4LSKFn9OQxp4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.262.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/19f3497080ab617f0f53d188984de12b/opensea-vessel-0.5.262.tgz","_integrity":"sha512-s37rknVa2Q7GNoRWuFyymn3YQSHV0GTu72Wmmh0ZhBwAbgbtrUgfACi1CTktRJRxkM9F0SyyZBvMhVA+ATl6pw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.262_1731011297142_0.4430573060527565","host":"s3://npm-registry-packages"}},"0.5.263":{"name":"@opensea/vessel","version":"0.5.263","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.263","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"9921540dc13b9f2e3b50b4d2b6c4b6cb20da22f8","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.263.tgz","fileCount":23,"integrity":"sha512-oauGGsWA1AZuLOxZZgOgrQ/VJM0MIQ87wJRKYQ7xCRQ6x1XnKWK0rwOPlGannakf5/sqjT3uPrKYh7MMUwAqaw==","signatures":[{"sig":"MEQCIBopN5t0R3vrNZHhlppg+EO9DAWGGDMp8l9V1330HAJ4AiAryUy0GPjmqfFJjWt4FA3i51bi9i/EJYA8vZnkDJ8U7g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.263.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5ea3d5ae2bfc3820ce6a75f0937e4ce6/opensea-vessel-0.5.263.tgz","_integrity":"sha512-oauGGsWA1AZuLOxZZgOgrQ/VJM0MIQ87wJRKYQ7xCRQ6x1XnKWK0rwOPlGannakf5/sqjT3uPrKYh7MMUwAqaw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.263_1731017864248_0.27356756110147873","host":"s3://npm-registry-packages"}},"0.5.264":{"name":"@opensea/vessel","version":"0.5.264","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.264","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"15dfb57535a897bdcbee2eb4245fb26e46371c3e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.264.tgz","fileCount":23,"integrity":"sha512-U7FUlmsCHs+IWu0KGWGNw4mXUEs0ZvweMWaZcmavpj9XuEN2fyGxhUk8/b5454Dl7j444J77+Q2jDQzPCI/Z7Q==","signatures":[{"sig":"MEYCIQDqI9RH6jHbbZezgIfqT9ngC4VrKGLIPMzsl7UPdAvejgIhAL2CBKPGVW7087pCCQwPgU1T0x+Gvjdq5MexyoiFapl2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.264.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d6eb46b7e56a895d84a358384c19907e/opensea-vessel-0.5.264.tgz","_integrity":"sha512-U7FUlmsCHs+IWu0KGWGNw4mXUEs0ZvweMWaZcmavpj9XuEN2fyGxhUk8/b5454Dl7j444J77+Q2jDQzPCI/Z7Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.264_1731019079672_0.0999552536330588","host":"s3://npm-registry-packages"}},"0.5.265":{"name":"@opensea/vessel","version":"0.5.265","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.265","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"aa6ed6568d6966c404a1042819ca4f6c244ffa02","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.265.tgz","fileCount":23,"integrity":"sha512-xs0SVxpqNpShvCwePKau65IfwYrsSdmVFtriCuWC5m1ni6pfjR9Oh0xjzP4k4IUb3nFfq6H3yya6YN1H1JaMIA==","signatures":[{"sig":"MEUCIQDsJDrUleom2Qn3nQggkc6CmDT1goKevxy5F2E/OS8wWgIgUMyxJ0ze9+afzXkUCCkAmHs9GsINO5GVDt8LH/2roYs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.265.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/0d85a5a8923253a1c0b18f48cf37e6fb/opensea-vessel-0.5.265.tgz","_integrity":"sha512-xs0SVxpqNpShvCwePKau65IfwYrsSdmVFtriCuWC5m1ni6pfjR9Oh0xjzP4k4IUb3nFfq6H3yya6YN1H1JaMIA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.265_1731032817092_0.1065437700037346","host":"s3://npm-registry-packages"}},"0.5.266":{"name":"@opensea/vessel","version":"0.5.266","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.266","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"92f1f4b807ab849b18f8584796f706f0098b28e7","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.266.tgz","fileCount":23,"integrity":"sha512-w0DliVsh/NUGLPzr6mCDhLh/tTD7bV3wY/30Z+mYX8SgJorsfKkYZTBznzX/7qjhU7QDX/q0bfH37WOZd7/xNg==","signatures":[{"sig":"MEUCIQDvBRb27tGGKsmzLdVxL+LIu33IUSc/xSi2fZEy7lj8AwIgC/ss6mxT/q1jIiNmXsZmIsUzadNtAwLVvgCvIcIeu1I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.266.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/cf4e335841220fcd2fd773c11d79090f/opensea-vessel-0.5.266.tgz","_integrity":"sha512-w0DliVsh/NUGLPzr6mCDhLh/tTD7bV3wY/30Z+mYX8SgJorsfKkYZTBznzX/7qjhU7QDX/q0bfH37WOZd7/xNg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.266_1731034602832_0.3846872918035593","host":"s3://npm-registry-packages"}},"0.5.267":{"name":"@opensea/vessel","version":"0.5.267","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.267","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"ff5c9acf134c8d976c6b5b24317bb66e557f8e23","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.267.tgz","fileCount":23,"integrity":"sha512-K0T1LeOMricG7H+1zD2PbVlI+f7/cYmr/Ld2gbvjn71K4ftvnkTQz1hCoBOL0oKKUHFvyY8FweWpsHyzE7pjbQ==","signatures":[{"sig":"MEUCIQDiOWpbMW8mPF8gkRADEfFawS2hio9Mw5lBZQ5gX55v6AIgLC0ZuYMhkBuMWKRgXnWOo1OsCEMwPtoEqPMmnRtvLaY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.267.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/4d3c3c8e4300328574ccb26429f80a92/opensea-vessel-0.5.267.tgz","_integrity":"sha512-K0T1LeOMricG7H+1zD2PbVlI+f7/cYmr/Ld2gbvjn71K4ftvnkTQz1hCoBOL0oKKUHFvyY8FweWpsHyzE7pjbQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.267_1731077269522_0.0005396209030785748","host":"s3://npm-registry-packages"}},"0.5.268":{"name":"@opensea/vessel","version":"0.5.268","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.268","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"3492c2da5cc889415920849f15af49b5d828770e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.268.tgz","fileCount":23,"integrity":"sha512-gKQYdXo1O5sd8acYNnc8z5riIP7kHSg2ewArkb/suMWj3B+mqMezi63DseYWqJsQZ86fZcilNALIM07et+umzw==","signatures":[{"sig":"MEUCIQDthScFeiYf7sdx15VaX1OKa+zYypbSpc+MiOlSXNfrdwIgPw293+MMxhBbvY4Coc9INjhEcC1H8ZmJskF/pg6t7jY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.268.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/1614499477239549736c922e48cd9e80/opensea-vessel-0.5.268.tgz","_integrity":"sha512-gKQYdXo1O5sd8acYNnc8z5riIP7kHSg2ewArkb/suMWj3B+mqMezi63DseYWqJsQZ86fZcilNALIM07et+umzw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.268_1731078127626_0.39736608959350916","host":"s3://npm-registry-packages"}},"0.5.269":{"name":"@opensea/vessel","version":"0.5.269","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.269","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"729f595e46151cc03c174d020ff3040eb2564e07","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.269.tgz","fileCount":23,"integrity":"sha512-h4ZEwiuP+5gfHBDDzFxVKB/nK6bSnCD4YY0J5ts8j+tegoCPB/JfQk6lOUzRv3CCmhx04gUBNlESaBa329R6WQ==","signatures":[{"sig":"MEQCIBjudh2o6Dnrzvkrjaa1s1h67POksu499Zsxc+5ZMiuPAiBRRkZgCbIbC69YzW3cIF+SuFuQph8Y8mtdKXnvb2NG7g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.269.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/11c45753cbe1a2b3b2f61cf5eac656da/opensea-vessel-0.5.269.tgz","_integrity":"sha512-h4ZEwiuP+5gfHBDDzFxVKB/nK6bSnCD4YY0J5ts8j+tegoCPB/JfQk6lOUzRv3CCmhx04gUBNlESaBa329R6WQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.269_1731089414311_0.8951676032947185","host":"s3://npm-registry-packages"}},"0.5.270":{"name":"@opensea/vessel","version":"0.5.270","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.270","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"87f36613cdaa2be2a352294a3606ec6a684b2a29","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.270.tgz","fileCount":23,"integrity":"sha512-pPq0sS77obGeM4XaBD2v5i5NAoasjSO2dPlkGjXbmVRYHwo8MLAreflnM6J29PBegsV6mznB0V6oqUqFFkyFkw==","signatures":[{"sig":"MEYCIQDWH9nPON0uDEhpZuwvaDrxu51LRa+Au5yaPX0SV3Zz+QIhAMj0A7cu6LXdxeiGNhClrZsk5eFCt4+KB7kLGiq465kL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.270.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/9b6c7e9a0813a08015335a53ea3254a5/opensea-vessel-0.5.270.tgz","_integrity":"sha512-pPq0sS77obGeM4XaBD2v5i5NAoasjSO2dPlkGjXbmVRYHwo8MLAreflnM6J29PBegsV6mznB0V6oqUqFFkyFkw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.270_1731092345715_0.3478221088660689","host":"s3://npm-registry-packages"}},"0.5.271":{"name":"@opensea/vessel","version":"0.5.271","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.271","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"95cf60e7e55754e14dbb4860ede337644edc207e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.271.tgz","fileCount":23,"integrity":"sha512-AF1Rohh9/K24GqEsuYiEwgI3EWPY2JLgWyqJdC3YRLR2Bcayv1pqYxSdX1a5RhgVww6DbTyupEPUxOBIVOPwdQ==","signatures":[{"sig":"MEUCIDnD9aiD4B8wPQAGLZQziTMwIxIkfHc/FAWUuC3ZucK0AiEA4NGRj+7w4Rv/ncCMis1/Qm7NDT5C3sHgYgFpDJ88M5o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.271.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/49267a9a251c8966131c81991efc42e1/opensea-vessel-0.5.271.tgz","_integrity":"sha512-AF1Rohh9/K24GqEsuYiEwgI3EWPY2JLgWyqJdC3YRLR2Bcayv1pqYxSdX1a5RhgVww6DbTyupEPUxOBIVOPwdQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.271_1731126626407_0.6142358678834812","host":"s3://npm-registry-packages"}},"0.5.272":{"name":"@opensea/vessel","version":"0.5.272","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.5.272","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"84da9eef662db9f53475e040409bc73197d616a7","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.5.272.tgz","fileCount":23,"integrity":"sha512-UW4dlCE+ewhOGkWXSWSBbQHHBeihVm4Dq+kvmvjKEMYF37mAZQo3SSoFMwhV6ETN/clHo/jq1KdT1zQxOnjSBQ==","signatures":[{"sig":"MEUCIAedKFyBnwPTHeyaK6J8HBFNo2/VCk7Hbz3eWWDLg7w6AiEAyrhf6a6/uxjIxk8B4DJwLu0V3paP8cLDLQlPzVmuxcA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.5.272.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e87ff7b469c16fe7a9d23db2c615fea4/opensea-vessel-0.5.272.tgz","_integrity":"sha512-UW4dlCE+ewhOGkWXSWSBbQHHBeihVm4Dq+kvmvjKEMYF37mAZQo3SSoFMwhV6ETN/clHo/jq1KdT1zQxOnjSBQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.5.272_1731146442522_0.11746365028603334","host":"s3://npm-registry-packages"}},"0.6.0":{"name":"@opensea/vessel","version":"0.6.0","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.6.0","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"3efbcfed88a6141238103cc0b04cb1076a70e294","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.6.0.tgz","fileCount":23,"integrity":"sha512-sIWuTRIxfjxIarBmGjIKxTxWeNjjFee2Egwqemmgku1kKo9GH1e5NauGiOmQk1NfgsH4+kKNRoZFgmaHlccgYw==","signatures":[{"sig":"MEUCIQC5alKcLcQk3sboe0UXwmXpwp3/YITROPX9PKRDCL53rgIgf3OKal/IOGhl9ESfjnLdtkusH7Z9Z7dIvGqY5xhLcnI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301738},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.6.0.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ab750345b65c8dc2b411de1bb883ebef/opensea-vessel-0.6.0.tgz","_integrity":"sha512-sIWuTRIxfjxIarBmGjIKxTxWeNjjFee2Egwqemmgku1kKo9GH1e5NauGiOmQk1NfgsH4+kKNRoZFgmaHlccgYw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.6.0_1731154769223_0.30245542685162086","host":"s3://npm-registry-packages"}},"0.6.1":{"name":"@opensea/vessel","version":"0.6.1","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.6.1","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"7bc0eb5b16aa98236ad022771657ec7286270606","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.6.1.tgz","fileCount":23,"integrity":"sha512-wv3zHo6sG382LUlOcg3YSKBmD0+7QYNFDlGJkPxCNGALuTc7h2Usmu2SmHvxIqQceA+D22f0h6KUj/QqVHAtSQ==","signatures":[{"sig":"MEUCIC8MgKZfmfHODLssVVm4fFQcxjKcYlNtZWxmhqUffCfeAiEA15gqda7CDkGWghRoyPKD4RU8Eghd3+LSXLR6Hs4kh7Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301743},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.6.1.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/1ea59a52ac3aebaa6ca8513ee1f741eb/opensea-vessel-0.6.1.tgz","_integrity":"sha512-wv3zHo6sG382LUlOcg3YSKBmD0+7QYNFDlGJkPxCNGALuTc7h2Usmu2SmHvxIqQceA+D22f0h6KUj/QqVHAtSQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.6.1_1731169167464_0.7981156692857794","host":"s3://npm-registry-packages"}},"0.6.2":{"name":"@opensea/vessel","version":"0.6.2","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.6.2","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"d0f500a1a131408312012553e0e53e30aaf92907","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.6.2.tgz","fileCount":23,"integrity":"sha512-xxufaecS1l5KaGAQpq8N1xOOeHQgSJtVGhzZILwAvbhNyz49X+SFx6ciYYBw53JUlJC8ngGx40B5RmXvaRJt8Q==","signatures":[{"sig":"MEUCIQCrfr3RwEYOUstMdimAxkhosqtNGHFskuW+vJoz0S482QIgeqXjSsNev3ij3rlQqVT86LPCDcBRRTdcOERp0jUypco=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301738},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.6.2.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/04feba67d6c6cd2dbef0c9f837f95149/opensea-vessel-0.6.2.tgz","_integrity":"sha512-xxufaecS1l5KaGAQpq8N1xOOeHQgSJtVGhzZILwAvbhNyz49X+SFx6ciYYBw53JUlJC8ngGx40B5RmXvaRJt8Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.6.2_1731173148703_0.8304962645315477","host":"s3://npm-registry-packages"}},"0.6.3":{"name":"@opensea/vessel","version":"0.6.3","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.6.3","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"8ec6e8ff07c76563cf7f92c06f6324fe32891063","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.6.3.tgz","fileCount":23,"integrity":"sha512-wFD6JAzrbNLqWU9m3t/PeTcVyirTxAjbP0MHv2gEBeo0IBctjb1DZfujfpgPgs1WX4IXxHw1gkCwH3vnLVE0Ug==","signatures":[{"sig":"MEYCIQDViS7f0bw9nGnmWUZG/+jgtnrH/cTCNG9sW1NYowMx0wIhAJ21zsSqFWPY2GRCrMKjmxHc4uJlHSZY0hARZnEsnmt0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301743},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.6.3.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/18a9e52a5c8a3dc7542d54744f82cded/opensea-vessel-0.6.3.tgz","_integrity":"sha512-wFD6JAzrbNLqWU9m3t/PeTcVyirTxAjbP0MHv2gEBeo0IBctjb1DZfujfpgPgs1WX4IXxHw1gkCwH3vnLVE0Ug==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.6.3_1731300470384_0.09954752528617683","host":"s3://npm-registry-packages"}},"0.6.4":{"name":"@opensea/vessel","version":"0.6.4","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.6.4","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"a62de9c9cf038a38355ac61c0f643d37caa93860","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.6.4.tgz","fileCount":23,"integrity":"sha512-dvD0l6vJbwpmtHQUE21s1Fcqht6GkHNpsPGc/dglY05oOTc61kTMXL8Opc0CTuJ1WreKF/afIvJlFDrhmQEuIA==","signatures":[{"sig":"MEUCIQCkRr25pANpU3kXq5sdx47fgZuaogM5h1fcQ+cfFZzi4gIgeXlUlHAxgIZVrZGkyG1sALcgixM9anYSriei82OBvu4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301738},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.6.4.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/061ce92894ceb649343a5794d55668f7/opensea-vessel-0.6.4.tgz","_integrity":"sha512-dvD0l6vJbwpmtHQUE21s1Fcqht6GkHNpsPGc/dglY05oOTc61kTMXL8Opc0CTuJ1WreKF/afIvJlFDrhmQEuIA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.6.4_1731322631127_0.22518502491463033","host":"s3://npm-registry-packages"}},"0.6.5":{"name":"@opensea/vessel","version":"0.6.5","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.6.5","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"de57ac64462aa77a24a8fe3d532c63d203c59b03","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.6.5.tgz","fileCount":23,"integrity":"sha512-SrgayuSSdlJXf0c3lHZMxyeIa3JCMzWTygXkh4X+9GcnzjdgMkzstD03amPgF/SU0LPVx9gIjxOl1etN2RUV2Q==","signatures":[{"sig":"MEYCIQCxVKaYcJ4tKAEf2EodBFE/vKfA8C4RIqOc2VMPJ2IVnAIhAJlG1xaCIg8/TfdM0QCZN0fDDvEosrwodUQT1Cv/4Btl","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301743},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.6.5.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ce22502a0250d8cf5679a2352cf5762f/opensea-vessel-0.6.5.tgz","_integrity":"sha512-SrgayuSSdlJXf0c3lHZMxyeIa3JCMzWTygXkh4X+9GcnzjdgMkzstD03amPgF/SU0LPVx9gIjxOl1etN2RUV2Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.6.5_1731380812529_0.9369972127057555","host":"s3://npm-registry-packages"}},"0.6.6":{"name":"@opensea/vessel","version":"0.6.6","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.6.6","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"a647117df824e88878b94223ac315bbeff49bafc","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.6.6.tgz","fileCount":23,"integrity":"sha512-R4H2Olv+5etwh0pdFjc5Eyo8o3JUZWP9GJBg3wzvdIa3Al3hmrBlw+o07nZUZiWUx+OOpc95/RrJ3JUJsGt/Jg==","signatures":[{"sig":"MEUCIA5RhLWivXhnk9PZx3AeP/ppCELXXHMMLDtXeECT4/BnAiEA29YyPGYz3fZfYZCmtA51zrzY1Ye95YY3snpyEMVz/4c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301743},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.6.6.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/6e2c8800ef0d69609cd05b08ed07fccf/opensea-vessel-0.6.6.tgz","_integrity":"sha512-R4H2Olv+5etwh0pdFjc5Eyo8o3JUZWP9GJBg3wzvdIa3Al3hmrBlw+o07nZUZiWUx+OOpc95/RrJ3JUJsGt/Jg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.6.6_1731382079018_0.19178821576703609","host":"s3://npm-registry-packages"}},"0.6.7":{"name":"@opensea/vessel","version":"0.6.7","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.6.7","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"595fa7659bb32697243c4fca7ddca69bc87bd812","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.6.7.tgz","fileCount":23,"integrity":"sha512-ZVLcxZooO1K48KWgiPcSJHg5g3cXhXC777qALCqwmXkkonGoFL3N5ZxCT6BTdO/XdhDkj7XxsAPs+OdzhChmAg==","signatures":[{"sig":"MEUCIQDGGfTE7D1I1ZFqJK27BL73lLUdETi1fcRHrWEn9lXM5QIgRzjJyESuVzKvSMeK6Nihxz1WP8hIEA0ZCSE5vBMtJJw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301738},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.6.7.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/9ecabb1ac6d2af61a6c5d0aa1cd129c4/opensea-vessel-0.6.7.tgz","_integrity":"sha512-ZVLcxZooO1K48KWgiPcSJHg5g3cXhXC777qALCqwmXkkonGoFL3N5ZxCT6BTdO/XdhDkj7XxsAPs+OdzhChmAg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.6.7_1731401001457_0.45275112372406334","host":"s3://npm-registry-packages"}},"0.6.8":{"name":"@opensea/vessel","version":"0.6.8","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.6.8","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"f2b4b1071c5df9b8cead0e0c1ab1eef85695bea7","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.6.8.tgz","fileCount":23,"integrity":"sha512-UnZVJnMtX0Z+wEmgg35iKDzlcC3DX8qw3hVKb77RlzEwzgF+GiVQ/t7NcM565pKuRplI7WttSPjO4jQAnR02Fg==","signatures":[{"sig":"MEUCICm1/t15z7iuqoozbSUZ0mfNHRXb2Ipyss8TELFT771EAiEA4RMr87dFpAEFPn2q310LaGypbQVDNgnYhR97kWVIouI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301743},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.6.8.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/06c93530e4da518dd0048536a8507507/opensea-vessel-0.6.8.tgz","_integrity":"sha512-UnZVJnMtX0Z+wEmgg35iKDzlcC3DX8qw3hVKb77RlzEwzgF+GiVQ/t7NcM565pKuRplI7WttSPjO4jQAnR02Fg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.6.8_1731403707951_0.0057737714240952975","host":"s3://npm-registry-packages"}},"0.6.9":{"name":"@opensea/vessel","version":"0.6.9","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.6.9","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"d2575c521b28142a35036194014442aa7805bcef","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.6.9.tgz","fileCount":23,"integrity":"sha512-5cqLa8w6Xw642/XQqYxn2+sJzASO44YmKSHUk/ANkDnsRDAezAq80PmIaa1sRH03iyhr0WPHE+rYFQmIW4ojSA==","signatures":[{"sig":"MEQCIB4Vg1dljwWHqUGUqTJK2V2KkydtNKlTI0VVxeRXFiN7AiB80jnpyl56SUzAy/kp/HwqvUC+kpah7kyv6XlRwerimw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301743},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.6.9.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d2929bfab5f61eff7cd6739669f625b5/opensea-vessel-0.6.9.tgz","_integrity":"sha512-5cqLa8w6Xw642/XQqYxn2+sJzASO44YmKSHUk/ANkDnsRDAezAq80PmIaa1sRH03iyhr0WPHE+rYFQmIW4ojSA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.6.9_1731424065538_0.10902050946620045","host":"s3://npm-registry-packages"}},"0.6.10":{"name":"@opensea/vessel","version":"0.6.10","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.6.10","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"aad7138b583c0ca836bde6d305bcbf22a3d7904a","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.6.10.tgz","fileCount":23,"integrity":"sha512-fGilAWXVeM5XHoCUH0v3tpplRXWuA3jjeNPhXpx4za/fre7X/aDWCvXwVkpekGVKogudFX4mm77mZK95/warag==","signatures":[{"sig":"MEUCICg4ACezWpiNFOZsy3bv1lbGO+cDuHqCHdjG1VtUte6yAiEAkcI/xinCH8nh+G/rj04SYgpDtPdtcZMY6bbMXXObuRg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.6.10.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/be59cc82b2aa58d86c06542585092a3c/opensea-vessel-0.6.10.tgz","_integrity":"sha512-fGilAWXVeM5XHoCUH0v3tpplRXWuA3jjeNPhXpx4za/fre7X/aDWCvXwVkpekGVKogudFX4mm77mZK95/warag==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.6.10_1731430764709_0.9513839887239148","host":"s3://npm-registry-packages"}},"0.6.11":{"name":"@opensea/vessel","version":"0.6.11","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.6.11","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"4276b4e2641a9fbc2b9124d91e7a5ca6bec567e5","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.6.11.tgz","fileCount":23,"integrity":"sha512-lQkOIQZBHRA0Q4VZCtlw92vlx0EqIBb7G5NRe+Um5stN+/69c5/8DOXXeCCDSzoZSY3yvmZzU/2FpJxvj2tl4g==","signatures":[{"sig":"MEQCIHhfhW5kHMv92pbpWGsR+BAOrz0PGHmRH8CPhtke7XT7AiBOu0njhKcR9A0N/EWkiENEEmZdQ8+aCeKPMSu1fLfypA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.6.11.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/31aee212fb657f75c864b6d8372b814d/opensea-vessel-0.6.11.tgz","_integrity":"sha512-lQkOIQZBHRA0Q4VZCtlw92vlx0EqIBb7G5NRe+Um5stN+/69c5/8DOXXeCCDSzoZSY3yvmZzU/2FpJxvj2tl4g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.6.11_1731437812904_0.42753065187970374","host":"s3://npm-registry-packages"}},"0.6.12":{"name":"@opensea/vessel","version":"0.6.12","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.6.12","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"86a4ab0c4e4d957513f6c3d8603e0f03f087bd18","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.6.12.tgz","fileCount":23,"integrity":"sha512-x7xArPpYd88K74WrocVbjNW02Obpqt+txITreYskthBFkF/7k4J0AX/gzja2KftjQ1rVWlfZ5tE8lz+gldxOAg==","signatures":[{"sig":"MEQCIAS1iho/x4BykivHQxzYq3cundVn7aofsWqu/VpbEgrRAiBZP/Rg9tCa7DS9l/JZrg4uzgXMn3ZfCnKMsgT+eib3OA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.6.12.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/89a96401546d3104e91227c9985c45ed/opensea-vessel-0.6.12.tgz","_integrity":"sha512-x7xArPpYd88K74WrocVbjNW02Obpqt+txITreYskthBFkF/7k4J0AX/gzja2KftjQ1rVWlfZ5tE8lz+gldxOAg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.6.12_1731458727712_0.9097573588989338","host":"s3://npm-registry-packages"}},"0.6.13":{"name":"@opensea/vessel","version":"0.6.13","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.6.13","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"ffc085de9b882377c632ab0214c437ea93f14979","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.6.13.tgz","fileCount":23,"integrity":"sha512-wIv0c2douZ+DYtSJHnLrFIHFNsV7s/AitX6LKj6Cawzrhwy6Trh63/+M5/XqPEvxlLdQTocLXgrm9mXXrpKz+w==","signatures":[{"sig":"MEUCICYhxZcejE5MUQTbp9FZ4sg/MVnqagp252qXjKB4SR2UAiEApLznAQvw8w6MaiBlhe/FB/53yMtNUEmmgMPQ23c3azA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.6.13.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/fda63aa4668c5fab58aeb23ee2879343/opensea-vessel-0.6.13.tgz","_integrity":"sha512-wIv0c2douZ+DYtSJHnLrFIHFNsV7s/AitX6LKj6Cawzrhwy6Trh63/+M5/XqPEvxlLdQTocLXgrm9mXXrpKz+w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.6.13_1731471818994_0.058629730098094246","host":"s3://npm-registry-packages"}},"0.6.14":{"name":"@opensea/vessel","version":"0.6.14","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.6.14","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"ad520efa21f6d82c3e344f0c9e0bbcc10f4393b7","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.6.14.tgz","fileCount":23,"integrity":"sha512-PEcvaSDW/CGCtSFw9rzx7rd+6OlPKg3ILeBUYcAR82NcFexMgSRF9A5kYHajmPB/CgBxITLQsAsDWGh3zbJ9lw==","signatures":[{"sig":"MEUCIQDIwHALsLz4of4rrpiDe4UXhntS+WmhAIxJ48C1jAAeXAIgd73WjOtT0HuxlGmt3Ku43w4rwRFKvhypnuon704HLyE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.6.14.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a2bf3ef35280858a2b79603621c5528a/opensea-vessel-0.6.14.tgz","_integrity":"sha512-PEcvaSDW/CGCtSFw9rzx7rd+6OlPKg3ILeBUYcAR82NcFexMgSRF9A5kYHajmPB/CgBxITLQsAsDWGh3zbJ9lw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.6.14_1731663794269_0.8213870973170032","host":"s3://npm-registry-packages"}},"0.6.15":{"name":"@opensea/vessel","version":"0.6.15","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.6.15","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"c18d4f9efd3b512b990218dd1a46626b945a520f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.6.15.tgz","fileCount":23,"integrity":"sha512-/egB3YaVHIeR5/J6CaBX1IXmgslm2WQR9/zyjWdIH3yUT0JJjpKIk6Uc61McmNxIlvQd5KXKPNtzIpOwBIdWuw==","signatures":[{"sig":"MEYCIQCTs6fTwDZyOX5UjjooaE9xeWU8fTAJLHNtXtqlbnjA2wIhAKTOF9R+8aNCYEsHX1i4UbrUXp+2YgZczHpFepDGell1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.6.15.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5c0e79f06acce9199b6ac757c76d900b/opensea-vessel-0.6.15.tgz","_integrity":"sha512-/egB3YaVHIeR5/J6CaBX1IXmgslm2WQR9/zyjWdIH3yUT0JJjpKIk6Uc61McmNxIlvQd5KXKPNtzIpOwBIdWuw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.6.15_1731673669096_0.2820266367829043","host":"s3://npm-registry-packages"}},"0.6.16":{"name":"@opensea/vessel","version":"0.6.16","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.6.16","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"e34ec264cab06dfdcdf72539a572e295825a0875","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.6.16.tgz","fileCount":23,"integrity":"sha512-F2LCsT2b6O5P3QDO2HXcdOZDjkso7LSbOETZcpqqm0qtqAcZbXwaZiJGTFvdOfYMyqfvtQuz7bEAo9exnASMlw==","signatures":[{"sig":"MEYCIQDHfJucHp/YIRVbboYgMjGZ30kChsKXS/shgyx7T5yCvgIhANqoIx73IWI+/WXqvFP2zPUuMJE33ppSuLhMiXjLwzgx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.6.16.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/3c89f0393fe3880aeb98f6ced200848e/opensea-vessel-0.6.16.tgz","_integrity":"sha512-F2LCsT2b6O5P3QDO2HXcdOZDjkso7LSbOETZcpqqm0qtqAcZbXwaZiJGTFvdOfYMyqfvtQuz7bEAo9exnASMlw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.6.16_1731702995556_0.6440816914075713","host":"s3://npm-registry-packages"}},"0.6.17":{"name":"@opensea/vessel","version":"0.6.17","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.6.17","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"e6d484f545462309f6cd295d3e50386a6dfbb1a2","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.6.17.tgz","fileCount":23,"integrity":"sha512-0wJj4t3xcDs1uYh+K7ECMGXmhiVvyO8Be3uy8cXrI0jKKbXS+qgW3L01nTl2XQN9Ny/aF81gnqsQdwW0TLLcVA==","signatures":[{"sig":"MEUCIQCUzAFQxCkShIppdYA6GHzTlVgNV3w3661PBg/75ss+qgIgec3xAWEYNATY69LakKEhp2JvZHFgp5wvmUanD0SxuUQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.6.17.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f9bc5573ab548341f2e99ddd0c5e60bc/opensea-vessel-0.6.17.tgz","_integrity":"sha512-0wJj4t3xcDs1uYh+K7ECMGXmhiVvyO8Be3uy8cXrI0jKKbXS+qgW3L01nTl2XQN9Ny/aF81gnqsQdwW0TLLcVA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.6.17_1731709187939_0.8399103980698823","host":"s3://npm-registry-packages"}},"0.6.18":{"name":"@opensea/vessel","version":"0.6.18","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.6.18","maintainers":[{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"meemaw","email":"ematej.snuderl@gmail.com"}],"dist":{"shasum":"455041c8e1d1cf8f4c901eb8f749446c6c6f75f5","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.6.18.tgz","fileCount":23,"integrity":"sha512-OZ+MT4xpqKejPYLmZJ2/xc1zxApiKi3GsazKxMXAXQwvFgUq6xlQ1XbI5yZ209SyRl4Hf8rRk47DfBE3JqeqQQ==","signatures":[{"sig":"MEUCIFIqTXZZCqBFF1zuK+l9DBqGfPnzgZ+COjZxRMkOvUwcAiEAtxlvHbzkYcHMUb7WwDB9s05uTc9NeekwPT7/O2UDmj8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.6.18.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/4eefe77d9a21ffe50dafc01d7fd48bdf/opensea-vessel-0.6.18.tgz","_integrity":"sha512-OZ+MT4xpqKejPYLmZJ2/xc1zxApiKi3GsazKxMXAXQwvFgUq6xlQ1XbI5yZ209SyRl4Hf8rRk47DfBE3JqeqQQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.6.18_1731760263605_0.9361486090890441","host":"s3://npm-registry-packages"}},"0.6.19":{"name":"@opensea/vessel","version":"0.6.19","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.6.19","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"22118005e76a14211c11e45767d6a07f7e1ff8ad","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.6.19.tgz","fileCount":23,"integrity":"sha512-XliJkP8WMTSPdMxGPW25DMQa26L95hzJI87CDFe59bGN8w1Cn+HdeFSnQXSWGTzkNokbqwywvpPDcEq61tz+RA==","signatures":[{"sig":"MEUCIQD/Wn5yPErcjQ1ZI9jbFwc8I11/FqB3dYVZLVnP5ebwDwIgKYoiDoBkj5fnQrA0S9FOfmbBM2CL3q9hUblXV7XtdKU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.6.19.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/225d22512f8dda77b08eded4497612c0/opensea-vessel-0.6.19.tgz","_integrity":"sha512-XliJkP8WMTSPdMxGPW25DMQa26L95hzJI87CDFe59bGN8w1Cn+HdeFSnQXSWGTzkNokbqwywvpPDcEq61tz+RA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.6.19_1732556141595_0.7602886176879338","host":"s3://npm-registry-packages"}},"0.6.20":{"name":"@opensea/vessel","version":"0.6.20","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.6.20","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"f2776ebaa07a9629ac59de18b23032d8c598c57c","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.6.20.tgz","fileCount":23,"integrity":"sha512-xywrjwpqCMwgkYysxSTfe9OlyILJlarrC0C7tMDNeoQba0f8B4kH+GNav3X1WEzHwdwoEfjv6CBEQZL+w2OjLA==","signatures":[{"sig":"MEUCIGpelCQD7mziiGbUatK+EW9bB6i0T8JelWhPO+iqKVzCAiEAzoDpRTb9TLMj7JmwlHEa3GQSPFx16V/0c5WuJsQgZGE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.6.20.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e67888a3bc36768893ee6ebc9221abe6/opensea-vessel-0.6.20.tgz","_integrity":"sha512-xywrjwpqCMwgkYysxSTfe9OlyILJlarrC0C7tMDNeoQba0f8B4kH+GNav3X1WEzHwdwoEfjv6CBEQZL+w2OjLA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.6.20_1732573536403_0.7824109296209731","host":"s3://npm-registry-packages"}},"0.6.21":{"name":"@opensea/vessel","version":"0.6.21","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.6.21","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"004b52c5b1d60b32d3322dfebdb86616ee788a60","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.6.21.tgz","fileCount":23,"integrity":"sha512-gNEhcjkUE7NO8P807cGenXCyyEElOujlW0TgEErGex1jfARWch+Bb3jW5SYvSQEQPB+Gj1qc1Uw7RHjecgnb8Q==","signatures":[{"sig":"MEUCIDV1j5nM+GXPvfYiJfJD8ZYZN+AWAxf1w0g8F3lSzJQqAiEAkdaLhOiCun1RBbm11GvkhzByQ0IKJduUareZ64bMgPY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.6.21.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/21122d37c3a896515257dec6ed26a22a/opensea-vessel-0.6.21.tgz","_integrity":"sha512-gNEhcjkUE7NO8P807cGenXCyyEElOujlW0TgEErGex1jfARWch+Bb3jW5SYvSQEQPB+Gj1qc1Uw7RHjecgnb8Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.6.21_1732632486943_0.4144801924900612","host":"s3://npm-registry-packages"}},"0.6.22":{"name":"@opensea/vessel","version":"0.6.22","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.6.22","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"fcd3b4279f106cb718919ce2cc2bf4dca6277786","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.6.22.tgz","fileCount":23,"integrity":"sha512-ubUGweKqwydcm1HXh26Sk3pYuV+HfshIZtY4z/n9WRO07J4NIoQwb3VlO4p17DlohO6VY2ciClDgG66y34qYzw==","signatures":[{"sig":"MEUCIGDvbh84CcVxu4UfvjUImrkef1pwwsEF+EPB0etdEfDFAiEApzA7IGSDJM9Qg7hJiqXg3ZKUIo2Lsf77m0L1kusyv4A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.6.22.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d1fb8534cc4cbb6b377e5813012158aa/opensea-vessel-0.6.22.tgz","_integrity":"sha512-ubUGweKqwydcm1HXh26Sk3pYuV+HfshIZtY4z/n9WRO07J4NIoQwb3VlO4p17DlohO6VY2ciClDgG66y34qYzw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.6.22_1732722738148_0.04813004447091407","host":"s3://npm-registry-packages"}},"0.6.23":{"name":"@opensea/vessel","version":"0.6.23","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.6.23","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"3b238ddb8e14a330a2fa82a71be867e04cdd5bca","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.6.23.tgz","fileCount":23,"integrity":"sha512-9Ew4ZU2dvWcjqRz6Vh9XP8QxIxIx10oj0hZ7uCqSHDaiDOEFh6tJDHE+hbe0bh3+UICb9KsVqpTTsvjkpNRyYg==","signatures":[{"sig":"MEQCIBEcWz11CDojnReuiZQZdpQefDs1QFaR06zI0MvMuhGuAiBy3k4MCTXCVFgd8R/H4kay7PNtj0NLE4eR6l9tqZxyww==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.6.23.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8bfea71b7845a7b2c0f1baf355ceb493/opensea-vessel-0.6.23.tgz","_integrity":"sha512-9Ew4ZU2dvWcjqRz6Vh9XP8QxIxIx10oj0hZ7uCqSHDaiDOEFh6tJDHE+hbe0bh3+UICb9KsVqpTTsvjkpNRyYg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.6.23_1732733826071_0.18633123161683351","host":"s3://npm-registry-packages"}},"0.6.24":{"name":"@opensea/vessel","version":"0.6.24","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.6.24","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"d1af6956abbb268329c3a2e7bb782f1cd6a8e02a","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.6.24.tgz","fileCount":23,"integrity":"sha512-OttlGwEsZEqd5/ajLmajL72oANY9WI9K041QTH/L7kJMJirXrziW7HFRu3k9MJqGPWyipbPUrP8K5Rg/dl/5uQ==","signatures":[{"sig":"MEYCIQDFNb0HZ0zTHugi49kgBfwv8HArIkqX8aoCo4jzaTLk9AIhAIwu912PJ31wjKx1bwWhjwG97drg2e8WffbKcheFj7bM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.6.24.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/843ea1acf372184d3631bab2c4955cf3/opensea-vessel-0.6.24.tgz","_integrity":"sha512-OttlGwEsZEqd5/ajLmajL72oANY9WI9K041QTH/L7kJMJirXrziW7HFRu3k9MJqGPWyipbPUrP8K5Rg/dl/5uQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.6.24_1732795711771_0.5143960785499913","host":"s3://npm-registry-packages"}},"0.6.25":{"name":"@opensea/vessel","version":"0.6.25","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.6.25","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"24084e03725e13341c8bff00b7504e80b3039962","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.6.25.tgz","fileCount":23,"integrity":"sha512-6mN4dQLO9BqDLL/7a57kBQsh8RrUaV8o8eqSaSD0rod35WtGytlJyQ1yDzkQBbDoYTbPvjOye53DimBWLtZLQg==","signatures":[{"sig":"MEUCIQCekle8jFmflRcCVmTTwxgNvF7CcBdLdSw+Wd6s/XE2OgIgcyIFzR47Xg71UOoWfpPdoQeSFnraGEN1VJfr0Vcd39k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.6.25.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5b563db6ec16cd6ebf15a5e33cd0bf29/opensea-vessel-0.6.25.tgz","_integrity":"sha512-6mN4dQLO9BqDLL/7a57kBQsh8RrUaV8o8eqSaSD0rod35WtGytlJyQ1yDzkQBbDoYTbPvjOye53DimBWLtZLQg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.6.25_1732908779651_0.24972896524175447","host":"s3://npm-registry-packages"}},"0.6.26":{"name":"@opensea/vessel","version":"0.6.26","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.6.26","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"28609e86a14e1cdde10de61ebefc2bf4fffac0d8","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.6.26.tgz","fileCount":23,"integrity":"sha512-4seqgKaIQ5WW+GEZlGeiC00RVOWBaALsUWi+ePdEs3O/9kpWSg3XrLbYnBqnmKHdeCfQZ9zxVsJrjAaQoz4tJw==","signatures":[{"sig":"MEYCIQCg3gNNw2KOUJ7g4XgaD/cbnfvRzFnfeM5kA7ggPE5jnwIhAIl4ni1M4W3lq5w6XHDIR+91+TQRowEg4N0SUNMny2vW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.6.26.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e57e9b2f2cf9b5e1a72774d0089e3dbb/opensea-vessel-0.6.26.tgz","_integrity":"sha512-4seqgKaIQ5WW+GEZlGeiC00RVOWBaALsUWi+ePdEs3O/9kpWSg3XrLbYnBqnmKHdeCfQZ9zxVsJrjAaQoz4tJw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.6.26_1732909879499_0.8224467012733048","host":"s3://npm-registry-packages"}},"0.6.27":{"name":"@opensea/vessel","version":"0.6.27","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.6.27","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"7a14ec8bb4cfd112332f97750d4bcb932e6cbeda","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.6.27.tgz","fileCount":23,"integrity":"sha512-Ot9hbXkbg72Tqbdx39qtpBRAE2rVcnDhMjCmTGFuBP9aS9cFAhVdG1aBoHz7a8DS/N0Xbg/jJvVTLB56ChRRBg==","signatures":[{"sig":"MEQCIDBH8WFclWKEB3XxfcT9F+RCZ36vIcpdlpiAKlS5vSUSAiBg120/dAFcbhxX8rQLmVYSFQYQOoTC33Rxf2s4NTgsXA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.6.27.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/da5f9a13d993cdfd1f805b7b6128dbac/opensea-vessel-0.6.27.tgz","_integrity":"sha512-Ot9hbXkbg72Tqbdx39qtpBRAE2rVcnDhMjCmTGFuBP9aS9cFAhVdG1aBoHz7a8DS/N0Xbg/jJvVTLB56ChRRBg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.6.27_1732935786703_0.6494690016110984","host":"s3://npm-registry-packages"}},"0.6.28":{"name":"@opensea/vessel","version":"0.6.28","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.6.28","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"2206698175445afc353ae86d1486d74025547336","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.6.28.tgz","fileCount":23,"integrity":"sha512-/JzB/s99ecW+yTDNp1YwSC8GNTTnkJQHaF6ii3hiP7zDKM2pYY8sBgXoAB7K8qJCU2dKwrtcjLLhQGiZSnjgkg==","signatures":[{"sig":"MEUCIQClI7x8yurSA2XtIRBx3AF/UQUkenUIev4ufTtuj/uzfwIgQzsYCpA0oTRwseIqcnQVxKp2H/emT1CNBMRkddCTxN8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.6.28.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/6c3965b450273ddcea51101a43ab9470/opensea-vessel-0.6.28.tgz","_integrity":"sha512-/JzB/s99ecW+yTDNp1YwSC8GNTTnkJQHaF6ii3hiP7zDKM2pYY8sBgXoAB7K8qJCU2dKwrtcjLLhQGiZSnjgkg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.6.28_1733193741459_0.06115160880625936","host":"s3://npm-registry-packages"}},"0.6.29":{"name":"@opensea/vessel","version":"0.6.29","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.6.29","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"6e510fc1b0fe6d23693e005cf8abd14c2bb8fa77","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.6.29.tgz","fileCount":23,"integrity":"sha512-M5tt3z1SpvvvG4Ij0sbgPqzpAm3rlWmhMerSxi9O9k6QiqCd0kIoryJzMVU5u14KgkOgcXoszabRr4qRKAJgCw==","signatures":[{"sig":"MEYCIQClYXhIz9OlIXAZ2bQtURoX7DgSopIPKSiR/0r0GhSBYwIhAKagfiM/MQm3ZABnBum81AkHARtkkgTYU0P+dhnUnB7R","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.6.29.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/acbf35395372af0f575fd17bac653264/opensea-vessel-0.6.29.tgz","_integrity":"sha512-M5tt3z1SpvvvG4Ij0sbgPqzpAm3rlWmhMerSxi9O9k6QiqCd0kIoryJzMVU5u14KgkOgcXoszabRr4qRKAJgCw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.6.29_1733204070852_0.167091000601288","host":"s3://npm-registry-packages"}},"0.6.30":{"name":"@opensea/vessel","version":"0.6.30","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.6.30","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"ea48f637ea8b18be3a23577bc9ac609327660988","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.6.30.tgz","fileCount":23,"integrity":"sha512-avbZRuDcqUp+cpo/z2NpgzVdbsb+uiJ0e6yXt/2aindhaNFhjIUqaGtBdZMV36+ItQ/SB/knY74o/2GSXRu0Hw==","signatures":[{"sig":"MEUCIEXlfR/xk56q9/yh0EUjhAKmvatiHPei2Pzu6dj+kyU5AiEA1yeCGC41LFOnXRt9iRBpDhaxknYAMWUIEO0+uQDwO8A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.6.30.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/369a9f099237cf98ae1ca3e9464156b2/opensea-vessel-0.6.30.tgz","_integrity":"sha512-avbZRuDcqUp+cpo/z2NpgzVdbsb+uiJ0e6yXt/2aindhaNFhjIUqaGtBdZMV36+ItQ/SB/knY74o/2GSXRu0Hw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.6.30_1733246354061_0.5654076566197981","host":"s3://npm-registry-packages"}},"0.6.31":{"name":"@opensea/vessel","version":"0.6.31","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.6.31","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"3623d993c673f237c328e059cf2f55b56b5c07d1","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.6.31.tgz","fileCount":23,"integrity":"sha512-OPBmafyE4OqjONpAzn3+AmFBGYYtbL9LcOtf93TVXvz1SbKcJBc8pCMGslaNbdbcDCeT3eaZd0gajGuQvVbQ2w==","signatures":[{"sig":"MEYCIQCBxitqkbpRXLD6Wu8egShPb//m2HzktrBoBZsLyPYFrwIhAKLwKQ8IE/IKArx08cCLU0mDoEcfgxfrziyX8asGeGIv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.6.31.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8fd0bc41e3146323923bd34f26f01355/opensea-vessel-0.6.31.tgz","_integrity":"sha512-OPBmafyE4OqjONpAzn3+AmFBGYYtbL9LcOtf93TVXvz1SbKcJBc8pCMGslaNbdbcDCeT3eaZd0gajGuQvVbQ2w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.6.31_1733256089868_0.4832742222680768","host":"s3://npm-registry-packages"}},"0.6.32":{"name":"@opensea/vessel","version":"0.6.32","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.6.32","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"5d81a317703ed4eb690192c4f0cedd9a268864eb","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.6.32.tgz","fileCount":23,"integrity":"sha512-tZkZNL+p4lg8S9oPbEnzHTLtJpzEV1MF4eW11HrpKPpvH7a7uWZk+Pyi3JYgVVViCuHmE3+XOau3Z77baT6d8Q==","signatures":[{"sig":"MEYCIQDbHDl66EB9Kc7mvk/WB/GyBa4ZUdkSNGmFAtW2Xgv7zAIhAKOKNOZTLHf65zuychfckOf/cZbQh9EaFAYPC7tDZuFz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.6.32.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/66ba1ef2f4221b9cd245cb2f882defb4/opensea-vessel-0.6.32.tgz","_integrity":"sha512-tZkZNL+p4lg8S9oPbEnzHTLtJpzEV1MF4eW11HrpKPpvH7a7uWZk+Pyi3JYgVVViCuHmE3+XOau3Z77baT6d8Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.6.32_1733256450292_0.2399154279267839","host":"s3://npm-registry-packages"}},"0.6.33":{"name":"@opensea/vessel","version":"0.6.33","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.6.33","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"acd0ac07f58c7d58f6e6969843ae8640b94c3bc5","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.6.33.tgz","fileCount":23,"integrity":"sha512-YVpL1InQrBWvrDFA/AyzegMOAPZ3Y6bl4jOXLiWp05XqfJv+3cRLWXdCqiquuh2mfEOzeeBdiz+nX+dP2C3U9g==","signatures":[{"sig":"MEYCIQD6kx6F1/d09Mbpg4ObJ9PWcQ3YnGNrpi3EV1BEKPOtAgIhAOAoSzISdorNX5GHbtGBxjV8mXGnYCRy5nTF1IgVsE0v","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.6.33.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/91240efdf5454831e2a0c888d20f5c1e/opensea-vessel-0.6.33.tgz","_integrity":"sha512-YVpL1InQrBWvrDFA/AyzegMOAPZ3Y6bl4jOXLiWp05XqfJv+3cRLWXdCqiquuh2mfEOzeeBdiz+nX+dP2C3U9g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.6.33_1733256828007_0.8953424159274375","host":"s3://npm-registry-packages"}},"0.6.34":{"name":"@opensea/vessel","version":"0.6.34","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.6.34","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"5ed5ca8d52b6db09f8e2a46a65ef7d227d2e0804","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.6.34.tgz","fileCount":23,"integrity":"sha512-HXeWEHKAjzr6tjMqSfvYYFyYWlrS2src9u8uJrDpXNc5okiSEbDcgoQiO9E8XDvG8ciCJ0hkKjN1gEG2vn0+jw==","signatures":[{"sig":"MEQCICi1/YpjyEBzjUablSnnED2HPfoMAknQsTwhnBTUfj9kAiBVEbDA31jvBFKg5ISOlW3fL8VekYaduR/VaBla2AchOw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.6.34.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/70d9a5d7e015c7a7c00c3c19f93dd9fb/opensea-vessel-0.6.34.tgz","_integrity":"sha512-HXeWEHKAjzr6tjMqSfvYYFyYWlrS2src9u8uJrDpXNc5okiSEbDcgoQiO9E8XDvG8ciCJ0hkKjN1gEG2vn0+jw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.6.34_1733257295217_0.0075236583717237515","host":"s3://npm-registry-packages"}},"0.7.0":{"name":"@opensea/vessel","version":"0.7.0","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.0","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"68c78b7e817d9d49bbbf14a673acf5177dec5eee","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.0.tgz","fileCount":23,"integrity":"sha512-v1PltmICQjMxk06GkONCd3aPX0fdKVBBfZTwd2qYw01WL/fW15D0R3EPwEG/OdkGl5i0ji/kEFn/4mzIp139tA==","signatures":[{"sig":"MEUCIQDBt1DQDgnY3l/YNWXzZuoob3boN44BWkrMMCH3Vpcx9gIgO/qtCCoAuCFtQ7m8z+rqhWtrMnI3nQenmz9joZEtfc8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301743},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.0.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/6491b844eb76b6a97155f0ed8b83a6dd/opensea-vessel-0.7.0.tgz","_integrity":"sha512-v1PltmICQjMxk06GkONCd3aPX0fdKVBBfZTwd2qYw01WL/fW15D0R3EPwEG/OdkGl5i0ji/kEFn/4mzIp139tA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.0_1733328704379_0.12957685910546912","host":"s3://npm-registry-packages"}},"0.7.1":{"name":"@opensea/vessel","version":"0.7.1","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.1","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"fd0d1e53e9729237f69d35c39092ea5c86586d7d","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.1.tgz","fileCount":23,"integrity":"sha512-mXzgFd/d4LOECuZDSalKkF/Q2eo7w0lSIFMbH4N1DI6vw9FY9iLa8/CsIx/Uj39OVmqkwb5ghWaWx7bePySHmw==","signatures":[{"sig":"MEUCIB8mxi7p/gSEFGDwmEWLNFOdVUdX1bGmlgKkOSVtI0f/AiEA+/8FBwuW88WGNIGjf3evYdwMQj4pCqLg9ZmXuw5Ay1Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301743},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.1.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c8135b5cf6744bac08c3567533cc5cfe/opensea-vessel-0.7.1.tgz","_integrity":"sha512-mXzgFd/d4LOECuZDSalKkF/Q2eo7w0lSIFMbH4N1DI6vw9FY9iLa8/CsIx/Uj39OVmqkwb5ghWaWx7bePySHmw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.1_1733331639808_0.7729441104247383","host":"s3://npm-registry-packages"}},"0.7.2":{"name":"@opensea/vessel","version":"0.7.2","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.2","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"4cd74b6a13cfb8ac664ca54b1fe8830a90442e97","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.2.tgz","fileCount":23,"integrity":"sha512-C1tRdH7B/1pQdkHpW6OvYmebKasJDB+TIgeP7y+5bTaArr53AuOQyixeiAP/eZM+zjFm6QUrDETtq4MlFIFLjA==","signatures":[{"sig":"MEUCIGePrrfpWHUVEaQ9XbDw741UTEom9e1YVcXvdGPSVoRxAiEAqo2z+RUDoHM3M1t+j6OqB6Z8wFVlpfqg92xP/jjD0m4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301743},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.2.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/53cd449eefc3268f2411be29d8609c64/opensea-vessel-0.7.2.tgz","_integrity":"sha512-C1tRdH7B/1pQdkHpW6OvYmebKasJDB+TIgeP7y+5bTaArr53AuOQyixeiAP/eZM+zjFm6QUrDETtq4MlFIFLjA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.2_1733336061444_0.980960066956527","host":"s3://npm-registry-packages"}},"0.7.3":{"name":"@opensea/vessel","version":"0.7.3","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.3","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"a3dc4b87a9e3129311feb0f5744bd854e83da099","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.3.tgz","fileCount":23,"integrity":"sha512-k0Yujj0biTG8eg+0NDTk4OgovplM44weuM/3uLiPt5wOub6FYoWy5++xdLEEeGDRo/gQEfV6Z+Tl1dRBft77WQ==","signatures":[{"sig":"MEUCIE4trx58dNoWrD7YPXjbUcxThNggrxXZ3EJ9/JqhQG6CAiEA/t+uUcRjRLXiI8RgI95SVZqPikGqK96POCj5YsTsS8U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301738},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.3.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a623467e447b24fd70c7484786974e15/opensea-vessel-0.7.3.tgz","_integrity":"sha512-k0Yujj0biTG8eg+0NDTk4OgovplM44weuM/3uLiPt5wOub6FYoWy5++xdLEEeGDRo/gQEfV6Z+Tl1dRBft77WQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.3_1733337067244_0.7620251187784197","host":"s3://npm-registry-packages"}},"0.7.4":{"name":"@opensea/vessel","version":"0.7.4","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.4","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"300af4dd74a31b90fd1c774905c4d70cdc5382f8","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.4.tgz","fileCount":23,"integrity":"sha512-+8jEVJ4DiIOs0nb1mtYiJ2dcxvyQ6wX6mIMjMCervJA92clk7guy+14h4zfD4ybEUOP/2QM/UGsE6Umtz1MwQQ==","signatures":[{"sig":"MEUCIGYZUPjB5VAq+P8cHF/Z3MnCdpUwz4pO7braBdi2ghq8AiEA+lfhXRVNJdkovB5C1LVAwSif7p5oOtWqFyyDmkXKnZo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301743},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.4.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/0408a76a6be06844d48ebb1eaecce197/opensea-vessel-0.7.4.tgz","_integrity":"sha512-+8jEVJ4DiIOs0nb1mtYiJ2dcxvyQ6wX6mIMjMCervJA92clk7guy+14h4zfD4ybEUOP/2QM/UGsE6Umtz1MwQQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.4_1733337768040_0.4525276295740186","host":"s3://npm-registry-packages"}},"0.7.5":{"name":"@opensea/vessel","version":"0.7.5","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.5","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"f8a566619bf05cee19e86c93d6da0d2765d01190","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.5.tgz","fileCount":23,"integrity":"sha512-sG7ISuOVvkuTjQ0jGlBRWROKddiobbgtMcOngb1SI15v6pu0cXB/V3yX3gMNhNfMMz8lzrmxran/pXc0kSoB/Q==","signatures":[{"sig":"MEYCIQCwMtSTEtdBlmfkEzrNwu57v4QF8ChRnA0QlC8xvM/ZxgIhAJbPc5Z9+zpyjGKfWd+UP2EmUFWukof0AYJuJdGITaMR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301743},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.5.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/1d26e80e8867fab291cd80e94b9867ac/opensea-vessel-0.7.5.tgz","_integrity":"sha512-sG7ISuOVvkuTjQ0jGlBRWROKddiobbgtMcOngb1SI15v6pu0cXB/V3yX3gMNhNfMMz8lzrmxran/pXc0kSoB/Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.5_1733344324973_0.30241257877710814","host":"s3://npm-registry-packages"}},"0.7.6":{"name":"@opensea/vessel","version":"0.7.6","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.6","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"0b7a74f2ab03b47e4676ffb974a6d5713c70c7c3","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.6.tgz","fileCount":23,"integrity":"sha512-K5qQy48dh0l/CwpDnXzPbWZVxK5uJTXQGMyZ4LS7qj76LQvxhgaHwleWSaSXyCBkWsftrOz5kt35eA8M+iVO7w==","signatures":[{"sig":"MEUCIQDJeBmk9qLxbNAdouJedDym+l8xeZ6DqlEaDjHUd+YvrgIgNUWvoot7gjjOggu9KZ2n4SFEK+AUA8qWGbNTy//C3xc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301738},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.6.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a7575d7433c9b143580b1ea36b0a2f9a/opensea-vessel-0.7.6.tgz","_integrity":"sha512-K5qQy48dh0l/CwpDnXzPbWZVxK5uJTXQGMyZ4LS7qj76LQvxhgaHwleWSaSXyCBkWsftrOz5kt35eA8M+iVO7w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.6_1733345407091_0.6738149490667618","host":"s3://npm-registry-packages"}},"0.7.7":{"name":"@opensea/vessel","version":"0.7.7","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.7","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"f749fd36f182d7e7cfd2723baf784f7fb452f607","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.7.tgz","fileCount":23,"integrity":"sha512-4eU5E/zTO1mLgS7YaOBX6Q+PmVBOlfB9tldLwgAxPtRCW6WI7DGj8oun4EiP1u3xItwzFjvFhe7FlEfyHcAA5A==","signatures":[{"sig":"MEQCICdZICUwzQM8LUoMrt0v3q7xYglv6dq1CsUhOBa5UIlxAiBzxznIuT3c+1MSdFBlXWc+tuoaz/v522e5ShFWB5J0wA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301738},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.7.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ffabcc88b6f65d438c132555324c7d3f/opensea-vessel-0.7.7.tgz","_integrity":"sha512-4eU5E/zTO1mLgS7YaOBX6Q+PmVBOlfB9tldLwgAxPtRCW6WI7DGj8oun4EiP1u3xItwzFjvFhe7FlEfyHcAA5A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.7_1733345852529_0.6249256713261471","host":"s3://npm-registry-packages"}},"0.7.8":{"name":"@opensea/vessel","version":"0.7.8","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.8","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"7c9113a7c7d74b46d518bccc0b5503a9868e25a2","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.8.tgz","fileCount":23,"integrity":"sha512-SaMwYJgv/lsVTB+KZ+hR2fG+7q517QZj4KK6zaLFgEc2yOVbjgKKZxvzNiuCK2uX13smPMuR868X2o4NCHlwFg==","signatures":[{"sig":"MEUCIQDMrEXwNRgWghO89DPAVGQjqTjdSgb6zdlCZd28aTQsMAIgTPOSStZfGqpaXZMXw33np2gSjv/JShdzEmg8ChMExEQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301738},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.8.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c1b43a519cc15f2a16756df5b9559d49/opensea-vessel-0.7.8.tgz","_integrity":"sha512-SaMwYJgv/lsVTB+KZ+hR2fG+7q517QZj4KK6zaLFgEc2yOVbjgKKZxvzNiuCK2uX13smPMuR868X2o4NCHlwFg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.8_1733384101220_0.7004866697777836","host":"s3://npm-registry-packages"}},"0.7.9":{"name":"@opensea/vessel","version":"0.7.9","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.9","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"2630f3b9eb56317691e5754f202f5e62b7a7adad","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.9.tgz","fileCount":23,"integrity":"sha512-onhF+2ethq+BYFhbZ2Yq+oEXYvJ68cxaqoL6Ojc1X8HPga7rKAwTDUf0XxanTC5Zofb0h9/t6AF0OR4Fs/m8Og==","signatures":[{"sig":"MEUCIQC+WFreHzKn/LXjzpEntkbOglANtM1c0k34vdT94ScTxwIgGmowzL0FUY6lfj5VGktmqlvDj0ohUddcFLN9Fp1V94s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301743},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.9.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/18631a34aa79e013b595ceb0b7953980/opensea-vessel-0.7.9.tgz","_integrity":"sha512-onhF+2ethq+BYFhbZ2Yq+oEXYvJ68cxaqoL6Ojc1X8HPga7rKAwTDUf0XxanTC5Zofb0h9/t6AF0OR4Fs/m8Og==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.9_1733386484099_0.010443227907852348","host":"s3://npm-registry-packages"}},"0.7.10":{"name":"@opensea/vessel","version":"0.7.10","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.10","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"c403f7a4f1001c5af078580f86c507d56e6e79f1","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.10.tgz","fileCount":23,"integrity":"sha512-20qh4OVjMZc5isAtcEIAxsYMdO5fJFF39MEB6XIAFNBSxDxts4Aw7uy8N2WWr17w7ztMsoBDUDNSQ1guSvlleQ==","signatures":[{"sig":"MEYCIQCWMSdpDuYv8IJjeCmL8MrD29EQ9uVdBMiOGHEYjWdE3gIhAMoA1jbTCgg6ghAitKfJi4jy75V5mofmPDsUGROYlFVN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.10.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ccb7b6b25910ff5617410cad59a3ee71/opensea-vessel-0.7.10.tgz","_integrity":"sha512-20qh4OVjMZc5isAtcEIAxsYMdO5fJFF39MEB6XIAFNBSxDxts4Aw7uy8N2WWr17w7ztMsoBDUDNSQ1guSvlleQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.10_1733417925082_0.6796005678461605","host":"s3://npm-registry-packages"}},"0.7.11":{"name":"@opensea/vessel","version":"0.7.11","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.11","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"2f0542722136142493c9cb21aae4cb4791168e0f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.11.tgz","fileCount":23,"integrity":"sha512-qVv7Oq9W8oJJftdT8WVUheMlEbHUBIUA4FiuXIY3YfVJ2iNOdaUdczX18ciX8uIr2vn7zWia228IgVjIXKWcsg==","signatures":[{"sig":"MEYCIQD8bh82mo2FWD7yleS7VLEBozjtDEay70msVv9rjehNmAIhAKOiMuPOJUsqrfOgtTm9CVzB8OCnfo8B4T6PndtCVarM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.11.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8534c189febd0d85d5ca1ac23f9c81fb/opensea-vessel-0.7.11.tgz","_integrity":"sha512-qVv7Oq9W8oJJftdT8WVUheMlEbHUBIUA4FiuXIY3YfVJ2iNOdaUdczX18ciX8uIr2vn7zWia228IgVjIXKWcsg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.11_1733419399526_0.3542526948572404","host":"s3://npm-registry-packages"}},"0.7.12":{"name":"@opensea/vessel","version":"0.7.12","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.12","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"f357faec1db2f21f6f269d2206ec335e2a8dcbda","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.12.tgz","fileCount":23,"integrity":"sha512-M8H8OR9Wtpnbk5a3CAazSXehjRqNa9ppbueDpXr8TzxBJ5yUNr4lEa0ZHyUzvQ3thHMSOX8Q0Ngj4zJbf/k0dQ==","signatures":[{"sig":"MEQCIG2nN6Mla7JMxPS6n/5/Ab6aaEJkkNUOEpZ5cKIIezZ2AiBZAFA16pmDVCAw30EaZ+vQbpM5WH34WaDS+7FsHRdHqw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.12.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/dacd9fbc7759a5b5265f1e0fc67461f6/opensea-vessel-0.7.12.tgz","_integrity":"sha512-M8H8OR9Wtpnbk5a3CAazSXehjRqNa9ppbueDpXr8TzxBJ5yUNr4lEa0ZHyUzvQ3thHMSOX8Q0Ngj4zJbf/k0dQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.12_1733426586764_0.2620497098722996","host":"s3://npm-registry-packages"}},"0.7.13":{"name":"@opensea/vessel","version":"0.7.13","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.13","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"58eae1415acd06f2da6874c487319936f82fa389","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.13.tgz","fileCount":23,"integrity":"sha512-TDz3JZgHT1vsXtVe1yNL/nvXa2m4jZnYi2cvaGx1sVpkvn45yxQY2pICSK4t3VvK21UDL6H/+P6dsFMHAnBh8g==","signatures":[{"sig":"MEUCIGzmWJQnC7dtJOdIV4wnyaV28f11wK4/2W67RVtl/fSWAiEAjGbz9mtH8nRkr3Z1jcVy7aa91I084HvoxCfqCzk/Ab8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.13.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f0602ab0d0544722c7c40cc05e720a23/opensea-vessel-0.7.13.tgz","_integrity":"sha512-TDz3JZgHT1vsXtVe1yNL/nvXa2m4jZnYi2cvaGx1sVpkvn45yxQY2pICSK4t3VvK21UDL6H/+P6dsFMHAnBh8g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.13_1733428917909_0.7887336329715855","host":"s3://npm-registry-packages"}},"0.7.14":{"name":"@opensea/vessel","version":"0.7.14","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.14","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"a098792fdac1887d87763411e55610abb19e48b0","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.14.tgz","fileCount":23,"integrity":"sha512-ayMC5sqUhMGc4olYWfeKLOkpvvhzhCaH8h9wsYWyAXzHely7hms6BLgGs1GMGbHOlLEn5dZelLEDTMMUfChuZg==","signatures":[{"sig":"MEYCIQDVk8pqojxM9tmuqTpapQAv2JwjWV1kkEcU4EVzfIuWJQIhAKSHeUPL0oePA9egvygxWLFVHhZtgZNGywBAtjyR15yo","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.14.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/2a3d6312972c34c03c670dd8591ca1b9/opensea-vessel-0.7.14.tgz","_integrity":"sha512-ayMC5sqUhMGc4olYWfeKLOkpvvhzhCaH8h9wsYWyAXzHely7hms6BLgGs1GMGbHOlLEn5dZelLEDTMMUfChuZg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.14_1733429367419_0.42681817147102774","host":"s3://npm-registry-packages"}},"0.7.15":{"name":"@opensea/vessel","version":"0.7.15","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.15","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"e468fb40473639d283052a1b19e36884dc003cce","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.15.tgz","fileCount":23,"integrity":"sha512-48SEA/Hdo6+pnPmUkG3c3cRLkT0PG+WQV1O467ev6WQbcieFS4rS0vigDIwjqwgPOXt3JlrMNifsDVhkNlw6lw==","signatures":[{"sig":"MEUCIQCyM0d0jiWvww6V0SKKbEP7AMj7jqPLlvvZZoH5L7ZE2gIgdn6DtlYgY3Ui4e+eJrVCJuESZOXtf6Li31uDrW02ses=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.15.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b9f8cd80746b17f81c94a2bc4b68b710/opensea-vessel-0.7.15.tgz","_integrity":"sha512-48SEA/Hdo6+pnPmUkG3c3cRLkT0PG+WQV1O467ev6WQbcieFS4rS0vigDIwjqwgPOXt3JlrMNifsDVhkNlw6lw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.15_1733431212360_0.8164184149841605","host":"s3://npm-registry-packages"}},"0.7.16":{"name":"@opensea/vessel","version":"0.7.16","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.16","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"c5945b9d6356a2b3434bb3c8821b7605ef96c9f7","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.16.tgz","fileCount":23,"integrity":"sha512-Y5vyLOyM+QYYuGDbHXIwnUDumsODpJnLuI+OccH6/LTiikK6Y82O/sW9gysyGrCXimvIU00j5h9UkCVg1B7o3w==","signatures":[{"sig":"MEYCIQCA0UuH8Ewa0xRtChJRD2Ua7XYqYnedl/xdI7QdxT8aYAIhAKcdqfAN3WRd0+ipLF8kaxko29o2qiTvVTXGIBDdS7vd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.16.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c8714d67c80dbca900add33702e17fd9/opensea-vessel-0.7.16.tgz","_integrity":"sha512-Y5vyLOyM+QYYuGDbHXIwnUDumsODpJnLuI+OccH6/LTiikK6Y82O/sW9gysyGrCXimvIU00j5h9UkCVg1B7o3w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.16_1733433856432_0.036206035351131094","host":"s3://npm-registry-packages"}},"0.7.17":{"name":"@opensea/vessel","version":"0.7.17","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.17","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"5f9dbf2e308d8266e7587659b3518d216c99f847","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.17.tgz","fileCount":23,"integrity":"sha512-ztLMoTWDCocZJKzi8iccr+w/j619vV/h4eNPMmUkF3wYnZ2dwDC3bqqKFchZI6hmM27iYULJ7XxYEsDzShfM/g==","signatures":[{"sig":"MEUCIQCMCeIiJRDqNN9Ikz5VmlnFQ7abcQ6D2sfK4+KTAOjr1wIgL+JR6bVnFPKclpWxg1M1kLPqqWuo58bDzQS0arYW0fg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.17.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c156f50306ea27227645ae04b588c4fc/opensea-vessel-0.7.17.tgz","_integrity":"sha512-ztLMoTWDCocZJKzi8iccr+w/j619vV/h4eNPMmUkF3wYnZ2dwDC3bqqKFchZI6hmM27iYULJ7XxYEsDzShfM/g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.17_1733434347933_0.9141189336396336","host":"s3://npm-registry-packages"}},"0.7.18":{"name":"@opensea/vessel","version":"0.7.18","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.18","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"1a06372887d78eb3adf1a8cbb038c31c56f550fa","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.18.tgz","fileCount":23,"integrity":"sha512-XRSIjrqR86iWyaZGHQ/R7SEDHj8FL1XQ97lSQgO6seSXHR+ZH/r9ffpB73iT5xaxUXxj8YUQ8tFkgO6ziGwSUw==","signatures":[{"sig":"MEUCIGSqPi2Sd1I0fwo2owSh70kfN0/GAC60GoYwpJvwSDfMAiEA3yQoQTGE+JxeW1DuKOT9MZr9RF0BZxILAZCcVIQrocE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.18.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/4d7896df570e546df906073c32e26d59/opensea-vessel-0.7.18.tgz","_integrity":"sha512-XRSIjrqR86iWyaZGHQ/R7SEDHj8FL1XQ97lSQgO6seSXHR+ZH/r9ffpB73iT5xaxUXxj8YUQ8tFkgO6ziGwSUw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.18_1733506802566_0.5509930120308812","host":"s3://npm-registry-packages"}},"0.7.19":{"name":"@opensea/vessel","version":"0.7.19","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.19","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"f3400b12108f1d7b26d7a87f9bb3f4f45ffe9b32","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.19.tgz","fileCount":23,"integrity":"sha512-rdp1osgXdyDxt+9mUc6CbNhrMYmTKYdPYVA1eK7VgLhJlGvUtxB4Tth3QBRx+GlPKY7lzoJhjVdABxCMpIrYsg==","signatures":[{"sig":"MEUCIQD383d2cFhz9ZyehoyF6aSRH60Ja0pwOTPA/KMt3BTlNgIgNXgTwuBwnb9BQyjwu1E3I3SHQpXLfMu59RP7+ug73gE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.19.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/178cef42b8d129a40b101644043d658a/opensea-vessel-0.7.19.tgz","_integrity":"sha512-rdp1osgXdyDxt+9mUc6CbNhrMYmTKYdPYVA1eK7VgLhJlGvUtxB4Tth3QBRx+GlPKY7lzoJhjVdABxCMpIrYsg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.19_1733507248327_0.8205598620932373","host":"s3://npm-registry-packages"}},"0.7.20":{"name":"@opensea/vessel","version":"0.7.20","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.20","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"b7049b905c48183d1aa7d6e27b83675943d1b559","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.20.tgz","fileCount":23,"integrity":"sha512-ZYJL0HMdewJN642EMpMibGpxWAlZKR6vISvzwm+icisNo6lTMQcbvW9+V5BCkWotgS6qAqYbcC1357FEoau7zg==","signatures":[{"sig":"MEUCIQCRzCzgAce1E5W6WY5IbNYjDXxKe621O4LQMHQyQl5RIAIgSJYHayf91UOfa8qJ00ouUe0nLyAHrAlwq79a1QTBY08=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.20.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/95ca87ce9a083a38f02a84b59a4c5ab8/opensea-vessel-0.7.20.tgz","_integrity":"sha512-ZYJL0HMdewJN642EMpMibGpxWAlZKR6vISvzwm+icisNo6lTMQcbvW9+V5BCkWotgS6qAqYbcC1357FEoau7zg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.20_1733511817032_0.6007670902995179","host":"s3://npm-registry-packages"}},"0.7.21":{"name":"@opensea/vessel","version":"0.7.21","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.21","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"701c6385ab0bb1041bdd2a68028f67177ac7d767","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.21.tgz","fileCount":23,"integrity":"sha512-h+9GTn2CNpVr554iZ33qBIiIHUmmYo97XOqvli9PFvSiMc3noTR6Hb5tc/EzPGBZy/HUL/fzxknRyWhno/e22w==","signatures":[{"sig":"MEUCIQCn+565SYhKA91X+NcbqyMCticKutIo3MAYUKVNQQtkXAIgMJeFOEtABGSbwVbK+FJkWUj9/yUhbLplm+jXjrZgt3o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.21.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/43c69941928f41658b112f8dc5f08c7b/opensea-vessel-0.7.21.tgz","_integrity":"sha512-h+9GTn2CNpVr554iZ33qBIiIHUmmYo97XOqvli9PFvSiMc3noTR6Hb5tc/EzPGBZy/HUL/fzxknRyWhno/e22w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.21_1733512040547_0.8054358637695707","host":"s3://npm-registry-packages"}},"0.7.22":{"name":"@opensea/vessel","version":"0.7.22","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.22","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"5155e6e5172dfb67803140fd6d67e8efd2f0cc5f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.22.tgz","fileCount":23,"integrity":"sha512-RZhAY0jQHXXsEyrV9shIA+DOvZ5KtLGFRXFmhcntB/db6LRYcTZXud0NOLoLO5gJ9mGYvOhm9bjGXPfyQtP2Jg==","signatures":[{"sig":"MEYCIQCOitOvJUkifT/Q4vOvk+ilbOa0DInBCbFD2Xk5tByYagIhAPGYEVUXbCh0a2Zn0SNEiuE6y4a2tLGK0NIM78HEwcfc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.22.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/1cd4b27a79091c798e9a9eeaf3758bc1/opensea-vessel-0.7.22.tgz","_integrity":"sha512-RZhAY0jQHXXsEyrV9shIA+DOvZ5KtLGFRXFmhcntB/db6LRYcTZXud0NOLoLO5gJ9mGYvOhm9bjGXPfyQtP2Jg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.22_1733516972190_0.6888111453361805","host":"s3://npm-registry-packages"}},"0.7.23":{"name":"@opensea/vessel","version":"0.7.23","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.23","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"341fc95b8d70a27d9c7d7c67fb37a15720779fd5","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.23.tgz","fileCount":23,"integrity":"sha512-AhbEQvcUKMEer7705ggtksXMRGDTKOroGVmtCn5c5nR/ZaPzM4xdtap/yvBZ8/wVsU4MdyV+6XgXVZrB5BhadA==","signatures":[{"sig":"MEQCIAiMgUYaA7IF4EXjSgFBgz+RSSe3NwAOr3ceq6jlr+ZJAiB6qZqdj9+xOmOFd5dyH2oR1gQY5mzY3aKeIjPXUESOWg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.23.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/41c283efdbad3604c1d4416f62418d4f/opensea-vessel-0.7.23.tgz","_integrity":"sha512-AhbEQvcUKMEer7705ggtksXMRGDTKOroGVmtCn5c5nR/ZaPzM4xdtap/yvBZ8/wVsU4MdyV+6XgXVZrB5BhadA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.23_1733716083083_0.8278795927490581","host":"s3://npm-registry-packages-npm-production"}},"0.7.24":{"name":"@opensea/vessel","version":"0.7.24","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.24","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"1be96843f719d4a6eb5454bf3d4bdca4f89497bd","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.24.tgz","fileCount":23,"integrity":"sha512-QZHYzH6oY0wy8XWrJon9A+mnO+dCBE+wHrpdbD/FEizxAFlnR+AWyfwO6g00oORY0bqfesBE1srtQEu7hb2rIw==","signatures":[{"sig":"MEQCIDWGx0B6uYLzxYMt/ZAm9v4VH+QScxkIL2Qw2v66BRrBAiAHkPyeSFCXTmll7GmJ+XRPJHVR5I50oPE7DNAiu97zuA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.24.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/3ab45a41d701cb23a39f503fd919a4c6/opensea-vessel-0.7.24.tgz","_integrity":"sha512-QZHYzH6oY0wy8XWrJon9A+mnO+dCBE+wHrpdbD/FEizxAFlnR+AWyfwO6g00oORY0bqfesBE1srtQEu7hb2rIw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.24_1733720642920_0.696865790601958","host":"s3://npm-registry-packages-npm-production"}},"0.7.25":{"name":"@opensea/vessel","version":"0.7.25","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.25","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"c8e0ae4dddb1e1f81dba368b80bae71040f46819","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.25.tgz","fileCount":23,"integrity":"sha512-TnqJYNRZvOkwnn1YSZGibAfiWyhkKU1IsJff+Rxz9rh/IkKoz+T6YI9Zr8gq+iN5I7ggF1RbyD1/E9pnsTPXLg==","signatures":[{"sig":"MEYCIQDVuRUCpzDaTY5umZfmriBfw3OnYVVQY3+DdHQ2sARB0QIhANEr2pnEEqySNr+CN2JvRaoaJFkwy6cPecVpNY9D/TLp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.25.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/7b849af6420f1251b1159363a1bb078a/opensea-vessel-0.7.25.tgz","_integrity":"sha512-TnqJYNRZvOkwnn1YSZGibAfiWyhkKU1IsJff+Rxz9rh/IkKoz+T6YI9Zr8gq+iN5I7ggF1RbyD1/E9pnsTPXLg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.25_1733738183185_0.7215583793425147","host":"s3://npm-registry-packages-npm-production"}},"0.7.26":{"name":"@opensea/vessel","version":"0.7.26","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.26","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"3fd051630da7082bd4b0e5bb9415457d996d2b2c","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.26.tgz","fileCount":23,"integrity":"sha512-UxbwfxjCbCHq2oZmx9lOc3G6Meoq4yo3vbX2iH8PDZPfCp+wlnpm/HFEguY9kZBwbfuqzYtEJWrp7nI/2GywIg==","signatures":[{"sig":"MEYCIQCRZ3RmACuD3OyAzt9O70Y5Q93gZXXoDWOt6OcLLxeUHgIhAOjsZYSIAQknN4SSEzm+3CYzczqu92p0c9WFZYZHY+hd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.26.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/120d8fdee118a2bffc0088c39c1f6ebc/opensea-vessel-0.7.26.tgz","_integrity":"sha512-UxbwfxjCbCHq2oZmx9lOc3G6Meoq4yo3vbX2iH8PDZPfCp+wlnpm/HFEguY9kZBwbfuqzYtEJWrp7nI/2GywIg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.26_1733738377438_0.9210993566285255","host":"s3://npm-registry-packages-npm-production"}},"0.7.27":{"name":"@opensea/vessel","version":"0.7.27","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.27","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"2a1863c9710aade7fc650ad65552c54034202373","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.27.tgz","fileCount":23,"integrity":"sha512-NgPHLZd9ef113qavUxLC10V6NUpQAq0ld+HnEEeGp05tU/pcVVt5P4+uK2Mqo1O2rnCIue/fI1O8VEhEFPeqWg==","signatures":[{"sig":"MEUCIHPp307AuPWvkbjFZTYgueytE0uF/TemOLMoB1V+7HWkAiEA1F4+ixBGRzWJTPdbqrcFdLdj+OTQ++wHm8GDayFMAjI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.27.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/71833fa7fec3b94f9899044b1064cb77/opensea-vessel-0.7.27.tgz","_integrity":"sha512-NgPHLZd9ef113qavUxLC10V6NUpQAq0ld+HnEEeGp05tU/pcVVt5P4+uK2Mqo1O2rnCIue/fI1O8VEhEFPeqWg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.27_1733743699797_0.7641403023162563","host":"s3://npm-registry-packages-npm-production"}},"0.7.28":{"name":"@opensea/vessel","version":"0.7.28","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.28","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"16b502257db2cc2d88117c13dcc79d3131125f13","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.28.tgz","fileCount":23,"integrity":"sha512-vqaTqxCjMuoibqUk5S1Fc6kqO4RQEg4IfhhvD0BPCnWabAC5R8SOjAcuRg5nYke1+T1Wnah8SxxCCOFgVj17eg==","signatures":[{"sig":"MEYCIQCqi1Q/JhgDyWr4ahNRvxUasPvV2eG/16IqONAljXqYzQIhAOanTwmHWz4sQ7QfORzG/li5KSGM184tdUf++tszkUnl","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.28.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/094176d445dbd0d13991a02c15a67c2e/opensea-vessel-0.7.28.tgz","_integrity":"sha512-vqaTqxCjMuoibqUk5S1Fc6kqO4RQEg4IfhhvD0BPCnWabAC5R8SOjAcuRg5nYke1+T1Wnah8SxxCCOFgVj17eg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.28_1733747517288_0.876015631182409","host":"s3://npm-registry-packages-npm-production"}},"0.7.29":{"name":"@opensea/vessel","version":"0.7.29","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.29","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"82d7817163b690850d4d5eb2ccdba63b76d91c3b","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.29.tgz","fileCount":23,"integrity":"sha512-FajOq/Q/Fpgu2/w2662C+w9b3HYhswgaZitaARTvvriuXdcjCnxl6uUnzQJ51OHv3ynvINkfk4f8demqGW2OKg==","signatures":[{"sig":"MEUCIEHwr03mXZ3E7JbeZ0mkwPyFg344WBNlMePiP8mXtGwuAiEAjxtpSf8zdWvCeTuGxfAyCV4DImdzEbnnfpt4y9+a/+k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.29.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/551edfde223362f1ecd6089153dee5e8/opensea-vessel-0.7.29.tgz","_integrity":"sha512-FajOq/Q/Fpgu2/w2662C+w9b3HYhswgaZitaARTvvriuXdcjCnxl6uUnzQJ51OHv3ynvINkfk4f8demqGW2OKg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.29_1733759835981_0.5849054828121125","host":"s3://npm-registry-packages-npm-production"}},"0.7.30":{"name":"@opensea/vessel","version":"0.7.30","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.30","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"b6cacae82ae0b5a3d51dfe38e87f455dd53bf17d","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.30.tgz","fileCount":23,"integrity":"sha512-nb74DTTzM7fGDrhD36Y9Gly+4d9cP/QNhVxawRzRcDn1mRnTxZeT6K2Pea/NNGpQoyeLk5mdhOZlGSITANKkbQ==","signatures":[{"sig":"MEUCIQDtDSlRgA2jYNHAUJzu9rzgmfpnApbuKXInaPmwI2MzagIgZMaxRkeFWuN1A+GET0u4j92SkKkRLRUGaEAQshdYyn8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.30.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/252ea66311b27cf646da3957776342a6/opensea-vessel-0.7.30.tgz","_integrity":"sha512-nb74DTTzM7fGDrhD36Y9Gly+4d9cP/QNhVxawRzRcDn1mRnTxZeT6K2Pea/NNGpQoyeLk5mdhOZlGSITANKkbQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.30_1733769232725_0.5716464053764816","host":"s3://npm-registry-packages-npm-production"}},"0.7.31":{"name":"@opensea/vessel","version":"0.7.31","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.31","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"e3c04db498ef70b5fe5dbabef132a4876734ceeb","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.31.tgz","fileCount":23,"integrity":"sha512-pZ2yY5cMSgC0KhZv+jMpXBpPuX50JornWjLnKUpeEDVRBOJoLihCCbh0P75+N1k4ID3GzNsKTroxA3hl6dJuXw==","signatures":[{"sig":"MEUCIAY/XLzHhkHzj3HVgFTghKKlQwPRUkCUzknzmI03W9Q5AiEAvZlsKlvPbTNckprMHDBpLpQl4RBd67Y/EokI+QKSDFk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.31.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/eb0c84adbb266d12e97f91621ecc6d56/opensea-vessel-0.7.31.tgz","_integrity":"sha512-pZ2yY5cMSgC0KhZv+jMpXBpPuX50JornWjLnKUpeEDVRBOJoLihCCbh0P75+N1k4ID3GzNsKTroxA3hl6dJuXw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.31_1733769871194_0.25535214704778864","host":"s3://npm-registry-packages-npm-production"}},"0.7.32":{"name":"@opensea/vessel","version":"0.7.32","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.32","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"17339fa7a6ca9c313477e2701945689d04b2e148","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.32.tgz","fileCount":23,"integrity":"sha512-5BtPAkjkZLBX/Vxob2zmWBH+eYasOkimoTcJPTXUswaPg5ytmlWuM5zLDCQ5xZojIn7aHlDoo1ev5JnHnTsXRw==","signatures":[{"sig":"MEUCIQDpMbbzW4cUzZhL8ziQbvUhJlseFvC4qkb0oGvcvkdbBQIgY7iBh2ULKG/maJTp6ztz2DNnx3n4LSXjgToXDuGDKoc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.32.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/0ef02dcc06fa2227e62ca7957af15eac/opensea-vessel-0.7.32.tgz","_integrity":"sha512-5BtPAkjkZLBX/Vxob2zmWBH+eYasOkimoTcJPTXUswaPg5ytmlWuM5zLDCQ5xZojIn7aHlDoo1ev5JnHnTsXRw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.32_1733771857360_0.5996860444002245","host":"s3://npm-registry-packages-npm-production"}},"0.7.33":{"name":"@opensea/vessel","version":"0.7.33","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.33","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"8d84c90f95f86202ab744f9939490f6d300c18a9","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.33.tgz","fileCount":23,"integrity":"sha512-Ju39I5JPdxFH0XcVccQZosxfDDoow5MR8KbHImOsKs7EEP1etfIYEGn/hzTkHycKvMKa+YV2GGhdF2P4TIsEuQ==","signatures":[{"sig":"MEQCIHvHh6pg1u2lQXkseAIrtrGr7iJnW/Ehn5FfG+GqD+2PAiBN0DbHtp2kZ9dTU9KjThB15FcNTNbGScho56a14jk1ow==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.33.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/09c6644054e2064eaa8ee7c1496b73bd/opensea-vessel-0.7.33.tgz","_integrity":"sha512-Ju39I5JPdxFH0XcVccQZosxfDDoow5MR8KbHImOsKs7EEP1etfIYEGn/hzTkHycKvMKa+YV2GGhdF2P4TIsEuQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.33_1733780197142_0.8634428843573714","host":"s3://npm-registry-packages-npm-production"}},"0.7.34":{"name":"@opensea/vessel","version":"0.7.34","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.34","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"aabe0bd93054113753e24a6269eaffa5c4bd3043","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.34.tgz","fileCount":23,"integrity":"sha512-Lf8hxjgc4y1V7gml60QdXmrMFxDe4eNKoIWLuC1TDER/OnAFgmmS5gp/CEp6Vggd+cIk6QrqOOGccR9sHawX9A==","signatures":[{"sig":"MEQCID2cZm9D1VrtPyMhiJnwTJQG8nFbSE9sJ9tb+WJ3KRDmAiATGUjvjoJ0Pn75c21RyWvgZ+eKhhoGsUe/CeC1paEUIQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.34.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/fc1077ee78065f405424d03eaa2ffeac/opensea-vessel-0.7.34.tgz","_integrity":"sha512-Lf8hxjgc4y1V7gml60QdXmrMFxDe4eNKoIWLuC1TDER/OnAFgmmS5gp/CEp6Vggd+cIk6QrqOOGccR9sHawX9A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.34_1733797837042_0.9725737905304934","host":"s3://npm-registry-packages-npm-production"}},"0.7.35":{"name":"@opensea/vessel","version":"0.7.35","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.35","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"8de45c31bf815e25de068f8c66c944ef1554c46c","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.35.tgz","fileCount":23,"integrity":"sha512-sH8UIhl/rABMPw+/K7eRm9vBq+9emr5txxnucRTlnvMKl/TE6Uwx1JZ4Xtyt5vcXx9BO7Oy5e7cb/U63HDO0FA==","signatures":[{"sig":"MEQCIAExqSWS5EbmfTeRh5wlnhXef/Mw2N1EyaiB7niy502FAiAkvMxl0lqIRgmqLXAdqpidq6BaNHmHLcWRzoUz9Ki4pw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.35.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/986aa358523b428fc962a03c18287cab/opensea-vessel-0.7.35.tgz","_integrity":"sha512-sH8UIhl/rABMPw+/K7eRm9vBq+9emr5txxnucRTlnvMKl/TE6Uwx1JZ4Xtyt5vcXx9BO7Oy5e7cb/U63HDO0FA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.35_1733825546158_0.34643158334419755","host":"s3://npm-registry-packages-npm-production"}},"0.7.36":{"name":"@opensea/vessel","version":"0.7.36","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.36","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"85e1e6effa1b9e8030e93c16b96ff8a14ae1fcf8","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.36.tgz","fileCount":23,"integrity":"sha512-o+9uNfgdyOb/zaaUt1iHsstA+XVfo3wKO5JyKOZn++V0yO4ip9TN/DC1x7N66vg3YZ9o8Mq5Fy4X8KxI5s8w8w==","signatures":[{"sig":"MEUCIQCqYNOoxPkHt4vU/jlRvhdTpUM5r46cJOy0y77/apTj/AIgIQ/Vh60SxBTmkVBJ4xor/27cxBOMCFjlLK5dWD5AkHE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.36.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c248393d929b463c85eebd12e5fd1ce1/opensea-vessel-0.7.36.tgz","_integrity":"sha512-o+9uNfgdyOb/zaaUt1iHsstA+XVfo3wKO5JyKOZn++V0yO4ip9TN/DC1x7N66vg3YZ9o8Mq5Fy4X8KxI5s8w8w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.36_1733847565864_0.9836465565483026","host":"s3://npm-registry-packages-npm-production"}},"0.7.37":{"name":"@opensea/vessel","version":"0.7.37","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.37","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"062ed19074be77fd10f19a75b4bed458181501a3","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.37.tgz","fileCount":23,"integrity":"sha512-Kvs3SFDGK77RE3cybSvW3XUNPciRa1UUzZyu+h8NvYP2gqgLoDICA3EF+prye3vF1Nh0HO7KilsOJSb1lZ0/pQ==","signatures":[{"sig":"MEQCICQqzZjxXIVS+MTuvPWVmQvacoyv1Zhehwl2sUavfRZfAiAdSsBpErDwbhn1arHJ2GP1sUlxcLEn5czGGFgONYTp3A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.37.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/3f1d9c591f7932237f90613ff9d3e681/opensea-vessel-0.7.37.tgz","_integrity":"sha512-Kvs3SFDGK77RE3cybSvW3XUNPciRa1UUzZyu+h8NvYP2gqgLoDICA3EF+prye3vF1Nh0HO7KilsOJSb1lZ0/pQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.37_1733848786325_0.3703430500957885","host":"s3://npm-registry-packages-npm-production"}},"0.7.38":{"name":"@opensea/vessel","version":"0.7.38","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.38","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"1422a2003048af051b50155245ca1bcfaf2f6b49","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.38.tgz","fileCount":23,"integrity":"sha512-vusyc/nn4MiwsCxCkwJS+uUNN7OnwYcRzabFaqq4R2TY8Cv744zj00jKDEgMmrGymXuNXyrDREoHEfk/apn8Bg==","signatures":[{"sig":"MEUCIQDFUl2oHqsgJSraw96+UyWhgnSnSffmbccStJV1d+oqzQIgSqJ0Rj6CNs+7lfAuwULFUsy3Gd+7ycjk6k5BPSaAdPY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.38.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/addf946b13407f770c93b7ec2a1545dd/opensea-vessel-0.7.38.tgz","_integrity":"sha512-vusyc/nn4MiwsCxCkwJS+uUNN7OnwYcRzabFaqq4R2TY8Cv744zj00jKDEgMmrGymXuNXyrDREoHEfk/apn8Bg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.38_1733855428012_0.730056916310897","host":"s3://npm-registry-packages-npm-production"}},"0.7.39":{"name":"@opensea/vessel","version":"0.7.39","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.39","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"cc134ac80d83fafa1f507c7d6ec9ba033e66471e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.39.tgz","fileCount":23,"integrity":"sha512-HzGBqD/J4S4O0vbcu4A6GTvVUK0WkL9GsIduJ6YNBHCzYDidL6+5Db9Xa3ZBGiSN/gtGDvFTe6gkeLSV67T2iw==","signatures":[{"sig":"MEUCIFtI7NSjSwCm5IcA+YSw41L8Q8poRyaLGnbGpahBxqCUAiEAgoqqGR/3gldIbjj5oGazmtEQ282PM9XhL9NVaVLQ3zk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.39.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f7a87f8e777450fca885bd1ea564213e/opensea-vessel-0.7.39.tgz","_integrity":"sha512-HzGBqD/J4S4O0vbcu4A6GTvVUK0WkL9GsIduJ6YNBHCzYDidL6+5Db9Xa3ZBGiSN/gtGDvFTe6gkeLSV67T2iw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.39_1733859414237_0.47179279162233523","host":"s3://npm-registry-packages-npm-production"}},"0.7.40":{"name":"@opensea/vessel","version":"0.7.40","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.40","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"fe3d313ffbf5a06d3d30e707837b6a4496c9920c","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.40.tgz","fileCount":23,"integrity":"sha512-DHeZhpfAOktBA1lwh2NM+jPe4n9mL5G8iJbhxgBd61Cf4gv46XwET20XVVEMzmtt2XsghhrEhiwEQZ3mLuaomw==","signatures":[{"sig":"MEUCIQCs2rZ0gXSqZgzYnvxXkK8AR4c7/8JCU+t2920bMHEEjQIgcOI56dJ7bngzmHErVy1APMv49V36m9ec4oD7SvHGwPc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.40.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f6cc68ba0d20598d9a21612934588e21/opensea-vessel-0.7.40.tgz","_integrity":"sha512-DHeZhpfAOktBA1lwh2NM+jPe4n9mL5G8iJbhxgBd61Cf4gv46XwET20XVVEMzmtt2XsghhrEhiwEQZ3mLuaomw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.40_1733861351634_0.3828492804269248","host":"s3://npm-registry-packages-npm-production"}},"0.7.41":{"name":"@opensea/vessel","version":"0.7.41","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.41","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"6780b9caaf9df1fec224a4d42f2e360d62d3d816","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.41.tgz","fileCount":23,"integrity":"sha512-cVzyZFnqDmP7NlIDpWdkmXbUN4QBgEak1meIybBCh1hGX86rlJfjgEZ6GzEsoVY3HolFfcdPIR9fB2wI4O9uDQ==","signatures":[{"sig":"MEUCIG+2qJjfNQq6B57azx2gap6fta4QtUKfaRRUCJLUnJd+AiEAwQ13ZXISh8xisq/S9Vj5M/9iLUWuWb0+szl26ZXHmEo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.41.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8352fa8738bac21f08ed1555e555c082/opensea-vessel-0.7.41.tgz","_integrity":"sha512-cVzyZFnqDmP7NlIDpWdkmXbUN4QBgEak1meIybBCh1hGX86rlJfjgEZ6GzEsoVY3HolFfcdPIR9fB2wI4O9uDQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.41_1733863015777_0.5192817006725601","host":"s3://npm-registry-packages-npm-production"}},"0.7.42":{"name":"@opensea/vessel","version":"0.7.42","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.42","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"b990f5d6113daf8fc8e261f606019654b8375282","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.42.tgz","fileCount":23,"integrity":"sha512-KuDGv1C3rf51ZecySwdrVVqVljUbCXa5e0UfJn8XSER6cr/Abc2n1K5L1W83zHyile560ReNX7fnTO+F5dcSqQ==","signatures":[{"sig":"MEUCIDYN8p6Do9hsyKB3MnLLjOAV1pvxXgGaKWRk9s+nQSxeAiEAivZT+IfHPY0wORjJzmb3BXK4wvJ6koMJ6hajhpjQwPQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.42.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5352fc4edf84201d491956b1c52b3fde/opensea-vessel-0.7.42.tgz","_integrity":"sha512-KuDGv1C3rf51ZecySwdrVVqVljUbCXa5e0UfJn8XSER6cr/Abc2n1K5L1W83zHyile560ReNX7fnTO+F5dcSqQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.42_1733865298250_0.8563867861969332","host":"s3://npm-registry-packages-npm-production"}},"0.7.43":{"name":"@opensea/vessel","version":"0.7.43","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.43","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"2b8933a0049c2df4caf1628d293fbd62a6a8d69f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.43.tgz","fileCount":23,"integrity":"sha512-xoreo2uldgxC36is2+A7kN/yZRhbZ3zIE5TyywIdCu33nDNZt+RDP57/TVanFGSOK7DdTmxWjUBXbMsSC+mBiQ==","signatures":[{"sig":"MEUCIQCjkhU3xkIfHFAeI+du7EPdyXyMBnZi3lDvUX8W2IxVuAIgTjxZ86vBYsAyiAC/aR5IYKu88AvlMl90T/0Glp9HrkE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.43.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5a7d4aa31c035e9cd4d0951b16580baa/opensea-vessel-0.7.43.tgz","_integrity":"sha512-xoreo2uldgxC36is2+A7kN/yZRhbZ3zIE5TyywIdCu33nDNZt+RDP57/TVanFGSOK7DdTmxWjUBXbMsSC+mBiQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.43_1733877521877_0.0562787869145136","host":"s3://npm-registry-packages-npm-production"}},"0.7.44":{"name":"@opensea/vessel","version":"0.7.44","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.44","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"c332c3cff769c0d5f775128a04ae63f1f5f44556","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.44.tgz","fileCount":23,"integrity":"sha512-+L/2sB3K79axvMyjmTJ+TOUOUH56CfXc0BXZ2Kh49JR5Q8tGsP8SBAd+VzEVfGfLTkTf0LV/Evo6SvsfAVUjUQ==","signatures":[{"sig":"MEQCIF+BAG489Okw0LqTVo/mdyBliPu8hylbnT8Gt3Je6ifhAiABvA//NqeNVc2N2kyLn9c7BeqTtB/89ajR9804iyaDUg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.44.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f91e71d026800e9a3fe8909d01562496/opensea-vessel-0.7.44.tgz","_integrity":"sha512-+L/2sB3K79axvMyjmTJ+TOUOUH56CfXc0BXZ2Kh49JR5Q8tGsP8SBAd+VzEVfGfLTkTf0LV/Evo6SvsfAVUjUQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.44_1733942211288_0.44217280634745126","host":"s3://npm-registry-packages-npm-production"}},"0.7.45":{"name":"@opensea/vessel","version":"0.7.45","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.45","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"60845fd3b422fb765c6491dd30962035bf0e8784","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.45.tgz","fileCount":23,"integrity":"sha512-mBvTykyeSn7u22KZkgY4WG9fhtk9fHyy9AKmeLE/TqCRKsbxbfpGS/bJ2A7C47LswzJIkgk/7zs+M0YzjtbMEA==","signatures":[{"sig":"MEUCIG+MUcuNm9QNFA/4acPapi/Ul/HkaMQR+7XjMUhzD8pVAiEA2Ocij0+g2psB23FKuUPeKuza3oKHRvmsneLnRGuTsRY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.45.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/77dde9f40da7c87d961b638487e14bfa/opensea-vessel-0.7.45.tgz","_integrity":"sha512-mBvTykyeSn7u22KZkgY4WG9fhtk9fHyy9AKmeLE/TqCRKsbxbfpGS/bJ2A7C47LswzJIkgk/7zs+M0YzjtbMEA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.45_1733944266520_0.7473053586415797","host":"s3://npm-registry-packages-npm-production"}},"0.7.46":{"name":"@opensea/vessel","version":"0.7.46","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.46","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"fbdaa53a2c945e0e9c34bb0495c1d7b96a30565c","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.46.tgz","fileCount":23,"integrity":"sha512-exKfM/lTWVqkLJmPxp1ARFn+Fflox1cwjYTCX7dLACzsYCbsd9Ba/btx/CijT+0WgP/9+IIvZxhdKQJLE7SuUA==","signatures":[{"sig":"MEUCIQD9b+5G+7uj0kpjaGShXeOycpzXgakGbpVLZh5ZtHWLugIgR5KEGpiIqMpPJZFL9+r4OqLkJq5iTCtqJxCa9JZPKQ8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.46.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e8551a8f881a821328e490d6fae8ca9a/opensea-vessel-0.7.46.tgz","_integrity":"sha512-exKfM/lTWVqkLJmPxp1ARFn+Fflox1cwjYTCX7dLACzsYCbsd9Ba/btx/CijT+0WgP/9+IIvZxhdKQJLE7SuUA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.46_1733947746319_0.2629734413453313","host":"s3://npm-registry-packages-npm-production"}},"0.7.47":{"name":"@opensea/vessel","version":"0.7.47","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.47","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"5fd26e08d50d82388eb93fb9729bd1f08fd47342","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.47.tgz","fileCount":23,"integrity":"sha512-jtYZc7Ylzfyylw7RRuWjr+rzc5cDTFFnbnPxy5EmaoRaeBdtWhQv8zmwkKcvzyqV4OqwRuMxwb7QOZUXhFL8Pg==","signatures":[{"sig":"MEUCIQDv1OPLV3QA3OP5FfxVlSOnTfo6OCxuityC5VFhqbLaqQIgbx2hA9JCFmBdXcGv4DyBnzKJrlY1E6U7bVQkUhibPxY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.47.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e829bb7935d14f77f7ce499080972b20/opensea-vessel-0.7.47.tgz","_integrity":"sha512-jtYZc7Ylzfyylw7RRuWjr+rzc5cDTFFnbnPxy5EmaoRaeBdtWhQv8zmwkKcvzyqV4OqwRuMxwb7QOZUXhFL8Pg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.47_1733959002169_0.28503098243224967","host":"s3://npm-registry-packages-npm-production"}},"0.7.48":{"name":"@opensea/vessel","version":"0.7.48","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.48","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"d01e40e3573b5800e4267ee65b1f161267c3be55","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.48.tgz","fileCount":23,"integrity":"sha512-FvKLyZK6lidKSNUa/OgekLgXtjzREIGIKRKuvLnR7aZP4bkdj7lWJ2BI+wjzZW9/JmeXYaokg67S9yhijYKMSg==","signatures":[{"sig":"MEYCIQDdU5Yx6Rb/gAywEvKeSMfeN9BAQDKpqHXXgiSFwQO3VAIhALcaOaWO+LJvtePU9kbvmpqftLmCmNwqPRvd/XSLNoFz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.48.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/6ce540cc0b0fa35c33a221731200b7d0/opensea-vessel-0.7.48.tgz","_integrity":"sha512-FvKLyZK6lidKSNUa/OgekLgXtjzREIGIKRKuvLnR7aZP4bkdj7lWJ2BI+wjzZW9/JmeXYaokg67S9yhijYKMSg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.48_1733968127084_0.007653958910046832","host":"s3://npm-registry-packages-npm-production"}},"0.7.49":{"name":"@opensea/vessel","version":"0.7.49","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.49","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"7327ce02126bad863ddc73501afe2b51c5ef9fd1","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.49.tgz","fileCount":23,"integrity":"sha512-LaLWxxEvJNpte0XHFcBUWwVlsP8VsVd+yr3hZoX4289RilCxs71Ut7q5Wab+MAbt2R4YMJis9jTWli0dIdevyw==","signatures":[{"sig":"MEQCIFa7vV35ZOG8j/K+E1NVt/yoju3jgvMpen5W/qkF1QyRAiAt62L22CxCtj7mL3opq7ni2/nafKfd5EjyvCFaEUO8hA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.49.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d7d75929094d6dbacf3a428cdc5ccad3/opensea-vessel-0.7.49.tgz","_integrity":"sha512-LaLWxxEvJNpte0XHFcBUWwVlsP8VsVd+yr3hZoX4289RilCxs71Ut7q5Wab+MAbt2R4YMJis9jTWli0dIdevyw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.49_1733977289272_0.8146756819215608","host":"s3://npm-registry-packages-npm-production"}},"0.7.50":{"name":"@opensea/vessel","version":"0.7.50","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.50","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"87858e8eed8d474d02cbe14ce268e6a4e4693a95","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.50.tgz","fileCount":23,"integrity":"sha512-tM5V4THNrmqi0ZHphFzI1/KCu9p1g57ogtEjMGcvxPbOe/05NDrB6//VYgm04pIu7WwIk1y2Z2AHvdfLcYiEjw==","signatures":[{"sig":"MEYCIQDib3VsxbQBrEd1fE2Dww30OD2CKSyEGL7o5OE4L6vbnAIhANWRoFL3gDEZeJYkSW2Lp3eGxFYe2b+gZnYcUDZERckV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.50.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8ec63372ec7a2487d074a3b5664f9c30/opensea-vessel-0.7.50.tgz","_integrity":"sha512-tM5V4THNrmqi0ZHphFzI1/KCu9p1g57ogtEjMGcvxPbOe/05NDrB6//VYgm04pIu7WwIk1y2Z2AHvdfLcYiEjw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.50_1734019023959_0.10509561756079466","host":"s3://npm-registry-packages-npm-production"}},"0.7.51":{"name":"@opensea/vessel","version":"0.7.51","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.51","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"306be2f748d5944febcafdea690e87bece0181c0","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.51.tgz","fileCount":23,"integrity":"sha512-CbWYaiR2L1ZJwIhFURcvBIhWOyzwG78jg14TJDTFejWFXfsUBOCjC0J5MqHjEd5/r2LYJXye2TEl11Sx+oS8ow==","signatures":[{"sig":"MEYCIQCMuIz4P0DUrZM9eLGmh+df/RyV4CI+kl8dawAQHF4m+QIhAIRTw9Z3/A+sMwG/bZ3e94H0PJcUsugJ+75AXl6On5sH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.51.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ba95b14d55f754eebc3bc79173b48b24/opensea-vessel-0.7.51.tgz","_integrity":"sha512-CbWYaiR2L1ZJwIhFURcvBIhWOyzwG78jg14TJDTFejWFXfsUBOCjC0J5MqHjEd5/r2LYJXye2TEl11Sx+oS8ow==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.51_1734026778307_0.3844387954621826","host":"s3://npm-registry-packages-npm-production"}},"0.7.52":{"name":"@opensea/vessel","version":"0.7.52","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.52","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"b64057402ddcc9b0145bddbeed8e171ff9b24a22","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.52.tgz","fileCount":23,"integrity":"sha512-/fmYo9gtdSenDkI+WAwLhsc0D8iuJDHdP3v1foDqAhAavEHYUT4pD6TpG1M3Qx64kpr/x9pnQ+8tC9czYgWieA==","signatures":[{"sig":"MEQCIBF3aQcIBOXczyFnH4uborJJT+u5J/O+Pf6XDfxQ9OdkAiAVCYaFtpuLgLpV7LRNrW970zAyS9OVX3UTwdDXm8LOyQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.52.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/400113c756fac2702887910b5a2d521a/opensea-vessel-0.7.52.tgz","_integrity":"sha512-/fmYo9gtdSenDkI+WAwLhsc0D8iuJDHdP3v1foDqAhAavEHYUT4pD6TpG1M3Qx64kpr/x9pnQ+8tC9czYgWieA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.52_1734032002826_0.9656973766335504","host":"s3://npm-registry-packages-npm-production"}},"0.7.53":{"name":"@opensea/vessel","version":"0.7.53","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.53","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"2f3c79a6428147a568176bb9b588bc8216b506e6","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.53.tgz","fileCount":23,"integrity":"sha512-y2QZE+K1DKxrtu0G1Wn6iadS+9Q0UtY5g+KzHrXvgutUdlmntrMWSXEGwTsp2kWnoWd4r8Dp7eCf+PQefv7jKg==","signatures":[{"sig":"MEUCIQC0hE0Wakw721VJPa1eDvVhuVjDz01BEKATxBKTPZa3BgIgEEk2dyGER0ZuQnPJvKfHv+b0oULVm1Gioy4d5/FhWE8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.53.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e73e064a0520b8b529ebb1c2e05243fa/opensea-vessel-0.7.53.tgz","_integrity":"sha512-y2QZE+K1DKxrtu0G1Wn6iadS+9Q0UtY5g+KzHrXvgutUdlmntrMWSXEGwTsp2kWnoWd4r8Dp7eCf+PQefv7jKg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.53_1734032321661_0.5935255945007023","host":"s3://npm-registry-packages-npm-production"}},"0.7.54":{"name":"@opensea/vessel","version":"0.7.54","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.54","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"ecadf29074fea67b33000a9f277d9fc60a03ed28","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.54.tgz","fileCount":23,"integrity":"sha512-6caa3yeAWNnqb2NJisJ/58iEPYBAiwV1P19fpZ+wZUs+2XwSs4E1L1QMp7C7GI6hJAFPQGksy7PPvyt/jaAt7A==","signatures":[{"sig":"MEUCIQD3lvGFVqfM/fnvMdUiwn+kXMQcT5S7ErshSLr9QFCb/AIgDSSQRKpmAZEeEJA+79K5h6PseJ/aAOEhpTvZC4VFZV8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.54.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b272dc0f9485cb53efb9cb01ef0930fe/opensea-vessel-0.7.54.tgz","_integrity":"sha512-6caa3yeAWNnqb2NJisJ/58iEPYBAiwV1P19fpZ+wZUs+2XwSs4E1L1QMp7C7GI6hJAFPQGksy7PPvyt/jaAt7A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.54_1734036659235_0.5872427414576902","host":"s3://npm-registry-packages-npm-production"}},"0.7.55":{"name":"@opensea/vessel","version":"0.7.55","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.55","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"57a9ececfb939fe7906a9276f22184be7e9b7147","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.55.tgz","fileCount":23,"integrity":"sha512-f/xaWi2FJcndPjIV4jkRYIpmM5aWws2ztwB8CtleHvYYxm+Fm1951ya38Pggv/u+muMMRN890y2xhdM2IFQTIg==","signatures":[{"sig":"MEUCIQDLMBdh9pmyRnLZvkUhqFVZPpH6yDzTfS50GLO1+SUBbAIgaq8ea/LurpRpyBx5bReG3TtNmw+aqPvpW/gSsMhL3w4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.55.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/283e447d2219e422c21cc0d373229b7d/opensea-vessel-0.7.55.tgz","_integrity":"sha512-f/xaWi2FJcndPjIV4jkRYIpmM5aWws2ztwB8CtleHvYYxm+Fm1951ya38Pggv/u+muMMRN890y2xhdM2IFQTIg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.55_1734036849526_0.05278937312833554","host":"s3://npm-registry-packages-npm-production"}},"0.7.56":{"name":"@opensea/vessel","version":"0.7.56","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.56","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"af7b8dca80db4ea0e3168b8b5668da8c8e377622","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.56.tgz","fileCount":23,"integrity":"sha512-0CE/Rqgx8/jhVV8C54PWu23hN8UsO1DaX5re+B1uV3FCq1N/LeRfvsXys41hg4WLEBs+v4inlF5rfFJIIqbIrA==","signatures":[{"sig":"MEYCIQD+SMJsigTWx1764KwW+g3p3w4gutm++kKBAQXDsd1+DwIhAPKU+pJ1M+zSDPWyilTBwL3x8FCnyM+XHAKTmtVs5Uer","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.56.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/36f6360892287b2615a2b6c744678704/opensea-vessel-0.7.56.tgz","_integrity":"sha512-0CE/Rqgx8/jhVV8C54PWu23hN8UsO1DaX5re+B1uV3FCq1N/LeRfvsXys41hg4WLEBs+v4inlF5rfFJIIqbIrA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.56_1734101714921_0.7489126039319289","host":"s3://npm-registry-packages-npm-production"}},"0.7.57":{"name":"@opensea/vessel","version":"0.7.57","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.57","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"fb15a6f98c2541c683e5f3d46cf8c9901446e45e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.57.tgz","fileCount":23,"integrity":"sha512-ulgbrkFVGvngYbUvanyP8Gqbea1qme7eEfGQqT3cmIQ9s76Ks/862SGhv/PmEltqIHSM0S7Q4PIGJIvPl4KtmQ==","signatures":[{"sig":"MEQCIF7HWA9A+qRd0WvZVY5nMHBrtaABQEApTXM1O6OCw1gTAiAjExHSkr7NMgxZ2Uc5ET1N43VPkqu7wYLnnkXk6ARHkg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.57.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b7e8a5fb3a8fc04ae6ba4de4ee3ce801/opensea-vessel-0.7.57.tgz","_integrity":"sha512-ulgbrkFVGvngYbUvanyP8Gqbea1qme7eEfGQqT3cmIQ9s76Ks/862SGhv/PmEltqIHSM0S7Q4PIGJIvPl4KtmQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.57_1734103556083_0.8516209388806735","host":"s3://npm-registry-packages-npm-production"}},"0.7.58":{"name":"@opensea/vessel","version":"0.7.58","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.58","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"dfd2cec7c50e242323c5dc547bbc627008850c60","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.58.tgz","fileCount":23,"integrity":"sha512-ZMOKpaTzvV9sdNLpAnkJpZPGyegVyUTEgSp8YNBj0DMlYGV4Z9r7J3ueaoKA/r+CK0GCK/nHGJQc6kKXAN/Z7g==","signatures":[{"sig":"MEUCIDKFcKU4IH5siRfbv0gRwMZF8IPh5v9hPz5KKzQgYCrrAiEA5bnhFHXvOfwYhRoUW0guFm7uSuwlEgTToDv5WlIQMzg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.58.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/0cf589aa3a727db7d78e6bb2456b98a1/opensea-vessel-0.7.58.tgz","_integrity":"sha512-ZMOKpaTzvV9sdNLpAnkJpZPGyegVyUTEgSp8YNBj0DMlYGV4Z9r7J3ueaoKA/r+CK0GCK/nHGJQc6kKXAN/Z7g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.58_1734104022510_0.9507451839102321","host":"s3://npm-registry-packages-npm-production"}},"0.7.59":{"name":"@opensea/vessel","version":"0.7.59","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.59","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"efb44604f352c15839cfc0bcf606be99c50251b2","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.59.tgz","fileCount":23,"integrity":"sha512-zU5BOVaYJ2gQXztXyfNN0a+4AVomfrqO9uBHGNfz+sBDx1Lo5R72N9Cs/B5yS9qOF/XBax3IOHDHTeFGOcts5A==","signatures":[{"sig":"MEUCID4fjU5crmXssmM28AKYVYj/u2Cj2MYNP9pUCuvcz6v2AiEAl45g0sPe2su6F96uHglOKPDRJ2l1Qzej5zeh4fWif+Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.59.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/516d6ba2d40e37e101407b57781d2183/opensea-vessel-0.7.59.tgz","_integrity":"sha512-zU5BOVaYJ2gQXztXyfNN0a+4AVomfrqO9uBHGNfz+sBDx1Lo5R72N9Cs/B5yS9qOF/XBax3IOHDHTeFGOcts5A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.59_1734104692838_0.027647450190166678","host":"s3://npm-registry-packages-npm-production"}},"0.7.60":{"name":"@opensea/vessel","version":"0.7.60","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.60","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"e2da0ae8dcd90d7103936e7e98202fd7c2e887f3","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.60.tgz","fileCount":23,"integrity":"sha512-sqGo8EQbwrAm1gjXwUyhdpJzRvGwiLJM4ioG4mleUT5BueXWGiBzd4o5cZWx44VYVyKbIcH8/5bxgYJdIVli6Q==","signatures":[{"sig":"MEUCIEkOhPW/rJnfDbPEJAEknix8dmPn4zAocofR0aimwX5vAiEAzzNwB9gkAYOr6LIXdKsovhte2O1v79eQS53I0MGFUlY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.60.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f62cc1cb97403843e1e2a304a2ee3bf0/opensea-vessel-0.7.60.tgz","_integrity":"sha512-sqGo8EQbwrAm1gjXwUyhdpJzRvGwiLJM4ioG4mleUT5BueXWGiBzd4o5cZWx44VYVyKbIcH8/5bxgYJdIVli6Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.60_1734104982107_0.9468771572022001","host":"s3://npm-registry-packages-npm-production"}},"0.7.61":{"name":"@opensea/vessel","version":"0.7.61","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.61","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"1294868b04211a399d6cff283a18ffb6c1f53469","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.61.tgz","fileCount":23,"integrity":"sha512-xe6MrOZwffaCmycNM2Sdwz2A7W2l9wA3DXZMazS6WQklMbzDx+ZLAII+GimOaM9vyMsI5SD6BU3ALugKLy6oOA==","signatures":[{"sig":"MEYCIQCcvAXCv4TYPJSZKQ8xWXRxGK0U4CWXoRoI6hCWA1UxgAIhALEeDx4AYbiHRBmJfRsyCK0Pf7tQyt8RuSR/miOnsS9B","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.61.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8486af9d7e41542b4ef2bfa0c4fa7418/opensea-vessel-0.7.61.tgz","_integrity":"sha512-xe6MrOZwffaCmycNM2Sdwz2A7W2l9wA3DXZMazS6WQklMbzDx+ZLAII+GimOaM9vyMsI5SD6BU3ALugKLy6oOA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.61_1734116049662_0.8085322191549982","host":"s3://npm-registry-packages-npm-production"}},"0.7.62":{"name":"@opensea/vessel","version":"0.7.62","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.62","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"193faafe83f5fa5f161b2afd2519e7ad68e3e413","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.62.tgz","fileCount":23,"integrity":"sha512-nx1ixymoDEjPG4rQ2f9uSSeQv2fXXyrYCNgMluKHVKiRKp4JmaWMuHK+eRRJCblmHbDM4uv+Jhh28cL3nY2bOA==","signatures":[{"sig":"MEUCIQDJXHtA/PeC+FL2pCL55xsb/eUROr1vGRMWnxQ9blXkCwIgDm8o94Wt7zVN9d1mRukb3GHmW5Z+43OAKSGJOHhoGeA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.62.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/cc775cbe7a14432f3af3fee1a0e10d12/opensea-vessel-0.7.62.tgz","_integrity":"sha512-nx1ixymoDEjPG4rQ2f9uSSeQv2fXXyrYCNgMluKHVKiRKp4JmaWMuHK+eRRJCblmHbDM4uv+Jhh28cL3nY2bOA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.62_1734117845827_0.06703875638787093","host":"s3://npm-registry-packages-npm-production"}},"0.7.63":{"name":"@opensea/vessel","version":"0.7.63","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.63","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"3ebf6a846554ff77a6c8746610e323beb25a9754","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.63.tgz","fileCount":23,"integrity":"sha512-g6bzsWhINRKMIYhdR76qeWzGF7ISMxGXkd8XMuXbEQGUYnVTtrHVvbH1+YKuQJlSAj2aOTFM+sEiyNBliUrVsA==","signatures":[{"sig":"MEQCICa4zc2Ogbp6isvQK5M7UhZPALTop9+x64YMSFIets1wAiBHNejOxIpqmufHFQqEK+69poWLxO5kzRDcgbnTc4x1yQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.63.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/26974cfb9ed19e0c8a6e6141810e907b/opensea-vessel-0.7.63.tgz","_integrity":"sha512-g6bzsWhINRKMIYhdR76qeWzGF7ISMxGXkd8XMuXbEQGUYnVTtrHVvbH1+YKuQJlSAj2aOTFM+sEiyNBliUrVsA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.63_1734118106092_0.4099541382734573","host":"s3://npm-registry-packages-npm-production"}},"0.7.64":{"name":"@opensea/vessel","version":"0.7.64","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.64","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"910c15b993d329dde46b67756de457d2f1d83426","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.64.tgz","fileCount":23,"integrity":"sha512-0IrXkqTEZxVqcyCqEuqLqWNhGvt5YTv78H7yi0LrJ1RoM/YE7Txq4oF0mlekmb+47MpRJy13JL/0M413vVydog==","signatures":[{"sig":"MEYCIQCEBXVMtRcz3VkOTApu5cdRhj5jn3ZlVJFXSn2mkBJgYgIhAJUMIzlA3SF9dcO+/AvqsVc3B+u7P/K1MIUPOwM53JaQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.64.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e62bca1ce67c3db7be2386e4e8cde30c/opensea-vessel-0.7.64.tgz","_integrity":"sha512-0IrXkqTEZxVqcyCqEuqLqWNhGvt5YTv78H7yi0LrJ1RoM/YE7Txq4oF0mlekmb+47MpRJy13JL/0M413vVydog==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.64_1734120496912_0.9362312588835047","host":"s3://npm-registry-packages-npm-production"}},"0.7.65":{"name":"@opensea/vessel","version":"0.7.65","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.65","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"472c2c248995a40b6e536036a800f6a9a529d0f5","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.65.tgz","fileCount":23,"integrity":"sha512-CA/PdtzEFOjuIF4Q+m0ivoEW/TJJfgXPOJWY+rtCpjOnTbf99QZx501R7rTrlGWZnfvaWhfIDinrLDMZBwN7tA==","signatures":[{"sig":"MEYCIQDe5Dhq2e06Bk3DCyh6FkVjzNcA/R1bM/ZJuOYshCRQtAIhAP0de37Yn5qkjbHfHfDobNpmMWFF2C8K/VnmbRgLKWuX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.65.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5a3b3ae0585857247b092c9d5ddb836e/opensea-vessel-0.7.65.tgz","_integrity":"sha512-CA/PdtzEFOjuIF4Q+m0ivoEW/TJJfgXPOJWY+rtCpjOnTbf99QZx501R7rTrlGWZnfvaWhfIDinrLDMZBwN7tA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.65_1734121819874_0.016284683926532706","host":"s3://npm-registry-packages-npm-production"}},"0.7.66":{"name":"@opensea/vessel","version":"0.7.66","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.66","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"09f590aa8aaeaea1276452922291afe27d6d6572","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.66.tgz","fileCount":23,"integrity":"sha512-Ph4KGFeAPYijsOWIHNSm6na/adQppTJo62e+HOJDR/8nlzexxVQjz1Y+exhW08DSZ/hH9IXzTNrHVVj/5MIlYQ==","signatures":[{"sig":"MEUCIEbCP7oh/ocpH+9H6oHbHMVy0ee6lD+Bg5UJL+lz4Q2aAiEAivvkES3xvVhkKBAhUKIwJrfW5mVr1EuRVntUK5YogSY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.66.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ac30f8eab1257f537af0e8e44d5ab803/opensea-vessel-0.7.66.tgz","_integrity":"sha512-Ph4KGFeAPYijsOWIHNSm6na/adQppTJo62e+HOJDR/8nlzexxVQjz1Y+exhW08DSZ/hH9IXzTNrHVVj/5MIlYQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.66_1734126771987_0.7916613358241527","host":"s3://npm-registry-packages-npm-production"}},"0.7.67":{"name":"@opensea/vessel","version":"0.7.67","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.67","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"f3e5fc684f045754433ce9d985006812a67a8ceb","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.67.tgz","fileCount":23,"integrity":"sha512-tjn6cWnVIAwUy0SQ1a7geNRJaXUIMm5ugLbtfAcTs/GeTsM7JrQ46sYOlDh4WeDaVTWY2mCvLgaDDEnHaWJ0PQ==","signatures":[{"sig":"MEUCIQC07t2ads7I/26g2rwm+c+K+3qGKTdttrSi7ijrmGyrDwIgarXGnEe16WEHmUKymeTjeA5c1Fcd0V6bh5reI5awmPU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.67.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5c42c2217486af78ec61e663e97346fa/opensea-vessel-0.7.67.tgz","_integrity":"sha512-tjn6cWnVIAwUy0SQ1a7geNRJaXUIMm5ugLbtfAcTs/GeTsM7JrQ46sYOlDh4WeDaVTWY2mCvLgaDDEnHaWJ0PQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.67_1734127030454_0.2667030952460856","host":"s3://npm-registry-packages-npm-production"}},"0.7.68":{"name":"@opensea/vessel","version":"0.7.68","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.68","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"08ed8e0cc7dabbdae654ba68953750c4ef57efc6","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.68.tgz","fileCount":23,"integrity":"sha512-n95xEn3a0VIfkT8GPULlh+nzqo2yPpxHBQENwVCevE9LYdG4yBtLVWxHH/zeAE5w/q7j4IiQiYCBqTjaquEOBw==","signatures":[{"sig":"MEQCIAQGNqMJ7paUI+CdOOGByJlEJXN++9D9C4RLvWMKg9QNAiBkudoiXo5xI1CheANiYsdSdbV1k9ySGM346gbFglRjyA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.68.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e06bf84b42cd8876acad7c95abf30bef/opensea-vessel-0.7.68.tgz","_integrity":"sha512-n95xEn3a0VIfkT8GPULlh+nzqo2yPpxHBQENwVCevE9LYdG4yBtLVWxHH/zeAE5w/q7j4IiQiYCBqTjaquEOBw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.68_1734128059891_0.8628929258075351","host":"s3://npm-registry-packages-npm-production"}},"0.7.69":{"name":"@opensea/vessel","version":"0.7.69","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.69","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"6f6b0818d41a374a82ff84ca2ca00a9732db5f6c","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.69.tgz","fileCount":23,"integrity":"sha512-qW0ZbnOv6wXNMuFrH6IurJQz7CgM0IsA0OW36ZKSDxTuRKDbJxim3uWsIzZUm9oihK5ZINHlNgCnNUcXimdUXw==","signatures":[{"sig":"MEUCIQCjjo3pyrJp3KLcNigxiR/E0wc4FApY7CL9/wM5tTP05QIgEwUUYlNlFh9BUIiZR0r7o6mLYct3eC/IyZZTdx0c7is=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.69.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/9960610e8da0ff815567ef4ce4089ce9/opensea-vessel-0.7.69.tgz","_integrity":"sha512-qW0ZbnOv6wXNMuFrH6IurJQz7CgM0IsA0OW36ZKSDxTuRKDbJxim3uWsIzZUm9oihK5ZINHlNgCnNUcXimdUXw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.69_1734141038172_0.8777789911818554","host":"s3://npm-registry-packages-npm-production"}},"0.7.70":{"name":"@opensea/vessel","version":"0.7.70","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.70","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"4a90a0a776c4e15c5f7a8acd138c648e04176ca5","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.70.tgz","fileCount":23,"integrity":"sha512-eJYxu+uJyHg/9ntzHTm2OAp1SvsRwEL1EKEjwW75NKOovpcaukUWwTa4TgNXbglnn0+73metUrLcmALLxm93tg==","signatures":[{"sig":"MEUCIQDYxOaRXspPPOMKMBJUVqheFnvw49QrWG85+fPAcD+uvQIgb+j4FIwm6tUdLdBdwCpDwFXd0imhMZYNYTuY5eXEnZo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.70.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/fc957a7af46cbeb6b128b731e3c79417/opensea-vessel-0.7.70.tgz","_integrity":"sha512-eJYxu+uJyHg/9ntzHTm2OAp1SvsRwEL1EKEjwW75NKOovpcaukUWwTa4TgNXbglnn0+73metUrLcmALLxm93tg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.70_1734195726725_0.6327278993000316","host":"s3://npm-registry-packages-npm-production"}},"0.7.71":{"name":"@opensea/vessel","version":"0.7.71","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.71","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"e6bceece0396536b0b7fe0f007c4b49c81aec629","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.71.tgz","fileCount":23,"integrity":"sha512-MormNkLpBLDB1+Losu2L3CRYdiR0LzDhJLlIJD2eMBS1N+O6WuFM68nC0SR2eTVS5h/Lu7srZ4wW4BBtj1WQpw==","signatures":[{"sig":"MEUCIGJyp0aI8tAPs+fPn4r3IHldz6QPSIWJN2BpPrM75gqqAiEA6bVDgaF52MgpzxDIaWtqIYJ67KiawPFjMEEqqbdk9nw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.71.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/90894861e0f380feb736ddd0d9dd68e6/opensea-vessel-0.7.71.tgz","_integrity":"sha512-MormNkLpBLDB1+Losu2L3CRYdiR0LzDhJLlIJD2eMBS1N+O6WuFM68nC0SR2eTVS5h/Lu7srZ4wW4BBtj1WQpw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.71_1734240232505_0.005369416137860794","host":"s3://npm-registry-packages-npm-production"}},"0.7.72":{"name":"@opensea/vessel","version":"0.7.72","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.72","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"9e221b9f55e0ba2374b4123abda55d952b855a9d","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.72.tgz","fileCount":23,"integrity":"sha512-P9FBh69jGLGTUrLWlpLIA3IVmfEy2xBoceV4SmtRIlCly+ssa/HV/De7hKWKGL7ywAF9/2V6eXWivf1i2u4Pdw==","signatures":[{"sig":"MEUCIEvDZlpjXuxVp3tfFjb4Gqn/HuwrsfwaBLl9VatmAQwGAiEA5vwWn5rbZtcyb/RcziftIIX8EnTNyAr3OR1FV7PyB30=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.72.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/0fa3d3ef6ca0893a76582afffce71355/opensea-vessel-0.7.72.tgz","_integrity":"sha512-P9FBh69jGLGTUrLWlpLIA3IVmfEy2xBoceV4SmtRIlCly+ssa/HV/De7hKWKGL7ywAF9/2V6eXWivf1i2u4Pdw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.72_1734256784141_0.08767395381285392","host":"s3://npm-registry-packages-npm-production"}},"0.7.73":{"name":"@opensea/vessel","version":"0.7.73","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.73","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"85b0c7083dcd36ab9357a61ff9a22b4c1d20edef","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.73.tgz","fileCount":23,"integrity":"sha512-eXkQhcJf/W7dLYDHDPHYV9RzyxK2zjWlbQmpfnDwJSbOrrLbdU3T9hPFoYIAN5HoLu3FR3Oiah484IdtHCSBTQ==","signatures":[{"sig":"MEQCIHzqceC/QwVm19f5ZQz1wiRP30q/mfXXGp0wdC+biJ5uAiA27qpCDmiBIQ9AUubGLk9tS4iO99ie4eAR4Jvk2EfUtg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.73.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e7840047e63b6dcb1d60c959653e54c6/opensea-vessel-0.7.73.tgz","_integrity":"sha512-eXkQhcJf/W7dLYDHDPHYV9RzyxK2zjWlbQmpfnDwJSbOrrLbdU3T9hPFoYIAN5HoLu3FR3Oiah484IdtHCSBTQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.73_1734314089611_0.41997910073062816","host":"s3://npm-registry-packages-npm-production"}},"0.7.74":{"name":"@opensea/vessel","version":"0.7.74","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.74","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"5c2269958464539abc6b7bfe1509e598471c1fea","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.74.tgz","fileCount":23,"integrity":"sha512-rxbi4jVcX4Wuxm1K7XoUdGBtiXE2IgkDz/pNn6j4hgk4NKPcXdwxxxchPDF6NUCNMu9pMb6fr+LwqBz8xse6OA==","signatures":[{"sig":"MEQCIEzEQjodvTy5ohfqpUNd3aWiMjMZXPwn9Gc7rF66/KqBAiBxijb2dRsW0Gbn3bqiYbpBGOANN3JLOZ5//+G7gfjJCw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.74.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a74046b64ee88b57d88eeca6399f6fb5/opensea-vessel-0.7.74.tgz","_integrity":"sha512-rxbi4jVcX4Wuxm1K7XoUdGBtiXE2IgkDz/pNn6j4hgk4NKPcXdwxxxchPDF6NUCNMu9pMb6fr+LwqBz8xse6OA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.74_1734366899549_0.257029700933209","host":"s3://npm-registry-packages-npm-production"}},"0.7.75":{"name":"@opensea/vessel","version":"0.7.75","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.75","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"0693420965f6b34f1b686713966b0016adf54772","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.75.tgz","fileCount":23,"integrity":"sha512-5msCTJnmwyYg07C+sdiVTBLzAP40WnAZYM/uvKJHquo83YLF9adHbYmha9hFjA1q7DG3BAVCEbv6mZXG9yoWXg==","signatures":[{"sig":"MEUCIB3KATprxCTuf2zZScjVZ1UjXfuHYjYgv703C5iBp1d6AiEA5nVNtO/ATswkWA14lhsSk6OW/QURZwOQ+kODy6jsP7A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.75.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/2679a3a865dffec85991204a3b1112c5/opensea-vessel-0.7.75.tgz","_integrity":"sha512-5msCTJnmwyYg07C+sdiVTBLzAP40WnAZYM/uvKJHquo83YLF9adHbYmha9hFjA1q7DG3BAVCEbv6mZXG9yoWXg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.75_1734368996260_0.5563512808420874","host":"s3://npm-registry-packages-npm-production"}},"0.7.76":{"name":"@opensea/vessel","version":"0.7.76","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.76","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"60eb593b36fb1eca5cc3c1e1631a0252e37b1e32","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.76.tgz","fileCount":23,"integrity":"sha512-KyKudseLxElA2euattbn6BwPuB75ZcP3SMZXhV82F3ejTcRyUlHBEFxn+0cqRZgoD3+uNfDN7ZeyvFzoorWghA==","signatures":[{"sig":"MEYCIQDzyBN44LRAaiRCJ+Q9iRkCotHyq4Uuq8gFq3ZoHDQT3AIhAPKCDMNLNlzkHunLaKbpz2snUpbSXBuP+XuXKjZcJ5Q+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.76.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ca14a41e5624383663d6d71e5542aee7/opensea-vessel-0.7.76.tgz","_integrity":"sha512-KyKudseLxElA2euattbn6BwPuB75ZcP3SMZXhV82F3ejTcRyUlHBEFxn+0cqRZgoD3+uNfDN7ZeyvFzoorWghA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.76_1734376571853_0.4779157890796961","host":"s3://npm-registry-packages-npm-production"}},"0.7.77":{"name":"@opensea/vessel","version":"0.7.77","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.77","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"d7c1c922ea95da8004f2000a50278a2118a1cdb4","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.77.tgz","fileCount":23,"integrity":"sha512-U0pZNVAvAzL6OQ9s2UmnIyNhok4iN9traqrVx8ELyutiM3JKxSWV8G7w4TLEx1D6cYIISQ7ui9wU6BYCicemZg==","signatures":[{"sig":"MEYCIQCFVFbKHhWnGVW+25p3UTybqh5CiRwtyNCpUKa2e0WGrQIhAOS1u+dUBboTNVkGVSDIJCpPMfRaus7VjnBN8MbMC46o","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.77.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/83871fe8ee4faf67ed4b4c6bc1ba4122/opensea-vessel-0.7.77.tgz","_integrity":"sha512-U0pZNVAvAzL6OQ9s2UmnIyNhok4iN9traqrVx8ELyutiM3JKxSWV8G7w4TLEx1D6cYIISQ7ui9wU6BYCicemZg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.77_1734383738063_0.9110074502737417","host":"s3://npm-registry-packages-npm-production"}},"0.7.78":{"name":"@opensea/vessel","version":"0.7.78","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.78","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"57f31bef82da3bb1830425a28b57b537645eab09","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.78.tgz","fileCount":23,"integrity":"sha512-dDBXkb+El2GsfxqJExlZXzwOLQ1keQ1OK+fY+RhBAnuJEsccESPKdPhw+Zg/BDg3shGsMr10e4mnLi2GJ6bsoQ==","signatures":[{"sig":"MEQCICDpI01Vf21rDHjF5h6M/m4hhFKwiwGkm7w2Z1UBJdH5AiAWqpCkN1IMkuF6xx4kQPkieLub7LVTkJTvA7hQ5/w9kA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.78.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/9e8155f655f70c20cd93f0a661f6f98d/opensea-vessel-0.7.78.tgz","_integrity":"sha512-dDBXkb+El2GsfxqJExlZXzwOLQ1keQ1OK+fY+RhBAnuJEsccESPKdPhw+Zg/BDg3shGsMr10e4mnLi2GJ6bsoQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.78_1734407810656_0.44895954586294207","host":"s3://npm-registry-packages-npm-production"}},"0.7.79":{"name":"@opensea/vessel","version":"0.7.79","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.79","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"0d94f37bdd522a75c105a71dc51122dc704a1921","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.79.tgz","fileCount":23,"integrity":"sha512-fKuG/A95Enutjge0G4JhARDigMjl8Wi882jB/pua1eJGo3OeGrb+vzNQxDhU7ED6lO6+rt6kgMeCAAIxaGez/Q==","signatures":[{"sig":"MEUCIQCKo2j7S57to5Dpvc64phCNCiMm/lVVsPesHgDzSrOv0AIgMo22WZIA0Sn4idghlUzM7dv+dosc3GWQ22IqKE+mjzQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.79.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b38102ce3b55b9c2ca3e7ea1fab46700/opensea-vessel-0.7.79.tgz","_integrity":"sha512-fKuG/A95Enutjge0G4JhARDigMjl8Wi882jB/pua1eJGo3OeGrb+vzNQxDhU7ED6lO6+rt6kgMeCAAIxaGez/Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.79_1734454740784_0.9957227704747937","host":"s3://npm-registry-packages-npm-production"}},"0.7.80":{"name":"@opensea/vessel","version":"0.7.80","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.80","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"0b7bd6aab8681526eb7f746bce4cbecf39a733d8","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.80.tgz","fileCount":23,"integrity":"sha512-EfAO/NBZ9h6yFP+KdtukOZXR+/34S8oI5MLAf1fwWlreq02TDru8+QtDx09uBEdQjkz0ICgz0Fel89HIYWU2lA==","signatures":[{"sig":"MEYCIQDvrSiKmI0vSvGN0EfqoUSfximnDlf2qxfqdh37UmW85QIhAISuyCQ0KtMrpv60poe7XjJS3DypivR/UMov6gA1puaU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.80.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/0b265a5bf9573730a558e15209a30459/opensea-vessel-0.7.80.tgz","_integrity":"sha512-EfAO/NBZ9h6yFP+KdtukOZXR+/34S8oI5MLAf1fwWlreq02TDru8+QtDx09uBEdQjkz0ICgz0Fel89HIYWU2lA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.80_1734460600002_0.9064847317064799","host":"s3://npm-registry-packages-npm-production"}},"0.7.81":{"name":"@opensea/vessel","version":"0.7.81","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.81","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"6b7f545b07906dbd93e9ebeee4c7b5118bbe9cc5","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.81.tgz","fileCount":23,"integrity":"sha512-IPa7wuxI8yKp2BALoy9Rpn9ljCSi9JRCJHGwriSX1sDA1QWjGV4K1YKWFeUTFWn3PBTxMK21qUFbqm+e2LYbow==","signatures":[{"sig":"MEYCIQDTbLgX84HTACr3NkPwFGRO6shedliRji36uRmhJerZ3AIhAOPbFubf/nnKAR9xgjQYdIhSncO+mmAfGxioyHfsDSNH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.81.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d84c17228e3ec093c76f5e22b2146aeb/opensea-vessel-0.7.81.tgz","_integrity":"sha512-IPa7wuxI8yKp2BALoy9Rpn9ljCSi9JRCJHGwriSX1sDA1QWjGV4K1YKWFeUTFWn3PBTxMK21qUFbqm+e2LYbow==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.81_1734489047244_0.320960349081036","host":"s3://npm-registry-packages-npm-production"}},"0.7.82":{"name":"@opensea/vessel","version":"0.7.82","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.82","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"52d6cc8c1e8c52d6089d391a49609b7f0845f41b","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.82.tgz","fileCount":23,"integrity":"sha512-aKAZijuoHfpT+/kwkTNxH+ZpKlM65xoIwBrJC5G5S4rXAqruvEmrofzO27cfILN5qZ+g9wNSZisLijpx2Fot0A==","signatures":[{"sig":"MEUCIQC8fIqk5CsFhcfweN2fLk633wHhkJQajF6g0Q3eNy9OKwIgaSIqHIqIKOAoC8h2eOFX1XKNLzzKtn2SvFUS9GR5dzo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.82.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/6baf330b3d24d548f1c669524741e05e/opensea-vessel-0.7.82.tgz","_integrity":"sha512-aKAZijuoHfpT+/kwkTNxH+ZpKlM65xoIwBrJC5G5S4rXAqruvEmrofzO27cfILN5qZ+g9wNSZisLijpx2Fot0A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.82_1734505532511_0.434022974178943","host":"s3://npm-registry-packages-npm-production"}},"0.7.83":{"name":"@opensea/vessel","version":"0.7.83","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.83","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"d48fd9cfe1843b0cab26858e6bf4b98bee142f1d","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.83.tgz","fileCount":23,"integrity":"sha512-7Y69MmuZEK7BCnOqt9P77r87Mi5QeSEKLpjxk6ylb7/RXTofyjBt0R2vSi0WBePKKT/898f8nHuh8CIxe9yj0w==","signatures":[{"sig":"MEQCIGAkVvym31D7v45WsA6glXa4ccN/WV4+yW5q+hdoO0gZAiA/+IqVG5NBHiSxb5kq7thC+ow8DabDHcViJa49Sa0X3w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.83.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8743448fd1f6305f6745ee0c1f32f56a/opensea-vessel-0.7.83.tgz","_integrity":"sha512-7Y69MmuZEK7BCnOqt9P77r87Mi5QeSEKLpjxk6ylb7/RXTofyjBt0R2vSi0WBePKKT/898f8nHuh8CIxe9yj0w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.83_1734526469700_0.6942520903690821","host":"s3://npm-registry-packages-npm-production"}},"0.7.84":{"name":"@opensea/vessel","version":"0.7.84","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.84","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"93d62bb5728e9b7cfec4769bcf1aa3bbd5e0ab74","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.84.tgz","fileCount":23,"integrity":"sha512-MGvz4bYUB4hSyxVlYMt+1TvvUsthEJoTwhWFzZhxCcitw97L8N9xdT8slAdhdRWkEohCICotOnqNmWkytfbqvw==","signatures":[{"sig":"MEUCIBTmkn42BmPdFRY+E4rZXzHcljzuS+07G2X2ANk50+2gAiEAxGDCeaOPp4jCYTuhCINJ9+YaEIpS63EFNep93GV/44E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.84.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/0d5e5af1ef08fa0fb5d962eb939d31e5/opensea-vessel-0.7.84.tgz","_integrity":"sha512-MGvz4bYUB4hSyxVlYMt+1TvvUsthEJoTwhWFzZhxCcitw97L8N9xdT8slAdhdRWkEohCICotOnqNmWkytfbqvw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.84_1734535168014_0.05847022088453291","host":"s3://npm-registry-packages-npm-production"}},"0.7.85":{"name":"@opensea/vessel","version":"0.7.85","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.85","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"96f08cd4530266817b6b2ed35f852cf68f350521","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.85.tgz","fileCount":23,"integrity":"sha512-tYZlgSHg8YIzN3jmphodJSFIirgOQ5G//llVpfFaRMX/PqWwh2g4g8+m1kkE0E+jicFAIggcZyBOTuBlb8KZSg==","signatures":[{"sig":"MEUCIQC2XcU6oJhrqQu4dyO3ea0EYX5STfKQxsp6+vNWQLeQ4gIgWen0wId4vBmmn/R6EQZcRYqBII2kIJOUTmNkbNtDepE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.85.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/9544ab3ef9bec25e60b87355ff6f5bd4/opensea-vessel-0.7.85.tgz","_integrity":"sha512-tYZlgSHg8YIzN3jmphodJSFIirgOQ5G//llVpfFaRMX/PqWwh2g4g8+m1kkE0E+jicFAIggcZyBOTuBlb8KZSg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.85_1734537989247_0.8160212690348692","host":"s3://npm-registry-packages-npm-production"}},"0.7.86":{"name":"@opensea/vessel","version":"0.7.86","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.86","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"4709e8ad7b77e0cf958ba72a1c116f8539bd786f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.86.tgz","fileCount":23,"integrity":"sha512-dieRYYEmKOupR2g3yy2s1L14uCUK4b8W0WNG0c0r7rje5ZpZMeqw30MVh7unSC0iH4vpgkbL8owT/MCLwUahFg==","signatures":[{"sig":"MEUCIQCtq0yNmAsypEh4VZzWAFMSRpg0yzVgDd4a+ll65YN8ZAIgVj9/gQYfHqZOm0KS+9tcGzp7sA7RnfyCn+Fx4QGX4HE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.86.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/226f3e1eea5524c9c0551a75bfc5166f/opensea-vessel-0.7.86.tgz","_integrity":"sha512-dieRYYEmKOupR2g3yy2s1L14uCUK4b8W0WNG0c0r7rje5ZpZMeqw30MVh7unSC0iH4vpgkbL8owT/MCLwUahFg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.86_1734539483671_0.8078583303357998","host":"s3://npm-registry-packages-npm-production"}},"0.7.87":{"name":"@opensea/vessel","version":"0.7.87","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.87","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"b48ed915db453540408685d80edb67f53b018538","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.87.tgz","fileCount":23,"integrity":"sha512-bvnLF1J+yUcihTlqbiSV5+w6ss4wgpXNhj9iwI0bpUVlD1YyUiGgnaGizEwblUj4ljXOixcqiJy4HSNEoR7mbQ==","signatures":[{"sig":"MEUCIEny9jFyRlbCIoKNLcZ80VV3y2fI2e0QeW8wZ/r2zrYKAiEAvQgpLok22LFwh8wtCAtAe7EzYM0uQj5S9diCIZI8Ol0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.87.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/364b96c7d734c29bba9fb1092b559bd2/opensea-vessel-0.7.87.tgz","_integrity":"sha512-bvnLF1J+yUcihTlqbiSV5+w6ss4wgpXNhj9iwI0bpUVlD1YyUiGgnaGizEwblUj4ljXOixcqiJy4HSNEoR7mbQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.87_1734542006691_0.4155179449451871","host":"s3://npm-registry-packages-npm-production"}},"0.7.88":{"name":"@opensea/vessel","version":"0.7.88","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.88","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"91e61d49c7648aa7149709d40ede4872b701a32c","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.88.tgz","fileCount":23,"integrity":"sha512-LrFSJTfdeTjgprkaQgOoWS9C2eeo/+EpKz0E695r28n8SeNRZ/iYkCD6GAOF7LJ+FvWCW2MroOr9WzvZEosYIQ==","signatures":[{"sig":"MEUCIFsGQM3AOEivEDYp1kG+n/+blAkezFiFz7VFOFSThwKcAiEAuxCam+9T3xMwtsbdW9CJKAA4hq/r9HZzrbieEw2LeLc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.88.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/aea1386024a516c675760c89935b3191/opensea-vessel-0.7.88.tgz","_integrity":"sha512-LrFSJTfdeTjgprkaQgOoWS9C2eeo/+EpKz0E695r28n8SeNRZ/iYkCD6GAOF7LJ+FvWCW2MroOr9WzvZEosYIQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.88_1734551820297_0.08321751784924047","host":"s3://npm-registry-packages-npm-production"}},"0.7.89":{"name":"@opensea/vessel","version":"0.7.89","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.89","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"0c2cadbf2d09d8ca4665f58032c03d7e92a09f72","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.89.tgz","fileCount":23,"integrity":"sha512-KTqlFsgFpbgDpqfkWkX7XB1Mh17nfJK68UeztCKYFaHAOimKTjpb/+UufOKl9KPyrC1ei/ET8OG0lO9S9xZxmw==","signatures":[{"sig":"MEQCIDYaC31FTIexojw3YHIrcyaAwh1n2LhyKO2dSv7TOmz5AiBUFaG+2LN+bPHJXAsGToJzNg6y570jCqDcCd4chPlKgA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.89.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b63e20ab3fdce42e83f61885f21bc4a2/opensea-vessel-0.7.89.tgz","_integrity":"sha512-KTqlFsgFpbgDpqfkWkX7XB1Mh17nfJK68UeztCKYFaHAOimKTjpb/+UufOKl9KPyrC1ei/ET8OG0lO9S9xZxmw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.89_1734554103065_0.5218742686237479","host":"s3://npm-registry-packages-npm-production"}},"0.7.90":{"name":"@opensea/vessel","version":"0.7.90","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.90","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"6a7fed0f124c8230222d9be8dc5d4cfa88834954","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.90.tgz","fileCount":23,"integrity":"sha512-pgfPQJD/aDFEwPsFj9oUPvT0pZ8IlZ+03LXqzXiVkOwNSmd97q3LvpYYyTGyO/Av94O2fj6WOu/Bsx84ShzLBg==","signatures":[{"sig":"MEQCIEuFlhJBGXnIBJJU3cWiNZUZP15wi8vu/66FGTmGOC+3AiAusHb2upZDIb5G/Wf1tt6DG7TgxJZk3uR8v/hg6KxKQw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.90.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8347449922d0427541821e177351c03c/opensea-vessel-0.7.90.tgz","_integrity":"sha512-pgfPQJD/aDFEwPsFj9oUPvT0pZ8IlZ+03LXqzXiVkOwNSmd97q3LvpYYyTGyO/Av94O2fj6WOu/Bsx84ShzLBg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.90_1734554373340_0.9972283773912138","host":"s3://npm-registry-packages-npm-production"}},"0.7.91":{"name":"@opensea/vessel","version":"0.7.91","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.91","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"db68dd5ccae59424b7e7293190f8d3601816bbdb","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.91.tgz","fileCount":23,"integrity":"sha512-oTCAkFpSWvDw+eZ/n+wzm3a5tCr4T8tBgl3zeO+/BURibT+zkindtEtZ/kjk+mhq0f7xvxixSeK2yOUxcnIJOQ==","signatures":[{"sig":"MEUCIBhKa0gXTDxxRpPsQohlk0/37fdOsagMmEWVDSzZWb32AiEA0stkGaClchOWqCjno31blqLkcyRR0zKOqDI13/aR+Sc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.91.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c8143e08c9bc325000069b906e0a5041/opensea-vessel-0.7.91.tgz","_integrity":"sha512-oTCAkFpSWvDw+eZ/n+wzm3a5tCr4T8tBgl3zeO+/BURibT+zkindtEtZ/kjk+mhq0f7xvxixSeK2yOUxcnIJOQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.91_1734556882933_0.008503542981696866","host":"s3://npm-registry-packages-npm-production"}},"0.7.92":{"name":"@opensea/vessel","version":"0.7.92","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.92","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"9c194e2e9c8ad299ce3065c6d0adcd5e130dc1ed","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.92.tgz","fileCount":23,"integrity":"sha512-CErWj3FiFid2l0dIQsKi2MFub98g464Q9s3QY4GYZ2lxDgEwgyV5UlFEF09OMvCuLXBWJFGQhKO4R0zPUV8ZaA==","signatures":[{"sig":"MEQCIEq0S3WRi7t2SSX7Nvw6n0UIPb/s43NGzIwmkHVNykHFAiBo6chzPHpHq7AYTzM4cophVETTI3kkBMavwYT6sF2vmQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.92.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a536d6c763a2425c4bb243a1937c1158/opensea-vessel-0.7.92.tgz","_integrity":"sha512-CErWj3FiFid2l0dIQsKi2MFub98g464Q9s3QY4GYZ2lxDgEwgyV5UlFEF09OMvCuLXBWJFGQhKO4R0zPUV8ZaA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.92_1734557612663_0.19454092821616964","host":"s3://npm-registry-packages-npm-production"}},"0.7.93":{"name":"@opensea/vessel","version":"0.7.93","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.93","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"9c0fcc44e01145b25e9b65d6930c5ab093d3b2c5","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.93.tgz","fileCount":23,"integrity":"sha512-X3VG3s0DUZIBsXxf5OS+C0ZGM92Sc8HR2D7/Dj4eZM3P8rP6tblXI0EKPHL7a3ZPT9ngrIUdd/F5apJOxVzfvQ==","signatures":[{"sig":"MEUCID7WH41D2QGLyPcR8hSaVXl8trQSsAsU6zWYxE+pDVhTAiEAnnld6PzZwHmwcpWgYHZD77bBxlu2O77jl2iB1Uq+DDg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.93.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/da885cac787c7629d542af5526191b80/opensea-vessel-0.7.93.tgz","_integrity":"sha512-X3VG3s0DUZIBsXxf5OS+C0ZGM92Sc8HR2D7/Dj4eZM3P8rP6tblXI0EKPHL7a3ZPT9ngrIUdd/F5apJOxVzfvQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.93_1734559509341_0.7604205944517488","host":"s3://npm-registry-packages-npm-production"}},"0.7.94":{"name":"@opensea/vessel","version":"0.7.94","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.94","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"12ee94276d7de99eda10ee2a52673c62707bea6a","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.94.tgz","fileCount":23,"integrity":"sha512-k4Y8F6FwhqvhyOb/MuMkUq55jpBJsDe8uwLgtXzoZYLDdhGg1cs2hoV1QF/X1NmQgiZmGGk1lMpQEi01TRaXIw==","signatures":[{"sig":"MEYCIQDU48FiGzi0y/oNjDJmHBwliIAOeSdUEWvAGOhk6SJ9dwIhAMr+olZUimzusI7sF7oEBxZg4H067TCgrkZe4JYlunfF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.94.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/48389498554c40066e258860a600a610/opensea-vessel-0.7.94.tgz","_integrity":"sha512-k4Y8F6FwhqvhyOb/MuMkUq55jpBJsDe8uwLgtXzoZYLDdhGg1cs2hoV1QF/X1NmQgiZmGGk1lMpQEi01TRaXIw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.94_1734560451403_0.7031224896429404","host":"s3://npm-registry-packages-npm-production"}},"0.7.95":{"name":"@opensea/vessel","version":"0.7.95","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.95","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"b4b7e39b53bb2c3073f3be6bd378502a4db265ae","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.95.tgz","fileCount":23,"integrity":"sha512-wNnNFSrqxyvOAzJFG3gnu0c0yLdsa97qTh//GhiQa5A8OBq45dJZFofom/IWphy7bNt7rph0+KSkBPXHxusCSQ==","signatures":[{"sig":"MEQCIFyx1jgqyQkkzDoFtmFkU8t/Dsf4Td1bSR4SszLB2KekAiBv2h73PtQIjzlH0v0bGDzD1LoB8s580Xj30sHUyBxBpg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.95.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/691ce8058e7d99b9b101b920784c64df/opensea-vessel-0.7.95.tgz","_integrity":"sha512-wNnNFSrqxyvOAzJFG3gnu0c0yLdsa97qTh//GhiQa5A8OBq45dJZFofom/IWphy7bNt7rph0+KSkBPXHxusCSQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.95_1734561765382_0.8770360126237884","host":"s3://npm-registry-packages-npm-production"}},"0.7.96":{"name":"@opensea/vessel","version":"0.7.96","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.96","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"3a3b21813d35704a2c710ab133f9466273249634","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.96.tgz","fileCount":23,"integrity":"sha512-jCEwGBWXBDrk3Pny7iC9uvEr+J+EXqxHHPEP6qT/RVzPz7AwyfPkMGRggbWCAJCMSw4zIASNDXremJJTYX86aw==","signatures":[{"sig":"MEUCIFdlXFToXnCANJTHNGue42rAMRNKy0GpZcDNxvegFl94AiEA84EM+H2RADJzYZqGOYWVjPGeghln2eowOXWvHp8/TbI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.96.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/94b6da9c47a1613184b303d6aa072285/opensea-vessel-0.7.96.tgz","_integrity":"sha512-jCEwGBWXBDrk3Pny7iC9uvEr+J+EXqxHHPEP6qT/RVzPz7AwyfPkMGRggbWCAJCMSw4zIASNDXremJJTYX86aw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.96_1734565485563_0.2940107169978863","host":"s3://npm-registry-packages-npm-production"}},"0.7.97":{"name":"@opensea/vessel","version":"0.7.97","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.97","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"314a7ca97b1838889267062e98da63941e699d2f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.97.tgz","fileCount":23,"integrity":"sha512-0YviHB4tUSkt6SBi90QG+nAeg3NH9Ze2Sh/BW4KOvdH62vPePuYhuF9n1e0q0CrvqdHxaCFDaSF8nBpwD58Wng==","signatures":[{"sig":"MEUCIQCdIFDsjcaLmj3helPoYBopmHwpI4JyG/HZJ4m+baVK/gIgSAHeB20Htu/hp7nuvP+0VGJP0bEam8b8JstA/UcRod4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.97.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/3156e258e37b908d3a63f91b354cd7c6/opensea-vessel-0.7.97.tgz","_integrity":"sha512-0YviHB4tUSkt6SBi90QG+nAeg3NH9Ze2Sh/BW4KOvdH62vPePuYhuF9n1e0q0CrvqdHxaCFDaSF8nBpwD58Wng==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.97_1734572568485_0.205647017875501","host":"s3://npm-registry-packages-npm-production"}},"0.7.98":{"name":"@opensea/vessel","version":"0.7.98","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.98","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"3a9cdadfbabc6ff3f17a16a5f66e1409aba7a0e4","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.98.tgz","fileCount":23,"integrity":"sha512-JcuajUBWyyWID/koCh36JZRNHmo6pW5Le4fC1ZzQUzABhnjLlDGl4fu9L05lN07bTnuVanod6YZiRTAh7EJKWg==","signatures":[{"sig":"MEYCIQCO1o4oZ1GXmSun1wdc3p9j5N67HR/pjQsiiOGQgl7Y1QIhAP4hfyzgfF9BTYItZZ0syrqJpGW3RDWh4eK5idX9LVSl","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301744},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.98.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/4b5f9f8e53689eb980ec2117119d5735/opensea-vessel-0.7.98.tgz","_integrity":"sha512-JcuajUBWyyWID/koCh36JZRNHmo6pW5Le4fC1ZzQUzABhnjLlDGl4fu9L05lN07bTnuVanod6YZiRTAh7EJKWg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.98_1734576971640_0.981906795172927","host":"s3://npm-registry-packages-npm-production"}},"0.7.99":{"name":"@opensea/vessel","version":"0.7.99","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.99","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"2c2d4248e9322e272375477e09c5199b6f052d5b","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.99.tgz","fileCount":23,"integrity":"sha512-n7ogH9FFjaNrNX0tsEvQzn7TaU0NOADolKpczRKJwMh5EE1IofRtSzIGTHfpVNnOuTY2/INk2Bfd3aclOsvFIw==","signatures":[{"sig":"MEYCIQDO2js8E/WRudAlHcc4FhF1ihnY9AfaYuRWuqq4efvpRAIhAKShdrvjJwKR+HTDxcoonqS4EJdx6esWbYU/g+25VcX8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301739},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.99.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b1ff46b31ac5930b9a37f8a55249643a/opensea-vessel-0.7.99.tgz","_integrity":"sha512-n7ogH9FFjaNrNX0tsEvQzn7TaU0NOADolKpczRKJwMh5EE1IofRtSzIGTHfpVNnOuTY2/INk2Bfd3aclOsvFIw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.99_1734613809320_0.10741841417396136","host":"s3://npm-registry-packages-npm-production"}},"0.7.100":{"name":"@opensea/vessel","version":"0.7.100","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.100","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"d8fe710b45b4f3ad1ca423a79fb0c4602840e8d0","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.100.tgz","fileCount":23,"integrity":"sha512-efyStX09Ak7WTy0xTAHHfgBvyIuIlV19Xu0jettr4codBQ1mVnZU0tUZ8ZqjezwQRzBSJ1KjhpGju1WNxe3t7w==","signatures":[{"sig":"MEUCIQDFqdxgZhorNwkg4SHN8fBoDGm8ROQJ8DuGCdbQZ6oCNAIgaKHBF1/CNLHT/LCp2UFu2QwwBHEPtXh94HqimII44WQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.100.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/fa8b1088fa2e0f1d09e9fd748e3f01d4/opensea-vessel-0.7.100.tgz","_integrity":"sha512-efyStX09Ak7WTy0xTAHHfgBvyIuIlV19Xu0jettr4codBQ1mVnZU0tUZ8ZqjezwQRzBSJ1KjhpGju1WNxe3t7w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.100_1734625843146_0.624910520426794","host":"s3://npm-registry-packages-npm-production"}},"0.7.101":{"name":"@opensea/vessel","version":"0.7.101","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.101","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"1414d3dca3ab0f61525461e27998a2201ee5eed1","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.101.tgz","fileCount":23,"integrity":"sha512-HjH2JIBHBEY3P21kcbvenNfA7RZhUazxcRH6cRdVp6AqACC9PCEh5ftoKXKXiNsVIdgKqPsvtCcASyZJq4d2Zg==","signatures":[{"sig":"MEYCIQCWe7ZWYI4e23TMR5C9/nYehLepVPgul/Zpprzk7n4XdAIhAOwXdZRDHR41LrS9TWlczVxy0Z49Ne0H4THM/IyoOeCf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.101.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/2c61f79a089a76a4a2ab2c2fb1a226ae/opensea-vessel-0.7.101.tgz","_integrity":"sha512-HjH2JIBHBEY3P21kcbvenNfA7RZhUazxcRH6cRdVp6AqACC9PCEh5ftoKXKXiNsVIdgKqPsvtCcASyZJq4d2Zg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.101_1734630787607_0.4177203413940884","host":"s3://npm-registry-packages-npm-production"}},"0.7.102":{"name":"@opensea/vessel","version":"0.7.102","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.102","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"ca0e7d2286afadd87c23da5b44fd7b80d12a42fa","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.102.tgz","fileCount":23,"integrity":"sha512-S/3i3md1Y7VikbJF3nU/USCH7YNmW6XXaZTihgOxPU3CIBhTxqJESldQ0XVtNkX6440ZQPOpVF9XiCs3Tszcaw==","signatures":[{"sig":"MEUCIEeDsHZ/i4nBGkjkfNf5sl82Nr6qBPLj6J0Tgp0q26HCAiEAixAvrm36NHI1iy9W3OOqKvpQmK0vtdIyPPwVLKxf2Ig=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.102.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a0f6435533e96463647e6a49ee526d1c/opensea-vessel-0.7.102.tgz","_integrity":"sha512-S/3i3md1Y7VikbJF3nU/USCH7YNmW6XXaZTihgOxPU3CIBhTxqJESldQ0XVtNkX6440ZQPOpVF9XiCs3Tszcaw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.102_1734633377187_0.18602297868044992","host":"s3://npm-registry-packages-npm-production"}},"0.7.103":{"name":"@opensea/vessel","version":"0.7.103","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.103","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"53c2bfe513063585e062978034a7900cc8be2742","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.103.tgz","fileCount":23,"integrity":"sha512-hdvK+3644qOGwIbX2JVmEVquYXdVtkNvJCxZv1cRfgPYfV7G6qyDS15JnuzGQsNEB0U1NOQe427CT7PNkrxBIQ==","signatures":[{"sig":"MEQCIEC0CPDEYcfGyIjzzOqO3qk28o0MNnyd7o5v6A6/05e+AiBWvkaOYQEcSBBH7sLOus6EQh9wZl7Z3sxDcdNtUfGjNA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.103.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/cdc52d9ab350b1c0c59abbb4fcfcd80b/opensea-vessel-0.7.103.tgz","_integrity":"sha512-hdvK+3644qOGwIbX2JVmEVquYXdVtkNvJCxZv1cRfgPYfV7G6qyDS15JnuzGQsNEB0U1NOQe427CT7PNkrxBIQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.103_1734640310062_0.7683774886823487","host":"s3://npm-registry-packages-npm-production"}},"0.7.104":{"name":"@opensea/vessel","version":"0.7.104","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.104","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"2f35feda93c7553817c5b4af81b16491db1410bf","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.104.tgz","fileCount":23,"integrity":"sha512-+9LsQoXUo4Cs76PL1B3yieUAiXQ+2AlO1YUlzrC0Ra/KEetNbjyTfHUbhXiceRokx52kllUsX084N9YpWCUIhg==","signatures":[{"sig":"MEQCID7a+K3zgBSumKD+6yGutJhVpGvCfJw6g1KnWQnmb95jAiA4bOmA9jF6Ru9+ImGzIXj0vGSfzJrVyx7ts9cUrzdLpQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.104.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5d9b2df3ee5ed4ccf7033beaf87bb00f/opensea-vessel-0.7.104.tgz","_integrity":"sha512-+9LsQoXUo4Cs76PL1B3yieUAiXQ+2AlO1YUlzrC0Ra/KEetNbjyTfHUbhXiceRokx52kllUsX084N9YpWCUIhg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.104_1734659010585_0.10209299770037239","host":"s3://npm-registry-packages-npm-production"}},"0.7.105":{"name":"@opensea/vessel","version":"0.7.105","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.105","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"47d55e64e1eb809753968bc54cffcca696c28cc3","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.105.tgz","fileCount":23,"integrity":"sha512-fHDgsYvQ6nViJoo/6axDormbfLvzMnUL4DGrByJMFrxuG26Si9xPW4sIjM4fj3FaXgEx6G2lV3RdV3QdHOR55w==","signatures":[{"sig":"MEQCID+HLp2QUgvS2oZJbBgUF6sWnccAML05CvkZY8DROfPzAiBwCZNTrez0iF2+nchWOslJm2cutyA001ueNYYxssAAjw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.105.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d6ffc55fc23fef1bbca1cb86ffc78963/opensea-vessel-0.7.105.tgz","_integrity":"sha512-fHDgsYvQ6nViJoo/6axDormbfLvzMnUL4DGrByJMFrxuG26Si9xPW4sIjM4fj3FaXgEx6G2lV3RdV3QdHOR55w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.105_1734677676867_0.5000331539415328","host":"s3://npm-registry-packages-npm-production"}},"0.7.106":{"name":"@opensea/vessel","version":"0.7.106","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.106","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"4535b1bd653cf647e6463ffe1c272ca007626944","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.106.tgz","fileCount":23,"integrity":"sha512-K0NcSSyue/yFI3FmpkerXzdOfjqHhTzYz53xWCHK/mgnD3P4ERl2UD8gnFdvRPpY+OqQy8z2VZGHm5nWzCl19g==","signatures":[{"sig":"MEYCIQD0Se3HgkQZv2zO/iszbDsE47Ome46H+RC7CCieEXkI4gIhAJr02FGK+1JN1LwSeVSB6ErFGVLuEAVas8Nsvw6DD/rw","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.106.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d52247d5eaf1f41186567ef94559b97c/opensea-vessel-0.7.106.tgz","_integrity":"sha512-K0NcSSyue/yFI3FmpkerXzdOfjqHhTzYz53xWCHK/mgnD3P4ERl2UD8gnFdvRPpY+OqQy8z2VZGHm5nWzCl19g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.106_1734703146640_0.8418808149682473","host":"s3://npm-registry-packages-npm-production"}},"0.7.107":{"name":"@opensea/vessel","version":"0.7.107","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.107","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"893faebcc94c5a70d9a716edd06f0f81a74983f8","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.107.tgz","fileCount":23,"integrity":"sha512-mwRrv0H828Q1ZCXZc8y/GgrmQy+bJIvWnAfj6rsnHkje8L71PvjLTIpiFcgs14WInXsKxaG3NbGCCk19y+4m5g==","signatures":[{"sig":"MEUCIQC610uhMkvBbz4vWZ4ng76igpoQIZWYDfJsLqtpqHoNPQIgZWSRaTNj+ob27ZPqGug7giWmsb1T70JD2kbLrTgOAwM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.107.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/0736b0ea56ab6565b3adf155d91729d9/opensea-vessel-0.7.107.tgz","_integrity":"sha512-mwRrv0H828Q1ZCXZc8y/GgrmQy+bJIvWnAfj6rsnHkje8L71PvjLTIpiFcgs14WInXsKxaG3NbGCCk19y+4m5g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.107_1734711544000_0.23633658365046517","host":"s3://npm-registry-packages-npm-production"}},"0.7.108":{"name":"@opensea/vessel","version":"0.7.108","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.108","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"70558e9b459917bd4d48f6a190f03acc60a6d1e1","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.108.tgz","fileCount":23,"integrity":"sha512-nj7IITbsuKKsCRKchncyC7t5cS9+QdwTqRY+a5t1LbAICKdB6dJkfKcQmh4RBVe5tX58ywP/8gXqHh+ubhQkiw==","signatures":[{"sig":"MEUCIFct9wRIzJrX5cScXIdZnceE/YHdjDAGdHYwc38wqkBDAiEA7RtMtBCmSeJYI4l1aNsGs7Np6RFqltuzkiJhlwSPan0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.108.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d1a214793aa0adfe22283f27b97fc516/opensea-vessel-0.7.108.tgz","_integrity":"sha512-nj7IITbsuKKsCRKchncyC7t5cS9+QdwTqRY+a5t1LbAICKdB6dJkfKcQmh4RBVe5tX58ywP/8gXqHh+ubhQkiw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.108_1734712938106_0.9056537059657765","host":"s3://npm-registry-packages-npm-production"}},"0.7.109":{"name":"@opensea/vessel","version":"0.7.109","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.109","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"2ed0f4ea6e46154001538a391a89571e378736d3","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.109.tgz","fileCount":23,"integrity":"sha512-at0jajDmmX91NdxpJz9244nNfvDs/7xPDeOuMV5pn/QFvEJ33MKsEwuTR/1xOpOV/dX73dvp50E4/GJHRyli+Q==","signatures":[{"sig":"MEUCIQDjenRn8ZTLihRGv70lYKTPFp8eWADWMbl5a/Y64Ck4XAIgPTvWLo5zR+F9g+fufh/x0WBZYMuh5dLudz2sawKvpaI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.109.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e32065fb054bf6ad87a39604edaf3a82/opensea-vessel-0.7.109.tgz","_integrity":"sha512-at0jajDmmX91NdxpJz9244nNfvDs/7xPDeOuMV5pn/QFvEJ33MKsEwuTR/1xOpOV/dX73dvp50E4/GJHRyli+Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.109_1734718167851_0.8404265394934225","host":"s3://npm-registry-packages-npm-production"}},"0.7.110":{"name":"@opensea/vessel","version":"0.7.110","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.110","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"b616abca83e181f2c273d302aedb4d66df751fb8","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.110.tgz","fileCount":23,"integrity":"sha512-ltL00jVe3LvB5vSwPW8zETc1asKuI84tWhpWDzWuZQ8bRLIU1z7+wJ+cPyG5c8HCDAIupxtmgKaVCWhThInY9w==","signatures":[{"sig":"MEUCIQDTAd2P8Bar3cxzdYttGuzPUGZjhT42QW7Ra1d6WT1WowIgA79KkJpYSxuyBfbxvYxiwDWZTdVIy7YvqrnSY1wrXYQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.110.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e94b0152003dbd3e7c918d90d1cf6d48/opensea-vessel-0.7.110.tgz","_integrity":"sha512-ltL00jVe3LvB5vSwPW8zETc1asKuI84tWhpWDzWuZQ8bRLIU1z7+wJ+cPyG5c8HCDAIupxtmgKaVCWhThInY9w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.110_1734723190276_0.3748552133623688","host":"s3://npm-registry-packages-npm-production"}},"0.7.111":{"name":"@opensea/vessel","version":"0.7.111","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.111","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"1323614641d543a2225b8e284ff1f4c1992561f9","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.111.tgz","fileCount":23,"integrity":"sha512-BSXROh4feZWjkwR+YZBHMMAmuRq7CVeCtzPo6T/3pesbohtOIBR/bhx8gSRgxBcjGeLPU7T5/I/p/4w9KxFKOw==","signatures":[{"sig":"MEQCIFi5dG8VhBLYOAqirrtB37biZQ1Vwg04LYYxW7DrmxeDAiB8ktHqJNfSzP00NxFeIigL/5HCPSQiGkn3P3SW0AoX2A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.111.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d6115d9d96c7a59a907b9b09afd73c53/opensea-vessel-0.7.111.tgz","_integrity":"sha512-BSXROh4feZWjkwR+YZBHMMAmuRq7CVeCtzPo6T/3pesbohtOIBR/bhx8gSRgxBcjGeLPU7T5/I/p/4w9KxFKOw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.111_1734724498702_0.9075819936713718","host":"s3://npm-registry-packages-npm-production"}},"0.7.112":{"name":"@opensea/vessel","version":"0.7.112","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.112","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"b47a3f0b32bc9af3b917717ae8cc64fecee15644","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.112.tgz","fileCount":23,"integrity":"sha512-uN//NzhyP80jcMKmtC9rVGUd9lU8c0lo6c3W25Ikg7aXaxLpE3KXb/CdRK822pzXjK2tTUP7jfr/iAPqB1BhXw==","signatures":[{"sig":"MEQCICeE0vXQYG7ms/WZjpu7BVk1oLLM1N0jZkixN20A7SlIAiBj7dgwutCcM9P/4zGvo+sQq0U+sfnI9YAvPBf5+DbyEQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.112.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/09dc5548a7cdf2da81453e38f8d3c5b2/opensea-vessel-0.7.112.tgz","_integrity":"sha512-uN//NzhyP80jcMKmtC9rVGUd9lU8c0lo6c3W25Ikg7aXaxLpE3KXb/CdRK822pzXjK2tTUP7jfr/iAPqB1BhXw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.112_1734734725699_0.0718325834713156","host":"s3://npm-registry-packages-npm-production"}},"0.7.113":{"name":"@opensea/vessel","version":"0.7.113","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.113","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"5e12f3a2f682015b4b411b42f04096a107ef124a","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.113.tgz","fileCount":23,"integrity":"sha512-5PapN2J7AFIVa4iHo/SJqYDC9v16lNg55WKnFOo8CgqX9geykwajbU43LFLN1kE+6FUl5xzSH1aRVVNkzny7sQ==","signatures":[{"sig":"MEYCIQCoCtRZtslSLtxUECMwMXuupaKLtO8FrH1kF1+eA0iJpgIhAMTqroS50anqnrezqvGCVamF38Y7pANc6HNVTwYxEjc7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.113.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/09ea8bbcbd6e4a6e73805f666fb27c1a/opensea-vessel-0.7.113.tgz","_integrity":"sha512-5PapN2J7AFIVa4iHo/SJqYDC9v16lNg55WKnFOo8CgqX9geykwajbU43LFLN1kE+6FUl5xzSH1aRVVNkzny7sQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.113_1734754916676_0.1476928903297272","host":"s3://npm-registry-packages-npm-production"}},"0.7.114":{"name":"@opensea/vessel","version":"0.7.114","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.114","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"f5f06b660067d196d9438e96ba15f1e46d5c11d4","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.114.tgz","fileCount":23,"integrity":"sha512-UnRg19SB5y5hnW9wnGjkTfW7wRENcAJ80LRaS3PkGlYRs0e2elYKbIoincay+JPWM10UA57LKW8lIePK7n+Isw==","signatures":[{"sig":"MEQCIC078t5qD3TgzFNRJzLnF/sxie7v/43ul8CYlUsSHUzZAiAMbGIgIQ0LZcWLeokSbWEjlU0UdQH2A/grjAwvU9T/Ng==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.114.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/1e90b6ffeaf9b4f7c96f97235e3ed6cb/opensea-vessel-0.7.114.tgz","_integrity":"sha512-UnRg19SB5y5hnW9wnGjkTfW7wRENcAJ80LRaS3PkGlYRs0e2elYKbIoincay+JPWM10UA57LKW8lIePK7n+Isw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.114_1734801208253_0.7359092653148707","host":"s3://npm-registry-packages-npm-production"}},"0.7.115":{"name":"@opensea/vessel","version":"0.7.115","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.115","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"030177288791d677145f64082fc0ed74d1eb9df8","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.115.tgz","fileCount":23,"integrity":"sha512-CaeWr+6YSGRBMUfwMHRD3jdPO/oYwj9RVSHBIqYOB68PZCuCdhGNgIWZe5X5YTNLl1R9PylZQgex4kL4POU2cw==","signatures":[{"sig":"MEYCIQCY+/7ScNciwt4amCIWcmPgG4sPbjWXtuiBTEMRLaR9dQIhAIgSwAZbi9kmH63Mb5CiENpk7No9snREMn5eyoHgvh6b","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.115.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a9caa85132f086f37d3ac0d1eb805a01/opensea-vessel-0.7.115.tgz","_integrity":"sha512-CaeWr+6YSGRBMUfwMHRD3jdPO/oYwj9RVSHBIqYOB68PZCuCdhGNgIWZe5X5YTNLl1R9PylZQgex4kL4POU2cw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.115_1734817877191_0.787526243101281","host":"s3://npm-registry-packages-npm-production"}},"0.7.116":{"name":"@opensea/vessel","version":"0.7.116","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.116","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"2e941f809bb63254bb47ab803766a7e4b8df391b","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.116.tgz","fileCount":23,"integrity":"sha512-7RUI+VJPbqxJhdmFNgmECG0o9VEQGzmDFQfR4htfV4+82JaEFhB1+Y5Ix4b4DnF9wqfbsq7NRNkSIYEeyQD3oA==","signatures":[{"sig":"MEYCIQCOdCLNsk91bJ2s64loYWKot40h0qD/H8ug/g4FdIP3oQIhANkEdml1zCeobtCre/+kA19Awp4+Z0lIYnPA1FNbl4vR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.116.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/9283fa3758482a367770661825f19d21/opensea-vessel-0.7.116.tgz","_integrity":"sha512-7RUI+VJPbqxJhdmFNgmECG0o9VEQGzmDFQfR4htfV4+82JaEFhB1+Y5Ix4b4DnF9wqfbsq7NRNkSIYEeyQD3oA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.116_1735018880925_0.6323995849799702","host":"s3://npm-registry-packages-npm-production"}},"0.7.117":{"name":"@opensea/vessel","version":"0.7.117","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.117","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"23beeec4698362375eb0db7aa57fbe51773eb3ab","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.117.tgz","fileCount":23,"integrity":"sha512-U6BP1UYMeGz8esdCqkNIUbWCjat2CC7O4bd7jRiBAtwGHeGybTDSws+qo8vtqIhxIAXljF7EDs5mY4Nt7Zs0IA==","signatures":[{"sig":"MEQCIHyvjLXhNWOOOLfZAwIsDlJMEJI6DVDwz2OcG0x9pLzqAiBrn8vnSmNtlYsr1eWCUBCTCsMpZzku25ZNi7VC9P94Ag==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.117.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/db0c317c1f7f958280b6659c2caf4d5f/opensea-vessel-0.7.117.tgz","_integrity":"sha512-U6BP1UYMeGz8esdCqkNIUbWCjat2CC7O4bd7jRiBAtwGHeGybTDSws+qo8vtqIhxIAXljF7EDs5mY4Nt7Zs0IA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.117_1735033034868_0.027088814728972066","host":"s3://npm-registry-packages-npm-production"}},"0.7.118":{"name":"@opensea/vessel","version":"0.7.118","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.118","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"2486067c1df6515b91740cced1e41302e76de782","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.118.tgz","fileCount":23,"integrity":"sha512-dmbka6tJUQ01v5xM57/3zQtRI7p4F4dMT+sUXz0eEB1S/VvWe1iOiyaqScnFCe7jMfXMq01334jnuzZnXa1YPg==","signatures":[{"sig":"MEUCIQC8UyGotKrG7wyMUatCCfhQta+lS8wDqo0fNDSTKHd+dAIgR7b+g9sLkfHNK2rQZH7SmDnQu+u4L5MNJauQTK+QNG4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.118.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/7c947ca4170ee215919ca53e6e87615d/opensea-vessel-0.7.118.tgz","_integrity":"sha512-dmbka6tJUQ01v5xM57/3zQtRI7p4F4dMT+sUXz0eEB1S/VvWe1iOiyaqScnFCe7jMfXMq01334jnuzZnXa1YPg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.118_1735226001947_0.49409321403635476","host":"s3://npm-registry-packages-npm-production"}},"0.7.119":{"name":"@opensea/vessel","version":"0.7.119","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.119","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"018d8b48d48103dabd652298d64ac922180a0b9b","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.119.tgz","fileCount":23,"integrity":"sha512-LMELz19v8jknou0S3zKUiN4KVuAIEkXZzD93cZjbiyB/DVaIifuaepcXzVh6cjzXNI6JaJU89SA3kjwjXohWPw==","signatures":[{"sig":"MEUCIQDUMK0w45LgrCjiXgVpkwzV2YasonQUOniieSJGr+K8lQIgCxP60AJq2GEXw/b561E7vqar+1uX0as0l1tKfe3a7sw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.119.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/229531291946049a744637c325d7bafb/opensea-vessel-0.7.119.tgz","_integrity":"sha512-LMELz19v8jknou0S3zKUiN4KVuAIEkXZzD93cZjbiyB/DVaIifuaepcXzVh6cjzXNI6JaJU89SA3kjwjXohWPw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.119_1735253623573_0.9533543073176358","host":"s3://npm-registry-packages-npm-production"}},"0.7.120":{"name":"@opensea/vessel","version":"0.7.120","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.120","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"74c77f23eabee9bc51648ccab6f70d75d9357990","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.120.tgz","fileCount":23,"integrity":"sha512-icTO+QUyX6f4SlmMJrTHjSpmx4b0ku9czODaSs0KIqqYV3pMNFds1kaaAH7zy8kszlbl6MTYacIp7KdASJ5rOQ==","signatures":[{"sig":"MEYCIQCkiz6W7r8uiM6rogfV+I3A1wKFQmxa49golHbIW9FopAIhAKPWksX5xK/yodVXix2OlOLzNOsJuIh4W3OqdkcMANYz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.120.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/1c58b9218fd2e784b6e71e56511a3c3a/opensea-vessel-0.7.120.tgz","_integrity":"sha512-icTO+QUyX6f4SlmMJrTHjSpmx4b0ku9czODaSs0KIqqYV3pMNFds1kaaAH7zy8kszlbl6MTYacIp7KdASJ5rOQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.120_1735580037573_0.2953449252504803","host":"s3://npm-registry-packages-npm-production"}},"0.7.121":{"name":"@opensea/vessel","version":"0.7.121","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.121","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"d2edde87ce0c0ddfbfc09740a17a1ecaaa6d3bf5","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.121.tgz","fileCount":23,"integrity":"sha512-B7SPRAVeRXcyAOXj8LS2sf8pnZl0qxuMpD1S5SESQDT68S6EdY7cacM1SGAZghMqtfBkkSoH9ZXBY91hjQvqyw==","signatures":[{"sig":"MEUCIQDEXeENx/WF6J3tBKx1QPYsmrr453jsTbEmEmD0ejUa8gIgD0S2rC78IQLWSrCMQH4DQVloX7MQLwnppVvZLRIRdKQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.121.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/3ae8792045f9a3a693d366ae48c3b17f/opensea-vessel-0.7.121.tgz","_integrity":"sha512-B7SPRAVeRXcyAOXj8LS2sf8pnZl0qxuMpD1S5SESQDT68S6EdY7cacM1SGAZghMqtfBkkSoH9ZXBY91hjQvqyw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.121_1735596727876_0.10612490137382657","host":"s3://npm-registry-packages-npm-production"}},"0.7.122":{"name":"@opensea/vessel","version":"0.7.122","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.122","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"ac22c24d8dc120602cdb6cd8e896aefa424d9bdd","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.122.tgz","fileCount":23,"integrity":"sha512-Rj0rzkFxk9CrdAqqiZgb9HPCTgqaiHV3CNP5tjmq/wz3RV97A8z96cd/FQwmkJpMTvnrotE4ruL5RH8Ihd6yCQ==","signatures":[{"sig":"MEQCIHnUlDaGQCGN92TVCEI87lnaZCqNE/4MvroEX0AnUF0iAiAs7xgXtitS/oooidZv35SuUrNhJlmGfZW2h1nxH/a3Qw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.122.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/cb5cf503b696bcff054a0d3cebda41ea/opensea-vessel-0.7.122.tgz","_integrity":"sha512-Rj0rzkFxk9CrdAqqiZgb9HPCTgqaiHV3CNP5tjmq/wz3RV97A8z96cd/FQwmkJpMTvnrotE4ruL5RH8Ihd6yCQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.122_1735623063383_0.13239727420760827","host":"s3://npm-registry-packages-npm-production"}},"0.7.123":{"name":"@opensea/vessel","version":"0.7.123","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.123","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"09a4ddda7434485f4658b345cd56db51be47da42","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.123.tgz","fileCount":23,"integrity":"sha512-zPEPfqJnbmRklpH6VzTXtVBJVbqaqSGd5aOkeMBfbo71FHqT3tpda7zjosHz2GQbU1O31WWSRNq2kHqfjcsqrg==","signatures":[{"sig":"MEUCIAxfTLUJeog7Lj6cPXTsqLdoigpNXQ7Lo17OloBKH7Z1AiEAtNQFkzkLD23UGwLwmDXiis5Jgvr5dGV4CSbDwqDAsRE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.123.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/18285a08aad878018051fb2e8704ce31/opensea-vessel-0.7.123.tgz","_integrity":"sha512-zPEPfqJnbmRklpH6VzTXtVBJVbqaqSGd5aOkeMBfbo71FHqT3tpda7zjosHz2GQbU1O31WWSRNq2kHqfjcsqrg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.123_1735643239128_0.8350398611317353","host":"s3://npm-registry-packages-npm-production"}},"0.7.124":{"name":"@opensea/vessel","version":"0.7.124","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.124","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"3e27112137e442b8917cb90884bac0d038d72f7b","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.124.tgz","fileCount":23,"integrity":"sha512-+b9HHdq4F7ZkQaHsCpy7Ley6UgvvgJ5uONityNSix+lhp0iOzY3wultNtMN79QALmnZfcVWgbBMk4ZvtEB0fQQ==","signatures":[{"sig":"MEUCICQ5/kv3pgjtRkWqaOMyaSQlWfYPgr0iPGJHYFOpKBzgAiEAkOc6o4cPdMpNAoqUa4AgJG/tpjUayyB/XsbyMHAjNt4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.124.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5e568143704bee449a8a3e91b6ed1cb8/opensea-vessel-0.7.124.tgz","_integrity":"sha512-+b9HHdq4F7ZkQaHsCpy7Ley6UgvvgJ5uONityNSix+lhp0iOzY3wultNtMN79QALmnZfcVWgbBMk4ZvtEB0fQQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.124_1735683245841_0.8225596811250846","host":"s3://npm-registry-packages-npm-production"}},"0.7.125":{"name":"@opensea/vessel","version":"0.7.125","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.125","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"4f649a988e62ba0ed14505f5e867d5058d6fc7d3","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.125.tgz","fileCount":23,"integrity":"sha512-ScDocblX+q2gJ0eGDJjogW3Dvj28wbw/C4NpB3AI7nLTcHb2mH+WLMG84f75VfMhsnZ4RgmwsLC9/K2C263DDQ==","signatures":[{"sig":"MEUCIBNF9UpBPJXW3jrF9WDpgB1YU8kHVHfNwuKLJV3xayrpAiEA3GWnVDjdfzdOhXW5gf+onQilcT4Drz/Z77UTsvnlh6Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.125.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5a0666756d27be8006dc659e886bc54d/opensea-vessel-0.7.125.tgz","_integrity":"sha512-ScDocblX+q2gJ0eGDJjogW3Dvj28wbw/C4NpB3AI7nLTcHb2mH+WLMG84f75VfMhsnZ4RgmwsLC9/K2C263DDQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.125_1735724369962_0.18704285795395226","host":"s3://npm-registry-packages-npm-production"}},"0.7.126":{"name":"@opensea/vessel","version":"0.7.126","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.126","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"3920014daa82f54127c3e7bf6514d54bc5ada60c","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.126.tgz","fileCount":23,"integrity":"sha512-FwH9l/ZFIZU5LSiNZ2wXyHcGl8yWM14meEcRDn5NZhjl/37Wff8oXiB/32REkafK3+hFITCHmZ9b3C2PSXV4ZA==","signatures":[{"sig":"MEUCIQCPlcdj2OfMydE9PM2LRSCMoY+BAU13Y/HWDMncfagU7gIgJK+cVkHxo7sUxINJqsH2XgQ4xhzI4PBEtfOOxS6uIgk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.126.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5f8b29867ce5507b145a718b600a1a65/opensea-vessel-0.7.126.tgz","_integrity":"sha512-FwH9l/ZFIZU5LSiNZ2wXyHcGl8yWM14meEcRDn5NZhjl/37Wff8oXiB/32REkafK3+hFITCHmZ9b3C2PSXV4ZA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.126_1735724743885_0.5607178220723963","host":"s3://npm-registry-packages-npm-production"}},"0.7.127":{"name":"@opensea/vessel","version":"0.7.127","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.127","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"c3a64201d712fcc71b6e16113ca1a530d1221c7d","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.127.tgz","fileCount":23,"integrity":"sha512-+q4LtAlsZqMEUT3zRZYBAFuz7OpB5pBzNJzAZACpumcNf9o/7Ti/BuM2sedQTgYWASZfXWkNlXhvNHGC0mRSgQ==","signatures":[{"sig":"MEYCIQDEAOXQCiuhLCyvTlFFvro8VBZUGrq59eVbBy92rdEQ5QIhALuHlzgDyahhYuQwqdmuEapcZrHG5q+flj+uMc25qERb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.127.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/48a3dc827d53498221cdebd5e537cc1e/opensea-vessel-0.7.127.tgz","_integrity":"sha512-+q4LtAlsZqMEUT3zRZYBAFuz7OpB5pBzNJzAZACpumcNf9o/7Ti/BuM2sedQTgYWASZfXWkNlXhvNHGC0mRSgQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.127_1735732226031_0.8059268327885774","host":"s3://npm-registry-packages-npm-production"}},"0.7.128":{"name":"@opensea/vessel","version":"0.7.128","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.128","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"8afcca4a9b9e3017fb3b5175b6ce9cb40c101c2c","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.128.tgz","fileCount":23,"integrity":"sha512-rX00UZwvcjXA9iKdfIN9ocUKyEggo1Fo7fQvfdPA8xZtK6Ms6ESRCcx1Jns7f6XZOdErg0YrCzGT8oJz9gZ88g==","signatures":[{"sig":"MEUCIQCAx6An5xD/YA9I+WObLTRppOSUraNu0yD0YdWzVFaPCAIgTwTvViNoykFspoL5DRx2e2nG+WgxOc8+baarOAsTDOQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.128.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/4f9fae8f5678bb0851a524d5e6741e87/opensea-vessel-0.7.128.tgz","_integrity":"sha512-rX00UZwvcjXA9iKdfIN9ocUKyEggo1Fo7fQvfdPA8xZtK6Ms6ESRCcx1Jns7f6XZOdErg0YrCzGT8oJz9gZ88g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.128_1735733287574_0.9127768644981287","host":"s3://npm-registry-packages-npm-production"}},"0.7.129":{"name":"@opensea/vessel","version":"0.7.129","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.129","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"96de67bb8eb62017b3c245b5dbf5611ea312d6f7","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.129.tgz","fileCount":23,"integrity":"sha512-9nZo6yu709k9JqU7ibWHqaRpXdsCtxg81Sk5MGFbsbWaHv76zv9rbJAj2UyuO0we1PDMHPhPOYvTryQ39+gKFw==","signatures":[{"sig":"MEUCIEzEpeZsqObF1xARf36Q0zFDVpCEeUFaRiTGo896+FU+AiEAoaUEZ/4q+trXp2/Pe7rgLn0E8BQq/uU7P71I8kXNEIw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.129.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a3068e703be6e97d717952177c93594b/opensea-vessel-0.7.129.tgz","_integrity":"sha512-9nZo6yu709k9JqU7ibWHqaRpXdsCtxg81Sk5MGFbsbWaHv76zv9rbJAj2UyuO0we1PDMHPhPOYvTryQ39+gKFw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.129_1735836512455_0.7074110628403811","host":"s3://npm-registry-packages-npm-production"}},"0.7.130":{"name":"@opensea/vessel","version":"0.7.130","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.130","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"8c6c51ca68030cae97827ab862350358cbc38dfa","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.130.tgz","fileCount":23,"integrity":"sha512-hHLFawPiu8KG+5Pi/YDBXp5EemX15cTT2tTehaaQmvPAxgEkBRosiNRjIyAfaaARUCMoL8AJmPTCMzTxZqELTg==","signatures":[{"sig":"MEQCIHeuBiGZpuOXSuaSr1sIxI5OZVjdjj8bR6iBoJcXKy5dAiA4NgopDFOvwfMMOg3K4801ROPqNqeiaRde7A3Ed+Yj5w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.130.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/06d5b80b116a9fd19e8c4b88d05677b4/opensea-vessel-0.7.130.tgz","_integrity":"sha512-hHLFawPiu8KG+5Pi/YDBXp5EemX15cTT2tTehaaQmvPAxgEkBRosiNRjIyAfaaARUCMoL8AJmPTCMzTxZqELTg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.130_1735853836588_0.5035811671431598","host":"s3://npm-registry-packages-npm-production"}},"0.7.131":{"name":"@opensea/vessel","version":"0.7.131","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.131","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"c87358d47210dff707827913cdb44b3009e26c68","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.131.tgz","fileCount":23,"integrity":"sha512-UEuiPSHTtUbHTAcI3LfywipAcnwMtWAUqxzmzLh1xusm5vobMNBZw62noPCjgOHO5qLmuZuTOFLYl2rJ0YKrlw==","signatures":[{"sig":"MEUCIQDixQTr396UbbkLVKJeHL2SHxpYU9741/LeB1mhWbzSowIgXNYnBtyw6bAY+2ocsJu8+ZXW3ruoA4e5ex9jpafi1us=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.131.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/987b2ccd8a0d4c36b5a93dabd6296561/opensea-vessel-0.7.131.tgz","_integrity":"sha512-UEuiPSHTtUbHTAcI3LfywipAcnwMtWAUqxzmzLh1xusm5vobMNBZw62noPCjgOHO5qLmuZuTOFLYl2rJ0YKrlw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.131_1735923377869_0.0449683231436766","host":"s3://npm-registry-packages-npm-production"}},"0.7.132":{"name":"@opensea/vessel","version":"0.7.132","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.132","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"fb803ab5b1ddb992267d029cb0fc6d7b705fb2c9","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.132.tgz","fileCount":23,"integrity":"sha512-0OC9qMnK0YU6fGC8L8ULlUqB86D2Z8A9zDALtq5S4gYe652XL/HGkIb2t80ixyjSO+OV6fCj8Umtg/xFVvVCvQ==","signatures":[{"sig":"MEYCIQCOJ393BMN0R27Qy1/HS5scos8Anv0qd5mybsujXKoaJwIhAJAbyzatQWnlw7+EeafPwF8YnH5EdS/eOPTWrELxAp+P","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.132.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f48509aee3b67b4a495320d704ae1394/opensea-vessel-0.7.132.tgz","_integrity":"sha512-0OC9qMnK0YU6fGC8L8ULlUqB86D2Z8A9zDALtq5S4gYe652XL/HGkIb2t80ixyjSO+OV6fCj8Umtg/xFVvVCvQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.132_1735950425526_0.32225245064594876","host":"s3://npm-registry-packages-npm-production"}},"0.7.133":{"name":"@opensea/vessel","version":"0.7.133","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.133","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"7149cefc9e52700dc85326aad70aef91a6aa0e18","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.133.tgz","fileCount":23,"integrity":"sha512-s9XV+tzpUbSVo/x9W5O9xGMT/K4x/lcRGxFcUHM2M2P/EPK38DoVE5O9UQAMgCoMbKPCbHLPAeClxeZun98w+Q==","signatures":[{"sig":"MEUCIQCNg25Ak8E3zDBgKlDTxHHWfov4dU8ZOzkgn6jTX0FmGAIgKdmgA01B1dUAKm72mkEGIf4OyX17bRJoK+z/9Chx1t0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.133.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f35af3fe0bcb54a1c7c1b63a70519031/opensea-vessel-0.7.133.tgz","_integrity":"sha512-s9XV+tzpUbSVo/x9W5O9xGMT/K4x/lcRGxFcUHM2M2P/EPK38DoVE5O9UQAMgCoMbKPCbHLPAeClxeZun98w+Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.133_1736167832372_0.33611932590485405","host":"s3://npm-registry-packages-npm-production"}},"0.7.134":{"name":"@opensea/vessel","version":"0.7.134","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.134","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"42e9dc4edaed26c604e98bf0f9b3a9b69a29c718","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.134.tgz","fileCount":23,"integrity":"sha512-g9S4j09ieQRh73iehi7kDoM8qf+YaW9A+TDWqzUIAH2QCrYvdBYj8c0XR1d/HSAyMsv4/Hs8nubI9JC3964VfQ==","signatures":[{"sig":"MEUCIQDskZo56cP16uCla/bVUy6B2XBfnjWAhgC/2ZyZamZ6hgIgQOmekr1OSn4OsdjM87FUJRZePn0NMCpLb/QNiFGC164=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.134.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e8026470b4300a96537f8eaf68128ab4/opensea-vessel-0.7.134.tgz","_integrity":"sha512-g9S4j09ieQRh73iehi7kDoM8qf+YaW9A+TDWqzUIAH2QCrYvdBYj8c0XR1d/HSAyMsv4/Hs8nubI9JC3964VfQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.134_1736192082356_0.607170287270794","host":"s3://npm-registry-packages-npm-production"}},"0.7.135":{"name":"@opensea/vessel","version":"0.7.135","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.135","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"5ada1673d875fd553e3eb733f0346c8f6687115a","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.135.tgz","fileCount":23,"integrity":"sha512-VtD31jYhyK1d4QsoBQfgrw8GN0ZAz1aDAze4ITQMNcLH2OekKwie2Uq+ikY1YAFPpYe4bmhqZIyRKKfn8ZQSTA==","signatures":[{"sig":"MEUCIQD6c4MAHDQFNmEjM1wRtYBofvTR6HkLzhQlyOQRv6UHHQIgZYh0gVlVdkpBWBO0q12kV2mF0eDROlqBNAxTbcVM+H4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.135.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/182fa43762ff2b475cc339aee15ee57e/opensea-vessel-0.7.135.tgz","_integrity":"sha512-VtD31jYhyK1d4QsoBQfgrw8GN0ZAz1aDAze4ITQMNcLH2OekKwie2Uq+ikY1YAFPpYe4bmhqZIyRKKfn8ZQSTA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.135_1736193996398_0.9066777543530262","host":"s3://npm-registry-packages-npm-production"}},"0.7.136":{"name":"@opensea/vessel","version":"0.7.136","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.136","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"4d91313f92f3750f805a22665b80d75061c129b5","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.136.tgz","fileCount":23,"integrity":"sha512-xQ2cC6lkY7kYSSwDcpwB8MMB1VSx3WUXbQLWzWEFUuWmwaFihv+uAn1E7KXe/wytkdeCmAcql628/Sj/O1oM4A==","signatures":[{"sig":"MEQCIBUsC+v32uOxYQw0Yy+1BmVWlv76pQPi9U3Uvjdx18JRAiBTFbO70TfdYnYXap08fcgRdGfIA3v80LPXkYtUYvXDWg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.136.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/70d12b4aad1a4e6bc1b3b79722c1bb64/opensea-vessel-0.7.136.tgz","_integrity":"sha512-xQ2cC6lkY7kYSSwDcpwB8MMB1VSx3WUXbQLWzWEFUuWmwaFihv+uAn1E7KXe/wytkdeCmAcql628/Sj/O1oM4A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.136_1736199632186_0.27820767802620483","host":"s3://npm-registry-packages-npm-production"}},"0.7.137":{"name":"@opensea/vessel","version":"0.7.137","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.137","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"39f3157c6192870a7ea325ba814115b098fdee94","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.137.tgz","fileCount":23,"integrity":"sha512-0a/qP6GdxCwmsOqbo1Z/1gtxKNADsPi0G/8B5AEa3tcc2bxt9TMg1puUu7Msbr6KktVuHzva1vepnvFrREsqEg==","signatures":[{"sig":"MEUCIQC9J7UsCcfV3dg9+mEjyZKyTFnImN80ShwSKLq1x+5k/gIgHRqlCnIf+PBOL960NJNIBP84EcJ10kxHS+KXjwoK0UU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.137.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/7e504935e214bf6fcaf656fd76713b5c/opensea-vessel-0.7.137.tgz","_integrity":"sha512-0a/qP6GdxCwmsOqbo1Z/1gtxKNADsPi0G/8B5AEa3tcc2bxt9TMg1puUu7Msbr6KktVuHzva1vepnvFrREsqEg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.137_1736258735106_0.1398287265640148","host":"s3://npm-registry-packages-npm-production"}},"0.7.138":{"name":"@opensea/vessel","version":"0.7.138","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.138","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"04b706f26014559777b977b6d3043ad21ddc5d58","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.138.tgz","fileCount":23,"integrity":"sha512-FL9KINj0E7NMDJj0mcPeOX0uB+6R5XAs29yImelvNDzDmlKZGDlANyStD+PzT/WUlLQmiOpfA+EzefWCLi58QQ==","signatures":[{"sig":"MEYCIQCzJjhx/vUc8CdNqtF8pq0l5XeQe5LKH9NNyyUiQHLeawIhAJpIASZ74eo/rG6r+/Zdjh1OJXq7W9PYRzU6HAO1o2Vc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.138.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/772015ba51ce6795dc855a96298076e3/opensea-vessel-0.7.138.tgz","_integrity":"sha512-FL9KINj0E7NMDJj0mcPeOX0uB+6R5XAs29yImelvNDzDmlKZGDlANyStD+PzT/WUlLQmiOpfA+EzefWCLi58QQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.138_1736259486091_0.8381000969071635","host":"s3://npm-registry-packages-npm-production"}},"0.7.139":{"name":"@opensea/vessel","version":"0.7.139","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.139","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"f6f53ad08babb248643e17c532745d0d7f1fd1f8","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.139.tgz","fileCount":23,"integrity":"sha512-ndiF6yUosFjgntXYt0KmCitZSfLbndCLx08we93ukG0cE1FAVkE6Qg1afv9z4ygpYJIYAetWyUQ0cEt8Wk8LXQ==","signatures":[{"sig":"MEQCIBREIu01G0lpxbDqFHkWZ0h6IOqtOfXMvhF756VH47ckAiB0RovDuYapP1/BJS8mZ2oVCKu2lHgTngRmelrr4F6GiA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.139.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8a4cadcbaa712fb50a552d9096823a3a/opensea-vessel-0.7.139.tgz","_integrity":"sha512-ndiF6yUosFjgntXYt0KmCitZSfLbndCLx08we93ukG0cE1FAVkE6Qg1afv9z4ygpYJIYAetWyUQ0cEt8Wk8LXQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.139_1736259937714_0.1585637663687256","host":"s3://npm-registry-packages-npm-production"}},"0.7.140":{"name":"@opensea/vessel","version":"0.7.140","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.140","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"f40505efff393a60507a335000c9f1a7e92280d9","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.140.tgz","fileCount":23,"integrity":"sha512-CKFRYrkCQWD29QRMgHOf/wo+qNJeYUCghOdHte5rlEejZAa2HBm5zmNY/JtE0kymihZKWcBfIfEwpRyjOq6ghg==","signatures":[{"sig":"MEUCIQC2nYvYSxPHXzd64DwKJVU958iLwbSd+Stc+SDMW7RNAgIgVwJuq1l/qja5B5HHy6DsC8D+Cxel2g5Lg5hBV1CEmrU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.140.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f41bdf245e85b169a3b900bc42413607/opensea-vessel-0.7.140.tgz","_integrity":"sha512-CKFRYrkCQWD29QRMgHOf/wo+qNJeYUCghOdHte5rlEejZAa2HBm5zmNY/JtE0kymihZKWcBfIfEwpRyjOq6ghg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.140_1736275532686_0.5210225124302892","host":"s3://npm-registry-packages-npm-production"}},"0.7.141":{"name":"@opensea/vessel","version":"0.7.141","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.141","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"5982a0a622e8ee2065403d9a12bfbccb1e89d0bb","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.141.tgz","fileCount":23,"integrity":"sha512-zYvjsV5PwDdPsHlmqms6ZtyqNPs0Ue9u6IFiFsYF1oDC0MaY+nhIkVCVFww4Kg/KTw7Six69G1nJk1AvjfwFKA==","signatures":[{"sig":"MEUCIFdEZS5FT1PEbcftsiK8lupLNBDCVDHfYz09b2KI33scAiEAn+SA3yFq+7XzvFnShqG5o6srK1K+4bykTI+XkIalA3Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.141.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/778ba2aa6d4d1d4d94397bf2de3fd6f4/opensea-vessel-0.7.141.tgz","_integrity":"sha512-zYvjsV5PwDdPsHlmqms6ZtyqNPs0Ue9u6IFiFsYF1oDC0MaY+nhIkVCVFww4Kg/KTw7Six69G1nJk1AvjfwFKA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.141_1736277370814_0.3554391347174046","host":"s3://npm-registry-packages-npm-production"}},"0.7.142":{"name":"@opensea/vessel","version":"0.7.142","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.142","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"22fd80ca63cc7b1c37b8c76f2dfc01395e3bb1a4","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.142.tgz","fileCount":23,"integrity":"sha512-dArcoCW3axUEVSfdGDklEuAYhYDr0rU/ILF4BVrq8gh6iq16cgpwyeoCOf1KfFijU4zWUVEzWCKatD8ipahtiw==","signatures":[{"sig":"MEUCIHhO2hFexZg6QTVCw7JJsP4iLYnLPb+8sXmKrylfLj8DAiEAoCJkveSHUOCC9C/NvmNp8tu9K2uSdfYDiom4PcAlhLY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.142.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/3c815f988f1e365114fb68d733b20e61/opensea-vessel-0.7.142.tgz","_integrity":"sha512-dArcoCW3axUEVSfdGDklEuAYhYDr0rU/ILF4BVrq8gh6iq16cgpwyeoCOf1KfFijU4zWUVEzWCKatD8ipahtiw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.142_1736278633118_0.38306412709424253","host":"s3://npm-registry-packages-npm-production"}},"0.7.143":{"name":"@opensea/vessel","version":"0.7.143","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.143","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"15a07487a88b36ffad7afd3b46dd620120e3ab9d","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.143.tgz","fileCount":23,"integrity":"sha512-xPelDs/2RJzwkVl4OUagE4XToqby3i6RCjlZw3vWNhvqWDmhFGPxda228wP6r6wqfh7OeBqO2dWuLQ3GaUk6og==","signatures":[{"sig":"MEUCIQC4WBy6r7LlBQ04EylhXx+Je/BvtujjJV8wpdayiF2WHQIgdUECIl/eKUETagGqjUwDwm8f1sokmNm5L6QRQ6vZu8Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.143.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d1fa298fa4b3fa8aaa96387f58065d63/opensea-vessel-0.7.143.tgz","_integrity":"sha512-xPelDs/2RJzwkVl4OUagE4XToqby3i6RCjlZw3vWNhvqWDmhFGPxda228wP6r6wqfh7OeBqO2dWuLQ3GaUk6og==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.143_1736279810001_0.48640429971547805","host":"s3://npm-registry-packages-npm-production"}},"0.7.144":{"name":"@opensea/vessel","version":"0.7.144","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.144","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"4de281cbd1b9b8655c7d84cb1e76e09677d22d87","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.144.tgz","fileCount":23,"integrity":"sha512-PrZmctRj0zvNBwSgOHtVNdkj8jhZzjbPzBHszl9MKLR/DybVGQmQyMOFoj9b8hdB9BJ+SC/Aucm1vRsUD8zoNg==","signatures":[{"sig":"MEUCIQDjc8xhkZOH9Vscf98S7de3iDkpilAk9CfWQl9EU49oEgIgMgp4mhXZcol0bRyDahnYvEEgUYKCJ1NYUzxy3iJ7dpQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.144.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/98c97c3a638da583023b7c9bf553230c/opensea-vessel-0.7.144.tgz","_integrity":"sha512-PrZmctRj0zvNBwSgOHtVNdkj8jhZzjbPzBHszl9MKLR/DybVGQmQyMOFoj9b8hdB9BJ+SC/Aucm1vRsUD8zoNg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.144_1736284014823_0.15452646729277775","host":"s3://npm-registry-packages-npm-production"}},"0.7.145":{"name":"@opensea/vessel","version":"0.7.145","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.145","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"73ddb5045853d29963a32fb909255eacd47492ff","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.145.tgz","fileCount":23,"integrity":"sha512-aTMsN1XuCpnxv5LP54wdRTdNZOEr4UGS6WSwLi2ogfyBFJm7OhO/eF1bQBX/dWWXBZ+PVGT0iOlxkNDv/8yCjA==","signatures":[{"sig":"MEQCIHpWHlGFqqQDCmhUt9PPZb1qnBluPc0vFcWh4GvsU2NJAiBTjPSvo0F2FNnyk4+TrBtuGFSds42erQfdqQGxqQb0Vg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.145.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/0d73b6e7a524087dc4cd5cd62f8475fa/opensea-vessel-0.7.145.tgz","_integrity":"sha512-aTMsN1XuCpnxv5LP54wdRTdNZOEr4UGS6WSwLi2ogfyBFJm7OhO/eF1bQBX/dWWXBZ+PVGT0iOlxkNDv/8yCjA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.145_1736291408848_0.6568811865695092","host":"s3://npm-registry-packages-npm-production"}},"0.7.146":{"name":"@opensea/vessel","version":"0.7.146","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.146","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"59ce08f011a4b54da60d74f99c41ff58d223b572","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.146.tgz","fileCount":23,"integrity":"sha512-Uvp5XeS0AMpW5iUGNlUS/IVrjVoyjwBZb5gseCmXDtXG/IcksxN9R2W28eSabPxdaPkDNFyx0oXbKJwT+3wWdw==","signatures":[{"sig":"MEUCIQCbyB9vifJylHG4rXFCwFUkM3bqyZyynCBOK+Q4NHTfWAIgYGJiNtMxC554RrsBZyENH596+gugkhI0iSZngwT6Fsc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.146.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5b06f6f22b3191c4786b1e3abb633f61/opensea-vessel-0.7.146.tgz","_integrity":"sha512-Uvp5XeS0AMpW5iUGNlUS/IVrjVoyjwBZb5gseCmXDtXG/IcksxN9R2W28eSabPxdaPkDNFyx0oXbKJwT+3wWdw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.146_1736326678984_0.5437208186654441","host":"s3://npm-registry-packages-npm-production"}},"0.7.147":{"name":"@opensea/vessel","version":"0.7.147","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.147","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"c572a1f1823771a6970b5781999fa510bd2adfc4","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.147.tgz","fileCount":23,"integrity":"sha512-RW7QJRjvfmTJl9TQe8ItlrzqFLcTaGO8V0kEwAxXSsevp+I1ly/uZZo1Wh3rMzILzeOd5BNf2+lutkZ475NKQQ==","signatures":[{"sig":"MEYCIQDGWjUq2QDZZPk/HwC+YW/1fnnBe2ucxijQigJUVsLGpAIhAPkTbxd7kk3Vzq8AfYtnpVhF4FLYN8dwo/MwQDlRb/7u","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.147.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/17369f1fb0b79426df025f082117d12f/opensea-vessel-0.7.147.tgz","_integrity":"sha512-RW7QJRjvfmTJl9TQe8ItlrzqFLcTaGO8V0kEwAxXSsevp+I1ly/uZZo1Wh3rMzILzeOd5BNf2+lutkZ475NKQQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.147_1736353027169_0.45074607011975765","host":"s3://npm-registry-packages-npm-production"}},"0.7.148":{"name":"@opensea/vessel","version":"0.7.148","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.148","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"8086bb96ee38f9a3c8c5ffbce27df92d944105db","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.148.tgz","fileCount":23,"integrity":"sha512-RvntCrVc5SqvnTeMQx2FBI1mOXAGJYRNyHCu/nBAizcqOZPmM2CuY+DBTYHuI45C/ROE2u1i3InfXwX09z8s4A==","signatures":[{"sig":"MEYCIQDQXTpKWUiEXLKIAUNhxcry7s1rUe29SEx/fP3Yq/O35wIhAPEl6R1OCsBvT9HzRZRj570PdWzMv40B4trtiZMBMStL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.148.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/387f658e373fab2ebea10580b418bdf5/opensea-vessel-0.7.148.tgz","_integrity":"sha512-RvntCrVc5SqvnTeMQx2FBI1mOXAGJYRNyHCu/nBAizcqOZPmM2CuY+DBTYHuI45C/ROE2u1i3InfXwX09z8s4A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.148_1736371060304_0.12381155713471048","host":"s3://npm-registry-packages-npm-production"}},"0.7.149":{"name":"@opensea/vessel","version":"0.7.149","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.149","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"0141da4ef93caddf905170f13804fa55fe8bf828","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.149.tgz","fileCount":23,"integrity":"sha512-RPW9KzzA08fSbj2YlunP14KA30CfQVwqM8bzqe3AmdfB6oS/ZQ09AyHJ0N/xgew28ljZ93XT864hwTq/dMeW4g==","signatures":[{"sig":"MEQCIHu6eroJpbJpNm5nbZBgAPj+aUJX4um7y3c5rsTEGSn4AiB342LbLpGzlOeZdH3VkP/OByTMstlacRwv/iGHfARZ2g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.149.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/1b006b4953ce8a7e1eb7238e3997d090/opensea-vessel-0.7.149.tgz","_integrity":"sha512-RPW9KzzA08fSbj2YlunP14KA30CfQVwqM8bzqe3AmdfB6oS/ZQ09AyHJ0N/xgew28ljZ93XT864hwTq/dMeW4g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.149_1736378617228_0.5347671228822475","host":"s3://npm-registry-packages-npm-production"}},"0.7.150":{"name":"@opensea/vessel","version":"0.7.150","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.150","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"8d3ce1d8e1558691300f21aae51a83ce2c7b0770","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.150.tgz","fileCount":23,"integrity":"sha512-qLeqXV2xTM4GSjppQ8PPpj00YYge57Dkjxi4ZWR+NR64aL0/WHc/1btWrtXScdXPLEG+XKH7MHby8YAomfefxg==","signatures":[{"sig":"MEQCIF4XCz4Js34tavBi1G6bJESIc/WiuF8kxI4EZC3fa3uyAiAWDO/sPwg+4shQvAOpivrPJdlfDzJjE7k5MVVwNXyH9w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.150.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/0b8b1c28c0efc544d24c746598a59f6a/opensea-vessel-0.7.150.tgz","_integrity":"sha512-qLeqXV2xTM4GSjppQ8PPpj00YYge57Dkjxi4ZWR+NR64aL0/WHc/1btWrtXScdXPLEG+XKH7MHby8YAomfefxg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.150_1736380262452_0.042631857224117775","host":"s3://npm-registry-packages-npm-production"}},"0.7.151":{"name":"@opensea/vessel","version":"0.7.151","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.151","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"0e9b1b8d1267cfc408878a7c48c8e3d60b68dde6","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.151.tgz","fileCount":23,"integrity":"sha512-71BN2MVyPufqk3gGm17vIWrkv8Xgd4jG2ZRHkOLzEC6wbUTV1evTW8PxiqAOe2Hkoja/nT4d+LjSePe8iVg2Jw==","signatures":[{"sig":"MEQCIEzC0Ff3vKKlX/+FLMKBkc8ptVUgA1Q7Jc2LoFXSxHSCAiAGHrzrCpt6lEYds0xh9rqgk1FMl210J+Pk3HkTMqsHvA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.151.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/6aa88d55e7d0a1b333e17dc4173318be/opensea-vessel-0.7.151.tgz","_integrity":"sha512-71BN2MVyPufqk3gGm17vIWrkv8Xgd4jG2ZRHkOLzEC6wbUTV1evTW8PxiqAOe2Hkoja/nT4d+LjSePe8iVg2Jw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.151_1736382473933_0.534767376723539","host":"s3://npm-registry-packages-npm-production"}},"0.7.152":{"name":"@opensea/vessel","version":"0.7.152","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.152","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"3c30ca825e39c4bb2ea28fa5116e444b6278b824","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.152.tgz","fileCount":23,"integrity":"sha512-XGn+ssW8RkCCw0NiyxO4LtsbDvkDWVRbwpUQNNjATwZc24ew4pT0KehtcjRj4e+aLPdpj+fRPxRgI9QzoSYsnw==","signatures":[{"sig":"MEYCIQC17hMEcUMpR46rG5C4CJIuryUz045qP0fslU4DxvURAAIhAIXlTrwKKeXgwBiOPxMYyUFG3H9OnFwl017tRcA6NPvf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.152.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5dd579dd80f5ae3e54acae86e6417fbd/opensea-vessel-0.7.152.tgz","_integrity":"sha512-XGn+ssW8RkCCw0NiyxO4LtsbDvkDWVRbwpUQNNjATwZc24ew4pT0KehtcjRj4e+aLPdpj+fRPxRgI9QzoSYsnw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.152_1736390049901_0.9406240129490002","host":"s3://npm-registry-packages-npm-production"}},"0.7.153":{"name":"@opensea/vessel","version":"0.7.153","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.153","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"d6265431bb9f4f4adecabec6a34cce4ec93aab0e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.153.tgz","fileCount":23,"integrity":"sha512-YhHU8uXsqNfiGecwNLPl9o40whLesSQEiUj6fuOOL5hnUMRo4uQbE4HfO4p9O7clfjoFdqZJYHoVm449kLU6tw==","signatures":[{"sig":"MEQCIB+PmZgzUoQRjOJBRVvkQDFZ61tk/UFopfHz3Qj9qG0vAiBzKhe6bTN/wDzA99RAsRPq61xHn4WwmRJIecOcylMT/w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.153.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/db6228feb255360b28014be1826ebb50/opensea-vessel-0.7.153.tgz","_integrity":"sha512-YhHU8uXsqNfiGecwNLPl9o40whLesSQEiUj6fuOOL5hnUMRo4uQbE4HfO4p9O7clfjoFdqZJYHoVm449kLU6tw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.153_1736401934535_0.9236118734330769","host":"s3://npm-registry-packages-npm-production"}},"0.7.154":{"name":"@opensea/vessel","version":"0.7.154","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.154","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"393bb6690c0e4d77244364d5d65038ee2e7b2f12","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.154.tgz","fileCount":23,"integrity":"sha512-+aVzld2Bpfw3sCTsBlwLLMkqMZv1zr8ONY6r0/Jw6zXylTi6nMSMwc1VhqUa9RiOw0EXAJVPtMJdrKS2lBzapQ==","signatures":[{"sig":"MEUCIQDrRHMuvSwhign7/xe8b51lJWI40a/A1EDKOfvrvEjRsAIgKyY3TkM8y5kdXywbKQCVB+iSxoqqL+Nkvo4LrvNa9X4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.154.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/0e6288e1fa6fafd5c664ea68df46e347/opensea-vessel-0.7.154.tgz","_integrity":"sha512-+aVzld2Bpfw3sCTsBlwLLMkqMZv1zr8ONY6r0/Jw6zXylTi6nMSMwc1VhqUa9RiOw0EXAJVPtMJdrKS2lBzapQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.154_1736404176522_0.7077404665055704","host":"s3://npm-registry-packages-npm-production"}},"0.7.155":{"name":"@opensea/vessel","version":"0.7.155","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.155","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"27515b4065dc87caf0d572f13d4f83fb78a226af","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.155.tgz","fileCount":23,"integrity":"sha512-hsxQ3/y26Q9fNjLU9fJVCI4O98A7VcMutRM5XgZsKqc79v3WnN5T0BG/dEHTvr6Cpn9bw11A9N+YAqYLCPrlxQ==","signatures":[{"sig":"MEUCIQCekLzICcnpUMRxlOqzpWfiSBHQ1jO1pBNbfr4PsRZajgIgAdI9kN0zAmx0ycs+ezZq7SobCrU7/GhLeMLpsOA8MlI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.155.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/66c6891eed3eb1490336e5a6f697175f/opensea-vessel-0.7.155.tgz","_integrity":"sha512-hsxQ3/y26Q9fNjLU9fJVCI4O98A7VcMutRM5XgZsKqc79v3WnN5T0BG/dEHTvr6Cpn9bw11A9N+YAqYLCPrlxQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.155_1736406496053_0.023263410818099572","host":"s3://npm-registry-packages-npm-production"}},"0.7.156":{"name":"@opensea/vessel","version":"0.7.156","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.156","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"5416a39d60799bd1db1bb9e22842e3d6f6436a54","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.156.tgz","fileCount":23,"integrity":"sha512-ozJtcgm7q4Vp5MYLNXiwIPF1ZM1GzQofqqX0x373MOgQJUYr/was0Is1O3OuwGKbdXCfgyd+kArIV+zSAKEb3Q==","signatures":[{"sig":"MEUCIF17dmm/run/YmVV4Ulj/bY4cvPA2dhmFSTfuaNUBkeEAiEA8I+cEKyvSL57XNUr4bj/xiaiucs0X6GatKJUCW1IUGM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.156.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ac40af12c7a0f744fd5584cecec60f7f/opensea-vessel-0.7.156.tgz","_integrity":"sha512-ozJtcgm7q4Vp5MYLNXiwIPF1ZM1GzQofqqX0x373MOgQJUYr/was0Is1O3OuwGKbdXCfgyd+kArIV+zSAKEb3Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.156_1736407992722_0.06673495305898314","host":"s3://npm-registry-packages-npm-production"}},"0.7.157":{"name":"@opensea/vessel","version":"0.7.157","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.157","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"2af3d615f26d3c08ff9154387652dc7a7b5c16da","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.157.tgz","fileCount":23,"integrity":"sha512-AxBkxb6Z+9cnHi0oxXDYQTSOsqAgSosrreAt/GJlp7svS+TZYbJJ736+1u5XwZQxsCb8K/2dYUHS+CdmtxAIVw==","signatures":[{"sig":"MEQCIAdr1p1QV9iECWFmjivKygZ1lQIygFeFw0lxH9624qVTAiBN50JA1xDNWp5oiKFJMSOiGUz+jFWFXiWhC+9+qP1qjQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.157.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/9208d53eebcdcf2d7d6375726eda83b9/opensea-vessel-0.7.157.tgz","_integrity":"sha512-AxBkxb6Z+9cnHi0oxXDYQTSOsqAgSosrreAt/GJlp7svS+TZYbJJ736+1u5XwZQxsCb8K/2dYUHS+CdmtxAIVw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.157_1736408259393_0.8605212830216207","host":"s3://npm-registry-packages-npm-production"}},"0.7.158":{"name":"@opensea/vessel","version":"0.7.158","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.158","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"632ba786af5d95fd4746b85e038a99c6b43efa9a","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.158.tgz","fileCount":23,"integrity":"sha512-VGjq+XvZmdOb4zk4M1KK9znf5HRgB5ccy1Ykiafb6XfGy8NPQJqlEZnC+Lrws6gw0NAltcKF1ldnswC2WmT9HQ==","signatures":[{"sig":"MEYCIQDGf9mGYE/bit3ZiJb5qVTyu0GdKcaN68qbWz4Wi0LygQIhANoR2CwaMMyW9BzU/qQgGutQ8LxIWOj6lXc6EDcSE1Rq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.158.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/9eb77d7e490523d4db1ddcce4c9fefe8/opensea-vessel-0.7.158.tgz","_integrity":"sha512-VGjq+XvZmdOb4zk4M1KK9znf5HRgB5ccy1Ykiafb6XfGy8NPQJqlEZnC+Lrws6gw0NAltcKF1ldnswC2WmT9HQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.158_1736451587889_0.21767444781602063","host":"s3://npm-registry-packages-npm-production"}},"0.7.159":{"name":"@opensea/vessel","version":"0.7.159","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.159","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"5b713ef347223dd5fed077edaafc6d6f05575da0","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.159.tgz","fileCount":23,"integrity":"sha512-0bDZRTZUIsMhOH77HNu4XLPkY3ytBeZkIRnx0CpuvhfqqbXAQAThcD0aPsUHW4lSr1FIrQvAsNePIGMFuI0znw==","signatures":[{"sig":"MEYCIQD0SeXrEdEnpkOPltmRKFBApIt3BAAQLFKXnx3jxXKcjQIhAN7SlbXkJHLwQyfeyrnhiZCrC+17OU0ps9Ofufn29/lj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.159.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b583ac5ea1ef9ec180b49cd951a275bf/opensea-vessel-0.7.159.tgz","_integrity":"sha512-0bDZRTZUIsMhOH77HNu4XLPkY3ytBeZkIRnx0CpuvhfqqbXAQAThcD0aPsUHW4lSr1FIrQvAsNePIGMFuI0znw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.159_1736452306454_0.8619515538202862","host":"s3://npm-registry-packages-npm-production"}},"0.7.160":{"name":"@opensea/vessel","version":"0.7.160","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.160","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"64d9609e1b43f2934f043e71d855e441cff75d55","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.160.tgz","fileCount":23,"integrity":"sha512-qNtixPtvlFxphdOEVdO33YUQ+hAYfAtaIiNqET8MALc/4gctbzkHPlEtAitZZVzbjX+7okA3XAehyJSfKCTMVA==","signatures":[{"sig":"MEQCIF8CFillPj4psAv0spVNVJh2MtVP+WA3BGoOGZVB5YSEAiAJA6mND4dJ480d0IS+gzc8V4hcY+9FGG6e2Z7+pWGBzg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.160.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/679dcb15f73a2aef024728b234ca80fa/opensea-vessel-0.7.160.tgz","_integrity":"sha512-qNtixPtvlFxphdOEVdO33YUQ+hAYfAtaIiNqET8MALc/4gctbzkHPlEtAitZZVzbjX+7okA3XAehyJSfKCTMVA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.160_1736462290362_0.5962703153300439","host":"s3://npm-registry-packages-npm-production"}},"0.7.161":{"name":"@opensea/vessel","version":"0.7.161","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.161","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"203447b2a9bb2718b1cf72a8fe55fc3fefc6dfdb","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.161.tgz","fileCount":23,"integrity":"sha512-1kQpNseVeHBBqw76RxrpOmR3DIy+zEJqOJovGwy9Svo9umnE76Pk1fORLopPP+spZA9XGPMQWHo8d1PNu3Lf3Q==","signatures":[{"sig":"MEUCIE9zkLe++Yau2eoSsRDUK0BjX4DN5hLvYdRDT/otK3M4AiEA+tTS7aGdBm/O9i4enfyahMzz52ammxxM6hDrH3fkrH4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.161.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a2c41f734f417ccebafc50524b483d7e/opensea-vessel-0.7.161.tgz","_integrity":"sha512-1kQpNseVeHBBqw76RxrpOmR3DIy+zEJqOJovGwy9Svo9umnE76Pk1fORLopPP+spZA9XGPMQWHo8d1PNu3Lf3Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.161_1736495238802_0.5619501543486898","host":"s3://npm-registry-packages-npm-production"}},"0.7.162":{"name":"@opensea/vessel","version":"0.7.162","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.162","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"bfa27bbb1b905cbe56fb69df56f076ef481107ab","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.162.tgz","fileCount":23,"integrity":"sha512-2a1GZy3jGkalhEm1Ct6FSIhBINXRfLtPAjPVejHWlqjhV6y35FIWfHDV2UZK9rZlY4y1xCm52LXbqCNy8Aijzg==","signatures":[{"sig":"MEUCIQCQkWzIaR3E4mXSDofvc5LKMXswj4cPtnegRztoJK+yZAIgA3lQLOj5vM8eIRyMQGkF4LJHusNpTi/F9wAPQRApkR4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.162.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/cf1081f3a6ea173f8c5505a9375db982/opensea-vessel-0.7.162.tgz","_integrity":"sha512-2a1GZy3jGkalhEm1Ct6FSIhBINXRfLtPAjPVejHWlqjhV6y35FIWfHDV2UZK9rZlY4y1xCm52LXbqCNy8Aijzg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.162_1736532358465_0.35154316177486056","host":"s3://npm-registry-packages-npm-production"}},"0.7.163":{"name":"@opensea/vessel","version":"0.7.163","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.163","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"0142340563235904fdb34990ff4ac321ccb34f1c","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.163.tgz","fileCount":23,"integrity":"sha512-NiMbXSmjcN6Q0RY7MvI11sMHoGFarh4w5dH0HSjqTKblpD9qKPazS+ExK+Mz+89Lypx0QZyXWAE25+SJeiaeoQ==","signatures":[{"sig":"MEYCIQDYgaIvu2GXESX4cbwcPDO1oFs+rQfM2w1ilMRQe78RIgIhAIvk8a1d3ODz9woZXITz/ginS5+0kS7FZ6xso9P06IDV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.163.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/2461f51cd745b2817b5890a7dedfe46a/opensea-vessel-0.7.163.tgz","_integrity":"sha512-NiMbXSmjcN6Q0RY7MvI11sMHoGFarh4w5dH0HSjqTKblpD9qKPazS+ExK+Mz+89Lypx0QZyXWAE25+SJeiaeoQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.163_1736537957415_0.4118768356275131","host":"s3://npm-registry-packages-npm-production"}},"0.7.164":{"name":"@opensea/vessel","version":"0.7.164","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.164","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"581e6c27462628cf28d9612044be27470e96fcaa","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.164.tgz","fileCount":23,"integrity":"sha512-cq9Pr18nrTUGHKZES5CYccdo5KudlQcBSL3oZnssNU8+YdtDz8BPcDe6+hCn+qzk++88UVBLgbo+FvfGX8vSTg==","signatures":[{"sig":"MEQCIH6AewBin/Lz5McwJTu9iRk5YmEjtbG473ZmHabqJ5dQAiB8c69hhpYlo7bPQzypenV9r6SV6ljie0vOKutSIwkr3Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.164.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/87b9ea4ed73e49f5045b30d5b588e241/opensea-vessel-0.7.164.tgz","_integrity":"sha512-cq9Pr18nrTUGHKZES5CYccdo5KudlQcBSL3oZnssNU8+YdtDz8BPcDe6+hCn+qzk++88UVBLgbo+FvfGX8vSTg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.164_1736538165970_0.49147709238172355","host":"s3://npm-registry-packages-npm-production"}},"0.7.165":{"name":"@opensea/vessel","version":"0.7.165","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.165","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"da4f301ee5555905432584ff22d104359a316d59","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.165.tgz","fileCount":23,"integrity":"sha512-R6YIzaSCdCqlmc6P4LymUn5V6igItyRB6bczSIN05jXYL5auSbCWE+AYXpBLXWwF+wE9BnQcmGJHEN2hFu6c+A==","signatures":[{"sig":"MEUCIQDRjiEbUo+Q8HlOW42+19kKsOPiMdC7fIepH1hkz9r2uAIgIYq2bx4CteecGm/MLVLpCAhDzQFQBNN5wCzNz+nWTAY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.165.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c4deccdb6b7d19932fdf86702b85b8b1/opensea-vessel-0.7.165.tgz","_integrity":"sha512-R6YIzaSCdCqlmc6P4LymUn5V6igItyRB6bczSIN05jXYL5auSbCWE+AYXpBLXWwF+wE9BnQcmGJHEN2hFu6c+A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.165_1736681812945_0.9325710446103166","host":"s3://npm-registry-packages-npm-production"}},"0.7.166":{"name":"@opensea/vessel","version":"0.7.166","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.166","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"22361b731b60f20210e2fb3aafaafbe875954a3b","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.166.tgz","fileCount":23,"integrity":"sha512-Y6Ar/fUBxSiyyS5gDiGfmq+RkbEyvNBrK8nHhxxXlNK15olmff4Xx+TdPYKX0EGbNFSg7o9y7taBB5OD2CcvhA==","signatures":[{"sig":"MEUCIQCbXonRxPyx+TwQokh1k/pCu+iQPrV63pe+ePegiaMl0QIgaOzjJQPAY5b5VU1rPZ1W3k4rcTU7kg0WxVjAPnhVv9g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.166.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/7a8a73ec050846898392fe5c51eb2443/opensea-vessel-0.7.166.tgz","_integrity":"sha512-Y6Ar/fUBxSiyyS5gDiGfmq+RkbEyvNBrK8nHhxxXlNK15olmff4Xx+TdPYKX0EGbNFSg7o9y7taBB5OD2CcvhA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.166_1736712564699_0.13317236691983303","host":"s3://npm-registry-packages-npm-production"}},"0.7.167":{"name":"@opensea/vessel","version":"0.7.167","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.167","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"8be24cc2de9bca69275c354a305ba3d82ba37aba","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.167.tgz","fileCount":23,"integrity":"sha512-wxoX5HvSpuaZzfyxZcUESJCA5pfhHgpJC9lyZENQL4/Naf990aXe0ZCHxfYOqa9v3OklU+1AP4hb+iPFwRToaA==","signatures":[{"sig":"MEYCIQDDqqHoHh+39P696dV/vyoW/qBF1OdAsjfxfuv/zrYTpwIhAJgw7WeFqh2iFwp/mS6BE+YnnIjvj0k2wUYwJNT7r/bs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.167.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b37dbb2d5980be23ba37a78a2464295c/opensea-vessel-0.7.167.tgz","_integrity":"sha512-wxoX5HvSpuaZzfyxZcUESJCA5pfhHgpJC9lyZENQL4/Naf990aXe0ZCHxfYOqa9v3OklU+1AP4hb+iPFwRToaA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.167_1736752602643_0.8294246659732076","host":"s3://npm-registry-packages-npm-production"}},"0.7.168":{"name":"@opensea/vessel","version":"0.7.168","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.168","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"eeaf32fb1149565189960a79d063714a84f2f562","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.168.tgz","fileCount":23,"integrity":"sha512-+z9JM3MAgOj3q17Qy8dJ/bBRT0jUJccrnui7yGGMMkRTQx0U1J4LDHeoBd3OHkx9V+KBtGPfKDO6RlJmGvlsHQ==","signatures":[{"sig":"MEUCIQCkKC/kB8rR5wj90izj+cMCy3wjHGcbSfS55ed8zii4AAIgU8lTqg3bsoPRMTkho+J/QWCfL1xZbofcODof0CT0TMY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.168.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/3b30c8409c6adc5baa76233bd7bed017/opensea-vessel-0.7.168.tgz","_integrity":"sha512-+z9JM3MAgOj3q17Qy8dJ/bBRT0jUJccrnui7yGGMMkRTQx0U1J4LDHeoBd3OHkx9V+KBtGPfKDO6RlJmGvlsHQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.168_1736755101700_0.08653823457605547","host":"s3://npm-registry-packages-npm-production"}},"0.7.169":{"name":"@opensea/vessel","version":"0.7.169","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.169","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"85149ec685fdf3d64c6d2304ecbc3f9beabb6f01","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.169.tgz","fileCount":23,"integrity":"sha512-00oroO4EOOoE5CTBIVbh5jUIXSFmDyEj4B23c0YWoowuAqrfpOj0DAkIshtdWjFJDua0XCaL4NqQZv0JzjOOIQ==","signatures":[{"sig":"MEUCIDsfKgyp8jLAmc9+2hkUsbW1Kmbqs+zkJvCA6LJyEdCkAiEAwO/6j15RAK8Ryqhx88rKCXDhv7Or2eV0VZkvlsOkTao=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.169.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/45e8509a6c76618277dc6da340401a0b/opensea-vessel-0.7.169.tgz","_integrity":"sha512-00oroO4EOOoE5CTBIVbh5jUIXSFmDyEj4B23c0YWoowuAqrfpOj0DAkIshtdWjFJDua0XCaL4NqQZv0JzjOOIQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.169_1736756820380_0.25816961418592266","host":"s3://npm-registry-packages-npm-production"}},"0.7.170":{"name":"@opensea/vessel","version":"0.7.170","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.170","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"64dde17e87e82b4fc59156c571f142c11dd0c343","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.170.tgz","fileCount":23,"integrity":"sha512-lXifaSDM/JdKK+urgsj0/AmGhic4mns7JAv4W83JWwZOrCjMp6zjSV3ZywuEzpG1YvznS65ycYsyhHfYoruZOA==","signatures":[{"sig":"MEYCIQDdFgQNoNmjNcLvqxep4qmmJkUuQGtqHVUH50ImuFiakwIhAPaQV4FDYaXL7kQ47RnIrIiTKziruYdmLSYdLF2pL18e","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.170.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ae872c7e7a4ec90f806e0919f6b9d06b/opensea-vessel-0.7.170.tgz","_integrity":"sha512-lXifaSDM/JdKK+urgsj0/AmGhic4mns7JAv4W83JWwZOrCjMp6zjSV3ZywuEzpG1YvznS65ycYsyhHfYoruZOA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.170_1736783886275_0.38283554664299535","host":"s3://npm-registry-packages-npm-production"}},"0.7.171":{"name":"@opensea/vessel","version":"0.7.171","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.171","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"ba36c9c00b8aea41eff5ec874c7a898f924aa430","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.171.tgz","fileCount":23,"integrity":"sha512-yVjOZ1hPvcexHfE+z9P2XafkhgNeu2sC4r5EkMjPv+1UIB8FS3UO/A23Rerahfyav6My42zptB3CnWs0dT3+tQ==","signatures":[{"sig":"MEQCIAqCeAC4+I1+dRVDIBWF7ZsHG12osUnL4suVM2zEc6+1AiANOvoWeWo2vzSRzeQ4szLG0OysxI1Sn/kmvP82Dgo1ZQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.171.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b24db055ffa2add4b284e7c23ee31c86/opensea-vessel-0.7.171.tgz","_integrity":"sha512-yVjOZ1hPvcexHfE+z9P2XafkhgNeu2sC4r5EkMjPv+1UIB8FS3UO/A23Rerahfyav6My42zptB3CnWs0dT3+tQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.171_1736785153721_0.7424201638068884","host":"s3://npm-registry-packages-npm-production"}},"0.7.172":{"name":"@opensea/vessel","version":"0.7.172","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.172","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"e4223ea3b3c5e6cc9b4c6af346fc22e62f0b6c5a","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.172.tgz","fileCount":23,"integrity":"sha512-8N7bRc27UuPFmRgfRZWjyoCfNBxRkhel8yce913jEGGKLZoW+4zgBJACT9x8dbnkxdnsilGyit5+W52RFvFldQ==","signatures":[{"sig":"MEYCIQDPBTCSNhgPlgbQV1RzEg+Wrt4eRCCL08Fwx42I0TBPpAIhAJw11FUOqKeUrrjv0B+1iAP2MlntD78l/sLVYnqJecFG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.172.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/79aa9366c025a865af73bb3f5fdcfb7c/opensea-vessel-0.7.172.tgz","_integrity":"sha512-8N7bRc27UuPFmRgfRZWjyoCfNBxRkhel8yce913jEGGKLZoW+4zgBJACT9x8dbnkxdnsilGyit5+W52RFvFldQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.172_1736791070794_0.6019590766404477","host":"s3://npm-registry-packages-npm-production"}},"0.7.173":{"name":"@opensea/vessel","version":"0.7.173","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.173","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"b8bfaaa288797b756e4e51592242a3160ae6a7f2","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.173.tgz","fileCount":23,"integrity":"sha512-aUl6ZWq11M/HA06kzhqlTqXHKgd7CExfSuW5IZgBMZ1fA1s68CCsGXlB+wga63eOq6+E5I4u52ymQ8/GN9tvwg==","signatures":[{"sig":"MEYCIQCzBV301OtdZk0XErBbEhbFPsSHuAu2jPeluxpTf5G/wwIhAL8C5np8MeSFS1QKIlnFoA0suD0whhS6vCMR0FsJkFVh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.173.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a2a8cb14e8699b07d0a8bbe862872195/opensea-vessel-0.7.173.tgz","_integrity":"sha512-aUl6ZWq11M/HA06kzhqlTqXHKgd7CExfSuW5IZgBMZ1fA1s68CCsGXlB+wga63eOq6+E5I4u52ymQ8/GN9tvwg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.173_1736795925885_0.34083983967585585","host":"s3://npm-registry-packages-npm-production"}},"0.7.174":{"name":"@opensea/vessel","version":"0.7.174","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.174","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"001dd6021cfbb6b2342394d7eba42ddbc7021454","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.174.tgz","fileCount":23,"integrity":"sha512-0uEvEAtun1dsFPgvoyp+8jzReUmAbmj3Bn3UXIni1Cq0xfhOutw8prmbSSyKrY5P366U1BRdht6NFxFxxeESYQ==","signatures":[{"sig":"MEUCIQDa71LIv66+wfaWI8u7DHkCUVGXwtnbKMntvVSo1koKRwIgBiiFirbWmXM6pWeOt79LSLqhkR0FVEWo2JwVseNMGwU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.174.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/bc3c2a24958a0ab3869ffe66a1b0bd41/opensea-vessel-0.7.174.tgz","_integrity":"sha512-0uEvEAtun1dsFPgvoyp+8jzReUmAbmj3Bn3UXIni1Cq0xfhOutw8prmbSSyKrY5P366U1BRdht6NFxFxxeESYQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.174_1736797336499_0.7612610501265376","host":"s3://npm-registry-packages-npm-production"}},"0.7.175":{"name":"@opensea/vessel","version":"0.7.175","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.175","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"7ed5068aa38dffc44155719f45a5e968bfbb9437","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.175.tgz","fileCount":23,"integrity":"sha512-euJLXEM62c8TWxPBQGpHsrtZvx1MgSfMhix2OeChLekwtvxhsnhCXVERjFyjGgPFBMejBfRhBqtklmXtxSI8Pg==","signatures":[{"sig":"MEQCIDrQtrJaYQ1Rdj9wd7JSDUbR/4zJuLBvtWjveyoTPSvjAiBJydu/71shtNkAkfslZsNfMXfiBGoIKj0co3wJvwRmog==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.175.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/1775fcad75d9b3ec787df37c002ab130/opensea-vessel-0.7.175.tgz","_integrity":"sha512-euJLXEM62c8TWxPBQGpHsrtZvx1MgSfMhix2OeChLekwtvxhsnhCXVERjFyjGgPFBMejBfRhBqtklmXtxSI8Pg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.175_1736880200871_0.05370892844227315","host":"s3://npm-registry-packages-npm-production"}},"0.7.176":{"name":"@opensea/vessel","version":"0.7.176","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.176","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"ebc56dbfe0dc6e5643facac4ea1c6d20d86ec874","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.176.tgz","fileCount":23,"integrity":"sha512-9BpKP1lntsc/PkSjfcOtO2H8O5g4EmqoMJvSe+fm+AcR444s0HprviX3u7H2B9rMurpMWGheYriga5oAfk+mBw==","signatures":[{"sig":"MEQCIA3xsA9IkN6p//VLSjO5sXhDyc56bsnzobdEY2FzopMGAiB1PzbYklwJcr0VgMciRoEptMGT96vCHTlDeTU/lH8pnw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.176.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/7db4874296f0da46052f9f60951fa3b5/opensea-vessel-0.7.176.tgz","_integrity":"sha512-9BpKP1lntsc/PkSjfcOtO2H8O5g4EmqoMJvSe+fm+AcR444s0HprviX3u7H2B9rMurpMWGheYriga5oAfk+mBw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.176_1736881342275_0.7476336642120542","host":"s3://npm-registry-packages-npm-production"}},"0.7.177":{"name":"@opensea/vessel","version":"0.7.177","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.177","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"dddc5aae9f420b05e18f22509a9a071ea009e3c6","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.177.tgz","fileCount":23,"integrity":"sha512-mEykeW+9djPflYnVE/qbWbo6F5Q3oAIQO4MccT86IHacP5v3XoRjF5le8NwNPaVm7iRshGgXodMFV9h8fyy5Kw==","signatures":[{"sig":"MEUCIQDp8vjvxTSqdfzmsPplnVH5a7Cn8fEYh00rR/fNDF6PRQIgXKoxltozbFveCXq1FRhFfNPKVQRrWMY7w6uGjD9kCjI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.177.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8caacdbf73f264be866f61a163af16c8/opensea-vessel-0.7.177.tgz","_integrity":"sha512-mEykeW+9djPflYnVE/qbWbo6F5Q3oAIQO4MccT86IHacP5v3XoRjF5le8NwNPaVm7iRshGgXodMFV9h8fyy5Kw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.177_1736882557743_0.601286579611144","host":"s3://npm-registry-packages-npm-production"}},"0.7.178":{"name":"@opensea/vessel","version":"0.7.178","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.178","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"6fe9506e166eb93791961e01989d62422cca3684","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.178.tgz","fileCount":23,"integrity":"sha512-aTJwZxnye3Z4vQuYG5AKGorXMq/vllu54Kn8q5KTyv1A6v9AgB8lEOUhTRKIwCD8yFtN3p/dk/Odjh8I69ilMQ==","signatures":[{"sig":"MEUCIErK/Yn0bhiyeidgyJVaBVA7ancE4+9yeIMP7OVFgXpqAiEAl6xPYai+wLup7c32wldipayrTEXMku0X2F6Gltv2Zyc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.178.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/727f229198fa6bc6ebebd90e3fc3d84d/opensea-vessel-0.7.178.tgz","_integrity":"sha512-aTJwZxnye3Z4vQuYG5AKGorXMq/vllu54Kn8q5KTyv1A6v9AgB8lEOUhTRKIwCD8yFtN3p/dk/Odjh8I69ilMQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.178_1736912089127_0.6196504593012981","host":"s3://npm-registry-packages-npm-production"}},"0.7.179":{"name":"@opensea/vessel","version":"0.7.179","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.179","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"343f5a37a44e377fa1c9142cc92e6c4ae7f6d0aa","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.179.tgz","fileCount":23,"integrity":"sha512-RrLnInvv24BhQw+YvB4vEULuVpd60zO+5laFx5CEVt1qmyS6g+yH+GLRs/u+pRSolsBK2YXrHYtVbSoI1xgNoA==","signatures":[{"sig":"MEQCIBmfXOuxs1RcjG/7kCnfGwD5rhOO2xRh4Ukq/g4s+WfMAiB8Q5vJWC2x/wfs4S6PjPupicbJ34OwgVI2uWxZwCBu9w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.179.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c3e1e06b8f83c33e246e97a659e4eafe/opensea-vessel-0.7.179.tgz","_integrity":"sha512-RrLnInvv24BhQw+YvB4vEULuVpd60zO+5laFx5CEVt1qmyS6g+yH+GLRs/u+pRSolsBK2YXrHYtVbSoI1xgNoA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.179_1736923797470_0.8082514284633919","host":"s3://npm-registry-packages-npm-production"}},"0.7.180":{"name":"@opensea/vessel","version":"0.7.180","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.180","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"083936c438ba3919fe50cd3786c7f8f84aca92f0","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.180.tgz","fileCount":23,"integrity":"sha512-OjOGpJqzvddTJBCnuH3zirJx6HlAa+XlDsgvsSA3b6br613l/FRzASau6DWSyKc4I+pbmJij4Rz34yP+S3jeQQ==","signatures":[{"sig":"MEUCIQCXy67tyyHCSHKmJkNaE3zOPXMLXBGHkvO7La2LBYL81AIgBiEGFFpYP0ZZcVdgoDrkzee6bclL/3awwiMDDXeD1r4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.180.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/45c4e59b53fcf84e4a1271092a3b34ce/opensea-vessel-0.7.180.tgz","_integrity":"sha512-OjOGpJqzvddTJBCnuH3zirJx6HlAa+XlDsgvsSA3b6br613l/FRzASau6DWSyKc4I+pbmJij4Rz34yP+S3jeQQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.180_1736937584547_0.8795331179607437","host":"s3://npm-registry-packages-npm-production"}},"0.7.181":{"name":"@opensea/vessel","version":"0.7.181","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.181","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"45d4b473f4c83634453a1c64454ec6da240962f5","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.181.tgz","fileCount":23,"integrity":"sha512-pg8PECuOMD2q4N8+kLUoxCOfviV+4KK/MRBtvfJb27ouFadL8kr0VmxDIL899re5QeUepBHb/yM8J7mJciJOyA==","signatures":[{"sig":"MEUCIQDvJDl8sm48x9moE4Qmx9+kYIbCUpDFKJl1N0WZW+XLoAIgL0oNsG9Opi2k4q8E+t3iKpNKFgz9AGKXaKd2hERoGug=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.181.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/04dd48f18f022564aac6647acf901715/opensea-vessel-0.7.181.tgz","_integrity":"sha512-pg8PECuOMD2q4N8+kLUoxCOfviV+4KK/MRBtvfJb27ouFadL8kr0VmxDIL899re5QeUepBHb/yM8J7mJciJOyA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.181_1736939357132_0.1101488796478649","host":"s3://npm-registry-packages-npm-production"}},"0.7.182":{"name":"@opensea/vessel","version":"0.7.182","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.182","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"4f8f642bca58a6992bd94ce28674a34d384f22ac","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.182.tgz","fileCount":23,"integrity":"sha512-RcGhfIJM3L+6ZEZ05+IWIOF6t/td6VUddMuQRK5GRZ1y3sCzpsONtKevaAWaZ2GSsJcdI1JNnp7ii9oPqdBj+Q==","signatures":[{"sig":"MEUCIQCksYIOqADBh1Igfi/GLOwBNBV5KuG2e6NA5sqNFcLQ7QIgWPlT3vbRpdrwmsUtfQh0D8LiHsrqQf/+J+cUQn9MaMs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.182.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/4390137b700ecc0074cb9ee1a79333df/opensea-vessel-0.7.182.tgz","_integrity":"sha512-RcGhfIJM3L+6ZEZ05+IWIOF6t/td6VUddMuQRK5GRZ1y3sCzpsONtKevaAWaZ2GSsJcdI1JNnp7ii9oPqdBj+Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.182_1736940661367_0.9668588571038055","host":"s3://npm-registry-packages-npm-production"}},"0.7.183":{"name":"@opensea/vessel","version":"0.7.183","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.183","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"}],"dist":{"shasum":"a00a957620816596e6830604fe0e58d0c76eebc4","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.183.tgz","fileCount":23,"integrity":"sha512-xn+jpSp+I7rqN/HXgyvjWB7AVELG7+RO66CzsFcTaOxQGohS5J+sSRHtmOInggY9LqebYwPmycZ4tp0Xh23yCA==","signatures":[{"sig":"MEUCIAP1vLAwV6S5BoQXtWTBDvyXfof/6+G8QuuRLX4EYMZrAiEAtn92gHeS0FqH6HWQWhysmfOQDgsreyCgZXEjE+RmH84=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301740},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.183.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d2402cabc198819d0e21eceaa8324dee/opensea-vessel-0.7.183.tgz","_integrity":"sha512-xn+jpSp+I7rqN/HXgyvjWB7AVELG7+RO66CzsFcTaOxQGohS5J+sSRHtmOInggY9LqebYwPmycZ4tp0Xh23yCA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.183_1736945129757_0.18524930323950684","host":"s3://npm-registry-packages-npm-production"}},"0.0.23":{"name":"@opensea/vessel","version":"0.0.23","_id":"@opensea/vessel@0.0.23","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"3a445be8f6aad00fc84bbdb4e81b9abb7a4f2d82","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.0.23.tgz","fileCount":27,"integrity":"sha512-LhwJUtj7BJf5ORVZ0jD5VyuOBP6773tV9m4bDsB9L1NL5BF9G0touJQ9G6UgtbCrz614QyANNGrKVNIMCQXhgQ==","signatures":[{"sig":"MEUCIQCQYPPBwRlOfJonlsb+RMNAqajvyTFfKuvSROzw8gApcgIgD2dUpQN6nd79988VvLzg8GO4K05ovIGNZcwZeVSZaP0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76813},"main":"dist/@opensea/vessel.umd.js","types":"dist/index.d.ts","module":"dist/@opensea/vessel.es.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/@opensea/vessel.es.js","require":"./dist/@opensea/vessel.umd.js"}},"scripts":{"dev":"vite","build":"vite build && yarn tsc && rimraf tsconfig.tsbuildinfo","dev:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test --ui' --kill-others --success first","prepare":"yarn build","prebuild":"rimraf tsconfig.tsbuildinfo dist","test:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test' --kill-others --success first","test:unit":"vitest src","lint:types":"tsc","postinstall":"husky install || exit 0","pretest:e2e":"tsc && vite build && cpy dist/* tests/parent && cpy dist/* tests/child","test:unit:coverage":"vitest src --coverage"},"_npmUser":{"name":"royliu2","email":"royliu2@gmail.com"},"description":"🚢 Vessel: a promise-based postMessage library that sails your data smoothly across the Opensea.","directories":{},"lint-staged":{"package.json":["pretty-package --write","no-hats"]},"dependencies":{"nanoid":"4.0.2"},"_hasShrinkwrap":false,"devDependencies":{"vite":"4.3.9","husky":"8.0.3","jsdom":"22.1.0","serve":"14.2.0","rimraf":"5.0.1","vitest":"0.32.0","cpy-cli":"4.2.0","typescript":"5.0.2","@types/node":"20.3.1","lint-staged":"13.2.2","concurrently":"8.2.0","@flasd/no-hats":"1.0.3","@playwright/test":"1.35.0","@vitest/coverage-v8":"0.32.2","@flasd/pretty-package":"1.0.3"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.0.23_1736959847211_0.8480624579182163","host":"s3://npm-registry-packages-npm-production"}},"0.7.184":{"name":"@opensea/vessel","version":"0.7.184","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.184","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"07a93e2f485754c1c3dc42697b210337ec96d167","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.184.tgz","fileCount":23,"integrity":"sha512-yvFxfX22x4kZs+GETJwsSXSUfBuG9UaRLw7CCgqOwMoEcmBviVFEecwtToXyB0EHnrum5tdIbBQ5wu2Jok+cOQ==","signatures":[{"sig":"MEUCIQCb6JjX4qufhccdNNqdait5nZlNFqWNvkAVInu+7kxbRQIgaWmiGKvkduDjC8mCg7r5T37I7VqUAY+x6Ci5qAEwHIM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301745},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.184.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/329942793bd8ab35efbbbc16f2a46d0f/opensea-vessel-0.7.184.tgz","_integrity":"sha512-yvFxfX22x4kZs+GETJwsSXSUfBuG9UaRLw7CCgqOwMoEcmBviVFEecwtToXyB0EHnrum5tdIbBQ5wu2Jok+cOQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.184_1736964482128_0.5997195590314537","host":"s3://npm-registry-packages-npm-production"}},"0.7.185":{"name":"@opensea/vessel","version":"0.7.185","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.185","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"015f1791c3355e12d8b4810a5bb4b5a90fbb2503","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.185.tgz","fileCount":23,"integrity":"sha512-w4WU6oZ5hXWVDMCTLvjcqU0GSRKQUz5GYmvnxe1NznPoIJnRHLFna7xtPdhsHGJXY3v9XnUery7cmmb7BTBUnQ==","signatures":[{"sig":"MEQCIHJL6BCCnnByo5Z+IxEqF+24Dt8Ux4CZu22N1V9sCd1hAiBxozceudcaKy8DQ9ybvbVL0gQ+HIz02GHjFD3ihR05eA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.185.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5706c23c73a9ef02739b612e9105cbc2/opensea-vessel-0.7.185.tgz","_integrity":"sha512-w4WU6oZ5hXWVDMCTLvjcqU0GSRKQUz5GYmvnxe1NznPoIJnRHLFna7xtPdhsHGJXY3v9XnUery7cmmb7BTBUnQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.185_1736965387244_0.1968104980571148","host":"s3://npm-registry-packages-npm-production"}},"0.0.24":{"name":"@opensea/vessel","version":"0.0.24","_id":"@opensea/vessel@0.0.24","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"249fe22f51a6cddcbbc43c945489e1bba4e9d1c6","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.0.24.tgz","fileCount":27,"integrity":"sha512-PLWvJIOyav3etZ2fKVgVZ0EWVR9eJR4e5ylZCHiOuOaZgcXJ4jPRsq+IGkeTSKNuahCFpordx+Jj/kSuxDj/0w==","signatures":[{"sig":"MEUCIQC4FLfVVV98KjZ1xRT0RTZRRdIOw8iP51I1M2DB8syRFAIgBDEMjrSIMTN5Gobak47PLRUSPm7YaCEiHbVmee+Egvw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76873},"main":"dist/@opensea/vessel.umd.js","types":"dist/index.d.ts","module":"dist/@opensea/vessel.es.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/@opensea/vessel.es.js","require":"./dist/@opensea/vessel.umd.js"}},"scripts":{"dev":"vite","build":"vite build && yarn tsc && rimraf tsconfig.tsbuildinfo","dev:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test --ui' --kill-others --success first","prepare":"yarn build","prebuild":"rimraf tsconfig.tsbuildinfo dist","test:e2e":"concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test' --kill-others --success first","test:unit":"vitest src","lint:types":"tsc","postinstall":"husky install || exit 0","pretest:e2e":"tsc && vite build && cpy dist/* tests/parent && cpy dist/* tests/child","test:unit:coverage":"vitest src --coverage"},"_npmUser":{"name":"royliu2","email":"royliu2@gmail.com"},"description":"🚢 Vessel: a promise-based postMessage library that sails your data smoothly across the Opensea.","directories":{},"lint-staged":{"package.json":["pretty-package --write","no-hats"]},"dependencies":{"nanoid":"4.0.2"},"_hasShrinkwrap":false,"devDependencies":{"vite":"4.3.9","husky":"8.0.3","jsdom":"22.1.0","serve":"14.2.0","rimraf":"5.0.1","vitest":"0.32.0","cpy-cli":"4.2.0","typescript":"5.0.2","@types/node":"20.3.1","lint-staged":"13.2.2","concurrently":"8.2.0","@flasd/no-hats":"1.0.3","@playwright/test":"1.35.0","@vitest/coverage-v8":"0.32.2","@flasd/pretty-package":"1.0.3"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.0.24_1736971099107_0.6945301609020487","host":"s3://npm-registry-packages-npm-production"}},"0.7.186":{"name":"@opensea/vessel","version":"0.7.186","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.186","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"f1ca0f93ea39670703aafa3362d18ff579384819","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.186.tgz","fileCount":23,"integrity":"sha512-e65B1t0e8o3yeK8aK6ObGsabLMpw81wdbsMSp+gUtx3NDYBXb7ebWFpiXFodRHFXq+xpH9UfSWR+5LYGgMn70w==","signatures":[{"sig":"MEQCIA3qsvgeI2WkjKwawz4f+JwJujIpU61BHwwtFSP1Bh2oAiBJnd5vh7z0NMxFJM2enChUwpWmNKZ8yoc8O2dB7YLPPg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.186.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/392eabde07ac78f07e5b9c6479a887e9/opensea-vessel-0.7.186.tgz","_integrity":"sha512-e65B1t0e8o3yeK8aK6ObGsabLMpw81wdbsMSp+gUtx3NDYBXb7ebWFpiXFodRHFXq+xpH9UfSWR+5LYGgMn70w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.186_1736974648274_0.42752852137286124","host":"s3://npm-registry-packages-npm-production"}},"0.7.187":{"name":"@opensea/vessel","version":"0.7.187","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.187","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"19c403a1276b1683b22f7ba05d5d02d5c66a9811","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.187.tgz","fileCount":23,"integrity":"sha512-v7StQIb5nb6unvKdzhVjFAGQJnFThchyN/DNpnTG9UWXpdJW3Qh38/UHE/dhJ6NxIst+W/voZuSh8WZJCChfMw==","signatures":[{"sig":"MEQCIHWWZpGEsyK/woeiuMjmmzAgWCfiQK0vT8VazuSywaFzAiALAAZ5EEJiwIfu8sG/8sbmKisSW28//juOcb5LCn84sw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.187.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b178e8b220130cd11192a827c1db263b/opensea-vessel-0.7.187.tgz","_integrity":"sha512-v7StQIb5nb6unvKdzhVjFAGQJnFThchyN/DNpnTG9UWXpdJW3Qh38/UHE/dhJ6NxIst+W/voZuSh8WZJCChfMw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.187_1736980147531_0.3968925581114646","host":"s3://npm-registry-packages-npm-production"}},"0.7.188":{"name":"@opensea/vessel","version":"0.7.188","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.188","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"9c3922af62b89744d8b25b7be86bb321d0137b9b","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.188.tgz","fileCount":23,"integrity":"sha512-9+zwAiYjyvk/t5NDDYvRmI+LWRA75tr1FCgSTUgLFOr5e1eveUuvLUev4zfGyd4xEjE4x393H+86NhA0LOgyyg==","signatures":[{"sig":"MEQCIDA4bRWPaWTQ63ZRPo8pHjgOSWvurnXycpu8KM5pAeOwAiAgwzu8wCcwAGB1HWKOV18i7anaMyvVbugT4xt/2rrmDQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.188.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/48149ce1c8758d6e47305a203c0af128/opensea-vessel-0.7.188.tgz","_integrity":"sha512-9+zwAiYjyvk/t5NDDYvRmI+LWRA75tr1FCgSTUgLFOr5e1eveUuvLUev4zfGyd4xEjE4x393H+86NhA0LOgyyg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.188_1736986364715_0.8786868253147417","host":"s3://npm-registry-packages-npm-production"}},"0.7.189":{"name":"@opensea/vessel","version":"0.7.189","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.189","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"ce650a3181f6deb300894ba0ff6ce682cd5bf6d6","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.189.tgz","fileCount":23,"integrity":"sha512-SEBwmR0f9kAwa/H673t0570/Y6olD4UZ8Hf3urhp/00mMw3FERhlFk0xZstCPpRbMPdsgRZbksvFPBqAx4/ABQ==","signatures":[{"sig":"MEUCIQCWzbrj/ppKFbfw0RMx3z8h6atrGZqsfC16geeeASDYxgIgXzBZkPGfPYy8fnMXs6zFOa23KZJWLwPi86Fg7GQpcok=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.189.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/758f40332112be5120a385b73bb011c4/opensea-vessel-0.7.189.tgz","_integrity":"sha512-SEBwmR0f9kAwa/H673t0570/Y6olD4UZ8Hf3urhp/00mMw3FERhlFk0xZstCPpRbMPdsgRZbksvFPBqAx4/ABQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.189_1736991471140_0.7677049334994537","host":"s3://npm-registry-packages-npm-production"}},"0.7.190":{"name":"@opensea/vessel","version":"0.7.190","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.190","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"70eafc4ebd9e3d2309b710b62343160377fffbb6","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.190.tgz","fileCount":23,"integrity":"sha512-ddtgOccqPia5aUgJ8SFagdKdvWMRfsKQr2AiKPDZ2o2YnowEPYDiHf2VFRY1B8HZ5ybGP1EAoIDjWFbmJWLcXA==","signatures":[{"sig":"MEUCIQCMKLNkeSe8jaKstEP8B8FWbUPqMWS94JaDuUk3GTVJfwIgNaFdzkaWW5HN1NMO4pu/RzUsyd6jXqxKRBAk5w3eLMQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.190.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/15063f4ee690332cd1338c05593c1b8b/opensea-vessel-0.7.190.tgz","_integrity":"sha512-ddtgOccqPia5aUgJ8SFagdKdvWMRfsKQr2AiKPDZ2o2YnowEPYDiHf2VFRY1B8HZ5ybGP1EAoIDjWFbmJWLcXA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.190_1737009502938_0.8851783883039517","host":"s3://npm-registry-packages-npm-production"}},"0.7.191":{"name":"@opensea/vessel","version":"0.7.191","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.191","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"8f422f71aa942bf5988768eafeedba29c82aa160","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.191.tgz","fileCount":23,"integrity":"sha512-b3KwiTEF6SQF44R+vhyyEypXJN5UcNeGfqV20GBmm/euI/Y+/iEZnDemkK4xhPf6Fjifoq/ZjZGzVxaiAW5HQw==","signatures":[{"sig":"MEQCICaAnJ4fRH/b5brelNeHT9wHTlHeWkYps3pJoRsLaNHrAiAQi2hwGXVT7mHsxLpfgAnUenVTPEnefGXqIR/5tzDakw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.191.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a4907e7fdd5445e7b99f2a9d94d96c87/opensea-vessel-0.7.191.tgz","_integrity":"sha512-b3KwiTEF6SQF44R+vhyyEypXJN5UcNeGfqV20GBmm/euI/Y+/iEZnDemkK4xhPf6Fjifoq/ZjZGzVxaiAW5HQw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.191_1737045941185_0.1213720271786074","host":"s3://npm-registry-packages-npm-production"}},"0.7.192":{"name":"@opensea/vessel","version":"0.7.192","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.192","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"0ac208b837d352945ea8d199c1790cb6188c1348","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.192.tgz","fileCount":23,"integrity":"sha512-XvahrV+bmEDlfBZpWMQ3l2K5Nj6kp/qC6ROJ+iRSeStMHoVD78fiVg52lUpOYZ4Uf6UK5tHEFKGkMnG1b9c5ng==","signatures":[{"sig":"MEQCIBEOTuiakhG2phxqH+hJE6XlNq2TT0VyMYdjI4kRqw+9AiBTm6LNkFSJFksmZ37lzeV1pKI8DTAbbwga0i5//QWMiQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.192.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/37929a519a5d83b2e41ed636c1b0674c/opensea-vessel-0.7.192.tgz","_integrity":"sha512-XvahrV+bmEDlfBZpWMQ3l2K5Nj6kp/qC6ROJ+iRSeStMHoVD78fiVg52lUpOYZ4Uf6UK5tHEFKGkMnG1b9c5ng==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.192_1737048594963_0.39476748909404846","host":"s3://npm-registry-packages-npm-production"}},"0.7.193":{"name":"@opensea/vessel","version":"0.7.193","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.193","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"10b3a6ac7998a53adb55786c42ccbdf03b27d35c","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.193.tgz","fileCount":23,"integrity":"sha512-1TpGYUpp+i/R7gV703dAmJJjvcshuzPBwj2LnUxEnjFAdLxECE0kwRGXMYhd8aNqSBSb5oKTYg4on0LKJ+1YJg==","signatures":[{"sig":"MEQCIC7vsnEd2gGQ42BEPHGRBxXrNxXKf5KRvUrtx4IC9a6lAiACAfucZTzPL/kmMKB7G61SodyL4WhDMXDkmtqRirRr8w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.193.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/bb6cd896b179df89f72c2bfb903a7034/opensea-vessel-0.7.193.tgz","_integrity":"sha512-1TpGYUpp+i/R7gV703dAmJJjvcshuzPBwj2LnUxEnjFAdLxECE0kwRGXMYhd8aNqSBSb5oKTYg4on0LKJ+1YJg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.193_1737053365780_0.20766142437599844","host":"s3://npm-registry-packages-npm-production"}},"0.7.194":{"name":"@opensea/vessel","version":"0.7.194","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.194","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"cea96c60f2da0530fae84c9d0c06ae04913441e0","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.194.tgz","fileCount":23,"integrity":"sha512-ZfHvBk7uXO4BHEGRKEB/QtJ/M+a0cgm+cz3ZW420/4Jq0WCmlGlCynrYdEXLYsGIQCz8IK45Okg2cj9iTtj04g==","signatures":[{"sig":"MEYCIQChjMTDZT/x0OgwyINRi+O+Uygtc1my007CsF/zYtc9iAIhANzYp88t3M26GP5AcEEsnOV3VFzWaFhH7BOWfWo6HMPe","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.194.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8fc7dd920e4eafb3316bddf16d9987cd/opensea-vessel-0.7.194.tgz","_integrity":"sha512-ZfHvBk7uXO4BHEGRKEB/QtJ/M+a0cgm+cz3ZW420/4Jq0WCmlGlCynrYdEXLYsGIQCz8IK45Okg2cj9iTtj04g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.194_1737055365525_0.755067637341831","host":"s3://npm-registry-packages-npm-production"}},"0.7.195":{"name":"@opensea/vessel","version":"0.7.195","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.195","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"30c6ed659cc925bbb70bc6e26605b3309c930efe","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.195.tgz","fileCount":23,"integrity":"sha512-aM4AlXXuG7ZqKteAiwoN+PJy1o8FQnYXXdi8EtDWbdVi1JmBNiiaXQ0zcPw6zQRgKLkTAsMva7M4gztYMQAyng==","signatures":[{"sig":"MEUCIQDhjpGgKVJo+mb/2aOFd231Si+w5wtzPlmlQqMkIgmcOwIgJS2BORAEWdF8iSa01nx4aIuKfD8jCTTDJWIU2SsbNUY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.195.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/884bf148fb582811c0b8c7b725d48d2e/opensea-vessel-0.7.195.tgz","_integrity":"sha512-aM4AlXXuG7ZqKteAiwoN+PJy1o8FQnYXXdi8EtDWbdVi1JmBNiiaXQ0zcPw6zQRgKLkTAsMva7M4gztYMQAyng==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.195_1737055628029_0.993872270799947","host":"s3://npm-registry-packages-npm-production"}},"0.7.196":{"name":"@opensea/vessel","version":"0.7.196","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.196","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"eae6d09027d23a9a81483da591c7906478774b8e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.196.tgz","fileCount":23,"integrity":"sha512-5hKEt5akWqknHj+k5sPpgD96/UWpXz28zAa4HlhtZRiogbqSOv+Y15ipz7m1lAE60+JmSLRQaI+kaJ17uy5Slw==","signatures":[{"sig":"MEUCIQDaMW0nd5B9F5/0PyrkpVLeHxlhfPu3jYzk09z/Qh5lnAIgQoVcjT+Zh6RMpel/DjI1TMbTHmG57Gvpf78u6zq1Y4w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.196.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a48f3d9332f4b264b0788eaa3ca02f40/opensea-vessel-0.7.196.tgz","_integrity":"sha512-5hKEt5akWqknHj+k5sPpgD96/UWpXz28zAa4HlhtZRiogbqSOv+Y15ipz7m1lAE60+JmSLRQaI+kaJ17uy5Slw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.196_1737059836006_0.7203832056893174","host":"s3://npm-registry-packages-npm-production"}},"0.7.197":{"name":"@opensea/vessel","version":"0.7.197","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.197","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"6be92d0c2d7d46dea5cc7fd644ba98e55abb0c03","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.197.tgz","fileCount":23,"integrity":"sha512-DMVMgNz2enS9a+NjJ0YQWM7bDLa2PejhxxlvC1MjTYxHywWT/sWhvG2LJ6xKzZRNIXrk14sCGVzBJLaO372n4Q==","signatures":[{"sig":"MEQCIHjkV4AJn+NdW+TV/YqrzG5ZsA6/eiME/GLgIdF4tGTQAiAl+sFtmUSSFq+4r2Hv9uUMS8DsmA2FpUh/GXM9YlNKQQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.197.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d83cf796f36e5f6979637f0b639490ec/opensea-vessel-0.7.197.tgz","_integrity":"sha512-DMVMgNz2enS9a+NjJ0YQWM7bDLa2PejhxxlvC1MjTYxHywWT/sWhvG2LJ6xKzZRNIXrk14sCGVzBJLaO372n4Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.197_1737064246442_0.5390150106630256","host":"s3://npm-registry-packages-npm-production"}},"0.7.198":{"name":"@opensea/vessel","version":"0.7.198","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.198","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"9c14b29b83dc2fbe2ba54f7bb743faf2665fe3af","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.198.tgz","fileCount":23,"integrity":"sha512-739PAmRpmGHoG2nu164GX8u44XxxKrhpf6tdOZSMo9eVFU2QdIH59SkHXXeZu5qTCetLoPVOTBkDi+bET7JiFA==","signatures":[{"sig":"MEUCICvcNfrml+PK4FF4cMPSG1RYdOQtRHhjljI9zynU5ghlAiEAirnu9LvTSNDKevEqrNduUrOb2UegEe1EwDU5WGPyo+s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.198.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d2eb3dd5e83e1c39a1bafee1eba99dd6/opensea-vessel-0.7.198.tgz","_integrity":"sha512-739PAmRpmGHoG2nu164GX8u44XxxKrhpf6tdOZSMo9eVFU2QdIH59SkHXXeZu5qTCetLoPVOTBkDi+bET7JiFA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.198_1737065750537_0.28725646828526585","host":"s3://npm-registry-packages-npm-production"}},"0.7.199":{"name":"@opensea/vessel","version":"0.7.199","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.199","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"bb6a2ba39f0252e828fb99f9279dc9cc4be81158","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.199.tgz","fileCount":23,"integrity":"sha512-P4Kcwvt4BCccDg+9yqE7pAC9AOiwPJLzJsBFpcAdJcqOzt12RvsGa7J420piSThs7VIuAJ+6orB3es68K3kVDw==","signatures":[{"sig":"MEQCIElQi+UE68By7BKD1wb/xB74kJpi986j+nx0q2i/W1I9AiA3hkHUTwfZfOBK3l8AcMQd7GSSPO2zQTf5Cu8v9+1gFA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.199.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/dcd36acd9ff4a0c784ac0508c0e6016f/opensea-vessel-0.7.199.tgz","_integrity":"sha512-P4Kcwvt4BCccDg+9yqE7pAC9AOiwPJLzJsBFpcAdJcqOzt12RvsGa7J420piSThs7VIuAJ+6orB3es68K3kVDw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.199_1737085539394_0.36986096687314673","host":"s3://npm-registry-packages-npm-production"}},"0.7.200":{"name":"@opensea/vessel","version":"0.7.200","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.200","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"6eb4f04273c8089f44277ed488e5cfdc3a3e33ac","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.200.tgz","fileCount":23,"integrity":"sha512-12QvOqeK/S/MTphpZgo8vobz7FCOa0rZA8410kO3XMy5YA94MoJZBHjKQCes4/tTCe7HQx7QYzJfyIYLnG5iXQ==","signatures":[{"sig":"MEUCIQDJ2QvpWJ57uzq3MqNMQOBABNaowqhwb5mvo1XeNjEXXwIgD84SsoEy96ZuGNEf3J8UYPwMaBpRDHIKXqvkV61OWTY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.200.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/0e0d5ccb8e5863895680c06f28699477/opensea-vessel-0.7.200.tgz","_integrity":"sha512-12QvOqeK/S/MTphpZgo8vobz7FCOa0rZA8410kO3XMy5YA94MoJZBHjKQCes4/tTCe7HQx7QYzJfyIYLnG5iXQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.200_1737141777611_0.0054371472476864025","host":"s3://npm-registry-packages-npm-production"}},"0.7.201":{"name":"@opensea/vessel","version":"0.7.201","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.201","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"1c795ff13136844aa191197dd61a94263efc31b7","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.201.tgz","fileCount":23,"integrity":"sha512-BP5k6/Dc6uMbBQZm8lc4wzFG018bsngBfApPV3m2RdBVwApg4qFLap88C30Pwi3yft3Hgj1DldxYAl8pTC9JAQ==","signatures":[{"sig":"MEUCIQC/6AnJvuDjrwEbRJpoIqMsiUcMYqCqMoTJ0kpv3RM40QIgFI+xjE1g7SSRGH5fQ55YyYhc4Tm18upQLJhEe8VBxBc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.201.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/38e1fe42d2ebbcf1dd16c936f5fcfe66/opensea-vessel-0.7.201.tgz","_integrity":"sha512-BP5k6/Dc6uMbBQZm8lc4wzFG018bsngBfApPV3m2RdBVwApg4qFLap88C30Pwi3yft3Hgj1DldxYAl8pTC9JAQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.201_1737142657017_0.4756875283754065","host":"s3://npm-registry-packages-npm-production"}},"0.7.202":{"name":"@opensea/vessel","version":"0.7.202","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.202","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"9c4c50a54c47275198e1036de1731217971a2a55","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.202.tgz","fileCount":23,"integrity":"sha512-2Env0PwYMQlkjzSzIbBT0Vqb4iV8/Su27DdU0PMfI/8VuQ9ukqp8R/q5dmba3O7EsBnbkGuKX3g6F7yYcIVSEg==","signatures":[{"sig":"MEYCIQDLMlHBvQbcZOzor37t/MEVMXffIioRMAmVxnJzJ76jVAIhAIcNtuqFj6RBsleX+gRJsKIezK8xSqKYUyb7ZblPzmsE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.202.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b72b1df47fec2333d6f648238728eead/opensea-vessel-0.7.202.tgz","_integrity":"sha512-2Env0PwYMQlkjzSzIbBT0Vqb4iV8/Su27DdU0PMfI/8VuQ9ukqp8R/q5dmba3O7EsBnbkGuKX3g6F7yYcIVSEg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.202_1737157716561_0.32784171750964775","host":"s3://npm-registry-packages-npm-production"}},"0.7.203":{"name":"@opensea/vessel","version":"0.7.203","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.203","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"6ca8ab5cd8fce16d7fd06fff898fb40eca803506","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.203.tgz","fileCount":23,"integrity":"sha512-ipiroej2gELigpm/0epl528KqX8dA6si6FCMO5F0xxr9qLOYp8duKx/3qY8b2wkIxuHGxQCJAiQ+pVMmcaI/2g==","signatures":[{"sig":"MEQCIGnsdFqlcvi+xJ/68UBlMaeyVkfPzvXM5ql+SLrCC0lCAiBdY1Ra+Dl0JyW1qa+9GF+hrVwYu+p1F59z45pVdkBDfw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.203.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/df9bde121db1bebfc1c85f3e60caeea2/opensea-vessel-0.7.203.tgz","_integrity":"sha512-ipiroej2gELigpm/0epl528KqX8dA6si6FCMO5F0xxr9qLOYp8duKx/3qY8b2wkIxuHGxQCJAiQ+pVMmcaI/2g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.203_1737173581153_0.4035345185528689","host":"s3://npm-registry-packages-npm-production"}},"0.7.204":{"name":"@opensea/vessel","version":"0.7.204","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.204","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"6cd71a822f91812fe111fe0b7ac76676ab009a4f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.204.tgz","fileCount":23,"integrity":"sha512-Dzu+vEkTbf21DEmS0HjBrqtEBAquHNuGSHhRES0jsgxlhEhqRWGL/o8NfGIq0fU922uEmFrpLc81ebRMwoU0tQ==","signatures":[{"sig":"MEQCIEQ0s2HeoI9OGPd+AGhXyqBDdTOQ59YuSaqA307oGG+8AiB83Wl1rgolUgrtLXE5gzwuw9v7PqGy1ewXoLGOOO+THQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.204.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/33f429168a1842e70973bcbb2e50c8d6/opensea-vessel-0.7.204.tgz","_integrity":"sha512-Dzu+vEkTbf21DEmS0HjBrqtEBAquHNuGSHhRES0jsgxlhEhqRWGL/o8NfGIq0fU922uEmFrpLc81ebRMwoU0tQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.204_1737188531022_0.9004206451009686","host":"s3://npm-registry-packages-npm-production"}},"0.7.205":{"name":"@opensea/vessel","version":"0.7.205","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.205","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"a39020c3ef22b9ab6321df3303fcb6a014022dae","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.205.tgz","fileCount":23,"integrity":"sha512-FsCvAlQLrq2w5XNqXr68Zs6S6PvKXmnBjcYNuzvMnOi9jnfMSemi+omY9hNAz4lXYrDr0OYYPdEgczfNujtQnQ==","signatures":[{"sig":"MEQCIEdEKaYnpUE1iEV2QNuZeNzcFAZlRYfNFKVRrZfEnN0kAiAJrJfNaKxAHzOo1KIB3D2N+ZSvq2+IT+emE+X8Oq2mYQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.205.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/bf750c27a7043498d39e21c76a45b657/opensea-vessel-0.7.205.tgz","_integrity":"sha512-FsCvAlQLrq2w5XNqXr68Zs6S6PvKXmnBjcYNuzvMnOi9jnfMSemi+omY9hNAz4lXYrDr0OYYPdEgczfNujtQnQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.205_1737189811295_0.42972753177825673","host":"s3://npm-registry-packages-npm-production"}},"0.7.206":{"name":"@opensea/vessel","version":"0.7.206","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.206","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"9f9ea8e6385156fd8f30dc23dbe20fb0b16898c3","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.206.tgz","fileCount":23,"integrity":"sha512-qf3Gj+zhAg4Cyxbcc47rHHp/DoExAnGZd23qW3Wc9EGz2NfEFHJHLmjqzuNKk8/5HyyzTdlTe+E5LapGoklUkA==","signatures":[{"sig":"MEQCIGeSIoQkdwxDmq4OHyL5EOBL07ytDW5EfeDkmTYnVGqvAiBYIIHqU1wFe//L4b4DYqHEnb6urI1sRQm70oULLaxNgg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.206.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e6f2ff7ce1b5685af678ae7be9b7b184/opensea-vessel-0.7.206.tgz","_integrity":"sha512-qf3Gj+zhAg4Cyxbcc47rHHp/DoExAnGZd23qW3Wc9EGz2NfEFHJHLmjqzuNKk8/5HyyzTdlTe+E5LapGoklUkA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.206_1737236222627_0.5834032013328685","host":"s3://npm-registry-packages-npm-production"}},"0.7.207":{"name":"@opensea/vessel","version":"0.7.207","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.207","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"852e86b2957fdeeed191989925722b04d291e74d","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.207.tgz","fileCount":23,"integrity":"sha512-I23BL6I77Y4k7TuIGME/pK6/wQpBhKrR0qX5A/E1lg/BxqnHV/kKEwvthbowUsN1p0lCKm6tX6hn2dMSfCfdfA==","signatures":[{"sig":"MEUCIEqG2zbrOzJtVvMC+MnShm2SHJiPaNgWodnpe+2NdcUfAiEAntsjYwxfYT4MdFPON/mdAjAXeWjhinnBMk8JgvHc0EU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.207.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8461ff06d3b7e0d6ee307a2e431fca63/opensea-vessel-0.7.207.tgz","_integrity":"sha512-I23BL6I77Y4k7TuIGME/pK6/wQpBhKrR0qX5A/E1lg/BxqnHV/kKEwvthbowUsN1p0lCKm6tX6hn2dMSfCfdfA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.207_1737342157910_0.14609243301708807","host":"s3://npm-registry-packages-npm-production"}},"0.7.208":{"name":"@opensea/vessel","version":"0.7.208","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.208","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"11b03abbda3f65581d1e39d35a404a42284ffc63","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.208.tgz","fileCount":23,"integrity":"sha512-orhDW/66Tq3vcrtEuTypTdHhMm44457/4dRkP/s6yQ369URMm1NBRbFo4+MxFi91t0FJah07gB9L45968FVT8w==","signatures":[{"sig":"MEUCIHtqkGgWrSH9YVZJjCiLO5yWQII9hreTDgyFc22zdFZKAiEA0alZC++5ZS+GQQO2N7Ihgv2rQa++lBRlu5yNShvlgkk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.208.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/08005f54e93647bcf31488f5f91abac4/opensea-vessel-0.7.208.tgz","_integrity":"sha512-orhDW/66Tq3vcrtEuTypTdHhMm44457/4dRkP/s6yQ369URMm1NBRbFo4+MxFi91t0FJah07gB9L45968FVT8w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.208_1737356346693_0.4027871070650775","host":"s3://npm-registry-packages-npm-production"}},"0.7.209":{"name":"@opensea/vessel","version":"0.7.209","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.209","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"8e3f557cc8219a53d627f126079e7ee7b8376eb6","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.209.tgz","fileCount":23,"integrity":"sha512-0XfmSMlarDZDbH5ZfoIeY8BHB+XvkooAgy0+QVFls79t49NGFfPFegYcfrG8NKpgkRzOjCXT/hAlnKwg75IX1g==","signatures":[{"sig":"MEYCIQDGGe2HHuWkdQCxRc+OUvkHqA0tnn4JYjfObanm3cXmXgIhAMFVJf79qXQSKshSKxlMJk6JsRQFMP/lX+WliAztBXqn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.209.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/48d26f7e26b52c2057f493f453d07427/opensea-vessel-0.7.209.tgz","_integrity":"sha512-0XfmSMlarDZDbH5ZfoIeY8BHB+XvkooAgy0+QVFls79t49NGFfPFegYcfrG8NKpgkRzOjCXT/hAlnKwg75IX1g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.209_1737401748674_0.14059751713157587","host":"s3://npm-registry-packages-npm-production"}},"0.7.210":{"name":"@opensea/vessel","version":"0.7.210","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.210","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"7f492d34ec5ad14e7344826fffedb40f215fdc3f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.210.tgz","fileCount":23,"integrity":"sha512-cxuaYWF6/Di6aZ2RQfHyAbIbTaJ5KvjFZeRWggH/bbAnmGS3ONtn+2ox+FTztpgB7fahvWJVIy52Mzb3mxZa6A==","signatures":[{"sig":"MEYCIQDH9beZ8s+o78J4iCQDq/GmirLHO1qIYHAj4ISUS0W1WwIhANPtlNllL45qmyfL9/QvqyDmFSVOCALL2MhcY/kBuVxj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.210.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b22b7b5e36ae3a63266e79e18b54cbfe/opensea-vessel-0.7.210.tgz","_integrity":"sha512-cxuaYWF6/Di6aZ2RQfHyAbIbTaJ5KvjFZeRWggH/bbAnmGS3ONtn+2ox+FTztpgB7fahvWJVIy52Mzb3mxZa6A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.210_1737403394404_0.06687438395793754","host":"s3://npm-registry-packages-npm-production"}},"0.7.211":{"name":"@opensea/vessel","version":"0.7.211","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.211","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"1ef90412af31b7aa58c123ec02b5492204f937f6","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.211.tgz","fileCount":23,"integrity":"sha512-RzAFZdS9K7rJoizQTsQ3aXivG5yHQ30h1Y8F2E/pR+QSPyhBjZMheSKnRxFdDot1mJLV91rZxCu3UFrCDf1D1w==","signatures":[{"sig":"MEUCIQDGfBtzeLHckXHui3R9lKgDYsGHdwyYtwpMeUn7OfyfyAIgMrEjObsz+x4lddG7G9Qa0Sf7heNpP2vIK3std4uT2Qg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.211.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b4a4b84c87d68388749154e4ab16928b/opensea-vessel-0.7.211.tgz","_integrity":"sha512-RzAFZdS9K7rJoizQTsQ3aXivG5yHQ30h1Y8F2E/pR+QSPyhBjZMheSKnRxFdDot1mJLV91rZxCu3UFrCDf1D1w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.211_1737405007446_0.5080694781896773","host":"s3://npm-registry-packages-npm-production"}},"0.7.212":{"name":"@opensea/vessel","version":"0.7.212","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.212","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"b960cfb7664f1c1d7d7f7f6783f5c7bf3fa1d4e3","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.212.tgz","fileCount":23,"integrity":"sha512-85+OlPADKm+xn3b+x2EbmVagYu749EWC2l1zCzb2bK/wTOevHRkja5vhz5Rl+VtLdteEZY9IsRHi8G/3Gk5YBg==","signatures":[{"sig":"MEUCICc324DVkyRgtjFNChAG+Ztm4eRF7Pn3iF9ds3i0qQuFAiEA4WBzhhuWTycFzwtyEIa1xUClDqwmpSxcGzLqRoeInV8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.212.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/7cc60c31b0742650b5b806a8a45639df/opensea-vessel-0.7.212.tgz","_integrity":"sha512-85+OlPADKm+xn3b+x2EbmVagYu749EWC2l1zCzb2bK/wTOevHRkja5vhz5Rl+VtLdteEZY9IsRHi8G/3Gk5YBg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.212_1737407655712_0.7173969735599408","host":"s3://npm-registry-packages-npm-production"}},"0.7.213":{"name":"@opensea/vessel","version":"0.7.213","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.213","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"e9202a7e07118c9d73ca2bef535d7bd696f684c8","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.213.tgz","fileCount":23,"integrity":"sha512-awoNDY49nz9KItZyATdtFUbmdK1sp1+ASe0wMg9866moQR0yWDm44MuN5bVZdESU56cN33bnz2osmG8eZo8LMA==","signatures":[{"sig":"MEQCIDJhdoSFo4q2yQKvNk1ntarz1oAG9RGdfJeaFGyHYXBiAiAjd2wkIbn6YoqxV4o6gNHLBhPT9vHk0YtM/S/D7ZiklQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.213.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/9f580b42bb95793390436b9be4e968ae/opensea-vessel-0.7.213.tgz","_integrity":"sha512-awoNDY49nz9KItZyATdtFUbmdK1sp1+ASe0wMg9866moQR0yWDm44MuN5bVZdESU56cN33bnz2osmG8eZo8LMA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.213_1737412366038_0.1297631038286713","host":"s3://npm-registry-packages-npm-production"}},"0.7.214":{"name":"@opensea/vessel","version":"0.7.214","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.214","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"804288fe800ecd56318352afd544f453f7108057","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.214.tgz","fileCount":23,"integrity":"sha512-/sEuM9IDDfB7CSAOIXHQ1Q9BPsEe/fMrwSgLJCXkaOpGaiYze5HkO1mCBxV0M5CB9gXUAnWmmSpIcXHYu2O4NA==","signatures":[{"sig":"MEQCIAzP7hpmWA7sgl/SEVAtyurp5K6YlFobM6iyvTiWF3RWAiALMJ6vIJQxt9MkCOAX9kI1ecSWvQfTQV5zyoB3Vu2Avw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.214.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/cb40e63f8faae733af1f1d7a8db6686d/opensea-vessel-0.7.214.tgz","_integrity":"sha512-/sEuM9IDDfB7CSAOIXHQ1Q9BPsEe/fMrwSgLJCXkaOpGaiYze5HkO1mCBxV0M5CB9gXUAnWmmSpIcXHYu2O4NA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.214_1737413388261_0.8179471415419186","host":"s3://npm-registry-packages-npm-production"}},"0.7.215":{"name":"@opensea/vessel","version":"0.7.215","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.215","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"7ba6fd129ad8eb7bea66cfe8f360d42543e4f609","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.215.tgz","fileCount":23,"integrity":"sha512-WfS98jb+4g3lXqDjWPrDPu58k8dJWDxlKEP95ItSRvOhwutOxpXOsC/+Qf6EXuJy5YFboWsLHexrdwkIm1AN5A==","signatures":[{"sig":"MEQCIEe9CnYI7wOdPzW00QDQi2ekNAY6WpXq2oVUVEOFd8hxAiAUimv6PdQryUh9FyJLAopZm7bZvfcZ3fADIammIlp2Lg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.215.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f185c377a0009f871a199db55b20887c/opensea-vessel-0.7.215.tgz","_integrity":"sha512-WfS98jb+4g3lXqDjWPrDPu58k8dJWDxlKEP95ItSRvOhwutOxpXOsC/+Qf6EXuJy5YFboWsLHexrdwkIm1AN5A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.215_1737413720534_0.1977317946873416","host":"s3://npm-registry-packages-npm-production"}},"0.7.216":{"name":"@opensea/vessel","version":"0.7.216","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.216","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"57f1ff8621faeb9284a8eda8c1fd5abea1d09fc7","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.216.tgz","fileCount":23,"integrity":"sha512-RDZjbRcsEa+4IWUYln8C2HIo1AkobMVdtwTlq6y6hnBEZ26VJ8J5izpdZnEUnVphuwmEapgmDw7ZwvAx5JyzdQ==","signatures":[{"sig":"MEQCIDX/owI+xgPkzWXMf7gH0vGQTgsxJYtUlhXH52fA8moIAiB+owGpD+EHKVMl/ebmPwIBXSdlrS6PcHU7AzKSYXN4SA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.216.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/253fa573c85bbfb9302948a0fbf6e9af/opensea-vessel-0.7.216.tgz","_integrity":"sha512-RDZjbRcsEa+4IWUYln8C2HIo1AkobMVdtwTlq6y6hnBEZ26VJ8J5izpdZnEUnVphuwmEapgmDw7ZwvAx5JyzdQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.216_1737414941977_0.6644806698752697","host":"s3://npm-registry-packages-npm-production"}},"0.7.217":{"name":"@opensea/vessel","version":"0.7.217","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.217","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"fa833fb7af8bdd36cb74e3a70414fdae439c6d21","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.217.tgz","fileCount":23,"integrity":"sha512-+ojDCapEzby4asuZEqxGQcYK5j3IkEMNJIQL2BJNiApy1I4/psFIZgwiqqh5TuK/c/zDWZobqtG0HDArIgTz3Q==","signatures":[{"sig":"MEUCIAlWiIe2z+1Iv8hyLg6pBOdwUsaOpEBk/LT8SWKH23c3AiEAkjLWYcQDDV5WC7wBAGemUq/ncKTlVSsZ+JZxBbDhkv4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.217.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e8b7cade2118c7a35869bf8b02afbf3d/opensea-vessel-0.7.217.tgz","_integrity":"sha512-+ojDCapEzby4asuZEqxGQcYK5j3IkEMNJIQL2BJNiApy1I4/psFIZgwiqqh5TuK/c/zDWZobqtG0HDArIgTz3Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.217_1737419147990_0.9749037115084138","host":"s3://npm-registry-packages-npm-production"}},"0.7.218":{"name":"@opensea/vessel","version":"0.7.218","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.218","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"9b3672b72191d77d59e9860059d48c7cbfd3a315","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.218.tgz","fileCount":23,"integrity":"sha512-EKbEMe59RH4X93VjRb63NvCfU0cwyKnzi0Y14R235cB1XypRouA+BQ0nZEnU4Vn8dQF6ejZuPHYU5tSMBP/qpQ==","signatures":[{"sig":"MEUCIQDqLxAeeDIgQdzUDRXkDplvf3CjnKvil18aNS0F1qo1rwIgEIEp4ydJeUOPgYQ5nFs2NKDEqIoASMynyUvwlXH5vdw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.218.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/dcee3c2b02cd5e6177e2b0f3b0b8203f/opensea-vessel-0.7.218.tgz","_integrity":"sha512-EKbEMe59RH4X93VjRb63NvCfU0cwyKnzi0Y14R235cB1XypRouA+BQ0nZEnU4Vn8dQF6ejZuPHYU5tSMBP/qpQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.218_1737443623800_0.3399765972442108","host":"s3://npm-registry-packages-npm-production"}},"0.7.219":{"name":"@opensea/vessel","version":"0.7.219","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.219","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"5c4617157cd369a04fef16e0d6b3f917a4704306","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.219.tgz","fileCount":23,"integrity":"sha512-aFNxpqhPxyrykucUcEiqZShvZw2OE4eeqRSz5crQoiC8r1GZLA8yuPW9TkRs+Ut0l0QCn6rpPuiwNjF0vHZ8mA==","signatures":[{"sig":"MEUCIGZf7V2+hS56HQYwVgGj9VTuJAVjN2M7LoZqDJ8Vj334AiEAjT0gduQieunFwS5vL1fj6abgin6L6DCxsmwRFoh8PxM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.219.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/4b9068d49560f1420edae5de5e08de3f/opensea-vessel-0.7.219.tgz","_integrity":"sha512-aFNxpqhPxyrykucUcEiqZShvZw2OE4eeqRSz5crQoiC8r1GZLA8yuPW9TkRs+Ut0l0QCn6rpPuiwNjF0vHZ8mA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.219_1737490668139_0.5905460501140847","host":"s3://npm-registry-packages-npm-production"}},"0.7.220":{"name":"@opensea/vessel","version":"0.7.220","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.220","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"5708e10d3fa5b3cf41a7b8083c8e80aac80f21a3","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.220.tgz","fileCount":23,"integrity":"sha512-adWhnvxj0mwc2P5zxdDDHgselUk0RhfctF+D+egSKad4/+sqQ/qT8+XAg+15h/ITf+XexULOUdsVAQzfSFNZhg==","signatures":[{"sig":"MEYCIQD7Lh/wPiU3mX5c1tIHRLEugVGpLxpvxT6mRc2yspRVoAIhAIpOZRRAMopKIQ9UWMAN5P96SE7WqcB0X3tMC0Jf0+Ph","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.220.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/bd2a88a667351e283b72f9a641a67dec/opensea-vessel-0.7.220.tgz","_integrity":"sha512-adWhnvxj0mwc2P5zxdDDHgselUk0RhfctF+D+egSKad4/+sqQ/qT8+XAg+15h/ITf+XexULOUdsVAQzfSFNZhg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.220_1737491608653_0.10826263475286657","host":"s3://npm-registry-packages-npm-production"}},"0.7.221":{"name":"@opensea/vessel","version":"0.7.221","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.221","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"20cbc7a1a7961f4f8057c6fd54b499ed11597945","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.221.tgz","fileCount":23,"integrity":"sha512-3UC+RCdi03lcCh4u6O0udlu8xR8pZt25eravRqthkRMunxNZuQ27GFvMLwYueGVR4Zg/q0VnYRXHQqrlDk8lIg==","signatures":[{"sig":"MEYCIQCk6dMxhuqeZXmWMv1TAfmV0Sk9WTsWmXYgunXdDcrmIwIhALoCtN26fOZIdvNz3S8cfNv6+62mmj/I/zjzPkzjgPzn","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.221.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/28b2b6815bc67ab052b4a317f60964d2/opensea-vessel-0.7.221.tgz","_integrity":"sha512-3UC+RCdi03lcCh4u6O0udlu8xR8pZt25eravRqthkRMunxNZuQ27GFvMLwYueGVR4Zg/q0VnYRXHQqrlDk8lIg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.221_1737492969365_0.4826483527410501","host":"s3://npm-registry-packages-npm-production"}},"0.7.222":{"name":"@opensea/vessel","version":"0.7.222","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.222","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"cd01d6ca244956ac15ebdb2303d8c3e8c7b0b7ad","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.222.tgz","fileCount":23,"integrity":"sha512-XQBIUCfC0BPF1YlFNJn7zxtZPwuHmr/FmkYQIaqtlRn+7+Kmu6XAw+kIzna8OMb6gT5uM5/wXXYtH198WfYmMQ==","signatures":[{"sig":"MEQCIFNInwPDXIkJLSMAVjyqmGEn22xueR4iKgZLvYkdde0RAiBcAmo0sdW/5ydnMopMy2ramRbIgS7zNPA5SDw+SbHJ2Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.222.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/7fd4878adce9fe48854d3d6b30791119/opensea-vessel-0.7.222.tgz","_integrity":"sha512-XQBIUCfC0BPF1YlFNJn7zxtZPwuHmr/FmkYQIaqtlRn+7+Kmu6XAw+kIzna8OMb6gT5uM5/wXXYtH198WfYmMQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.222_1737493746021_0.8917054864793579","host":"s3://npm-registry-packages-npm-production"}},"0.7.223":{"name":"@opensea/vessel","version":"0.7.223","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.223","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"f716404d88318bfc10863a811e2d75866648d0d5","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.223.tgz","fileCount":23,"integrity":"sha512-uvz6idSA/NtUiyR3JMAkNYIm7dpmHY40lGPGIcE7tkd/S5z2l0/MsdFs86pnmV5WIyY415nQK2jkaX84wwm9Eg==","signatures":[{"sig":"MEUCIF2/0tKTOGfQdx2paBBI7u4AeQr+GcoVLe+xahVV3KUwAiEAijbv2H8+EqMQDjBg+J7YUjefos7FTQyYtGf4FopsC0Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.223.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/86c86a6f25490190d0ffaaa4f4130509/opensea-vessel-0.7.223.tgz","_integrity":"sha512-uvz6idSA/NtUiyR3JMAkNYIm7dpmHY40lGPGIcE7tkd/S5z2l0/MsdFs86pnmV5WIyY415nQK2jkaX84wwm9Eg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.223_1737495680861_0.6605356557215507","host":"s3://npm-registry-packages-npm-production"}},"0.7.224":{"name":"@opensea/vessel","version":"0.7.224","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.224","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"6ca2b783d96ad27058997c7c723fddbad444597b","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.224.tgz","fileCount":23,"integrity":"sha512-RYjKgZvEQMD/eaWlbxyYeORswkufbZG5KeuVmMVuSR3oYTalwjtFgiFOLeCWUm6K+6gti/YKsKR1KRGeUDTs6g==","signatures":[{"sig":"MEUCIAdjhtqNrkuShf/L9NJFeJnvFHIwGCZCluHCgpUllXE/AiEAnvVU2dDVVnbFdhYr2pNh4iSBLR/Sg+XYQgfxrKMPREI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.224.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/cf04615d24e8fc97d7ab6edd89372409/opensea-vessel-0.7.224.tgz","_integrity":"sha512-RYjKgZvEQMD/eaWlbxyYeORswkufbZG5KeuVmMVuSR3oYTalwjtFgiFOLeCWUm6K+6gti/YKsKR1KRGeUDTs6g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.224_1737497803230_0.20443679632747247","host":"s3://npm-registry-packages-npm-production"}},"0.7.225":{"name":"@opensea/vessel","version":"0.7.225","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.225","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"88f40e1a8af0bdb4a5594694753f5e31588b9286","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.225.tgz","fileCount":23,"integrity":"sha512-IHOXrncVZjEUz3YInvKHT7vAnlODYvil+J4Mxa9cn9+5LY8VmyWqOUeFtiVQxgDs7lqNVrtsP/8g17Z6TO4udQ==","signatures":[{"sig":"MEQCICks9GHK2QY3sZdNntJJQIE09nwV2ghhRQ2CE8jESIxDAiA+BHk1E8nsta7yF+WY7CCGHtiPYHu3MMYhFpccUM2UIg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.225.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/37d294070a566afab3c910bb2735bfdb/opensea-vessel-0.7.225.tgz","_integrity":"sha512-IHOXrncVZjEUz3YInvKHT7vAnlODYvil+J4Mxa9cn9+5LY8VmyWqOUeFtiVQxgDs7lqNVrtsP/8g17Z6TO4udQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.225_1737510439671_0.01675803979510193","host":"s3://npm-registry-packages-npm-production"}},"0.7.226":{"name":"@opensea/vessel","version":"0.7.226","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.226","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"981bb142fa0438dd88f1f2cfbf9194538e1cff80","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.226.tgz","fileCount":23,"integrity":"sha512-Qtek2XWBkcaJTQCt4Q8g33I5Mth0ds9pZzLZ/jfjRsMduipqnWzvMXiUgXzgD6HpgtW0zpczA5OhqxS9nc2Hzw==","signatures":[{"sig":"MEUCIAvxMi8h4hful+uFc6ZS5gfNDjsJReb/Znm2+hInjYWxAiEA/4YljR7vWqjp1kyqmus0kdCYgTQ6CRhpa85tYfWE74g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.226.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/0ac76274c143f6f327819d021e3c812a/opensea-vessel-0.7.226.tgz","_integrity":"sha512-Qtek2XWBkcaJTQCt4Q8g33I5Mth0ds9pZzLZ/jfjRsMduipqnWzvMXiUgXzgD6HpgtW0zpczA5OhqxS9nc2Hzw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.226_1737529017168_0.928721626061904","host":"s3://npm-registry-packages-npm-production"}},"0.7.227":{"name":"@opensea/vessel","version":"0.7.227","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.227","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"08f5d3ba9f7374d7c5bdd248748bc8f32f33086d","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.227.tgz","fileCount":23,"integrity":"sha512-/eob4JuiQ/GkSk/ypbq1P/2rOntN8f5m5s1r9au0FLZjGSxM1tVDZA9sn48gmImsyx8ninUZX3gxpvDW62O08g==","signatures":[{"sig":"MEUCIAdcuVNrM8rEX950rq+XZUxwOQLGVWXMcZNkiloRKXgyAiEA9dKsKkzZJo3oz9j+YtbNK+k1LwyhasMCAIs+gntpajo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.227.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/3c3cc1f6a4c0edbb35a138735f3f6228/opensea-vessel-0.7.227.tgz","_integrity":"sha512-/eob4JuiQ/GkSk/ypbq1P/2rOntN8f5m5s1r9au0FLZjGSxM1tVDZA9sn48gmImsyx8ninUZX3gxpvDW62O08g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.227_1737529506667_0.5478173978098702","host":"s3://npm-registry-packages-npm-production"}},"0.7.228":{"name":"@opensea/vessel","version":"0.7.228","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.228","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"2fd7833b38b6cad361680bac62e1466d358db8cf","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.228.tgz","fileCount":23,"integrity":"sha512-bfLQ6VemH0QbewrUr8ItMxw1nkbfMnzt0mU23MQckx0fv0dkZwm46pukgIETkWJMCJrxyZt5RlCTA8JuobHMgg==","signatures":[{"sig":"MEUCIDBr3Khek76+bX4mUD2d0m00wXy3BAiazzxZSqXM8IUVAiEA3hHDeuSxJppJ4gjiMa5ITVyNHQ4vO1hlazA6LMt8UCc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.228.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ea4522cf71ae0778e94ced685f673e46/opensea-vessel-0.7.228.tgz","_integrity":"sha512-bfLQ6VemH0QbewrUr8ItMxw1nkbfMnzt0mU23MQckx0fv0dkZwm46pukgIETkWJMCJrxyZt5RlCTA8JuobHMgg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.228_1737563414635_0.3429498926073795","host":"s3://npm-registry-packages-npm-production"}},"0.7.229":{"name":"@opensea/vessel","version":"0.7.229","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.229","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"be01cd71149f5bf1279accc52a6deb9678a6fc9a","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.229.tgz","fileCount":23,"integrity":"sha512-DiINjA4Ldkfbe2BiV1NgaaaEKV9DU4ZzfdsXbvA5ZGSTo7prJzLUKu3g3/plyWkDkPN1+78UHM61wOWnbpH6EA==","signatures":[{"sig":"MEUCIQDOvTC/xA+isTtx6p1t7f6XDV98lD2JbuL0BfPFPKZO0QIgVnJ0GjECXZaWExCzpdq3EIomE2b6K7A13GOJnVoBelM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.229.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/618da307190eeb5837d97e50dc715a8a/opensea-vessel-0.7.229.tgz","_integrity":"sha512-DiINjA4Ldkfbe2BiV1NgaaaEKV9DU4ZzfdsXbvA5ZGSTo7prJzLUKu3g3/plyWkDkPN1+78UHM61wOWnbpH6EA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.229_1737564989532_0.522034303791705","host":"s3://npm-registry-packages-npm-production"}},"0.7.230":{"name":"@opensea/vessel","version":"0.7.230","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.230","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"accf17128dba5cfcf35b83cfa72bf56b503558d0","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.230.tgz","fileCount":23,"integrity":"sha512-1f8WYpjrzEyzcHph6mbN3eKmLEd3GrYLjPtawsmc0VeSS8jeb8ySW+QrBbyQ0AT6CO/6Nk5kGcI58xK0pRrseg==","signatures":[{"sig":"MEUCIQCTFsY4QpzqXa5+PvsdXUJm9rSl/5wa/zqoDElJEY0mYAIgYNAz1DgMCSKiO2EvQMWGshV8uLEynxCCKhkXBIuoA1g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.230.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/4ebed738b05e46a1a99473fb0f84fb74/opensea-vessel-0.7.230.tgz","_integrity":"sha512-1f8WYpjrzEyzcHph6mbN3eKmLEd3GrYLjPtawsmc0VeSS8jeb8ySW+QrBbyQ0AT6CO/6Nk5kGcI58xK0pRrseg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.230_1737569549081_0.9148759745713633","host":"s3://npm-registry-packages-npm-production"}},"0.7.231":{"name":"@opensea/vessel","version":"0.7.231","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.231","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"d7611f4e96fb61a7fdecf5826ab918cc9d77cfad","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.231.tgz","fileCount":23,"integrity":"sha512-EkH+5S1HIzwC4fXvWIr7iQdeXYivJIjtfzpJzv2reMoXR5K2ugTRa4CwL8Jru7kqa+QRgVcb7ywU6Vwc5WW97Q==","signatures":[{"sig":"MEQCIEdtU3GZRORrrANdaVAy99yLsSb3mKGdf3ukwSkqg9nUAiABv2pB+dFqzjN0gXSH8wEFPeBzblu/ih+4GUTdJ40ZbQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.231.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/735d582d889d486688957f75bcf91c52/opensea-vessel-0.7.231.tgz","_integrity":"sha512-EkH+5S1HIzwC4fXvWIr7iQdeXYivJIjtfzpJzv2reMoXR5K2ugTRa4CwL8Jru7kqa+QRgVcb7ywU6Vwc5WW97Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.231_1737574151117_0.1408912127989541","host":"s3://npm-registry-packages-npm-production"}},"0.7.232":{"name":"@opensea/vessel","version":"0.7.232","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.232","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"5b02b3475ae86f0c6a1d9295930712ded28542f8","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.232.tgz","fileCount":23,"integrity":"sha512-u5jsFpkwXj4ajN1/ZHFTzfcrBqi4F7tz91f2cymzjmTWNJ7UpoOBeNEuIKCERMdNoEVMixQUw0SYalUqcS3fIg==","signatures":[{"sig":"MEUCIHf91ZOkjIFcxD3TWn4YvL22yUvCElvxnlybNGJJCE8SAiEA2Uwx4bPF91J0a02VxDQ4tdIosFCgH9brP6xxxlzf+mk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.232.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/9f95e3271d9bf7fd36e51be10b8af746/opensea-vessel-0.7.232.tgz","_integrity":"sha512-u5jsFpkwXj4ajN1/ZHFTzfcrBqi4F7tz91f2cymzjmTWNJ7UpoOBeNEuIKCERMdNoEVMixQUw0SYalUqcS3fIg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.232_1737581311896_0.06324731500152958","host":"s3://npm-registry-packages-npm-production"}},"0.7.233":{"name":"@opensea/vessel","version":"0.7.233","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.233","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"4e0e9c262950a66fe186d1daa7beff7b4c0b7697","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.233.tgz","fileCount":23,"integrity":"sha512-IeUnyDhqUldYqPFC2PFDuz2ylqi7JJjM4yTd+2aLMRjxrvlGdUgGJV8EIFmdiof3DPzpOyME8P1uVXAggsXijw==","signatures":[{"sig":"MEUCIEi8IYfAbKVdERfszaVK4lcuDaP6SV3wh9h0eO1IuaySAiEAwNRyPx8dclwpwoG905AudFuwksK0t6LzYW1P+5fzfF0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.233.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/67690c90f3c13956f064568f2e5abfe8/opensea-vessel-0.7.233.tgz","_integrity":"sha512-IeUnyDhqUldYqPFC2PFDuz2ylqi7JJjM4yTd+2aLMRjxrvlGdUgGJV8EIFmdiof3DPzpOyME8P1uVXAggsXijw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.233_1737581842467_0.28148832254208456","host":"s3://npm-registry-packages-npm-production"}},"0.7.234":{"name":"@opensea/vessel","version":"0.7.234","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.234","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"82a81378e42396882febbde5c5e433a179f49412","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.234.tgz","fileCount":23,"integrity":"sha512-aH7qufy5wet4IPMt15bo0uIcnZe+TrCXlmRmwZXfHyhJ9eD5X/3HvDm13bdHo1+aluPfmpaUo6KTtjr3qVsZqA==","signatures":[{"sig":"MEUCIQCshtWuD3PltYkhqX4MOI/7EXRvZuFL5zHMb+8uGU9EWgIgesfphvFo7sqK52RT2o8yKJLjbih5LAJ6zIigLHu4lIw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.234.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f3a539a0567fff3274e32632b891a064/opensea-vessel-0.7.234.tgz","_integrity":"sha512-aH7qufy5wet4IPMt15bo0uIcnZe+TrCXlmRmwZXfHyhJ9eD5X/3HvDm13bdHo1+aluPfmpaUo6KTtjr3qVsZqA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.234_1737583406711_0.30654670085725555","host":"s3://npm-registry-packages-npm-production"}},"0.7.235":{"name":"@opensea/vessel","version":"0.7.235","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.235","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"e5511568b567d9dbcca39540bd4d0c5029b3ad95","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.235.tgz","fileCount":23,"integrity":"sha512-12msygvqcRarItFmJxOoT8NrcFDIAY27srmPX3JJ5HvQx7jgvNZUh1dW9wJz3iHI5GyaUFa+nG5CXBVfCxksHw==","signatures":[{"sig":"MEYCIQCiICMRLlrvrn2UGVtcD/c1GtEd4XQ9xIgBLh1qMWA7swIhAK3dBXqmjZ4IaNyta963RCaTW7dVDa5zBBs4wG6SLlZg","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.235.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/edbf53897787ec6079283cfe8c85c05a/opensea-vessel-0.7.235.tgz","_integrity":"sha512-12msygvqcRarItFmJxOoT8NrcFDIAY27srmPX3JJ5HvQx7jgvNZUh1dW9wJz3iHI5GyaUFa+nG5CXBVfCxksHw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.235_1737588251949_0.8067885815024483","host":"s3://npm-registry-packages-npm-production"}},"0.7.236":{"name":"@opensea/vessel","version":"0.7.236","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.236","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"7ce6b3fc438b91160efb9e863ad88bd3aa32185a","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.236.tgz","fileCount":23,"integrity":"sha512-axZazD88w6QVUvSz7sna2/Ab7qeLxbo/nOCtQeeCDlM02YSzSKtE0e1xMC4JH5EWQ5zyA8aEQ+s6AzWStvRxHQ==","signatures":[{"sig":"MEUCIQD6TmiEiXfBYRNEj58piyAtFH2HkOTicxW6Zv3QAvEyNgIgM/kad735WRiUpK2qnJQo10URINxpz9nHfA7aU+wjoq4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.236.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/79eee3233ca62a024aac7fe2c27ac57f/opensea-vessel-0.7.236.tgz","_integrity":"sha512-axZazD88w6QVUvSz7sna2/Ab7qeLxbo/nOCtQeeCDlM02YSzSKtE0e1xMC4JH5EWQ5zyA8aEQ+s6AzWStvRxHQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.236_1737589570357_0.02452377071392431","host":"s3://npm-registry-packages-npm-production"}},"0.7.237":{"name":"@opensea/vessel","version":"0.7.237","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.237","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"d1f49260ae18af440f5c65c6b758d763f841ea98","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.237.tgz","fileCount":23,"integrity":"sha512-E9X/LlJ6MbZWQ5Rg/H0loSa/Kk1ugMFkCErg+dI4GW47JandbJNga+U5cHcc0x7GVWMNvVQzEoEfrm6eobowaQ==","signatures":[{"sig":"MEQCIHpT0prpMYUtMpKnjjQq1lBc8Xg/nvISptnTgyfBGHkvAiADq/iDi6lKgOjwB1BzTXy1sWiAQATZQ+o7cG2tpUZz8A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.237.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/3c6f526f6b06c6052a388b85bb932acc/opensea-vessel-0.7.237.tgz","_integrity":"sha512-E9X/LlJ6MbZWQ5Rg/H0loSa/Kk1ugMFkCErg+dI4GW47JandbJNga+U5cHcc0x7GVWMNvVQzEoEfrm6eobowaQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.237_1737601380427_0.3260715643887653","host":"s3://npm-registry-packages-npm-production"}},"0.7.238":{"name":"@opensea/vessel","version":"0.7.238","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.238","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"43da3fad638ed21e08922e29b1452f8ed1040dd0","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.238.tgz","fileCount":23,"integrity":"sha512-c44kCPuv90cKP0HWISikz7F/iDI/YuWBB1scfauSe2NLfkIK/z0bLHTOuoS71Wnwh9m/O/tHKqn4PYFF4K844A==","signatures":[{"sig":"MEQCICTowlb94HlHv/8dlBCHz7xOEePYCIwoe2U6QTfrqy0eAiBnOKXJrrY0/9bpX14yEH/vrriS3R3gSTemlDwDuiJ7nQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.238.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f648ed64613f7fd17f37af06ef140d62/opensea-vessel-0.7.238.tgz","_integrity":"sha512-c44kCPuv90cKP0HWISikz7F/iDI/YuWBB1scfauSe2NLfkIK/z0bLHTOuoS71Wnwh9m/O/tHKqn4PYFF4K844A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.238_1737619133294_0.13065736049940235","host":"s3://npm-registry-packages-npm-production"}},"0.7.239":{"name":"@opensea/vessel","version":"0.7.239","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.239","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"2cda6b85dbfd12d5f224dbbc9d28b63a282d0241","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.239.tgz","fileCount":23,"integrity":"sha512-pZVAUxSRdhSsr7rLOjFvN5t+Bxm3dwsReWUKE1fM1ch4IxHGMay9+A4fD7iQDyFC+/38porTHWytmwKQuzk6Qg==","signatures":[{"sig":"MEYCIQCY4Yc2kdUuriXF6dgpSgQ3XyUy++CB4D8lPReJFRj14wIhAM5ejzlt0l5o9KFKO7q+bhCuW6+5hbbLYGv5MPRT2r1M","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.239.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/bd7dd593b1679bd97182676ed4e0b9a3/opensea-vessel-0.7.239.tgz","_integrity":"sha512-pZVAUxSRdhSsr7rLOjFvN5t+Bxm3dwsReWUKE1fM1ch4IxHGMay9+A4fD7iQDyFC+/38porTHWytmwKQuzk6Qg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.239_1737641359926_0.6036311068880775","host":"s3://npm-registry-packages-npm-production"}},"0.7.240":{"name":"@opensea/vessel","version":"0.7.240","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.240","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"janclarin","email":"hi@janclarin.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"}],"dist":{"shasum":"6c91e788fc5b988dfe0417f6e81c056d138a6336","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.240.tgz","fileCount":23,"integrity":"sha512-OX1FfDURWs3uH7SbJvGDzNAKmF0h3A1M4AUgxFel6p1b4DVvHWGzRDYeNtHnTJLuHWMbRteH/V55IttR4Rclug==","signatures":[{"sig":"MEYCIQCABPLTlxmR0kyU+Q81fKevMZDKBAVTwuz8diWs5144jwIhAOYgpDa6amIekjJzHztISmgm4OWnYPBsMWrW99hxaGQq","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.240.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/143355874a7c1f2e07f116b68901383c/opensea-vessel-0.7.240.tgz","_integrity":"sha512-OX1FfDURWs3uH7SbJvGDzNAKmF0h3A1M4AUgxFel6p1b4DVvHWGzRDYeNtHnTJLuHWMbRteH/V55IttR4Rclug==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.240_1737654851110_0.7129985604113758","host":"s3://npm-registry-packages-npm-production"}},"0.7.241":{"name":"@opensea/vessel","version":"0.7.241","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.241","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"b9397c282c98aa1893b0224a254d087312d28b3b","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.241.tgz","fileCount":23,"integrity":"sha512-JfHIDcnCTSkGPvknidE4waWpwMfU4XGN2nXm7zczypF53uGw/aiPAz2o7yli01p+HzAJGKfugNgs1V4fCXho5A==","signatures":[{"sig":"MEUCIGPJnBKmMA8TTudcT/Vo+xX+Y/CZcvSZSQKpcWHus2B3AiEAzaQ8ZHzm83I38Il106qYrmh6dRiplnYLIaq/InvVpH8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.241.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/625553e90c4cde69cb18a64d882e43c9/opensea-vessel-0.7.241.tgz","_integrity":"sha512-JfHIDcnCTSkGPvknidE4waWpwMfU4XGN2nXm7zczypF53uGw/aiPAz2o7yli01p+HzAJGKfugNgs1V4fCXho5A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.241_1737660202972_0.9354157127942244","host":"s3://npm-registry-packages-npm-production"}},"0.7.242":{"name":"@opensea/vessel","version":"0.7.242","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.242","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"79c2e5e2034d261df884bab35d239fe56a6de15e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.242.tgz","fileCount":23,"integrity":"sha512-U7pryGQonNloDNmBFhoJDRM0kQxjllgXszB/iR5RF0n8yuiRt2VUtK2px7deFJuinuyBmLfTuTInTxaDKVwDGw==","signatures":[{"sig":"MEUCIBXC+G/9/i8Sr+ornlO4zDhDMxw/CHxz1jyoxO1iuyVvAiEAq3kCkovYpAsCLwG80yZnf6rcDDStRgxPHeeL7yMX6I0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.242.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/640b12c140910650a490d095f411100c/opensea-vessel-0.7.242.tgz","_integrity":"sha512-U7pryGQonNloDNmBFhoJDRM0kQxjllgXszB/iR5RF0n8yuiRt2VUtK2px7deFJuinuyBmLfTuTInTxaDKVwDGw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.242_1737664927539_0.3084289875989472","host":"s3://npm-registry-packages-npm-production"}},"0.7.243":{"name":"@opensea/vessel","version":"0.7.243","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.243","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"97a5281b2bf7464b8791fdc9e69e913a13d0f82d","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.243.tgz","fileCount":23,"integrity":"sha512-2MP+cFuHLUvytkCWDI6HoVoN2n+RvMe8Vq6qqs7b2EPkJlXO07yRcabmFuXsX6NoJhz++FUB2ggHCfRGGSL3wQ==","signatures":[{"sig":"MEYCIQDnUC5rsQIEdvyrBE7JlNIaIVh6AFLbQTlGFUfuVZlFVAIhAN26P769DYZUwOfQBTfjEFKwSD+zDPDDjFb6Wgxtr+7g","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.243.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e19d72f8f25e7f14ce819977050bfaa2/opensea-vessel-0.7.243.tgz","_integrity":"sha512-2MP+cFuHLUvytkCWDI6HoVoN2n+RvMe8Vq6qqs7b2EPkJlXO07yRcabmFuXsX6NoJhz++FUB2ggHCfRGGSL3wQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.243_1737665540306_0.9141180487579237","host":"s3://npm-registry-packages-npm-production"}},"0.7.244":{"name":"@opensea/vessel","version":"0.7.244","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.244","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"77cdb8fc42421fae8270830702b74d6da178fdb5","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.244.tgz","fileCount":23,"integrity":"sha512-j4iF59rYzYik732DxZJVUuf94eH2UJP9lK/0ONv3kEemasXv86kLIds0l6ISZirT/UgGfduYMxGedx6CZ6FZ6Q==","signatures":[{"sig":"MEUCIH3JXjA/X6Lqo2jBFs7i96tx0sztAcFNTaE9Bu1qf85fAiEAn9e2FYV+FsSB3GfBqBy3VYH4UAZAVhsYx8rKnLCm1Sc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.244.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/fed491f82b29a4fbf073538476b0572c/opensea-vessel-0.7.244.tgz","_integrity":"sha512-j4iF59rYzYik732DxZJVUuf94eH2UJP9lK/0ONv3kEemasXv86kLIds0l6ISZirT/UgGfduYMxGedx6CZ6FZ6Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.244_1737672306922_0.31812787976861956","host":"s3://npm-registry-packages-npm-production"}},"0.7.245":{"name":"@opensea/vessel","version":"0.7.245","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.245","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"eee3f1cae3aca2fb5d51b53705c1cdb06e684523","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.245.tgz","fileCount":23,"integrity":"sha512-8wgR+axZV4HEYULyMRSTo6qEAxt2yz2Io8m/HIDBKjoBLwTzK1lv4oGv++IjSQaRuUGsrOGSxfjdzis3nKyA9g==","signatures":[{"sig":"MEYCIQCkMRrtX9VvQWTsLrSmYVkSqJeH9db3NlEyS4Gyuh7p8wIhAPbSnAuFNXOhleuycIWayZ165BbwD0raeobJErL6/+mp","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.245.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b67c167e8332f3bab9bedf432f0c1630/opensea-vessel-0.7.245.tgz","_integrity":"sha512-8wgR+axZV4HEYULyMRSTo6qEAxt2yz2Io8m/HIDBKjoBLwTzK1lv4oGv++IjSQaRuUGsrOGSxfjdzis3nKyA9g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.245_1737673787624_0.031170470891115798","host":"s3://npm-registry-packages-npm-production"}},"0.7.246":{"name":"@opensea/vessel","version":"0.7.246","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.246","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"0c0cca418aab65d5ceec941c7565671886ff6b58","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.246.tgz","fileCount":23,"integrity":"sha512-XfFk2KAEb9PSmAy9sEi+aEv/rmHiElNoEJaHGI+KXaxoBYpwh1535/rIme8EuSxjfX/EDKbPXSP2nTrX+Q+ClA==","signatures":[{"sig":"MEUCIQD7tOQvs+vgFOUWkTxzTt1BLf8vkQSyYDk9wsSj6l5QtwIgCB/D4HGy8kijm3AXQmpY99TP3ugwbiWJqDjjefa1YPU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.246.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/21ed9648fa4db6207199a8d9f5996938/opensea-vessel-0.7.246.tgz","_integrity":"sha512-XfFk2KAEb9PSmAy9sEi+aEv/rmHiElNoEJaHGI+KXaxoBYpwh1535/rIme8EuSxjfX/EDKbPXSP2nTrX+Q+ClA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.246_1737709130087_0.09772790498609374","host":"s3://npm-registry-packages-npm-production"}},"0.7.247":{"name":"@opensea/vessel","version":"0.7.247","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.247","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"171069cfdaab23c4dcfe886fe2dc76a4dd4aa18f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.247.tgz","fileCount":23,"integrity":"sha512-RHuBh0L0qrEbioMWCi7qwltczChHyBjAu8NqtzYMyCCWlwQVgh6MV7K/ZodqqB3SwQfFmRf5tUskz9IwD7LsLw==","signatures":[{"sig":"MEYCIQCPMBhX6CDxWA9rQqzkdJl4C+TYYQ9Y4pfzRTAWzJum+AIhAJNJ7faxoygAxiCo0yfXdp8DaKFj10IFgDhkOkMbDbAn","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.247.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/2f119804d1ac5bba68f1704170432274/opensea-vessel-0.7.247.tgz","_integrity":"sha512-RHuBh0L0qrEbioMWCi7qwltczChHyBjAu8NqtzYMyCCWlwQVgh6MV7K/ZodqqB3SwQfFmRf5tUskz9IwD7LsLw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.247_1737732792298_0.7157592000918531","host":"s3://npm-registry-packages-npm-production"}},"0.7.248":{"name":"@opensea/vessel","version":"0.7.248","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.248","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"69f7a482bfacd5f41f57819fa04ec173b7ab3875","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.248.tgz","fileCount":23,"integrity":"sha512-exyQ+C4GamITUqGmi4wtoGORKqcGwv49e4cmd+8ykAeseuNi89h7dcUYLunEdq0y7EP+HHMfaYN54KrJNsfJug==","signatures":[{"sig":"MEQCIEztcmLYgaTEcZyqgpfYzMa+DInaib7DVWUK5imPbkepAiAjbwgUokug+gZ5J1RRyVa2stq0iJhyMMSiU7Zr2xssaw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.248.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b59f4bf08a808f9290a976962eb1c8a3/opensea-vessel-0.7.248.tgz","_integrity":"sha512-exyQ+C4GamITUqGmi4wtoGORKqcGwv49e4cmd+8ykAeseuNi89h7dcUYLunEdq0y7EP+HHMfaYN54KrJNsfJug==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.248_1737735172025_0.5480603098782628","host":"s3://npm-registry-packages-npm-production"}},"0.7.249":{"name":"@opensea/vessel","version":"0.7.249","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.249","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"665412bc6da8072acb1394ce51d258f2b4c0bd47","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.249.tgz","fileCount":23,"integrity":"sha512-o86CIoJ+D9nKTAD5vyCa6ss5kXzyOgDScuEP5Gavvfturr4tyOKSWq2TYfaJNgX1Ha4JsxiFXxRk91uxBOmpkQ==","signatures":[{"sig":"MEUCIHO5+4XbauOqitXocCwX5TaCu9HvMI9/H9v2AvSpQwwxAiEAyh6RXlA2oobNY9qDTrf9F5+WrPJOdwax8o76r318nSs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.249.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b986ed386db1be5cc0d7e2a9db394c8f/opensea-vessel-0.7.249.tgz","_integrity":"sha512-o86CIoJ+D9nKTAD5vyCa6ss5kXzyOgDScuEP5Gavvfturr4tyOKSWq2TYfaJNgX1Ha4JsxiFXxRk91uxBOmpkQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.249_1737736057002_0.3159542185740516","host":"s3://npm-registry-packages-npm-production"}},"0.7.250":{"name":"@opensea/vessel","version":"0.7.250","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.250","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"4c8846fe098d1c625f20d43127fea4aedc1c7833","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.250.tgz","fileCount":23,"integrity":"sha512-lFl8i/d+TFezoHfD1s3ILswsYEEMPvN/Ou1bA0qe3eQl6HjOAaS1pHS0yqfkc3ttCao6H73DrZHhtX44YVWp9Q==","signatures":[{"sig":"MEQCICzQE3q+T58tgv5HmE0S0/kWMCHq+WVm2jH45xUZr/6TAiBEzF623Z2+0VQxkitP2bN65YVobn6CZ/mTi2FSCAF71g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.250.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/087f9876adf72ac327bf54eb4b79b6a7/opensea-vessel-0.7.250.tgz","_integrity":"sha512-lFl8i/d+TFezoHfD1s3ILswsYEEMPvN/Ou1bA0qe3eQl6HjOAaS1pHS0yqfkc3ttCao6H73DrZHhtX44YVWp9Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.250_1737737743920_0.7254564458600921","host":"s3://npm-registry-packages-npm-production"}},"0.7.251":{"name":"@opensea/vessel","version":"0.7.251","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.251","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"1f97f6820f2dd39ed3d7ab4480a50bda8664dcd9","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.251.tgz","fileCount":23,"integrity":"sha512-Wl4btaJxvaw+ZqONV5CZw/f1J+q5qvgO1J26CEwfgxQfwJTUWVWPTdgEA4Y0zYROPhwDFA7R0WlGR5hy3YWRBw==","signatures":[{"sig":"MEUCIQDpxDPgsdiUELjR/XetC8OlNA0rTmGKnRFXSPrpjp+5jgIgNt7Zk/Gy1mq1XCuITHIcASQ2suin0DnJd5vOWH/1whA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.251.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b97ee8733c5a4227d44979fffc713cd0/opensea-vessel-0.7.251.tgz","_integrity":"sha512-Wl4btaJxvaw+ZqONV5CZw/f1J+q5qvgO1J26CEwfgxQfwJTUWVWPTdgEA4Y0zYROPhwDFA7R0WlGR5hy3YWRBw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.251_1737747021785_0.9395725837480808","host":"s3://npm-registry-packages-npm-production"}},"0.7.252":{"name":"@opensea/vessel","version":"0.7.252","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.252","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"039e817c806687ed1a0e7368db8185d6efefcc55","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.252.tgz","fileCount":23,"integrity":"sha512-Y83vG9J9f6d6PfUZ345whctmtVzQCvFiFlraHehvbnRkiVfgK/waTCFuFoNUHBO4wh1qV/PTFmh5md+rRoGt0g==","signatures":[{"sig":"MEYCIQD2CiwH4xozZXQqWM2ciXpa1+ESAJ+FBgxyvo04RXG6vgIhAL7C9I6O4FmoDyD3uEdkKMl1L7tMqCC017tBuiQZUFri","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.252.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/065800d35b116333c53833798ee4ea50/opensea-vessel-0.7.252.tgz","_integrity":"sha512-Y83vG9J9f6d6PfUZ345whctmtVzQCvFiFlraHehvbnRkiVfgK/waTCFuFoNUHBO4wh1qV/PTFmh5md+rRoGt0g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.252_1737751889877_0.9445516444711444","host":"s3://npm-registry-packages-npm-production"}},"0.7.253":{"name":"@opensea/vessel","version":"0.7.253","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.253","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"296b1605b1cde4bd00b57c3cf1fc31c8699f7985","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.253.tgz","fileCount":23,"integrity":"sha512-iq/zKh5m9ULm9JZWheFZRvIGkhD2GsO6YpajstHH0DqS12Z8O2S6iQvedLiD0qnpiNVi/pOmqj9a+c2j920LmA==","signatures":[{"sig":"MEQCIFMlPO72pXDZ0n0//bw8i/EEdxhgb0bQpjdHFAl8ttO+AiADBrQFPCBVvWApU480nt20PiKxGKZ9/L0r8TBXk/6i9Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.253.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/473c14d47d5bbe2fabeec6f6901721eb/opensea-vessel-0.7.253.tgz","_integrity":"sha512-iq/zKh5m9ULm9JZWheFZRvIGkhD2GsO6YpajstHH0DqS12Z8O2S6iQvedLiD0qnpiNVi/pOmqj9a+c2j920LmA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.253_1737754684963_0.10173745249002897","host":"s3://npm-registry-packages-npm-production"}},"0.7.254":{"name":"@opensea/vessel","version":"0.7.254","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.254","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"3aa6e0de90972b5afcfe4c39c17c1ac607bb9759","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.254.tgz","fileCount":23,"integrity":"sha512-tN9rJADwbb1yxlRev3fc3Dcf32gdk78CMiblph9RmOsgHh9lyuHtQns7WjBhqvkrAa5oyEzBmf6+lwiPtlxfTw==","signatures":[{"sig":"MEUCIHR24dFlVxhWqg3KzancE9jDjHFMKH2M7zCXCD97DXPBAiEA8vjn1FyCJdgzmfJDXduWOzDs2A8esuRfp6HPb0HCPYE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.254.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/31ded3304438702d7b43ce003d321277/opensea-vessel-0.7.254.tgz","_integrity":"sha512-tN9rJADwbb1yxlRev3fc3Dcf32gdk78CMiblph9RmOsgHh9lyuHtQns7WjBhqvkrAa5oyEzBmf6+lwiPtlxfTw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.254_1737756376469_0.10798505587683427","host":"s3://npm-registry-packages-npm-production"}},"0.7.255":{"name":"@opensea/vessel","version":"0.7.255","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.255","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"951456ea03cd216ac4570f4e46f08c5541ea7351","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.255.tgz","fileCount":23,"integrity":"sha512-Hflgqs7lNp6NkAA5IBVu4QOcWotQYr0fcMHBUbHospNXkLhB4LAOharWVQkWH/n4Lcou3R0BPsbwhy4ZiWr5Qw==","signatures":[{"sig":"MEQCIASSshUEvyXhepq0NIzRzHNnqa/JSfFSbYIsG1OC6QwoAiBumeauBoSPYaqTUPneqfuZxNpL0Dgw7mAxQiKyNomwrQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.255.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c05c33fa37e78c81bce49fcc5588a92f/opensea-vessel-0.7.255.tgz","_integrity":"sha512-Hflgqs7lNp6NkAA5IBVu4QOcWotQYr0fcMHBUbHospNXkLhB4LAOharWVQkWH/n4Lcou3R0BPsbwhy4ZiWr5Qw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.255_1737758420792_0.4893486978317796","host":"s3://npm-registry-packages-npm-production"}},"0.7.256":{"name":"@opensea/vessel","version":"0.7.256","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.256","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"ae7adc3719c1159469682ea9f9e968ab1903cc28","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.256.tgz","fileCount":23,"integrity":"sha512-QCy0+5lEi5STy0k7Buys7tpy8vHZQT9qmgJoxOYShKiKHVrVezq9Xh4bFzdDAetgzCuoIkf1MbpfX9Iqle2TpA==","signatures":[{"sig":"MEYCIQCoRoPjZyG4453ZSZ+sUFzHnzacgv4koF8Feo6Incn0IAIhAMFIS1RwS6wQt+WaXfESIab9mZoWb2cd/r4h3p93d6rM","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.256.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/6fbebd1914b493fd795ea3ccb6a1b0d7/opensea-vessel-0.7.256.tgz","_integrity":"sha512-QCy0+5lEi5STy0k7Buys7tpy8vHZQT9qmgJoxOYShKiKHVrVezq9Xh4bFzdDAetgzCuoIkf1MbpfX9Iqle2TpA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.256_1737761827041_0.21382159415083768","host":"s3://npm-registry-packages-npm-production"}},"0.7.257":{"name":"@opensea/vessel","version":"0.7.257","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.257","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"e830821887aba8098e48e15364f7fc3e86a0c5e1","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.257.tgz","fileCount":23,"integrity":"sha512-oQIv6Tve4adEuKadNxzhgj7DRwhCTwU2pyqpTaXKmae4hXrRUBjLkOVKek1IlnXdFTxjslXpSiPLIhk+VyxYrQ==","signatures":[{"sig":"MEUCIQDIk042QiUY6BoWhfCjcui8N24qBB4DfAlVM34kGy1W1QIgcbZ4zi8FYX6MJIjVEjWK1fdI80ocdKHMncLGQ9E0U2A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.257.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/37f5140ef0a50158a57561131db514dc/opensea-vessel-0.7.257.tgz","_integrity":"sha512-oQIv6Tve4adEuKadNxzhgj7DRwhCTwU2pyqpTaXKmae4hXrRUBjLkOVKek1IlnXdFTxjslXpSiPLIhk+VyxYrQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.257_1737771689259_0.5101791813915748","host":"s3://npm-registry-packages-npm-production"}},"0.7.258":{"name":"@opensea/vessel","version":"0.7.258","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.258","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"3298825b6c31c5efe638e708d7395f0d4d220351","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.258.tgz","fileCount":23,"integrity":"sha512-3CgJVSTXXO4JDz/oHcuF9LK3fzrE4ISWNqPQnE7MRSRpt7fYvVydmeyZ8eA0JknmAycJdgF/Gda0++o9rlk2uQ==","signatures":[{"sig":"MEUCIAHWl+77FGrr0dyUipxmV9WB5qkecEQCYsm9d52WU5EgAiEAou0Mz6BV0aGyWIKT2/xmze/eg8LiiBb4uh1zKa7heG8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.258.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/2e308fd3d0d2cd5f6ca3a78b26df1b03/opensea-vessel-0.7.258.tgz","_integrity":"sha512-3CgJVSTXXO4JDz/oHcuF9LK3fzrE4ISWNqPQnE7MRSRpt7fYvVydmeyZ8eA0JknmAycJdgF/Gda0++o9rlk2uQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.258_1737772462715_0.5020403806317164","host":"s3://npm-registry-packages-npm-production"}},"0.7.259":{"name":"@opensea/vessel","version":"0.7.259","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.259","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"421358d404d62914b602a6ca630a15ec9e1f7b86","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.259.tgz","fileCount":23,"integrity":"sha512-0Jcp26xMB31jKqCeL/bdM1S4j5IkfjTKvAG1/Hgl0wEsGctYnHrLKZMZgiLzYmHTVssfGBoQPfFzMjLzrL50Gg==","signatures":[{"sig":"MEUCICRmE2HOdQaG9sUNQEAOD/wgGKUXdn/UiiRyT4YEffUsAiEAt1AxoMm6txXkIb5P0YVEdZGn1VcsZWQaB3aTghdfnmY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.259.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/447e08c0a0c7b2152b8f90117970e997/opensea-vessel-0.7.259.tgz","_integrity":"sha512-0Jcp26xMB31jKqCeL/bdM1S4j5IkfjTKvAG1/Hgl0wEsGctYnHrLKZMZgiLzYmHTVssfGBoQPfFzMjLzrL50Gg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.259_1737773198315_0.43482813852747526","host":"s3://npm-registry-packages-npm-production"}},"0.7.260":{"name":"@opensea/vessel","version":"0.7.260","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.260","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"0204a413813e5c3870ce5b6ea01f21af34ff62b0","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.260.tgz","fileCount":23,"integrity":"sha512-Pnl8tC0qog+ALkW69zcvIGrG+Md04FcHZ2tg9Jf12E79cDAIXEqk6tdSj8lXXega9/ldf1A8vjtUudgT/Gzi5A==","signatures":[{"sig":"MEQCICkXePUP8U9SkJG5wb9w1/mLwufL22LjDiGqNaXeT6PuAiAogzAES648REawLpttM0aFz4krwi161poSCMvV2ckoaA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.260.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b993907740eabcb36df06d99b4135384/opensea-vessel-0.7.260.tgz","_integrity":"sha512-Pnl8tC0qog+ALkW69zcvIGrG+Md04FcHZ2tg9Jf12E79cDAIXEqk6tdSj8lXXega9/ldf1A8vjtUudgT/Gzi5A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.260_1737786397979_0.0416377998547357","host":"s3://npm-registry-packages-npm-production"}},"0.7.261":{"name":"@opensea/vessel","version":"0.7.261","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.261","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"9518bbeedc5f2eb77601c27bf3d38eb303a1e76f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.261.tgz","fileCount":23,"integrity":"sha512-BaOAwQVWbs2U3YGg5rf3xHi6dFFNiGs5NIaJNzkGWTNVuGZLksFE4z4zDGHqvjDmH4BNwxZ7/nPycLbSxF7DJg==","signatures":[{"sig":"MEUCIQDPqyXBnY6X9oVf/7KelChr0eNs4bC0qR+PVP3ZwSmDkAIgLXze2f5Whx+YmCqicNJYdzOA2L5cCtBJrJqeQVp/Um8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.261.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d0f7623c7884ff30877807adf9558546/opensea-vessel-0.7.261.tgz","_integrity":"sha512-BaOAwQVWbs2U3YGg5rf3xHi6dFFNiGs5NIaJNzkGWTNVuGZLksFE4z4zDGHqvjDmH4BNwxZ7/nPycLbSxF7DJg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.261_1737835139796_0.8035206534831918","host":"s3://npm-registry-packages-npm-production"}},"0.7.262":{"name":"@opensea/vessel","version":"0.7.262","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.262","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"e5a90bc6b1232bd1afc8e6886bf7f0cc87c7c446","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.262.tgz","fileCount":23,"integrity":"sha512-LXX3sMZ+/Guu7lWNhoviGErjQBNI3V56eR0Y6LVcm1FzZHoO3v0taOGZcKjwy6V8U6e9uY7e5Jg6o3nGnhHK6w==","signatures":[{"sig":"MEQCIGMGy4gvgm5pxwI0W/3PgS8TjIwdgqLeVhYNwdIUl7/GAiByoVV8Wlpe/BPh2CW3MGpo2wKgRKY4zG+e7m5h+DYVPA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.262.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/69d6fe037d949903131e3e94a00b6652/opensea-vessel-0.7.262.tgz","_integrity":"sha512-LXX3sMZ+/Guu7lWNhoviGErjQBNI3V56eR0Y6LVcm1FzZHoO3v0taOGZcKjwy6V8U6e9uY7e5Jg6o3nGnhHK6w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.262_1737841964362_0.35916924231886993","host":"s3://npm-registry-packages-npm-production"}},"0.7.263":{"name":"@opensea/vessel","version":"0.7.263","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.263","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"9c7ede93313f5b30a15910191cb202a9090e48e7","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.263.tgz","fileCount":23,"integrity":"sha512-82Nv0u2YD6o8YCeDkG5igNKoaVqRKWFre9S1yxpfHdpVWXNhKyyTCKtY/NSq6G92oOh97lsd98Ncjqagf8/D5w==","signatures":[{"sig":"MEUCIQCbYOWukDV8vZ7jMF62irZ2E5IIsUlhkQZwHMIEifxwNgIgX63d2x9LE5pi5azK/50iXIz+io6fkqWvX/Dc6Cwt3aM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.263.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ae15cb8a5042d2ee677f4feb010f337e/opensea-vessel-0.7.263.tgz","_integrity":"sha512-82Nv0u2YD6o8YCeDkG5igNKoaVqRKWFre9S1yxpfHdpVWXNhKyyTCKtY/NSq6G92oOh97lsd98Ncjqagf8/D5w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.263_1737845053113_0.3601808962002786","host":"s3://npm-registry-packages-npm-production"}},"0.7.264":{"name":"@opensea/vessel","version":"0.7.264","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.264","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"a16c4cf3471af39cc1c02d88a29f2ea35581d07a","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.264.tgz","fileCount":23,"integrity":"sha512-csHBrYyNL0vsSdIi87Gocr4ZtfhQ4qB16HSJlRbB9Fwctvckchb3X4VvHhbSJfiAa6osQR7HVZQh/owK28p0og==","signatures":[{"sig":"MEQCIGOeCbzAtOenJwnbQo97q2YAlDz70F+KWpTUZpOd0sXjAiB2c71ypQm5/ozyWXlgEPHWbpfKCu+i8MJWraBBzZuLoQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.264.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f51c7e2eeebcfe746a6855359d527b3a/opensea-vessel-0.7.264.tgz","_integrity":"sha512-csHBrYyNL0vsSdIi87Gocr4ZtfhQ4qB16HSJlRbB9Fwctvckchb3X4VvHhbSJfiAa6osQR7HVZQh/owK28p0og==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.264_1737923961825_0.03097989784613886","host":"s3://npm-registry-packages-npm-production"}},"0.7.265":{"name":"@opensea/vessel","version":"0.7.265","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.265","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"ef31a74c7146679bf57fa2e78217327c0e49144f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.265.tgz","fileCount":23,"integrity":"sha512-XUOfL+7+D19wXii5MQYFSlABaZUsAaYST1HGOzU1hrjG6tDvGmWjNwxldrwnOK7yijC8VKNxtPK5l6SVnFaBAA==","signatures":[{"sig":"MEUCIFX2wSHeerV1fCxH47o+aIGs69F8xOdgozY3yCWMjQJLAiEA1kA+LrTnviW/wx6+TVZEuNgD6wHaw4otBP3LSgdOb8U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.265.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/be020559bff7459747a826fdcbadf492/opensea-vessel-0.7.265.tgz","_integrity":"sha512-XUOfL+7+D19wXii5MQYFSlABaZUsAaYST1HGOzU1hrjG6tDvGmWjNwxldrwnOK7yijC8VKNxtPK5l6SVnFaBAA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.265_1737942534446_0.747514442389404","host":"s3://npm-registry-packages-npm-production"}},"0.7.266":{"name":"@opensea/vessel","version":"0.7.266","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.266","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"1ee4d751ade7e0defc9a3d19a7641b2b062d7789","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.266.tgz","fileCount":23,"integrity":"sha512-RWK+6zK7yLa9jCI81tC4mta2JYxgVt2K+yZgyp++MXJCA82LtgxwPDRWBtzd0RiODOkywqxiOeIJCgAO1nj1BA==","signatures":[{"sig":"MEQCIDOLQZ0ARJ+keFT7b9P0J6ZmYdm6AzjGK5F53R8VqHHUAiAxg9/a08Lnpi5kJ42IIguEKhU+yWpYEm0wHJjC6V97Cw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.266.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d96fed9328e512a14af5111b6d2dbba7/opensea-vessel-0.7.266.tgz","_integrity":"sha512-RWK+6zK7yLa9jCI81tC4mta2JYxgVt2K+yZgyp++MXJCA82LtgxwPDRWBtzd0RiODOkywqxiOeIJCgAO1nj1BA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.266_1737977957775_0.5685466907003986","host":"s3://npm-registry-packages-npm-production"}},"0.7.267":{"name":"@opensea/vessel","version":"0.7.267","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.267","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"44361da83f9128d7ab4b312f5da831c40d6a8390","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.267.tgz","fileCount":23,"integrity":"sha512-pEqVpcFEu1LyrOTRVzJWC4RMOk1gosBl/ZoSj0yLKEDSw3PcCtlcmgmCL812bA8O7XahamXXwmaMGl7rhfyHZA==","signatures":[{"sig":"MEUCIQDP764Sn+soxAgklvJ9GKRYRAvbDQHQQGGuUAmnU0JvGQIgFuCHvkkNAxD0RH5zSDHDUquciiQjP5SpcyqSKR4KV/A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.267.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/38af4d7d1f0ff5c0c63d57dbdf3f8f80/opensea-vessel-0.7.267.tgz","_integrity":"sha512-pEqVpcFEu1LyrOTRVzJWC4RMOk1gosBl/ZoSj0yLKEDSw3PcCtlcmgmCL812bA8O7XahamXXwmaMGl7rhfyHZA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.267_1737999510429_0.21079396570879383","host":"s3://npm-registry-packages-npm-production"}},"0.7.268":{"name":"@opensea/vessel","version":"0.7.268","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.268","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"10157f0a64361303a78c859148f19b7ccb4f6877","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.268.tgz","fileCount":23,"integrity":"sha512-6gsfICVf7Btg6Qy4jUnHLMQ1MUXr0TttdR/9I2KEuaso5jUYOtX9vzS+dD+Cz6fnvi3eBKwFGLhJ99gmQxW1pw==","signatures":[{"sig":"MEUCIQDqjU7g3YBo3LTF5YidHDk3ZTUh+uLf/UxcyMlUtqZYtgIgaJPKLz6YfaqBblrBsMpg/HG73+sawkxOfIOELVLzMIg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.268.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/3bc249aea6879a10e87231f1e1e71ec1/opensea-vessel-0.7.268.tgz","_integrity":"sha512-6gsfICVf7Btg6Qy4jUnHLMQ1MUXr0TttdR/9I2KEuaso5jUYOtX9vzS+dD+Cz6fnvi3eBKwFGLhJ99gmQxW1pw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.268_1738005359055_0.018186689313289373","host":"s3://npm-registry-packages-npm-production"}},"0.7.269":{"name":"@opensea/vessel","version":"0.7.269","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.269","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"dc573d6009bc6c4d987211753cf4bb471e97595a","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.269.tgz","fileCount":23,"integrity":"sha512-5XyVeMwgkC+aQuWAshNXCf/at+rgT0vefv1UZNSjnAgBAYfX4qMupc5YzvQoX+ah7EazCnucmBFyEbRyeGbfjw==","signatures":[{"sig":"MEUCIGi0FYxT64eWliW7ORbePPe8e1qhuk9QanzcEL+PfBrbAiEAxEv/NhAkCeMBgyCwwbvrjYIFcJ3Pbn/ZAmznyZwB5Rw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.269.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c523f60ea4f90e3db73003187f46805e/opensea-vessel-0.7.269.tgz","_integrity":"sha512-5XyVeMwgkC+aQuWAshNXCf/at+rgT0vefv1UZNSjnAgBAYfX4qMupc5YzvQoX+ah7EazCnucmBFyEbRyeGbfjw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.269_1738008196143_0.33433010543799635","host":"s3://npm-registry-packages-npm-production"}},"0.7.270":{"name":"@opensea/vessel","version":"0.7.270","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.270","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"6fbb3dbd771d66500841f88b1fd4122632088084","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.270.tgz","fileCount":23,"integrity":"sha512-uJKJb0QjeIgMzyjOSWDpsx2v4WdzuDGzcnUthlO4nE8Rg1MluscXcANwYqo35KEZglwynpK8n+HeLUUmOMHRTA==","signatures":[{"sig":"MEQCIDMoBcV3jmZSSsyhhy6JZMGyVyivVpKxzMIAGqiwKT0gAiBONhgBIPUBIhS4xhtDSOPNueGAXk4AiiXJFUKkEEY1Rg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.270.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/0c8804e0363483633344856eb0d8d22f/opensea-vessel-0.7.270.tgz","_integrity":"sha512-uJKJb0QjeIgMzyjOSWDpsx2v4WdzuDGzcnUthlO4nE8Rg1MluscXcANwYqo35KEZglwynpK8n+HeLUUmOMHRTA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.270_1738009621918_0.5103495920683481","host":"s3://npm-registry-packages-npm-production"}},"0.7.271":{"name":"@opensea/vessel","version":"0.7.271","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.271","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"8c2fbb34df013c5b4331aa0960b03a0f96ab8339","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.271.tgz","fileCount":23,"integrity":"sha512-MiWu2gUiQ5yly6pUlrp5kRlAdzm/V1lQ0dChET+xjuN3pDjgc6AU9R15+y5Pij3HCX4iC97LG/6lrW+L7PmGjw==","signatures":[{"sig":"MEUCIQDyPmCZuGGlsneSv2ReEWSRQIba6NkohdyMl9SDHd7IFwIgSDD3yrQo3ncwxaIDlF/ZN3CTeVUU+9Djk98NlepiASU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.271.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e23c795bff9ea69ef71960ae48ac0cd0/opensea-vessel-0.7.271.tgz","_integrity":"sha512-MiWu2gUiQ5yly6pUlrp5kRlAdzm/V1lQ0dChET+xjuN3pDjgc6AU9R15+y5Pij3HCX4iC97LG/6lrW+L7PmGjw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.271_1738021348059_0.5571064322739978","host":"s3://npm-registry-packages-npm-production"}},"0.7.272":{"name":"@opensea/vessel","version":"0.7.272","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.272","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"b0de97a9f036db3c6676f840a955620b38f88553","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.272.tgz","fileCount":23,"integrity":"sha512-mwkeItUgonJkL23hQK60Nk4JDvRsVvhog4WtUrenFIXLDjlgRumSESMB+hrxmiBaA7gWJEGszZFyiBX+QMYW1A==","signatures":[{"sig":"MEYCIQD70wbLTWC+Ey4NWhrH9tj6SVFnw0x2dwjUyyctbRI58QIhAIL6b5fH/TZV4AyV3M6g+8tCEEOS4qQG0iWlKVjQGVfO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.272.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ff50de34c20bd2992441a9fde7321a8c/opensea-vessel-0.7.272.tgz","_integrity":"sha512-mwkeItUgonJkL23hQK60Nk4JDvRsVvhog4WtUrenFIXLDjlgRumSESMB+hrxmiBaA7gWJEGszZFyiBX+QMYW1A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.272_1738025859495_0.2012149546403632","host":"s3://npm-registry-packages-npm-production"}},"0.7.273":{"name":"@opensea/vessel","version":"0.7.273","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.273","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"7e229aced2178f5b4ac6ca63f2cc47db4c290e51","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.273.tgz","fileCount":23,"integrity":"sha512-v1neZ9q8f/iInXT5CqH07gJUa7fgOiP2P+Rur3L5/pr9DVjaN6MIlmfkIUwI+8+oSsVFmyKHahgImd32h6Hcjw==","signatures":[{"sig":"MEUCIDJo/EnjSS+z3Hj7AcpOP+H56fFRfwQLSg4NjSoDBLA5AiEA0HslELXbdVIqEi95Kkk3SNrAxPmKUdXAM0vzR7RHXTU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.273.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b4a94318cf818426732d90296179c74a/opensea-vessel-0.7.273.tgz","_integrity":"sha512-v1neZ9q8f/iInXT5CqH07gJUa7fgOiP2P+Rur3L5/pr9DVjaN6MIlmfkIUwI+8+oSsVFmyKHahgImd32h6Hcjw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.273_1738026616379_0.3478434045905232","host":"s3://npm-registry-packages-npm-production"}},"0.7.274":{"name":"@opensea/vessel","version":"0.7.274","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.274","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"a8c62bcbca2d28852815158ce762eacd0e050557","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.274.tgz","fileCount":23,"integrity":"sha512-CuE1ZGCR7ZmR3jRlEaAhFPdsWINPDNuP3sIyBVD/O7Nh5xikXDs6+BpqDxSITGGsO9LwKY5dqrmMAldXT2co5g==","signatures":[{"sig":"MEQCIHKWyhkqtjYEp1D+htKrduHZ9oCWltn7qwbn8QnLceRLAiBc7zzlmdw9PFR3Dmr7bO1KGdfCkI+zlrabaVnc5wMWmg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.274.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/000f304defe90b5667592b4495eb50b1/opensea-vessel-0.7.274.tgz","_integrity":"sha512-CuE1ZGCR7ZmR3jRlEaAhFPdsWINPDNuP3sIyBVD/O7Nh5xikXDs6+BpqDxSITGGsO9LwKY5dqrmMAldXT2co5g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.274_1738027982169_0.22765851020645256","host":"s3://npm-registry-packages-npm-production"}},"0.7.275":{"name":"@opensea/vessel","version":"0.7.275","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.275","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"d51dcbb5dbc7555c3b0a5e1ff1b3df720ba6227f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.275.tgz","fileCount":23,"integrity":"sha512-eNrnygTQzYeSOB22TsrEzQcgPfb0HSDeU2ioUPgWjEQloDbfuwCRCAiIJccC3LoPPj4f+DXNBDPP9KZ7fiuYBg==","signatures":[{"sig":"MEQCICU7Z4jhjJtHvEcaggW3J/rK144xJWkHteLV1Re1sX4QAiB22RJ4/PLTjCBFiGMI92xYijy/oJRBbD2Y6BE4VmdoDg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.275.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/fcbaf3e2f8509a9c7e10fbf1bb1ebd6e/opensea-vessel-0.7.275.tgz","_integrity":"sha512-eNrnygTQzYeSOB22TsrEzQcgPfb0HSDeU2ioUPgWjEQloDbfuwCRCAiIJccC3LoPPj4f+DXNBDPP9KZ7fiuYBg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.275_1738055385286_0.13455236368880197","host":"s3://npm-registry-packages-npm-production"}},"0.7.276":{"name":"@opensea/vessel","version":"0.7.276","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.276","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"8768384869bf623fc8009453e3f51543594a140d","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.276.tgz","fileCount":23,"integrity":"sha512-Pg5hX93mFP8AtV1dEDIlD6qsYFGokbUsEgegrT9lNRaBfGX3GTHEw+s4BK9KbZM785eK9vq3ZFaQidWuk2R6Eg==","signatures":[{"sig":"MEUCIEuB17NpQjkHdslDaHePFLgatbkfjFQ1W42+ibZDEs46AiEA7txUaW5NQONKRYbMl2YT6UVx8rwzG4rBS4Cjh8Iahbk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.276.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/16b6debdac2abfe680effa1084b04412/opensea-vessel-0.7.276.tgz","_integrity":"sha512-Pg5hX93mFP8AtV1dEDIlD6qsYFGokbUsEgegrT9lNRaBfGX3GTHEw+s4BK9KbZM785eK9vq3ZFaQidWuk2R6Eg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.276_1738079121715_0.8482391545249428","host":"s3://npm-registry-packages-npm-production"}},"0.7.277":{"name":"@opensea/vessel","version":"0.7.277","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.277","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"a139515db6cd54192379f177c1016df268d5b9bd","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.277.tgz","fileCount":23,"integrity":"sha512-/xQ76r7j9vewtGPN/OAE0dHu3GWzlm2ztO9rY1d9U1/4+wIscBzECzBCZQtBCpjzLgB0ri73Wh6MH6dE/79FGQ==","signatures":[{"sig":"MEUCIQCvKo4NpdV2Kom08a+M19Cns0TJTjMNAwK78HojhsRWHgIgIipjI97uK+e+v/wV5BZNgscGaOV7bQt/1vskH/ZlPRE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.277.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8d74534fd1e968e80de2801646165380/opensea-vessel-0.7.277.tgz","_integrity":"sha512-/xQ76r7j9vewtGPN/OAE0dHu3GWzlm2ztO9rY1d9U1/4+wIscBzECzBCZQtBCpjzLgB0ri73Wh6MH6dE/79FGQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.277_1738082856437_0.25047707889103954","host":"s3://npm-registry-packages-npm-production"}},"0.7.278":{"name":"@opensea/vessel","version":"0.7.278","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.278","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"e129f6273e849a0caf85c6f330c2663d7c258c80","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.278.tgz","fileCount":23,"integrity":"sha512-3ccY55M8qsXF29MsqEcD7cK0kPkERcfCis00nMlvZSIy5XkfwlUnsNa9N3zFfRq2WfPUMu5jsQq240MKyS8uOA==","signatures":[{"sig":"MEUCIQCFExn4ORBtaMnmTHt2sga/s0Sy62sWuzQ6YX7rA2QofgIgLWukd6mv/g3XMYFZyF6PMQvuIqS5bp3UQ5ZjRbRGPPU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.278.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/45b392733a365511324e02eb8cc9e1eb/opensea-vessel-0.7.278.tgz","_integrity":"sha512-3ccY55M8qsXF29MsqEcD7cK0kPkERcfCis00nMlvZSIy5XkfwlUnsNa9N3zFfRq2WfPUMu5jsQq240MKyS8uOA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.278_1738090199500_0.33013734221868973","host":"s3://npm-registry-packages-npm-production"}},"0.7.279":{"name":"@opensea/vessel","version":"0.7.279","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.279","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"9da3e8e7340d65b93e93f15991705e1327aa6b12","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.279.tgz","fileCount":23,"integrity":"sha512-ncMHPSBYI41Jv1k09si6gBJUhGlZv2Eq37vq8gYRU75RgVFfPRgi50tMMmGYZswFL6oPfeAjRaX0e2/dKp+HGQ==","signatures":[{"sig":"MEUCIAOeAjtJS5+6jeGw4XefjAt04tZAFryiY8oF7LqEYPrmAiEAzXEJt9SjB5IIPcVtI6H+i5J6gGdiRRxSveQ6fqM6eOs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.279.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/121decae55f271336cdf4c90474d376b/opensea-vessel-0.7.279.tgz","_integrity":"sha512-ncMHPSBYI41Jv1k09si6gBJUhGlZv2Eq37vq8gYRU75RgVFfPRgi50tMMmGYZswFL6oPfeAjRaX0e2/dKp+HGQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.279_1738090577126_0.381941110115229","host":"s3://npm-registry-packages-npm-production"}},"0.7.280":{"name":"@opensea/vessel","version":"0.7.280","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.280","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"120c17e5858339b8633168d316bf4480245fc641","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.280.tgz","fileCount":23,"integrity":"sha512-yrR8cC6q/Nm/Pwobo20ZabpzqkJWssEnsZnSEyXSSZpt/vXxIo7iu3jpDIgMg6OHzshAc4t3YPauzOaVWAjWrA==","signatures":[{"sig":"MEQCIA0Mn0nXwcrkE7tJX407dYK6+cJqrt5Pt3lZZx0W2x7zAiA6dPGUNjVKugfMqJAdH24IyNrfuMqNBPzXryy56iSBWQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.280.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/491e9339bb384aef0e2abd673a5ee14e/opensea-vessel-0.7.280.tgz","_integrity":"sha512-yrR8cC6q/Nm/Pwobo20ZabpzqkJWssEnsZnSEyXSSZpt/vXxIo7iu3jpDIgMg6OHzshAc4t3YPauzOaVWAjWrA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.280_1738092957937_0.7637639065828015","host":"s3://npm-registry-packages-npm-production"}},"0.7.281":{"name":"@opensea/vessel","version":"0.7.281","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.281","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"bd8711f757e2c71dd735380a0d1108703e63078b","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.281.tgz","fileCount":23,"integrity":"sha512-B4GkGDZQrnBa7Emni40Ob1yCE36Z3YyoOnG8FtSPkS/GzvalmqYkz9IBIBoTLuaX/5SIcf+t7+QHPZCv3nAIfQ==","signatures":[{"sig":"MEQCIBKEFDQ7IGDuFXpsnA3/buF4+EKSLvEsptTAnp1lSmslAiAenlPFXBAE2nXqt7g9ncc4Tmu9NO5G7EGeYp3DbNPwTg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.281.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/61d2f0bc1140ab327f60e525ac809464/opensea-vessel-0.7.281.tgz","_integrity":"sha512-B4GkGDZQrnBa7Emni40Ob1yCE36Z3YyoOnG8FtSPkS/GzvalmqYkz9IBIBoTLuaX/5SIcf+t7+QHPZCv3nAIfQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.281_1738094263269_0.7794640246226965","host":"s3://npm-registry-packages-npm-production"}},"0.7.282":{"name":"@opensea/vessel","version":"0.7.282","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.282","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"ce282384311ec939157b9f52437ab4ae12697330","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.282.tgz","fileCount":23,"integrity":"sha512-uo0xdxkHmWDYqVP7Ay3ukmUi9p/EYnApReUrcvRv2RjV+ftPgkkvSeKpJoTzgieMIpcnqfZLgNZWzR6+rr57vg==","signatures":[{"sig":"MEUCIQDcMdkwjI+nbl6d1YhHFkPkO5Y9mA/F/b8ALV+wCV/+ZAIgGUCe0TCxjtMPEEHTIJqtx9KvfyIqfQoe8mGkzWswSBA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.282.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8d6a6ba0e4e118abc7cc342469be9f2b/opensea-vessel-0.7.282.tgz","_integrity":"sha512-uo0xdxkHmWDYqVP7Ay3ukmUi9p/EYnApReUrcvRv2RjV+ftPgkkvSeKpJoTzgieMIpcnqfZLgNZWzR6+rr57vg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.282_1738097318444_0.20788698003406303","host":"s3://npm-registry-packages-npm-production"}},"0.7.283":{"name":"@opensea/vessel","version":"0.7.283","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.283","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"3161e7fd9d1cf92ea487a671ade599eb2aabaf9f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.283.tgz","fileCount":23,"integrity":"sha512-VTa7ld/i9r4gsnMTFlZySmjhmeJbOzBbuyLZzrqBznKuDgLA0S/vTuP3ndo3uPQnvjL9+6nS7D7FD4U3SCBy2g==","signatures":[{"sig":"MEQCIHRcyvfKnq/r937qkFhOkMmOzjzZoCeEXYftpJYdXPPqAiB5OWNA/fPQQUrcguEkK0T55HkoCVMKKxi83lEQvNwszw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.283.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5005cc6ce9d1eb99f89db4a90a07ceba/opensea-vessel-0.7.283.tgz","_integrity":"sha512-VTa7ld/i9r4gsnMTFlZySmjhmeJbOzBbuyLZzrqBznKuDgLA0S/vTuP3ndo3uPQnvjL9+6nS7D7FD4U3SCBy2g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.283_1738097909392_0.22133926397314196","host":"s3://npm-registry-packages-npm-production"}},"0.7.284":{"name":"@opensea/vessel","version":"0.7.284","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.284","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"d064ff25e5da5bde2bdd676fae3d051929615025","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.284.tgz","fileCount":23,"integrity":"sha512-CxxxoyU4O1fd/X2mhv7duGfzecAkX5rlsjDMdayH4eb7BrlctC331TXnOCJ8PbG6yVed3IYVBAjsx0gs9Xg6AA==","signatures":[{"sig":"MEUCIBXjHg013wyhyJmsl80Za7Svn7skf2An5OcZhVYc2VBrAiEA4z1R7LcYeGqEYnBm+OURMNgUiS8Tpvz11sbdUCvHzhs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.284.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5058718a40c170d5da585bc86c7b2e2b/opensea-vessel-0.7.284.tgz","_integrity":"sha512-CxxxoyU4O1fd/X2mhv7duGfzecAkX5rlsjDMdayH4eb7BrlctC331TXnOCJ8PbG6yVed3IYVBAjsx0gs9Xg6AA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.284_1738116352829_0.7210215887514868","host":"s3://npm-registry-packages-npm-production"}},"0.7.285":{"name":"@opensea/vessel","version":"0.7.285","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.285","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"5510945859735711a0417fd613f3bd56a9362171","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.285.tgz","fileCount":23,"integrity":"sha512-t0XepwYt93ibe4Mcx5e73sQVaMfWzwfe6fYBfysbtO9x+/FnAArSXgQIxveMgXPbYEvcjfRprNciQnLsT9JMlA==","signatures":[{"sig":"MEQCICsP3ATpj6Tqbi56+Foo4swjS9czLwSTDMOdW9aPI1epAiA0/LUs2WEb4pvP0Pvo/aF8K0uRvg0OIwOe2PD/veihzw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.285.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b99987191deb329027d89e73c67645a2/opensea-vessel-0.7.285.tgz","_integrity":"sha512-t0XepwYt93ibe4Mcx5e73sQVaMfWzwfe6fYBfysbtO9x+/FnAArSXgQIxveMgXPbYEvcjfRprNciQnLsT9JMlA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.285_1738118050391_0.2761219896401439","host":"s3://npm-registry-packages-npm-production"}},"0.7.286":{"name":"@opensea/vessel","version":"0.7.286","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.286","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"13ae69295aed41e57bc0e9136550eb98d23ae21a","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.286.tgz","fileCount":23,"integrity":"sha512-2DiVF2tcPimKcKkbmRdtgjoCMewMKnblfJ2Ourgum8aRvBEYITsSHpZoVncCRB9f5CWccF14iw4uf42+rFfx5g==","signatures":[{"sig":"MEQCIBjxWSzymzwT/UlilBDc9LNKn2uYS/h5uDKV4HqzVsyaAiBGrcK/LeTkL0m+LF1/Owf7XFNoE8mr0VPaxBVWxAL/6w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.286.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/209c08bcd9e340e40a2a3dd395b0a084/opensea-vessel-0.7.286.tgz","_integrity":"sha512-2DiVF2tcPimKcKkbmRdtgjoCMewMKnblfJ2Ourgum8aRvBEYITsSHpZoVncCRB9f5CWccF14iw4uf42+rFfx5g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.286_1738123936678_0.6019605047375096","host":"s3://npm-registry-packages-npm-production"}},"0.7.287":{"name":"@opensea/vessel","version":"0.7.287","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.287","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"3616fa93d67e4c245c7427eb94889465575cfe97","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.287.tgz","fileCount":23,"integrity":"sha512-KuwNmdOZfTnViUQVYY5toQmg69RJWAkHACOl6eWvd0U78mxBPAY/D/FM3VVdZVauBzk9aXdqQgdfZpZDd0fl3A==","signatures":[{"sig":"MEUCIEKtnj5rHFy3GSsy/hUN57jwQj4dA+uHcpyc18U+Q2ynAiEA/XTz8K1Qk70cqVYgNErvqxkpXL0ZaoSFeXcTxXs1CRg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.287.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8e2bf5effb795990e20374ddcdf953f6/opensea-vessel-0.7.287.tgz","_integrity":"sha512-KuwNmdOZfTnViUQVYY5toQmg69RJWAkHACOl6eWvd0U78mxBPAY/D/FM3VVdZVauBzk9aXdqQgdfZpZDd0fl3A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.287_1738131956490_0.5767694085481081","host":"s3://npm-registry-packages-npm-production"}},"0.7.288":{"name":"@opensea/vessel","version":"0.7.288","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.288","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"4607315a426b6c0e57e96bc9f0aeb4df70346f1e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.288.tgz","fileCount":23,"integrity":"sha512-C2g+aNgjWactiIHrxVP7qedUHS0J/8IqN48wqpz6vxO5amVLQXtmvaI4Qj0e9VwWSCUxoQHvTySEHlQiq4JQlg==","signatures":[{"sig":"MEYCIQDbl8EaKqRstD8F6eNA1+VpFL8oRlWBRKLeGcI4Lf1eBQIhAKFm3XCFF2Wa+J3WL9kzTQYGydScW4rLfdjOH38c6NGv","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.288.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a91674c02a343f64aaefcae0ae63d898/opensea-vessel-0.7.288.tgz","_integrity":"sha512-C2g+aNgjWactiIHrxVP7qedUHS0J/8IqN48wqpz6vxO5amVLQXtmvaI4Qj0e9VwWSCUxoQHvTySEHlQiq4JQlg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.288_1738142163986_0.1757382087564101","host":"s3://npm-registry-packages-npm-production"}},"0.7.289":{"name":"@opensea/vessel","version":"0.7.289","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.289","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"98fdeda8e7c266bb356e916e9764be5751425ec3","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.289.tgz","fileCount":23,"integrity":"sha512-cHEnGqBqCVOZvdQf/qxozejTK8OxBkM40TU85Jzw1KIAhnQbR93JBWYmxiggaRRanIEN3pNrs/agstVvJcnDgQ==","signatures":[{"sig":"MEYCIQD6dOpgAUUnzW2NzGIIihbTPdo/1lKZU6iSZgWovipyIwIhAL+G+537k1HB2mFYHRGNIKNGnpGTrsiLC0zLmezFoPEZ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.289.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c83f8b88b3a527041ecc3634ffb3c1f2/opensea-vessel-0.7.289.tgz","_integrity":"sha512-cHEnGqBqCVOZvdQf/qxozejTK8OxBkM40TU85Jzw1KIAhnQbR93JBWYmxiggaRRanIEN3pNrs/agstVvJcnDgQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.289_1738156685967_0.8561848826479168","host":"s3://npm-registry-packages-npm-production"}},"0.7.290":{"name":"@opensea/vessel","version":"0.7.290","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.290","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"bdc0bdceceb1ee7754bed52422e80614e3813371","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.290.tgz","fileCount":23,"integrity":"sha512-1uq2RVE9s7J1/PKMpi5q/DXV3pp7yv9uAN8AFk6+y7rhZXZhZvrPq4SpnmA6Qkg/KaTZtTMzDu7MMjR6QWjH9Q==","signatures":[{"sig":"MEUCIQDIG56TrAXHmVajxIpiVkJd1dk81ACUwrKH9rn7iVpTiQIgBaHxpCIKJOtf7N4rNssN9PjtPjHP9ZGLniJ5o/qM8mo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.290.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ee4548e2bd5b1558268481fc8a25df3a/opensea-vessel-0.7.290.tgz","_integrity":"sha512-1uq2RVE9s7J1/PKMpi5q/DXV3pp7yv9uAN8AFk6+y7rhZXZhZvrPq4SpnmA6Qkg/KaTZtTMzDu7MMjR6QWjH9Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.290_1738165254536_0.535093828082555","host":"s3://npm-registry-packages-npm-production"}},"0.7.291":{"name":"@opensea/vessel","version":"0.7.291","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.291","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"d534877554e24a560c72ffd0980ed21dec5bc67e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.291.tgz","fileCount":23,"integrity":"sha512-WOrfongTKKC/xQltdwEP3WpRGRYhI5lHvZHWGVKYuKquEbnysgY6fCw5jejhRHnFVXopcfbJTvjDMRPfL+t8SQ==","signatures":[{"sig":"MEYCIQD1Vb4vXcSMiKQ4TvWNg/TUBZVyUv+OSZhLqPA4+84B2QIhAIzwx8HtSG17S3lG7b2WWUuKWZlmp0F7x0f6LeoU4yZk","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.291.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/fefb793df582d89e29ce506bc30d79a1/opensea-vessel-0.7.291.tgz","_integrity":"sha512-WOrfongTKKC/xQltdwEP3WpRGRYhI5lHvZHWGVKYuKquEbnysgY6fCw5jejhRHnFVXopcfbJTvjDMRPfL+t8SQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.291_1738168361861_0.8950675566145543","host":"s3://npm-registry-packages-npm-production"}},"0.7.292":{"name":"@opensea/vessel","version":"0.7.292","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.292","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"09b1363f504dbbf091df456cf2ddb190efebfbf2","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.292.tgz","fileCount":23,"integrity":"sha512-7jO8UgrNKbWLKfRjcvQOrQoJBIt7ZNvlkbhZK6/amDJz3dxJQysL852zWRuazxOY+79DRf+QBDhKiwaLkk52Qw==","signatures":[{"sig":"MEQCICP6MFjXZQgyY7NfppVZcVpkviCcHomxp2HR+YSguqbRAiAWq7L2D4vH9BpZt27UjeJKZGnmBRfYitiyC/rkgEd1+w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.292.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/30dba0415c0c7dfbdcb2a93d0ef57632/opensea-vessel-0.7.292.tgz","_integrity":"sha512-7jO8UgrNKbWLKfRjcvQOrQoJBIt7ZNvlkbhZK6/amDJz3dxJQysL852zWRuazxOY+79DRf+QBDhKiwaLkk52Qw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.292_1738174331244_0.26257683411298305","host":"s3://npm-registry-packages-npm-production"}},"0.7.293":{"name":"@opensea/vessel","version":"0.7.293","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.293","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"7cd324213313fe7df6941fe3b5d8e2226ba48c3e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.293.tgz","fileCount":23,"integrity":"sha512-kwyyvcjNjwqYvAwT977ZisHaH0skR2wpfM9OVNsef8E7PtaqwzRRYcjGFjWoQsL4IXN+BpjII5ld49B1vXc5bw==","signatures":[{"sig":"MEUCIAYy84tH2ubHNm7QgaoMRqGxfOiMdEbSLfqB58ITdhalAiEAmemYeAuasSlXS+nhn6V1TzqogqTBk68Cr/+1WXI1LnM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.293.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/57ed55c07f6989cf0145b89c64228a38/opensea-vessel-0.7.293.tgz","_integrity":"sha512-kwyyvcjNjwqYvAwT977ZisHaH0skR2wpfM9OVNsef8E7PtaqwzRRYcjGFjWoQsL4IXN+BpjII5ld49B1vXc5bw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.293_1738180489234_0.2721940344898286","host":"s3://npm-registry-packages-npm-production"}},"0.7.294":{"name":"@opensea/vessel","version":"0.7.294","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.294","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"db5edd803e015116cf447de65697ddd49b9b2afd","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.294.tgz","fileCount":23,"integrity":"sha512-RFHhmiB692SX4CsdA+QnVd7iRmYOVvthIRnbnvwIamsZ3YVY5vIXl0xBZEKsJAI3vU95szUnhMGPPD/hTf3V0g==","signatures":[{"sig":"MEYCIQDzAM9hF1NPipMqMrX8APb1VCsRT5wo2sQbsfBTRn0UnQIhAK1f0LJtw7q/ySsNWkko1sqkA6EW2lpNSH1HWTDHhn/L","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.294.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/0624fcd4be8790bf78f86c06eec58101/opensea-vessel-0.7.294.tgz","_integrity":"sha512-RFHhmiB692SX4CsdA+QnVd7iRmYOVvthIRnbnvwIamsZ3YVY5vIXl0xBZEKsJAI3vU95szUnhMGPPD/hTf3V0g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.294_1738255882082_0.25650611051902095","host":"s3://npm-registry-packages-npm-production"}},"0.7.295":{"name":"@opensea/vessel","version":"0.7.295","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.295","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"0ff05d7a56336309fc5506d290845cf60c34d240","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.295.tgz","fileCount":23,"integrity":"sha512-tFdqldO/2LTlHf2GeaFv9gtF/4yV1P5dR+rQTEYEsN412m1MLA994bWagTB6t9HBWf/83HcS1EX9lVwdaAVB0w==","signatures":[{"sig":"MEYCIQDoeV7XylT0cHwxXgcmj2v0ieZ/hPVApP740SyZJ7nbQQIhAPaRDqx9QZw1F+UNgFE26R3Hb/XvaLQ8eqfKTIvkLiB/","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.295.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/aaefb387c89cdb97c90ad0564b976831/opensea-vessel-0.7.295.tgz","_integrity":"sha512-tFdqldO/2LTlHf2GeaFv9gtF/4yV1P5dR+rQTEYEsN412m1MLA994bWagTB6t9HBWf/83HcS1EX9lVwdaAVB0w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.295_1738256562216_0.06125923689792434","host":"s3://npm-registry-packages-npm-production"}},"0.7.296":{"name":"@opensea/vessel","version":"0.7.296","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.296","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"830250374a722a1178f21093c94526d1873a99ab","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.296.tgz","fileCount":23,"integrity":"sha512-0JTmUZWGyahxf3NSt175xsDFYuRNdIzrcXpaESqUp1TE1V3UCL7gLV1GZcxGi/WJ+V9ukrREgNJUlCIcpVDBQA==","signatures":[{"sig":"MEUCID1kA3atkBXbLaLclVlPBnUFbc26hZYoFSDbZfe7xuaFAiEAkpIBhTTSmAyze/gUDZt6/KEWh/oonvNUckGLKD7bLlY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.296.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/df8a38620574954ebc45b4af074ef2fb/opensea-vessel-0.7.296.tgz","_integrity":"sha512-0JTmUZWGyahxf3NSt175xsDFYuRNdIzrcXpaESqUp1TE1V3UCL7gLV1GZcxGi/WJ+V9ukrREgNJUlCIcpVDBQA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.296_1738258266066_0.2140611066612299","host":"s3://npm-registry-packages-npm-production"}},"0.7.297":{"name":"@opensea/vessel","version":"0.7.297","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.297","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"ba5929f8471dd257359403c8e5eae53eb762e243","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.297.tgz","fileCount":23,"integrity":"sha512-Q1SbPRecahkEfvTHwCCLMVVXJcPZCweI2f/eWJXJfyppwGPFvpRMrJmuMqaFwrkCnJ+NLbSzeE/GHedNYO5x/w==","signatures":[{"sig":"MEQCIF56fqkPBQIcOtelLRSTMjE9T0KkwU9kmFJaRjGHM5qjAiATs4wyVgcANluXscxhMK3vwUcQV7BbAW3WwQarH1yKdA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.297.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c5786fe42013d00b69e58cc1c45a2d73/opensea-vessel-0.7.297.tgz","_integrity":"sha512-Q1SbPRecahkEfvTHwCCLMVVXJcPZCweI2f/eWJXJfyppwGPFvpRMrJmuMqaFwrkCnJ+NLbSzeE/GHedNYO5x/w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.297_1738261765413_0.2900781225918909","host":"s3://npm-registry-packages-npm-production"}},"0.7.298":{"name":"@opensea/vessel","version":"0.7.298","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.298","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"46a368ad91893c06e57481a081846fe65afec934","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.298.tgz","fileCount":23,"integrity":"sha512-+wwxuqe2aKJQkQosn4VEuQsDiEjLcS43y5ooPbUy6UGhZxGd1ahQmJi36YOuTmn6HVBH7Cr/IXqeqLDO1+flxg==","signatures":[{"sig":"MEQCIH3XXNqzT9VpXDi5TLiRnHDlaClIQHSV+UeYrlMjNwbAAiBpffZoCBLY/BBdfSsRdPEFMUj6hDU6hTPKZLR0hIIbyg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.298.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/28cd583d378ad6b8315b2824b397d144/opensea-vessel-0.7.298.tgz","_integrity":"sha512-+wwxuqe2aKJQkQosn4VEuQsDiEjLcS43y5ooPbUy6UGhZxGd1ahQmJi36YOuTmn6HVBH7Cr/IXqeqLDO1+flxg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.298_1738262059068_0.16484963857590262","host":"s3://npm-registry-packages-npm-production"}},"0.7.299":{"name":"@opensea/vessel","version":"0.7.299","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.299","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"0c9649b7fd9a8d8463f075c09beff890b6effe03","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.299.tgz","fileCount":23,"integrity":"sha512-qAUKw8dlVlYRP/pZt79rgTtWs+5olURKa3RLRaH/dSV3iqP7kv0H0W5XPyWVWkDJOQPvVKa29JXvWrWCcDKXbw==","signatures":[{"sig":"MEUCIQCv6Mx5HJntziSTrO2+p6FnmwzV1dMVYFb2LXYCg9m05wIgLypYXEGoRHAfda9+EbmYmTTo0API4ylysB+Au/oCztA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.299.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/88cd8a73778b21eb5e23629f2d6ee422/opensea-vessel-0.7.299.tgz","_integrity":"sha512-qAUKw8dlVlYRP/pZt79rgTtWs+5olURKa3RLRaH/dSV3iqP7kv0H0W5XPyWVWkDJOQPvVKa29JXvWrWCcDKXbw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.299_1738269329707_0.5427391210218202","host":"s3://npm-registry-packages-npm-production"}},"0.7.300":{"name":"@opensea/vessel","version":"0.7.300","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.300","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"b15682af47c1ca12e1a0d1764f836af4f023c0fb","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.300.tgz","fileCount":23,"integrity":"sha512-C+UuNXDbMXH4lQ++VBBB+W4KOwjTwbPBKsYgX2fBEW2roYYrb595mdTZYB+TQO2DWNZ/PYGqIVvhxeGNbZioEA==","signatures":[{"sig":"MEUCIQD+6hLIwfbwRkEDPJ3VnrvIzfiJi58Wchy0rCsOd2u11gIgV4mPrD6etP9yFVRZz3buJ9Clmps8BVGDk6OBfpbks5M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.300.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/63d1840a464ab0790c5270ac399ae80d/opensea-vessel-0.7.300.tgz","_integrity":"sha512-C+UuNXDbMXH4lQ++VBBB+W4KOwjTwbPBKsYgX2fBEW2roYYrb595mdTZYB+TQO2DWNZ/PYGqIVvhxeGNbZioEA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.300_1738269837741_0.9975261744705299","host":"s3://npm-registry-packages-npm-production"}},"0.7.301":{"name":"@opensea/vessel","version":"0.7.301","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.301","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"125e90e24307a35076f994b170cfc05802ba9109","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.301.tgz","fileCount":23,"integrity":"sha512-53trN+gXL4gBi6NPDVZVRFLNzj3lG9XkpXVc8VelFCCx0/SD2VmB5gHmihCiQE8JmhsDqxRgIJKAEe8gaGftFw==","signatures":[{"sig":"MEUCIAdJlRWJ6GzW55vTCK/0AayjfXdeFlArYGH0dT7s7XyOAiEA6VnwJiLotAEjTXpyB/cgr2T8cR7QFfSYvPGS4YnX+4c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.301.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/875bd78be87e2ff7af45ee721d63831d/opensea-vessel-0.7.301.tgz","_integrity":"sha512-53trN+gXL4gBi6NPDVZVRFLNzj3lG9XkpXVc8VelFCCx0/SD2VmB5gHmihCiQE8JmhsDqxRgIJKAEe8gaGftFw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.301_1738271677429_0.8693775388556875","host":"s3://npm-registry-packages-npm-production"}},"0.7.302":{"name":"@opensea/vessel","version":"0.7.302","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.302","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"6858ae919cc650da53280a641b4571688d8e747e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.302.tgz","fileCount":23,"integrity":"sha512-4IfrKhVcFHTYGYzt9TDQjGlekVv7L+/WJgkFluhHbkFjMZRW2/fANF99hcXiMtdi1xUoV0t+ek9utDfY2uyEvQ==","signatures":[{"sig":"MEUCIQCPAJm5+a7nrZ740Hep4Same6VYxaTR/XmnNm4A9pnl5wIgATer6XUMXYSyXyvV2N5BfwNyGci1moBin83RJZqtNcY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.302.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c4e6c522e169a2ccaf1a02eba699a971/opensea-vessel-0.7.302.tgz","_integrity":"sha512-4IfrKhVcFHTYGYzt9TDQjGlekVv7L+/WJgkFluhHbkFjMZRW2/fANF99hcXiMtdi1xUoV0t+ek9utDfY2uyEvQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.302_1738272353370_0.011985440262800351","host":"s3://npm-registry-packages-npm-production"}},"0.7.303":{"name":"@opensea/vessel","version":"0.7.303","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.303","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"42d936252e39ab80bd8f6e251f06d06b905dfb9f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.303.tgz","fileCount":23,"integrity":"sha512-RFzNRzhrc4yRezvxw1egVPwVwEOwn+TXHERELnkeIySwna9KKfAvCLEKWg1oHxi3a26IP47XCfzrEZtbXnqeFg==","signatures":[{"sig":"MEQCICtLmYXcTYYBW2i6TEil/JJh9/zoaIUi5TRfd0uKbAjMAiAWgy+wYXVHtLJ1uRjbMew1wnBY1PeoI5RfDom5xM8uXA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.303.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/56f666e93d1831f1cc5205f70af48977/opensea-vessel-0.7.303.tgz","_integrity":"sha512-RFzNRzhrc4yRezvxw1egVPwVwEOwn+TXHERELnkeIySwna9KKfAvCLEKWg1oHxi3a26IP47XCfzrEZtbXnqeFg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.303_1738274540319_0.6462108159724305","host":"s3://npm-registry-packages-npm-production"}},"0.7.304":{"name":"@opensea/vessel","version":"0.7.304","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.304","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"832d08c08eb55cf8a930db67e44eae3be511272c","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.304.tgz","fileCount":23,"integrity":"sha512-BgYy1BrEo6R5nJ6/3Jy/RYlkHeg0xjQHoKwX9kaXR/XFwIsIc+v7CY5hlmncu2lAAPoqjdlQQz/NcpOtkiPhOQ==","signatures":[{"sig":"MEQCIA4A5wiBSYxyK+ePZ7VIbYxnVfhphlanXXQzx72wLhUiAiAj+hdcjBQEyCpywybt2PETAE5MHEEnHEoxd8T1yidwCg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.304.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/61812dcae6b7ea8f0c0601e5ca5d17d0/opensea-vessel-0.7.304.tgz","_integrity":"sha512-BgYy1BrEo6R5nJ6/3Jy/RYlkHeg0xjQHoKwX9kaXR/XFwIsIc+v7CY5hlmncu2lAAPoqjdlQQz/NcpOtkiPhOQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.304_1738275543520_0.6237171333182487","host":"s3://npm-registry-packages-npm-production"}},"0.7.305":{"name":"@opensea/vessel","version":"0.7.305","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.305","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"1d55d9d1372175317c91e5088bc67f285b1450fd","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.305.tgz","fileCount":23,"integrity":"sha512-Oj+gnMjOoNWe289FQdSAuTfIKQT420Mf4hR1lA3xVG5037+jG4iMSIq9za/H1GBztstkXuI/EatDV6cHUoA4mw==","signatures":[{"sig":"MEUCIEr92irCbWFFxIz4H+5x2H7o2uvAUW9if0Cn+P3JVJakAiEApfMJUxPEkUsmTLS3a9VeKmL1u7CU2vTNB+EZMlLq7gI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.305.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e38948c56d26e654716163ab54543682/opensea-vessel-0.7.305.tgz","_integrity":"sha512-Oj+gnMjOoNWe289FQdSAuTfIKQT420Mf4hR1lA3xVG5037+jG4iMSIq9za/H1GBztstkXuI/EatDV6cHUoA4mw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.305_1738279833050_0.2911576315120272","host":"s3://npm-registry-packages-npm-production"}},"0.7.306":{"name":"@opensea/vessel","version":"0.7.306","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.306","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"02bae92b98a5158673ab1bb20cf71986eafb4fea","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.306.tgz","fileCount":23,"integrity":"sha512-PcZReQgyf3W2SSlOSHj95nSDO/bo7Lz1C+aDYtGBIi9hSko4wte4X7a/dnYzhLjOPYi2WvRGW6a3h7KQsf56Zg==","signatures":[{"sig":"MEQCICJOAgaDSRMOIogIvExvFvXttfmoMgJI0xPoHillW32uAiAVjvHTy3VDq9ZqPZro02MGms+0bV7s/HVN/UO7jizyug==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.306.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/eb7c0ac9133307634abd8462dcebc4cf/opensea-vessel-0.7.306.tgz","_integrity":"sha512-PcZReQgyf3W2SSlOSHj95nSDO/bo7Lz1C+aDYtGBIi9hSko4wte4X7a/dnYzhLjOPYi2WvRGW6a3h7KQsf56Zg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.306_1738282097543_0.8160233559786356","host":"s3://npm-registry-packages-npm-production"}},"0.7.307":{"name":"@opensea/vessel","version":"0.7.307","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.307","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"aa8ff22bb6af015e15637bad8ad9e38205e3872e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.307.tgz","fileCount":23,"integrity":"sha512-4NCytbS0huvz1889zouJeZszKvwbjafMspMqXs4+yfvA4s4/rrH71XCj9HRVb6Di8r3RDvqWaiM3Ygl574VXKA==","signatures":[{"sig":"MEUCIQDB1sSvFmwIisw7brGg5c6sx34h5dnfLI8XPu1RsHrwXQIgBoUe12II+x7turkVij3exL/J7oggLpLp4Y5fmXsI+iQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.307.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5ad25701f2658ddab3c321231d802f1c/opensea-vessel-0.7.307.tgz","_integrity":"sha512-4NCytbS0huvz1889zouJeZszKvwbjafMspMqXs4+yfvA4s4/rrH71XCj9HRVb6Di8r3RDvqWaiM3Ygl574VXKA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.307_1738283598965_0.32072635238440084","host":"s3://npm-registry-packages-npm-production"}},"0.7.308":{"name":"@opensea/vessel","version":"0.7.308","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.308","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"74000315eb0832eee288836a5d2d9900a0502606","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.308.tgz","fileCount":23,"integrity":"sha512-vceVs+C2XlNUoeBuTJwgqL/yf3kw55/U4GVZmkjw57mU/GmbnJZGAAcCL+AjJrAdlS28LOaNOv5vFqSTgxBTzA==","signatures":[{"sig":"MEYCIQDgZ+1Za4NTjSpdO0iIojLhKOCRP/sZuxr/Guoq4tnZ9AIhALij1WsjWrgXcnBhkYc80l/rgH3SU4SS8U9/Tyy44ah5","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.308.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/64bc809fa892acadb1d073976c9d2d52/opensea-vessel-0.7.308.tgz","_integrity":"sha512-vceVs+C2XlNUoeBuTJwgqL/yf3kw55/U4GVZmkjw57mU/GmbnJZGAAcCL+AjJrAdlS28LOaNOv5vFqSTgxBTzA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.308_1738284702266_0.8250009539889043","host":"s3://npm-registry-packages-npm-production"}},"0.7.309":{"name":"@opensea/vessel","version":"0.7.309","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.309","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"620a071d0b5529eb5b92d0e4b6d2cf437f3394cd","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.309.tgz","fileCount":23,"integrity":"sha512-ztwAqc4Xq4r+2jNrT97huUJgbSes2s7oAkpb6unm9OULoQhR/kKwIh71wZUhgCkInOQ57nQLDqRTGhE8isl+Ew==","signatures":[{"sig":"MEUCIQDfT2QyVicjbx4QZkjO11COCu0PjLkxmZ7IO3P+GaePmQIgE8GDdzQ2dFQ8/wORMp+XBsd5tLBKJci+nM1boZx0LxE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.309.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/3d1611657b75f6ccb27a7f9883ec4556/opensea-vessel-0.7.309.tgz","_integrity":"sha512-ztwAqc4Xq4r+2jNrT97huUJgbSes2s7oAkpb6unm9OULoQhR/kKwIh71wZUhgCkInOQ57nQLDqRTGhE8isl+Ew==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.309_1738286645746_0.7810881727765391","host":"s3://npm-registry-packages-npm-production"}},"0.7.310":{"name":"@opensea/vessel","version":"0.7.310","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.310","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"d84c116c894db266cf83b33b05d13b89e34d9153","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.310.tgz","fileCount":23,"integrity":"sha512-+BaFoRDS30bpoKh2+X5Oc4kazh8Ar+lTkv1CE0HlOhTEPsSbBelak7R1lTBSG9ZJFB6UZsvI07+OKcTdmTWqdA==","signatures":[{"sig":"MEQCIG05FBA5OgWSm3mbNGWM+sQ3QY32qggCOzGcdqmkK1pvAiB8GK0N+CjO4zXcKjp1Ra/qCWMsey3tVxpw/lukdQCRTA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.310.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/76eb43a49f26babd57b051b7d3adc076/opensea-vessel-0.7.310.tgz","_integrity":"sha512-+BaFoRDS30bpoKh2+X5Oc4kazh8Ar+lTkv1CE0HlOhTEPsSbBelak7R1lTBSG9ZJFB6UZsvI07+OKcTdmTWqdA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.310_1738288638875_0.5127232824886578","host":"s3://npm-registry-packages-npm-production"}},"0.7.311":{"name":"@opensea/vessel","version":"0.7.311","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.311","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"a35ad9453b27a339f80087939a615491503dbba2","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.311.tgz","fileCount":23,"integrity":"sha512-FvQTGWH4f9iF4zf2d5dWVYtD0Kj39PltdASDYiFNdg8gOirg9ZpvFq20jB0r9aTbt6NTbCnIXjpmXkDbAgwMJQ==","signatures":[{"sig":"MEUCIAdrRPnnaPd9T4G9K19tAkebUHUVTclmxmOBo8evzhwEAiEA7+Ednzdu/KESe+JIp9ya9NaSnP0OwvS7usbpFxUJn9U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.311.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/483099235b6d9f384134d33c9317e2e4/opensea-vessel-0.7.311.tgz","_integrity":"sha512-FvQTGWH4f9iF4zf2d5dWVYtD0Kj39PltdASDYiFNdg8gOirg9ZpvFq20jB0r9aTbt6NTbCnIXjpmXkDbAgwMJQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.311_1738294277369_0.9173776527017665","host":"s3://npm-registry-packages-npm-production"}},"0.7.312":{"name":"@opensea/vessel","version":"0.7.312","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.312","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"6f30871f87ad23f8f9c61b3768b233163aa5d993","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.312.tgz","fileCount":23,"integrity":"sha512-7iljCqIUdA8xEZ1Ilj12g+DlOy32KhO0156w+Rwugnmd8Z4q2PPBthejnAz3Z7zMuNeL96b7Prp8a5u+1cUxQw==","signatures":[{"sig":"MEUCIQCbpEQEcbh9zrj9i33TmERx3sj2AXZRqtV9qVQT9AzbXwIgTbhQMbw35eHjR1P26I1gcTC2Wn713wRcS0enwrShAdo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.312.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/35c02f68baec57932471fa9f6de1ce63/opensea-vessel-0.7.312.tgz","_integrity":"sha512-7iljCqIUdA8xEZ1Ilj12g+DlOy32KhO0156w+Rwugnmd8Z4q2PPBthejnAz3Z7zMuNeL96b7Prp8a5u+1cUxQw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.312_1738315391463_0.15692170751973844","host":"s3://npm-registry-packages-npm-production"}},"0.7.313":{"name":"@opensea/vessel","version":"0.7.313","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.313","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"a2a7eb861f407652a44900d490d09a504b12436e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.313.tgz","fileCount":23,"integrity":"sha512-1AjqfG8KLv7OQ+bzaaulsgv3miSDc80T0/PMown+a5eAw7NDp1tAcJsZjz9al2HGSY5KVEdP66aJnNbGDEe6Sw==","signatures":[{"sig":"MEYCIQC6JI3Fx0R/FyBilaGV3Q0wmPgRiaLBpk2+tCrJOoQSaAIhAORQdB1jzZq/Jwv+hI3SIeWq97W5ej6CTDG8e9NO90xb","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.313.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/4a2f2bc34649efa6e10316fdc09f67c3/opensea-vessel-0.7.313.tgz","_integrity":"sha512-1AjqfG8KLv7OQ+bzaaulsgv3miSDc80T0/PMown+a5eAw7NDp1tAcJsZjz9al2HGSY5KVEdP66aJnNbGDEe6Sw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.313_1738346361931_0.32224538097720545","host":"s3://npm-registry-packages-npm-production"}},"0.7.314":{"name":"@opensea/vessel","version":"0.7.314","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.314","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"a31eedf6bfcc07ad832353fc9f037ff35cc5c579","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.314.tgz","fileCount":23,"integrity":"sha512-NfRRvixO/u5h7vh3rytqtFc9Ka9g8hswiXVMXxiLko/yEe18iNW0yDzz+o7j4gPPuEw2CbnyAhqFfRvSr2rgeA==","signatures":[{"sig":"MEYCIQDx1DfcnXiafuAWdRNZL23a8bAwlSKniPaNLjciNuaEewIhAPBlpT/zFkFHzjE4ZYOT1vdt36Q86Gm+m6JgLBEjWXf1","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.314.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/7cabd39c502c68a2f9a9ca8bf84f2397/opensea-vessel-0.7.314.tgz","_integrity":"sha512-NfRRvixO/u5h7vh3rytqtFc9Ka9g8hswiXVMXxiLko/yEe18iNW0yDzz+o7j4gPPuEw2CbnyAhqFfRvSr2rgeA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.314_1738350646397_0.7502887646363192","host":"s3://npm-registry-packages-npm-production"}},"0.7.315":{"name":"@opensea/vessel","version":"0.7.315","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.315","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"786b7c642a365ae8edfb405d86af7fa6fafd6ae6","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.315.tgz","fileCount":23,"integrity":"sha512-PSH8qdn7DmiX6sP05P6NDC/uTjoCv3Bv4tvEViALCR2rrJoSrInBjwoBJyd9gKpqrA30ytAqRxiqKgN7wfEL6Q==","signatures":[{"sig":"MEQCIHC9okQSfz+QZC5qahpqueVqtHTb6/jSd3rNp6VniBVTAiB+UlaShM+O1uw6cKh+tm1jgJVwWKhWozQb2q3R2bY4zw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.315.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8f6ee0e3dc1c0b4ef8141a16c08a7647/opensea-vessel-0.7.315.tgz","_integrity":"sha512-PSH8qdn7DmiX6sP05P6NDC/uTjoCv3Bv4tvEViALCR2rrJoSrInBjwoBJyd9gKpqrA30ytAqRxiqKgN7wfEL6Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.315_1738353539120_0.0006875943154294184","host":"s3://npm-registry-packages-npm-production"}},"0.7.316":{"name":"@opensea/vessel","version":"0.7.316","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.316","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"2d51e2cc4bb11c7155d82c5697a4db75dacd5907","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.316.tgz","fileCount":23,"integrity":"sha512-vA5PmAm1c9Ko2YEKe1xYvi3BxasF0DFUlroHUNdPjPG+tf03NznYk0iy6WEuZCK1JOFi/Y2E0OdGem5t57LDlQ==","signatures":[{"sig":"MEQCICLDn1Y4Pd0O0TRIuoj9W1mazPIBqMpq1rqnWi3PVtTCAiBRlPbRcouJ134kR9tLBsKPOUMupbvWo5d02ql8o+zdJQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.316.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/552a64e170ae122f6fab40498f9d379a/opensea-vessel-0.7.316.tgz","_integrity":"sha512-vA5PmAm1c9Ko2YEKe1xYvi3BxasF0DFUlroHUNdPjPG+tf03NznYk0iy6WEuZCK1JOFi/Y2E0OdGem5t57LDlQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.316_1738359835725_0.011592690298157127","host":"s3://npm-registry-packages-npm-production"}},"0.7.317":{"name":"@opensea/vessel","version":"0.7.317","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.317","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"bbbf70775ef6767c8872f35a8f28ff05aa0dc891","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.317.tgz","fileCount":23,"integrity":"sha512-vRdA2dyzeWj0AT6gV41ircuv6lWqf/RCvp5Ft1vMR8c9uOdgdFKt/RRFyzeHjDnuBlbojdfTTNRHL6vo8dhSnA==","signatures":[{"sig":"MEUCIEEDSD0uz6EyOFjJLLBp930oxq/yllsl44LzH2NKSPZ9AiEAh43mrQBVpBriRrio1kWXY3eb05X3yEhDCJ+3hwyNQHU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.317.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/63fb9eaed0afcf627a6abc52eae95bf5/opensea-vessel-0.7.317.tgz","_integrity":"sha512-vRdA2dyzeWj0AT6gV41ircuv6lWqf/RCvp5Ft1vMR8c9uOdgdFKt/RRFyzeHjDnuBlbojdfTTNRHL6vo8dhSnA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.317_1738368505704_0.32902290489216646","host":"s3://npm-registry-packages-npm-production"}},"0.7.318":{"name":"@opensea/vessel","version":"0.7.318","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.318","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"01dc4f78a5b6f906e2c01f65b309fd0f2af6ee9b","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.318.tgz","fileCount":23,"integrity":"sha512-m+/kgBPP2UyBK/ceeTtUwVj2JCgOVu1Y87vAYRb5rDQ7UnX8RfjQBa8Tq0znnUklTz4J2TYF4dpF9gWRzmgctg==","signatures":[{"sig":"MEUCIQC75W4X6IReRPmFyM+/u7pCl3zbKHMuusg8V7wlu0/0HgIgeNoJOkzb5Rdlspj7kSFoEmUEhzMI2Q2vbAof0c115oM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.318.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b2abb2dad8a15e702c847bb9dd9e14eb/opensea-vessel-0.7.318.tgz","_integrity":"sha512-m+/kgBPP2UyBK/ceeTtUwVj2JCgOVu1Y87vAYRb5rDQ7UnX8RfjQBa8Tq0znnUklTz4J2TYF4dpF9gWRzmgctg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.318_1738369750612_0.614476971330042","host":"s3://npm-registry-packages-npm-production"}},"0.7.319":{"name":"@opensea/vessel","version":"0.7.319","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.319","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"8375de4b5a4f4b6cccd54ded8b711f81bf75b6b0","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.319.tgz","fileCount":23,"integrity":"sha512-Wo76g3dLr8zOuzzUWFwtH5CKLQiR6EojAk2N06yNz3fQqdtLjNd2gM92w52ZlvXCa/+vw4Q2Rk4Ll2Ijxle1nQ==","signatures":[{"sig":"MEYCIQCVhIcIf9i9jzKjzbTdw2HSV9d1BMHpfu4Zmt9RZGrbyAIhANUWUvddiwQNsAcfgCwRV1SvBKnCYxcw+4bDszbOQo9E","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.319.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ebaf58ffb60a4338e57996273e5572a3/opensea-vessel-0.7.319.tgz","_integrity":"sha512-Wo76g3dLr8zOuzzUWFwtH5CKLQiR6EojAk2N06yNz3fQqdtLjNd2gM92w52ZlvXCa/+vw4Q2Rk4Ll2Ijxle1nQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.319_1738460190757_0.1804130386247711","host":"s3://npm-registry-packages-npm-production"}},"0.7.320":{"name":"@opensea/vessel","version":"0.7.320","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.320","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"8fd0a05787977df95e11a88115d322e5266f2b02","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.320.tgz","fileCount":23,"integrity":"sha512-KWzCoP/kZcjfVn2KTtFxmdzPAf3CLnr6LWeYXqHbTeb9fFITvX0AG4UpY05Sp1ncSAaGmPKoy38LhwNyjJ1wFg==","signatures":[{"sig":"MEUCIQDPynrTCl1jcN3mg07FQPTm6OU0yyEZxr4oWVjhOcxz4wIgd/qNft28rqwXrQM/GC5rzKYUv/R5pBowB4x559Vy/M0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.320.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/42718efc137784d5a78afc55062ead0c/opensea-vessel-0.7.320.tgz","_integrity":"sha512-KWzCoP/kZcjfVn2KTtFxmdzPAf3CLnr6LWeYXqHbTeb9fFITvX0AG4UpY05Sp1ncSAaGmPKoy38LhwNyjJ1wFg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.320_1738527900640_0.12895027316518126","host":"s3://npm-registry-packages-npm-production"}},"0.7.321":{"name":"@opensea/vessel","version":"0.7.321","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.321","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"bc039e9dfa2de431caa0c3bb93a36789d09d4105","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.321.tgz","fileCount":23,"integrity":"sha512-4oGXeyWQXSn08O9MZrOcWuw/uuwAK0xqcYrBKzAG7BUSVz6bCOJWO8nvH8PqB4ljlGYlgHqhzk6HmF3qbsUHrw==","signatures":[{"sig":"MEUCIC59yeqCFfzPuHUbG3sjasQYr5lhji7GRNYbZBmei3A7AiEApKhEASlTUE9EjMd/fAazxpSHhkFaXCtLiDkTEE/Uu7s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.321.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/da20a539d62bc0fc404d862cada44587/opensea-vessel-0.7.321.tgz","_integrity":"sha512-4oGXeyWQXSn08O9MZrOcWuw/uuwAK0xqcYrBKzAG7BUSVz6bCOJWO8nvH8PqB4ljlGYlgHqhzk6HmF3qbsUHrw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.321_1738530036689_0.748340187434775","host":"s3://npm-registry-packages-npm-production"}},"0.7.322":{"name":"@opensea/vessel","version":"0.7.322","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.322","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"1f8c149b13fed95ad99b009ee5a67f6d6d46c8e5","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.322.tgz","fileCount":23,"integrity":"sha512-qZ/7OkX9kHPoZKEV1Pxjkax4MmgqCswiY+a7kL9iKW9YI5CPRKgV4+Bdh9Sh+Tx00chMpTkdajtUSaFTEVQpgg==","signatures":[{"sig":"MEQCIFPHDmYPTK1B0/NFnfet4HjLjvw1eW+6xnXBBdNKiGsjAiBRPMgKJRXE03+0ipsVfv/Jv5H+fdP4nsM5T226n0z5oQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.322.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f4629f1df9c5931c61794e623ef31ca1/opensea-vessel-0.7.322.tgz","_integrity":"sha512-qZ/7OkX9kHPoZKEV1Pxjkax4MmgqCswiY+a7kL9iKW9YI5CPRKgV4+Bdh9Sh+Tx00chMpTkdajtUSaFTEVQpgg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.322_1738579068757_0.7040390570345811","host":"s3://npm-registry-packages-npm-production"}},"0.7.323":{"name":"@opensea/vessel","version":"0.7.323","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.323","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"a058f2a0e8b8eea046879c854e438192838da6e1","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.323.tgz","fileCount":23,"integrity":"sha512-u3rJ+bB12HIZqEm6amUn9sZ/1qDdJhuk6wL/BPSLUHDK/mLQw+WevSRFVTaZhQ3cs0l4vCcD81gyee+XRonQow==","signatures":[{"sig":"MEUCIBllRS62WL40KGId6OgdpwhHxMQj/Rwa3XijCo5PRjI8AiEAtvbdbDmekUSKGS5/lH9oD6ILnp53lwdaMkjfKq3kUSc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.323.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/671ebc015df5d534a3746eda25dd407f/opensea-vessel-0.7.323.tgz","_integrity":"sha512-u3rJ+bB12HIZqEm6amUn9sZ/1qDdJhuk6wL/BPSLUHDK/mLQw+WevSRFVTaZhQ3cs0l4vCcD81gyee+XRonQow==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.323_1738598153627_0.16998464032050942","host":"s3://npm-registry-packages-npm-production"}},"0.7.324":{"name":"@opensea/vessel","version":"0.7.324","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.324","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"0ecc88f87f6d41cb6182f87b799bb2472221b7c3","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.324.tgz","fileCount":23,"integrity":"sha512-MlGTZhdKGDPz0Inn0sktQzPqODC8bKwvduXo71WEOYq2yyg6u2/KbKENwNtudqEidf1/YfUrOMgN++N32SRCKw==","signatures":[{"sig":"MEUCIEqKA5v4HJjfpUlJv2JntotrYyICOV4ElqjgUlD62xLrAiEA+QuyCbFoFerkGaN4aMRqWz6dAe/1dYY59mzt0BeJ2yA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.324.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d198b5754ec1af0bb45ce9bd88ce6063/opensea-vessel-0.7.324.tgz","_integrity":"sha512-MlGTZhdKGDPz0Inn0sktQzPqODC8bKwvduXo71WEOYq2yyg6u2/KbKENwNtudqEidf1/YfUrOMgN++N32SRCKw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.324_1738599918240_0.8025487352322325","host":"s3://npm-registry-packages-npm-production"}},"0.7.325":{"name":"@opensea/vessel","version":"0.7.325","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.325","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"019399b175c71aadc25dd0503a65085948b54aba","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.325.tgz","fileCount":23,"integrity":"sha512-1Tpe2FsPIxQu6qrgRxfgCnq2W/YK+egaNKKbsoYW5hjlUYPwCh3VJjg04nYWEZDpEEIP2Qs0KnBFWxNnaTUH5Q==","signatures":[{"sig":"MEUCIFKdQxwEk+FYGs+TZCcRoQit03Kfsg/8dgSQijq7sk28AiEA6sztmW0sorSv1gP7jkw7wZY/sTNX9Wg5/O+qf/zr2JM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.325.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/6cbcba7dfd11988d9f489f4d0cfeb4da/opensea-vessel-0.7.325.tgz","_integrity":"sha512-1Tpe2FsPIxQu6qrgRxfgCnq2W/YK+egaNKKbsoYW5hjlUYPwCh3VJjg04nYWEZDpEEIP2Qs0KnBFWxNnaTUH5Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.325_1738602423356_0.5524342444936337","host":"s3://npm-registry-packages-npm-production"}},"0.7.326":{"name":"@opensea/vessel","version":"0.7.326","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.326","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"ae1ad7295f98b839b2f994bd8bc2c61e05195576","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.326.tgz","fileCount":23,"integrity":"sha512-rIBnf4og4J7incHzBbfDMzcAq6XLsWthSZhsvlbule6hxc+ajWefc8KrDsTL2/luGlJAB+UfUQEpcBaaIlXFUQ==","signatures":[{"sig":"MEYCIQDrKE8TBVswC3w0USXOg7VEPamkgEeCGuosH2vHnsti/gIhALgSFqMuLgplxlQtJ7BAkSMq/dTp+kdF1OvIyjqdrbuV","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.326.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a9f611a7a941dee113bdbd3bc3824cdd/opensea-vessel-0.7.326.tgz","_integrity":"sha512-rIBnf4og4J7incHzBbfDMzcAq6XLsWthSZhsvlbule6hxc+ajWefc8KrDsTL2/luGlJAB+UfUQEpcBaaIlXFUQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.326_1738605989947_0.7669931161495462","host":"s3://npm-registry-packages-npm-production"}},"0.7.327":{"name":"@opensea/vessel","version":"0.7.327","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.327","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"11857d81d70e35b8863eeb993019e21ebc700bd7","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.327.tgz","fileCount":23,"integrity":"sha512-PsK1uqzfEnLcGfrrTKX9FOpxNqYjL2ApRlp1QAxP7EG6cAkjN1kE17z6yFbDgPkPA9HYEALg4lFmqG8+UeRCwg==","signatures":[{"sig":"MEQCIFaqpaOPnJv2NIvD4gbss8G85WkQTSX5EJnhqcGcE3o0AiB3gQux2o8WLZ27CGDKGjKBEcKFVl3PlS+T/UYBLMXHwg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.327.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/37329c3f5d840f7b7d755b1e2ccb7bfb/opensea-vessel-0.7.327.tgz","_integrity":"sha512-PsK1uqzfEnLcGfrrTKX9FOpxNqYjL2ApRlp1QAxP7EG6cAkjN1kE17z6yFbDgPkPA9HYEALg4lFmqG8+UeRCwg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.327_1738610945966_0.6942426079197819","host":"s3://npm-registry-packages-npm-production"}},"0.7.328":{"name":"@opensea/vessel","version":"0.7.328","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.328","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"ec785505c9913c8fa6e51a162b4cd721b6cfc9b9","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.328.tgz","fileCount":23,"integrity":"sha512-1DsPXeXlyMe3+Lp8hDE6GFLOBPhXvWmwlKdh9DiY6BnYsx0v9xEiUsvx8e5mW+IPV21Q2GIefqyDXqW0pd2P7w==","signatures":[{"sig":"MEUCID62WBRTAJ8A+HjeYAcFlGk+geDpQjN+n8f6zGrG/ulyAiEAu8S5xS2UXZhD1Zl889qLEtzdvyprMFApjJuioNYulF4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.328.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f36dae20003d3c0f1bf8a8bea4fee01b/opensea-vessel-0.7.328.tgz","_integrity":"sha512-1DsPXeXlyMe3+Lp8hDE6GFLOBPhXvWmwlKdh9DiY6BnYsx0v9xEiUsvx8e5mW+IPV21Q2GIefqyDXqW0pd2P7w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.328_1738647478638_0.08587435761213191","host":"s3://npm-registry-packages-npm-production"}},"0.7.329":{"name":"@opensea/vessel","version":"0.7.329","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.329","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"4618ba9e28a9a318378581600009057523d13cbf","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.329.tgz","fileCount":23,"integrity":"sha512-lEmzxrbpkV78eOoPb1NtzGeeOAnZSmFloFAZgllRd/oQA92jTrmrEtEUxi0Cc+wkKt1YXNeLwcWexn1JXXyD9w==","signatures":[{"sig":"MEUCIGd/jaryWGHxeP9eUmfONx687MCR/RCPNd5aQq84vNm9AiEAs5TOxXHWzq14wODbqkzxWs0IUGx7AZ/d2EjRJO7AkHY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.329.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/784b0f20a0a265eae233fdd035014fb6/opensea-vessel-0.7.329.tgz","_integrity":"sha512-lEmzxrbpkV78eOoPb1NtzGeeOAnZSmFloFAZgllRd/oQA92jTrmrEtEUxi0Cc+wkKt1YXNeLwcWexn1JXXyD9w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.329_1738649411354_0.4408862337243096","host":"s3://npm-registry-packages-npm-production"}},"0.7.330":{"name":"@opensea/vessel","version":"0.7.330","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.330","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"5ec1c6cf9c7744d23f32085fe3df71d6930b3e5e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.330.tgz","fileCount":23,"integrity":"sha512-DbbACHo1b1nAo4MXOXID4TXIfdT8NCk7+yNOM9oHRuAcR5TXIfsTnCXsjdJH89qop6ecSHR4k/q5Mmn6/XnHZw==","signatures":[{"sig":"MEYCIQCCfDCAHEcXUT9sGDbcTlXXEnEy2bbB2ca45X7UWR0l+QIhAN6Yi3JIccITUXftVFa4I13kwC9NezYF8QfyMLRS5KOR","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.330.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a79029bf99883afc29c32958c58573ec/opensea-vessel-0.7.330.tgz","_integrity":"sha512-DbbACHo1b1nAo4MXOXID4TXIfdT8NCk7+yNOM9oHRuAcR5TXIfsTnCXsjdJH89qop6ecSHR4k/q5Mmn6/XnHZw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.330_1738690740725_0.5283516417089507","host":"s3://npm-registry-packages-npm-production"}},"0.7.331":{"name":"@opensea/vessel","version":"0.7.331","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.331","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"8bda240965e996473069df8ebe4d8a5e10162ffd","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.331.tgz","fileCount":23,"integrity":"sha512-kH/pAWE+A3J8WJqbvOldebGPjtCSO+WiqMp0hn1xVzIUjJnnqo3zIVayzubEaDyctNHeyYePCQdXlHou69/I2A==","signatures":[{"sig":"MEUCIQDwaB4OG0kLvPhUHngqev27OjEGV8hlpv7VQO/byCujywIgavYrhZd2fsK/2plNktYs3Vgh+G6FZfeIIs0LL2s5Ps4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.331.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/12b7792a15f8633a48c8809615eb4f1d/opensea-vessel-0.7.331.tgz","_integrity":"sha512-kH/pAWE+A3J8WJqbvOldebGPjtCSO+WiqMp0hn1xVzIUjJnnqo3zIVayzubEaDyctNHeyYePCQdXlHou69/I2A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.331_1738691281322_0.060591708924572885","host":"s3://npm-registry-packages-npm-production"}},"0.7.332":{"name":"@opensea/vessel","version":"0.7.332","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.332","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"803b0840f3d4da1ddb30c65a43e4ff74eae97d19","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.332.tgz","fileCount":23,"integrity":"sha512-EZ6FtXk3DR6rM4ha0pOo9woRiWP+4duiuoDgR6dslkbmSHM6tq31mQMq5pSS1F2uGrMT+gHqIIjnfii3caqBOg==","signatures":[{"sig":"MEQCIBTmI8xLPG4OmaT7Gs7sFNp4CElWJFHEQFcPj7NO5A7HAiB9guV1IsCOCXxJ2+lfJhIDJNqHg/HcE3XyMKT6LW1KMQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.332.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8065a32d497a9135b078256f8f0e949a/opensea-vessel-0.7.332.tgz","_integrity":"sha512-EZ6FtXk3DR6rM4ha0pOo9woRiWP+4duiuoDgR6dslkbmSHM6tq31mQMq5pSS1F2uGrMT+gHqIIjnfii3caqBOg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.332_1738697026192_0.9953069329708666","host":"s3://npm-registry-packages-npm-production"}},"0.7.333":{"name":"@opensea/vessel","version":"0.7.333","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.333","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"2d1c6195c69d7d676f9c20b12d80a0c0a8edaedf","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.333.tgz","fileCount":23,"integrity":"sha512-3tb5Cjbk1wHSjbvgz6yv963ZHntXdD4DtR+OMl5ojFYN4b7pXgOBc0AATMvYy2mZdbGhZ1zgys1nKsSCxYj9Jg==","signatures":[{"sig":"MEYCIQDNFUWsXMhiay65YIJD3WCRuWemcU4Lcfj2YScqhxcKdgIhANgkSn0TTjYjPd8fxpJ7cbi14cz7NgxBJCYT9rTD3SgM","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.333.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/0ff9f286e9c51af809e9cebb9dae2958/opensea-vessel-0.7.333.tgz","_integrity":"sha512-3tb5Cjbk1wHSjbvgz6yv963ZHntXdD4DtR+OMl5ojFYN4b7pXgOBc0AATMvYy2mZdbGhZ1zgys1nKsSCxYj9Jg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.333_1738698690173_0.5177267755383188","host":"s3://npm-registry-packages-npm-production"}},"0.7.334":{"name":"@opensea/vessel","version":"0.7.334","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.334","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"1ef014a63b4addc2ee7f1491edbfb8246142c630","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.334.tgz","fileCount":23,"integrity":"sha512-58xz7PaPVnDtSTISEFGVmj+XG0nxVqF+W9/AbW8IrkGINrISTs7kvS467hTNi9SzE44f573zrmn3ppjJTe3nVg==","signatures":[{"sig":"MEYCIQDW+0bv+9XLMQRWhJxA/Uu5x/cOKpRCSBJi2HHtlo6iHgIhANYH0OmAVuMm4wzpcGweO9Lkje1V69t85Kc9JpQHWWnr","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.334.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c51c7c6df4bb07fd1a1971b23d9a19e5/opensea-vessel-0.7.334.tgz","_integrity":"sha512-58xz7PaPVnDtSTISEFGVmj+XG0nxVqF+W9/AbW8IrkGINrISTs7kvS467hTNi9SzE44f573zrmn3ppjJTe3nVg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.334_1738699185158_0.9686052230099116","host":"s3://npm-registry-packages-npm-production"}},"0.7.335":{"name":"@opensea/vessel","version":"0.7.335","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.335","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"db33c6b99ac0f8a572d4f93feaf78a2c21cae04a","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.335.tgz","fileCount":23,"integrity":"sha512-1k6MBbuTQw8qzszrOfalgR1DBSJpoFnx6khoqScInVrcDxzKG9HLwlIjGy0Lb2GmHufCpoI694aaqcJTSovFkA==","signatures":[{"sig":"MEUCIQDTbpiMGfKkQJ8qbtu9uh8bHSRdRUbzd59L5uujc2P1FgIgYSlZ0sEjd5ZDaxPj0/3VHJVKsjMhhHqQsqpj+J/9BAU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.335.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/78571d85ecffcc4d5f7ce555f8b1131a/opensea-vessel-0.7.335.tgz","_integrity":"sha512-1k6MBbuTQw8qzszrOfalgR1DBSJpoFnx6khoqScInVrcDxzKG9HLwlIjGy0Lb2GmHufCpoI694aaqcJTSovFkA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.335_1738706183325_0.5560663653337186","host":"s3://npm-registry-packages-npm-production"}},"0.7.336":{"name":"@opensea/vessel","version":"0.7.336","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.336","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"afae6762df3ae169376f4ab85181c4249b8abe51","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.336.tgz","fileCount":23,"integrity":"sha512-8qXGj8XxPQkJzmnztUAdW/YpdDT7Raef9lDvbXHsrEdy6LLMTfpp9dXhv3iFLFKXbLdHc4RGPywQ76n+CqNNlw==","signatures":[{"sig":"MEUCIQCKOunEBmtWKKJUOU1w0gFz+Q7tzyRUuhhLZH4BkGZv6gIgPkrlvFKZghKZ+ULhYb1dXqvbTK2Rjx9d+I7H4ieti5s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.336.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/74ffeef20e907cc24eefaed7f92cc233/opensea-vessel-0.7.336.tgz","_integrity":"sha512-8qXGj8XxPQkJzmnztUAdW/YpdDT7Raef9lDvbXHsrEdy6LLMTfpp9dXhv3iFLFKXbLdHc4RGPywQ76n+CqNNlw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.336_1738710730360_0.24216898256193597","host":"s3://npm-registry-packages-npm-production"}},"0.7.337":{"name":"@opensea/vessel","version":"0.7.337","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.337","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"75464578664c9f608bd75baff6f22f071e883dc1","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.337.tgz","fileCount":23,"integrity":"sha512-R3Q3rNbjRcHpWcrcfE2PCygivKpgDje876VvDo9hP5eq6jV1WDZKLa0j7nNQAs0b3ZrOQoZB+wK+QlAtLYlrVQ==","signatures":[{"sig":"MEQCIHzEQz4x0UM9Z0nRwKkzXcm4f+grROaM2b76vDDrb/3tAiA5yI6+W2YszQQtBRgNXHlfn59VV3OhSnQZ/uCazzK1jg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.337.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/20578390eba1f1500d332ea80638a40b/opensea-vessel-0.7.337.tgz","_integrity":"sha512-R3Q3rNbjRcHpWcrcfE2PCygivKpgDje876VvDo9hP5eq6jV1WDZKLa0j7nNQAs0b3ZrOQoZB+wK+QlAtLYlrVQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.337_1738712144657_0.588422338813567","host":"s3://npm-registry-packages-npm-production"}},"0.7.338":{"name":"@opensea/vessel","version":"0.7.338","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.338","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"97200f3fa66ebaea147772395df105698041ef0b","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.338.tgz","fileCount":23,"integrity":"sha512-NpF7j//PGDa3v2uTenvfdKOYxsJk0zGc8fmJ0oKki6ugC9aumVgxu+3+Hld/K2RuAME9oQ1Ndj1kIWkv7oCDKw==","signatures":[{"sig":"MEQCIHddcYonYMETnmafF2gRuwkT3+3Lmc+x8Z+50va3LH51AiB3oYLa5+fY6aSx3iZsnsC3/ZfP4+m4z+tf4t0VKdcnKQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.338.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/37ead1aa906af084f72e06aa1d4a2c5c/opensea-vessel-0.7.338.tgz","_integrity":"sha512-NpF7j//PGDa3v2uTenvfdKOYxsJk0zGc8fmJ0oKki6ugC9aumVgxu+3+Hld/K2RuAME9oQ1Ndj1kIWkv7oCDKw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.338_1738722430271_0.8528584013690002","host":"s3://npm-registry-packages-npm-production"}},"0.7.339":{"name":"@opensea/vessel","version":"0.7.339","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.339","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"4e46570724271d461c77eeb038be175fc33db4ff","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.339.tgz","fileCount":23,"integrity":"sha512-iyjU2tmLw94bJ/b+gIRvqOHA8zUvO4boZOdX9HJz+Q2Cg3wfK4KpzTQs2h7x/eSJGtwEQGFnbKIc6ryuxhMOMg==","signatures":[{"sig":"MEUCIDuif9R2t8geO+Lu9+C3/xDyVQb+gillcz0e3eV6SZuAAiEAzk1sSxvNfNihBTT/rlQ6tPPiTvthNNFJrbNRo2pWoK0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.339.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/49582425dab68b15caa48c745c40e733/opensea-vessel-0.7.339.tgz","_integrity":"sha512-iyjU2tmLw94bJ/b+gIRvqOHA8zUvO4boZOdX9HJz+Q2Cg3wfK4KpzTQs2h7x/eSJGtwEQGFnbKIc6ryuxhMOMg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.339_1738732887367_0.21756557750809757","host":"s3://npm-registry-packages-npm-production"}},"0.7.340":{"name":"@opensea/vessel","version":"0.7.340","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.340","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"a2bc47ebc245317105b0ac159be6274cf0c9581f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.340.tgz","fileCount":23,"integrity":"sha512-kCbZ6cXxdlKeD03x19Co3YxBdhfXBmdqvP5NVYtedPP1bsksIoEgmTNKiYj4eYO0wgBDCLSo/TOxAo3BXWPY0g==","signatures":[{"sig":"MEUCIQCUUWe0vr+IXnlyV9svivDZwriJ856bwcrRaN0vX6awCQIgdcs2Kst7dWt2ZFtXINazaj7Gxcb4CxQLF5iCYRyBGQc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.340.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/0cbf205341d1e54fd268b680f520cbd3/opensea-vessel-0.7.340.tgz","_integrity":"sha512-kCbZ6cXxdlKeD03x19Co3YxBdhfXBmdqvP5NVYtedPP1bsksIoEgmTNKiYj4eYO0wgBDCLSo/TOxAo3BXWPY0g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.340_1738772881484_0.18443088863024104","host":"s3://npm-registry-packages-npm-production"}},"0.7.341":{"name":"@opensea/vessel","version":"0.7.341","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.341","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"20cd93a2c175a38801a1a56729b7b961d0f655a4","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.341.tgz","fileCount":23,"integrity":"sha512-yyzXmTNoLuJLyPB72+sRqqA7zBnDugJ8+bAnntdlX+lK1+MqFaz8wueXrAtb4cFP5nU9hwHo8o3hwchX/PHUeQ==","signatures":[{"sig":"MEUCIE1ndt+yYDRRmOwqJ8Mg3rjvtPi6geF4Mjx6eno2IOVTAiEAlkQ/MB+CJIOVu81bFDqe07Qvoz/remCcc5pu+4WKEGk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.341.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/86c942f04ba1e7883830ece51398169f/opensea-vessel-0.7.341.tgz","_integrity":"sha512-yyzXmTNoLuJLyPB72+sRqqA7zBnDugJ8+bAnntdlX+lK1+MqFaz8wueXrAtb4cFP5nU9hwHo8o3hwchX/PHUeQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.341_1738776755910_0.9812622915614944","host":"s3://npm-registry-packages-npm-production"}},"0.7.342":{"name":"@opensea/vessel","version":"0.7.342","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.342","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"c221709587b9bf69691f882af5d60da9660f2537","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.342.tgz","fileCount":23,"integrity":"sha512-5MQOMMKWsf4XydLh+nAEUuufyTTnW03NxyKm09sqHOnmEriAoS+auZWt6G9qY8UhDZj8ciL47dGeZIzS9RG8Zg==","signatures":[{"sig":"MEUCIBLRVbyNwLLQDWmxeexSIzxQbGcf1P5NF0uE0Ivi/yk8AiEA8RLp4b1xFEI+oB+c03x8P2EHnx7DGKGHiDf2WeWPjeU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.342.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/43a47321d63bda8db4773a5910c4b1c9/opensea-vessel-0.7.342.tgz","_integrity":"sha512-5MQOMMKWsf4XydLh+nAEUuufyTTnW03NxyKm09sqHOnmEriAoS+auZWt6G9qY8UhDZj8ciL47dGeZIzS9RG8Zg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.342_1738778580960_0.2509889244713066","host":"s3://npm-registry-packages-npm-production"}},"0.7.343":{"name":"@opensea/vessel","version":"0.7.343","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.343","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"b841cd003cb2ac05039bbb4e420426ca39abd45d","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.343.tgz","fileCount":23,"integrity":"sha512-EIlAWOHLaxXM/UJr91nZ2whwhqcLhajHuSjgTu5yiLyTo6HCgfi38NSdvMF+r7BTtoWc9tEpKb6gY53Bi681Tg==","signatures":[{"sig":"MEYCIQCmdJ8D2nVmzOGhRnrw3ll3ouj925upS41DJp10MsKocwIhAP9kYijILVtegyQDMeV4q7aYkU0vB9ZUhcnOLd9SbzIL","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.343.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/aea3ac6b530e40651545a6a8219440b3/opensea-vessel-0.7.343.tgz","_integrity":"sha512-EIlAWOHLaxXM/UJr91nZ2whwhqcLhajHuSjgTu5yiLyTo6HCgfi38NSdvMF+r7BTtoWc9tEpKb6gY53Bi681Tg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.343_1738780857479_0.8758749623297502","host":"s3://npm-registry-packages-npm-production"}},"0.7.344":{"name":"@opensea/vessel","version":"0.7.344","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.344","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"af4232b1d736278d34a38b49b47c74e1f3666de1","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.344.tgz","fileCount":23,"integrity":"sha512-GjDFgNmeRWI+lNY49DLvGMdQNtXeg3sKu5HwG/hThlWrO5eTFux6A0AsK0siuBA2rTxy4kGafef4foPJwicEoA==","signatures":[{"sig":"MEQCIGfm2oB/7WLjW1ogLsFvcGuR/9au1ZWcpqJkpz0dTRzvAiBgUKDAGLbqMrKEawQPdlYwSU/7L1NdIv8LXiGn1ujsDw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.344.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/4760bb2040adb5a4dcd3a08c2dc8fd70/opensea-vessel-0.7.344.tgz","_integrity":"sha512-GjDFgNmeRWI+lNY49DLvGMdQNtXeg3sKu5HwG/hThlWrO5eTFux6A0AsK0siuBA2rTxy4kGafef4foPJwicEoA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.344_1738782877664_0.9544016521870557","host":"s3://npm-registry-packages-npm-production"}},"0.7.345":{"name":"@opensea/vessel","version":"0.7.345","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.345","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"a897b46ed931e2b43234d28b005004125d047dc7","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.345.tgz","fileCount":23,"integrity":"sha512-/LOiLm5uCfuvIH0Htfm2J7nHft0xU5JwyyBNIofaG2uXFk2bw2zaNXgt0/bxyaSR2HjklvEA13WmiMCoW8QDQg==","signatures":[{"sig":"MEUCIDVqaaecMKKsSSuBeJ7Ne+kwUtK9kW/UdtkN0sIOwM4aAiEAioTrLY5z1vLEkriPnmy/czws9fWZP9WjOpqt26Wau0c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.345.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/48c558df9eb3a9644fde33b92941dd0e/opensea-vessel-0.7.345.tgz","_integrity":"sha512-/LOiLm5uCfuvIH0Htfm2J7nHft0xU5JwyyBNIofaG2uXFk2bw2zaNXgt0/bxyaSR2HjklvEA13WmiMCoW8QDQg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.345_1738784583979_0.3548546199659406","host":"s3://npm-registry-packages-npm-production"}},"0.7.346":{"name":"@opensea/vessel","version":"0.7.346","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.346","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"ac1fdb082367439f37ad1de5d74b2d1f7f14b682","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.346.tgz","fileCount":23,"integrity":"sha512-j70fzIHKGc31JF/hqrqNPv/GY/QPCt85x/z4dxxVoL47lF1vM18eLJsu6ClR7KOzcHD609RSnKrsu9Fyskfyow==","signatures":[{"sig":"MEUCIQDCbln069KyezchJYIggm52iIMA8WWh66p6jLgyQxAu0gIgc7W5zzNYeMr6og6q2/O/o6uXfSbKBgoDGxPv+xCyB0w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.346.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/effee4796f4340830841fc28a0d9a446/opensea-vessel-0.7.346.tgz","_integrity":"sha512-j70fzIHKGc31JF/hqrqNPv/GY/QPCt85x/z4dxxVoL47lF1vM18eLJsu6ClR7KOzcHD609RSnKrsu9Fyskfyow==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.346_1738786047974_0.7202641106145826","host":"s3://npm-registry-packages-npm-production"}},"0.7.347":{"name":"@opensea/vessel","version":"0.7.347","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.347","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"0186f918d4fc905e7eba8924ebe33f8c2deb51d2","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.347.tgz","fileCount":23,"integrity":"sha512-jB5LmDSWYEE4aBacq1OnwtNtEAmAhGdw88P4tk4Moh3VatStXvihoQ0BVT85YBib4USqYk8Fxvbcc/YkU/SIqA==","signatures":[{"sig":"MEYCIQD7vUo4n7wV4ddi3FSMiLBbOqsZ7sj1aKm1hDWEnuGpRAIhANfHd4XpS5UmqA6m17cYVERXtauR4VqKIrxi7Obtaf8i","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.347.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/db52001cc5e97186561f53919de03130/opensea-vessel-0.7.347.tgz","_integrity":"sha512-jB5LmDSWYEE4aBacq1OnwtNtEAmAhGdw88P4tk4Moh3VatStXvihoQ0BVT85YBib4USqYk8Fxvbcc/YkU/SIqA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.347_1738789315377_0.9020287294441571","host":"s3://npm-registry-packages-npm-production"}},"0.7.348":{"name":"@opensea/vessel","version":"0.7.348","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.348","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"020774b0b97c97e7a42f377af331bd59abf3fcb9","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.348.tgz","fileCount":23,"integrity":"sha512-5jWQackzvW6TCvDpYrHkyU8KWuIVxIkwhd0Hjch5Nt9sO2HGvCukNKzlB08WGBIsv3meLRs0TSeMy7X+2EFHdA==","signatures":[{"sig":"MEYCIQC81SWxySx+oDA+AD3XaaxRq8YrsnbAxHiz8/qSH2YEyQIhAJn+TzjfGkOfgtscmkDuyg1GgOrdNplRfv6L1YUgJ+7s","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.348.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/816b396a2caede9f9273133c211212f2/opensea-vessel-0.7.348.tgz","_integrity":"sha512-5jWQackzvW6TCvDpYrHkyU8KWuIVxIkwhd0Hjch5Nt9sO2HGvCukNKzlB08WGBIsv3meLRs0TSeMy7X+2EFHdA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.348_1738790484574_0.09584325104431834","host":"s3://npm-registry-packages-npm-production"}},"0.7.349":{"name":"@opensea/vessel","version":"0.7.349","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.349","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"2498af6c727c6e47de414787142e32995c56d7b1","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.349.tgz","fileCount":23,"integrity":"sha512-QlnajFEL+SNzm1O8FTpRsk2T8JArcoV7EzBLIB6ELs9o8GZIp+ZRITqwJBBl9XwndgnL+g8cYJj1tJE+OXvn6g==","signatures":[{"sig":"MEUCIFUIUvWGfY4/2cQI2Ivpbr/ir0K247T28Eo0vgunODxiAiEAq0DP5HUxn3Ij8g/GxxyjAcg41jYcOoQV5b5W2otLFSI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.349.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8fb5bf1f4501bc86765643c6f5d129f4/opensea-vessel-0.7.349.tgz","_integrity":"sha512-QlnajFEL+SNzm1O8FTpRsk2T8JArcoV7EzBLIB6ELs9o8GZIp+ZRITqwJBBl9XwndgnL+g8cYJj1tJE+OXvn6g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.349_1738794556625_0.6754204615518156","host":"s3://npm-registry-packages-npm-production"}},"0.7.350":{"name":"@opensea/vessel","version":"0.7.350","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.350","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"867c2e31de089c5254992c89a2220d5b58e4b1dd","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.350.tgz","fileCount":23,"integrity":"sha512-ltVvX8akOJAGWAy6KB/spVfGysnWEXi1mHx0ZFbatyrMfurh8HfyghWG4bKkrkCZEg5fAdAeEHm7/d9TUPYbSQ==","signatures":[{"sig":"MEYCIQDE777BSadifWKclb49mYKBNpWeqdin9KP2JFanl6M/UQIhAIRWxd0Q7DMLNixd2782cLHeCCKqhx3B3qIaK5/mbKfM","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.350.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/6e1002d0352b27866275ab0a4b5b447c/opensea-vessel-0.7.350.tgz","_integrity":"sha512-ltVvX8akOJAGWAy6KB/spVfGysnWEXi1mHx0ZFbatyrMfurh8HfyghWG4bKkrkCZEg5fAdAeEHm7/d9TUPYbSQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.350_1738795499704_0.36060532762300346","host":"s3://npm-registry-packages-npm-production"}},"0.7.351":{"name":"@opensea/vessel","version":"0.7.351","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.351","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"7ab2cad1466addc3aac415fe54487379292d1c0f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.351.tgz","fileCount":23,"integrity":"sha512-Km3QiGeYHKBzELbecXVhb7QvM2gK8uKKlvFeftmsGU6AO5j15E7tDKs5UUWFGefXuw1U9DxSrvuB5M+FgGMhtg==","signatures":[{"sig":"MEUCIEBK0+XcYnFSrT8jm9MmbNV6fyZsORvnsmnzODSkkBUQAiEAllXcXslOnPD4kIzaxzseTN7Ya2EoA1fiXcqzgozAc3k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.351.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e0114b2abbfc876407637f9040cbec5c/opensea-vessel-0.7.351.tgz","_integrity":"sha512-Km3QiGeYHKBzELbecXVhb7QvM2gK8uKKlvFeftmsGU6AO5j15E7tDKs5UUWFGefXuw1U9DxSrvuB5M+FgGMhtg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.351_1738796677714_0.8217026127953517","host":"s3://npm-registry-packages-npm-production"}},"0.7.352":{"name":"@opensea/vessel","version":"0.7.352","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.352","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"0444c47c3b23db539c8fec4b57f38ca117034b59","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.352.tgz","fileCount":23,"integrity":"sha512-hn8yJJpIoZfWcTMuHhvGVfJgvDl38eyurnxiOilb108x01ZYIz82Ur3uk/Jb6WKqviOdiA4tm7ZAjmTRiODFPA==","signatures":[{"sig":"MEUCIQCHyHPuwcAOgpKdFx2pf5O48c2aYRkOJjsNvYXztcUnvQIgHp3Xzqnlv3UMYAYp2vULOm8cBzZfExNvOLXWO9NiqIE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.352.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/cd2a8dfbd79c7574a0dfd10f0690ded3/opensea-vessel-0.7.352.tgz","_integrity":"sha512-hn8yJJpIoZfWcTMuHhvGVfJgvDl38eyurnxiOilb108x01ZYIz82Ur3uk/Jb6WKqviOdiA4tm7ZAjmTRiODFPA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.352_1738797892319_0.525667107571105","host":"s3://npm-registry-packages-npm-production"}},"0.7.353":{"name":"@opensea/vessel","version":"0.7.353","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.353","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"2e447668d5211a9a9fbd64e919b440d2f233c7ce","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.353.tgz","fileCount":23,"integrity":"sha512-U94lUmH01ZmmOCWlR25g0R5aUOFUC45qaT8Csg2HvjTWbNnCYaPgeMagd+tSbVH1IWf5lfdeKybjxtNzLhjLOA==","signatures":[{"sig":"MEQCIBXNP8wGdEIR8OYPr+9pqsmA4Va7dCnOPYW3kbU3qoXfAiAE1mZKPkrX6ORRqNd/8hvSaTzBCipXXnkVcXV/UmVt8g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.353.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/abbde2956497cde951d8418667d2fc3d/opensea-vessel-0.7.353.tgz","_integrity":"sha512-U94lUmH01ZmmOCWlR25g0R5aUOFUC45qaT8Csg2HvjTWbNnCYaPgeMagd+tSbVH1IWf5lfdeKybjxtNzLhjLOA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.353_1738800372625_0.9221080001684885","host":"s3://npm-registry-packages-npm-production"}},"0.7.354":{"name":"@opensea/vessel","version":"0.7.354","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.354","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"194a8c3335c2240fdc1b96b0086ab554e833d549","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.354.tgz","fileCount":23,"integrity":"sha512-2aaLHdUn2jY9XmUfA0QIh9SyJfyQg2dSZKAFEuz6yrzf8rw8wRAhk3FWitdJ1X0X3lZAMQrFy4DdcoqBHKSfvA==","signatures":[{"sig":"MEQCIHNSfZ6/xMgz0tOHfq/qDA+WxgYQszdQ8iihwCV9AH5+AiAFBOI5BwD5Px/6Vig8RwRJZEpVRw15wB/174Yvto7aaw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.354.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c522bad5a4ff8efb7ca23197d4a2def2/opensea-vessel-0.7.354.tgz","_integrity":"sha512-2aaLHdUn2jY9XmUfA0QIh9SyJfyQg2dSZKAFEuz6yrzf8rw8wRAhk3FWitdJ1X0X3lZAMQrFy4DdcoqBHKSfvA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.354_1738816203043_0.9055820676385815","host":"s3://npm-registry-packages-npm-production"}},"0.7.355":{"name":"@opensea/vessel","version":"0.7.355","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.355","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"031adc4939496f31d81477a097d180a876eba915","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.355.tgz","fileCount":23,"integrity":"sha512-3u/PPaLrCZNR90+wYf8QR8/YEnXqevLo+FLMzkgLQQa0XwZJ/MHbw75wEUrOBSYpNneEx+EyOcPERBOrLldAHA==","signatures":[{"sig":"MEQCIHdKtHB9/md+vpUMweoNbWzWGehQS8ZcgyIWHL1jiCBeAiA+ErBl0pFdJwYl680vboahtxX8BTDS8NrWczpJhmbgAA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.355.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/4346a1ec94c7460937e6d6f29d24739a/opensea-vessel-0.7.355.tgz","_integrity":"sha512-3u/PPaLrCZNR90+wYf8QR8/YEnXqevLo+FLMzkgLQQa0XwZJ/MHbw75wEUrOBSYpNneEx+EyOcPERBOrLldAHA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.355_1738857269211_0.2469495199740901","host":"s3://npm-registry-packages-npm-production"}},"0.7.356":{"name":"@opensea/vessel","version":"0.7.356","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.356","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"7ebb1c1a91865e7011b2fe5ae2a565c51aafddd7","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.356.tgz","fileCount":23,"integrity":"sha512-ztW228qVMRmlt2jCi1bkl1Bqx/Kc3FLi5jbdWrYgLBqGhxAWdFuPIZrtebdYut8HsnSSH8gEBf72p8n3U9uCBA==","signatures":[{"sig":"MEQCIERFmpM20POWK9G1PF/cL0VZdC7iD1hadm7JtlmuesWwAiBz5pLFt8tq+BRhRGBkoHI670eJTqe24CpQpWw6Q2QuCA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.356.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c9796453ef87b8538a64d2b60fd90a44/opensea-vessel-0.7.356.tgz","_integrity":"sha512-ztW228qVMRmlt2jCi1bkl1Bqx/Kc3FLi5jbdWrYgLBqGhxAWdFuPIZrtebdYut8HsnSSH8gEBf72p8n3U9uCBA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.356_1738866808911_0.10224287850783975","host":"s3://npm-registry-packages-npm-production"}},"0.7.357":{"name":"@opensea/vessel","version":"0.7.357","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.357","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"3dd1f44b432f68c0b50c5795d74c6577146fccae","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.357.tgz","fileCount":23,"integrity":"sha512-SFchBNcQBKhv4W/jJa7nZVL/78zSuGHuxH7NOlN4/kz0vI1FJYbflwQI1mtfiX3CwB7cGOzf+LvlDVv07cVjsw==","signatures":[{"sig":"MEQCIC4iqmQhnMaZEG3VHCNBDRUAwNDGd6QDoOLM7l6w61wPAiBGFASPbNMm5534Dg6HjVA10qrll3eXGknbu7NRz8D6Vw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.357.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/cdb9b99362af4098e0ce2b48fad07a70/opensea-vessel-0.7.357.tgz","_integrity":"sha512-SFchBNcQBKhv4W/jJa7nZVL/78zSuGHuxH7NOlN4/kz0vI1FJYbflwQI1mtfiX3CwB7cGOzf+LvlDVv07cVjsw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.357_1738868187593_0.10241054682877704","host":"s3://npm-registry-packages-npm-production"}},"0.7.358":{"name":"@opensea/vessel","version":"0.7.358","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.358","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"406390ae07434897b1de6bf0923efb67ecac0c4d","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.358.tgz","fileCount":23,"integrity":"sha512-bSFLlJb1tuHrC8xhbpdxl9fljKYCFu0issfkCmGxq++cinc/WMFb6gmsoEjhWePI3M/+R/95IOba53XrfRN/9Q==","signatures":[{"sig":"MEUCIQC7kvMiHOfgtNt8UCp/Uy7Am9P2v9wACu0L16wf7KrzJQIgWyXgwvC/RkDVnTFgZDAZZe95//YABeKUWrXqiVOfGds=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.358.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/052fcab43ba1f07eee256d5334c3909f/opensea-vessel-0.7.358.tgz","_integrity":"sha512-bSFLlJb1tuHrC8xhbpdxl9fljKYCFu0issfkCmGxq++cinc/WMFb6gmsoEjhWePI3M/+R/95IOba53XrfRN/9Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.358_1738878857432_0.44899586212221543","host":"s3://npm-registry-packages-npm-production"}},"0.7.359":{"name":"@opensea/vessel","version":"0.7.359","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.359","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"3add315e219d90fd4df1a5240c43a8bc75046a20","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.359.tgz","fileCount":23,"integrity":"sha512-wS9V0L+/l3gUhTIvnaZCa2g+52gPbm6tFHJkHJKezuu4Irh1DYU5cmap2dxoWj9SzNBspp4HOto7LoWmgdeeWQ==","signatures":[{"sig":"MEYCIQCanhdLgCRa/nFrUgkJbvaISjdn0aw55aswbPItu1nNagIhAOjnlDJugXOOojcKxla5VbJ1uNA8A3rLI+oe30lgvzKp","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.359.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/6b9deda0debbf75e7926842896aefede/opensea-vessel-0.7.359.tgz","_integrity":"sha512-wS9V0L+/l3gUhTIvnaZCa2g+52gPbm6tFHJkHJKezuu4Irh1DYU5cmap2dxoWj9SzNBspp4HOto7LoWmgdeeWQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.359_1738892814583_0.27382337690480174","host":"s3://npm-registry-packages-npm-production"}},"0.7.360":{"name":"@opensea/vessel","version":"0.7.360","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.360","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"382df3ca8cf94fdb68d11e990504593e103528dc","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.360.tgz","fileCount":23,"integrity":"sha512-84unIFSwSCu+HR0LmZydRphhsrN3xrptE+z57YaqKb+Hdl/TuUWaelgyr5smRveYdeLV16VvbE5jdaINqUvvcg==","signatures":[{"sig":"MEUCIQDsmIsLbAJ3onFhzfQnpzL3/xQE3soeTzcTyY1FVxMESgIgWgqzezPPlxkzwlkc75LFpgcGOFa7iGxp+Bz/CuP7D4o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.360.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/2d9d3ca8962c7706dedec9e51478bab1/opensea-vessel-0.7.360.tgz","_integrity":"sha512-84unIFSwSCu+HR0LmZydRphhsrN3xrptE+z57YaqKb+Hdl/TuUWaelgyr5smRveYdeLV16VvbE5jdaINqUvvcg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.360_1738893971498_0.02952804629068151","host":"s3://npm-registry-packages-npm-production"}},"0.7.361":{"name":"@opensea/vessel","version":"0.7.361","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.361","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"2b869830e4b38aacb532484c71bfddb71ec746f6","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.361.tgz","fileCount":23,"integrity":"sha512-xsJ8BWRu7SUlUeDJVFLPQTLF8kAFxAG250Nv9c2ANJqElSHlOhBGhaO6q57O9ed+lbE/bL+ZZajUGg4Prc7rLQ==","signatures":[{"sig":"MEQCIAIW5LG8eGsRxB+/oVvzWcCaVlaaCko29yCoyPlwJTi4AiAFSxVDyYctwlWzJYUlmHcz+NqXW1X9XLdNIzIFkrdQ4A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.361.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/32c0ac59afa81905a0845873062ad7cd/opensea-vessel-0.7.361.tgz","_integrity":"sha512-xsJ8BWRu7SUlUeDJVFLPQTLF8kAFxAG250Nv9c2ANJqElSHlOhBGhaO6q57O9ed+lbE/bL+ZZajUGg4Prc7rLQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.361_1738940980207_0.6926592128785738","host":"s3://npm-registry-packages-npm-production"}},"0.7.362":{"name":"@opensea/vessel","version":"0.7.362","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.362","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"3d4a58a9ec21bd16c1e288a11de4995fca933b20","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.362.tgz","fileCount":23,"integrity":"sha512-oszlx7/tDKF4KuFhg5SFHsoycsyLkWx7gYSvvZaaz4MCj8fbkHquVR4TR8B33hS8sId64aLjOa/6oeseVGBiXg==","signatures":[{"sig":"MEQCIEiksPWezr84Gb/e73y5S0RNsI7TM/ZDB5AbC4VqQsxBAiBjH0Fn/GpuT+zVnHiPYazR1Z7q/sB63W6ISW6xbE+GOA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.362.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/590eb1702918a7fb5055a7ae73c3615e/opensea-vessel-0.7.362.tgz","_integrity":"sha512-oszlx7/tDKF4KuFhg5SFHsoycsyLkWx7gYSvvZaaz4MCj8fbkHquVR4TR8B33hS8sId64aLjOa/6oeseVGBiXg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.362_1738960310934_0.9084376732800863","host":"s3://npm-registry-packages-npm-production"}},"0.7.363":{"name":"@opensea/vessel","version":"0.7.363","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.363","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"1b260dd5e0c9ad6fb94f6d62dfec22d58401402e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.363.tgz","fileCount":23,"integrity":"sha512-TCO0AfFClXoOZNyhC9bjQz5jhF2m/LqqK4NIf6RDXwJSqeKjGFEjMIF0LNO8owkZ/MNeFxxaejQ7svC75LNhZQ==","signatures":[{"sig":"MEYCIQDlIP2X/X7yAGqNhpVe0Pa69x2kS/tjfO5AHOqlko5FVgIhAMJZVWMiwUYWDsUj3r0naQkPfYaGl5UtKr+qvBwzGXY/","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.363.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f2dd3c1ee1ccfa0c7f6a9e1b1b87b5be/opensea-vessel-0.7.363.tgz","_integrity":"sha512-TCO0AfFClXoOZNyhC9bjQz5jhF2m/LqqK4NIf6RDXwJSqeKjGFEjMIF0LNO8owkZ/MNeFxxaejQ7svC75LNhZQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.363_1738969175191_0.20721716897509346","host":"s3://npm-registry-packages-npm-production"}},"0.7.364":{"name":"@opensea/vessel","version":"0.7.364","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.364","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"6f56dd8a069623989c2ed7db2ebe055c631ebb80","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.364.tgz","fileCount":23,"integrity":"sha512-x3oaQe0tCxjo2b7sKh1fx77RXlqNwVKMyrKGGx3wS+tyaiSu48BOiIWU79N9wYB9MLDPmQv/sdtK+oLI27XzDg==","signatures":[{"sig":"MEUCIQDNoNj0DWTe3pGr6UnoiEr4zBLg6X6ZUKyu422cDOdevgIgA60vAv/Eb5WlGFzdy/lB1eHWcPW8/PyJ599R5iiN4F8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.364.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e1b61c460bc23ec0dd1f19ef7e01ef2c/opensea-vessel-0.7.364.tgz","_integrity":"sha512-x3oaQe0tCxjo2b7sKh1fx77RXlqNwVKMyrKGGx3wS+tyaiSu48BOiIWU79N9wYB9MLDPmQv/sdtK+oLI27XzDg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.364_1738970037049_0.2777963251112958","host":"s3://npm-registry-packages-npm-production"}},"0.7.365":{"name":"@opensea/vessel","version":"0.7.365","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.365","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"15268aeaf2bb781a5ae04202106a5ee7a2d32b06","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.365.tgz","fileCount":23,"integrity":"sha512-YjOew82bJs2jVSfJusQ0D1Ln8veWjeK8G37V9er38SJle718WyDo3Hy2m0wa2gyr/DnvWq9zMgpLyiGv8Y/JOg==","signatures":[{"sig":"MEYCIQDfifL8ndD17PklCPwta1Rap8qzTvL5vSQhNs4BTp8WpAIhAIbLwhCDL4d3jJI0k0p/JlXhdwawbO7z6s5GdSsODs0i","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.365.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b9e461defa45aee99c482b6e480ee95c/opensea-vessel-0.7.365.tgz","_integrity":"sha512-YjOew82bJs2jVSfJusQ0D1Ln8veWjeK8G37V9er38SJle718WyDo3Hy2m0wa2gyr/DnvWq9zMgpLyiGv8Y/JOg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.365_1739156295588_0.13879073771655204","host":"s3://npm-registry-packages-npm-production"}},"0.7.366":{"name":"@opensea/vessel","version":"0.7.366","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.366","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"84e503fa8c9ec217af40795487934c2ed2fe7e7e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.366.tgz","fileCount":23,"integrity":"sha512-aQCcx6wGHoA5sEGAONUqR7d1N8Bss5BnUaI9yGG7Rcoq0jV+Aa4L8A8lwhjZ9PLmZra8sk8cGYbxx//V5TZsEQ==","signatures":[{"sig":"MEUCICNT2/InCrgyUyZ94KrmJmUtwRQa/XHdO2Zs1iykWy/xAiEAte9Kkg4kVKGwBtO53cG0eK4lcar0gx7x66wU6whjSCI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.366.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f7a1656e29261247525fdf01282b21b6/opensea-vessel-0.7.366.tgz","_integrity":"sha512-aQCcx6wGHoA5sEGAONUqR7d1N8Bss5BnUaI9yGG7Rcoq0jV+Aa4L8A8lwhjZ9PLmZra8sk8cGYbxx//V5TZsEQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.366_1739161750740_0.30289519400151055","host":"s3://npm-registry-packages-npm-production"}},"0.7.367":{"name":"@opensea/vessel","version":"0.7.367","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.367","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"37b9aec77a7cc1ab7009cfdd140ab1e773e5cda1","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.367.tgz","fileCount":23,"integrity":"sha512-ZNl2u3TA2KVcqMqksoeS5Fkv4YmCoMciiHio8PzNTizWGPnNKDnkzgbqR0W7AxZX/ndrT1pSM9BwmnFbsqpMMw==","signatures":[{"sig":"MEUCIAFYfraz6j4drUo5/qO5svBpsLLrNfwpj46WJNWJj2/4AiEAw0lEejOZ3YXSVYCk1G//X3pIs4fVDOz/4c7sGX+0jCs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.367.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ce6df31b4b2b183f1f0405acaf0d1755/opensea-vessel-0.7.367.tgz","_integrity":"sha512-ZNl2u3TA2KVcqMqksoeS5Fkv4YmCoMciiHio8PzNTizWGPnNKDnkzgbqR0W7AxZX/ndrT1pSM9BwmnFbsqpMMw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.367_1739206413198_0.8017684035123791","host":"s3://npm-registry-packages-npm-production"}},"0.7.368":{"name":"@opensea/vessel","version":"0.7.368","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.368","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"d232523073eb7fcfc8720d8fd25dacf67080edd2","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.368.tgz","fileCount":23,"integrity":"sha512-e5t8aV8VdCnbu585bcXNOv+sRcE9twz+ZcGGsEBQd4KPqtBjR+poocOPk54egrUjFQsw00a2tXHs0+h+E2OY3w==","signatures":[{"sig":"MEUCIQDfrAx787Ys5CUMOd8icb3tsuHZMGtsp6C6917Xv/IxiwIgYiMnSO42NC/R2vsVPNIGquOfURDT1eBCbZ5FmRQHbT8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.368.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/87cc2b81547298a024d4c1dd3fb56d20/opensea-vessel-0.7.368.tgz","_integrity":"sha512-e5t8aV8VdCnbu585bcXNOv+sRcE9twz+ZcGGsEBQd4KPqtBjR+poocOPk54egrUjFQsw00a2tXHs0+h+E2OY3w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.368_1739208781632_0.24988674285497225","host":"s3://npm-registry-packages-npm-production"}},"0.7.369":{"name":"@opensea/vessel","version":"0.7.369","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.369","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"66b1dc2ebb5748230e5dea53602b09213395426f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.369.tgz","fileCount":23,"integrity":"sha512-uuGJBe19/vezgpi3p1zxvfUqg/I4DxX/cmDA+wS3NfhXyw+771O3JfVShV34o00hXeuNiDfWmmLyhmxErgEW6g==","signatures":[{"sig":"MEYCIQD5XqhhXLb50pikURrsIxpsweLjZPRrn3y/PGxKZKJ02QIhAK3kJVoOca9PzzGFAq2t5mRxigABg0LdX5wVvHb6Ra1P","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.369.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/2e052e710b0e2bb286bd53119133ad4d/opensea-vessel-0.7.369.tgz","_integrity":"sha512-uuGJBe19/vezgpi3p1zxvfUqg/I4DxX/cmDA+wS3NfhXyw+771O3JfVShV34o00hXeuNiDfWmmLyhmxErgEW6g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.369_1739216265012_0.7040276917910053","host":"s3://npm-registry-packages-npm-production"}},"0.7.370":{"name":"@opensea/vessel","version":"0.7.370","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.370","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"71338ba8f719c503705b21d84a72939dbcd96e08","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.370.tgz","fileCount":23,"integrity":"sha512-bpax1KHOZ2Y1Hiohzfkv0CL3ZJJWSPZWrrbrCVizJREq9f2P7+ynaFclKEOAkdPyfgHOFUekRuP8BBr6vRhwuA==","signatures":[{"sig":"MEYCIQD7AdysFo0bYlIbNAl9e4dS2bav8qxLvuRqoCzzFx7P9QIhAKDTsC77C/VKZG67VVrFwfkNB4C4ZdZLkcjcU//ZJwJd","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.370.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f8329c3c102dcd8a392f57c13e2116b4/opensea-vessel-0.7.370.tgz","_integrity":"sha512-bpax1KHOZ2Y1Hiohzfkv0CL3ZJJWSPZWrrbrCVizJREq9f2P7+ynaFclKEOAkdPyfgHOFUekRuP8BBr6vRhwuA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.370_1739216728986_0.2222696677204581","host":"s3://npm-registry-packages-npm-production"}},"0.7.371":{"name":"@opensea/vessel","version":"0.7.371","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.371","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"6d224b302408e07f27d2a3906b538fbb8aea1d20","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.371.tgz","fileCount":23,"integrity":"sha512-MJJSPDoPYfOvzntoV1lQSrNnJHroL30/7JzAvdSxsW3HgL9qmSq106msjX93Vj6BnD6lp4i2kxqTMgpchFhBKQ==","signatures":[{"sig":"MEQCID2zoLnJ/n4sRYjujTmBzM8owIVTsMac7gJ/pnINEhGqAiBnxwYGE56CHKllh2UYc2HXMRBQjy+lo0Wz3xzeNBjQkQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.371.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/1d18f9d1b7e235ebe567fcec8894c655/opensea-vessel-0.7.371.tgz","_integrity":"sha512-MJJSPDoPYfOvzntoV1lQSrNnJHroL30/7JzAvdSxsW3HgL9qmSq106msjX93Vj6BnD6lp4i2kxqTMgpchFhBKQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.371_1739219524383_0.16296123903963267","host":"s3://npm-registry-packages-npm-production"}},"0.7.372":{"name":"@opensea/vessel","version":"0.7.372","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.372","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"023072547508d63e3aa0814e3f2ec4698f025ac8","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.372.tgz","fileCount":23,"integrity":"sha512-tSX/JSCXLNlmtEgJzRewWT00T+WQHQESpabLmIHQeaOi8ipJVapiC0fMK+XF3bPZJKCPlMVUaGDn/FVGkNMw0w==","signatures":[{"sig":"MEUCIQD+VYmEDd62j71DW3yyOH8esHSAJSSo2XyHY14S6IxiYwIgLr0aAkmMJ6fgyrSiOOUsgnAf+jan69GmNWN8NU9G/PI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.372.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/0e974f81ff34f51dea908c0257fb53c2/opensea-vessel-0.7.372.tgz","_integrity":"sha512-tSX/JSCXLNlmtEgJzRewWT00T+WQHQESpabLmIHQeaOi8ipJVapiC0fMK+XF3bPZJKCPlMVUaGDn/FVGkNMw0w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.372_1739221769251_0.09055561339041462","host":"s3://npm-registry-packages-npm-production"}},"0.7.373":{"name":"@opensea/vessel","version":"0.7.373","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.373","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"a5e77ac4ec1271e0130b6788c5dd86483fa94cce","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.373.tgz","fileCount":23,"integrity":"sha512-ZEoBaV2SFD1oYLZGNt3wkmQsQgCCMjmHRoor7Ai5n48SUMy3cGaMhDgolwu5IXKowbYCx0rmMXSXPZDesx9RKA==","signatures":[{"sig":"MEUCID2b6cIsyYLk+QHXQ3fZ01P8YqIa7OpTjKcI4kOl9gemAiEAsp6va7yuaVmlmBczjXmKodoHy7F/+rViKMaQdpUWm0w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.373.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/349599938c3916877fa535402f5737c2/opensea-vessel-0.7.373.tgz","_integrity":"sha512-ZEoBaV2SFD1oYLZGNt3wkmQsQgCCMjmHRoor7Ai5n48SUMy3cGaMhDgolwu5IXKowbYCx0rmMXSXPZDesx9RKA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.373_1739226910601_0.7181905291123816","host":"s3://npm-registry-packages-npm-production"}},"0.7.374":{"name":"@opensea/vessel","version":"0.7.374","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.374","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"5afc85d310715ba55ba2c9d60bedc9cade1d7c16","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.374.tgz","fileCount":23,"integrity":"sha512-jx7kiggREifavyqKnFxnDVudS2wOO07LqH7mxv3jQeChKOLtStOf46V+y2TUPLP8nF4RjQm5U1szGQutfZJvAQ==","signatures":[{"sig":"MEQCIFRJUxEKp41wo/RSMvI7FS4uaJPTuZVuX9PfHI7jULvAAiBy+UkUfJLLxmpdf1xFBMamJu6CyJNCmhNdDiAj/rhQFw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.374.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d8f4cac18969e65d35a1426d0d9b73da/opensea-vessel-0.7.374.tgz","_integrity":"sha512-jx7kiggREifavyqKnFxnDVudS2wOO07LqH7mxv3jQeChKOLtStOf46V+y2TUPLP8nF4RjQm5U1szGQutfZJvAQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.374_1739228281244_0.8391988307584515","host":"s3://npm-registry-packages-npm-production"}},"0.7.375":{"name":"@opensea/vessel","version":"0.7.375","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.375","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"98ccbf9c166e057a491dbb543d6a5efdac52bc91","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.375.tgz","fileCount":23,"integrity":"sha512-NaWHWYnr8ZexHaZJKiNjVNKSns3iXmCszeOiXnsHygOuqUdBy9wZ8mNxP8z6CR9CMzKlpae6mocT6MbWtVE6sQ==","signatures":[{"sig":"MEQCIAWVijulNDUSo28POAgseU4w80IenHsX0omuKvHTy417AiAg3s8FPA+IX+K27m/5W2Gjufbsx5wr2j+D5xKFaeZ2Xg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.375.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/edd9b741af3035faf9b74f78f26662ac/opensea-vessel-0.7.375.tgz","_integrity":"sha512-NaWHWYnr8ZexHaZJKiNjVNKSns3iXmCszeOiXnsHygOuqUdBy9wZ8mNxP8z6CR9CMzKlpae6mocT6MbWtVE6sQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.375_1739241640934_0.813777286840401","host":"s3://npm-registry-packages-npm-production"}},"0.7.376":{"name":"@opensea/vessel","version":"0.7.376","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.376","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"386dbf11d32ed2734a0cdca69d3009a3f8c54138","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.376.tgz","fileCount":23,"integrity":"sha512-dznS99L970yItWVzE02C73nPcxDVvBIcWf8QdND/cROszBT8wCWKHKxcd+aAYD7n+XiIk/T9Tp8SwxWgYdT0+g==","signatures":[{"sig":"MEYCIQDeDY0phN9zID6nzsbx4Gunhi/m5C3j53+1OIXnn/wHEQIhAMBKIfew3Mpr09cMpjWpluKaAEFzLMdY/sqbAvsZVhGd","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.376.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/513960e817fabf5c9d32fdcc6dd77c25/opensea-vessel-0.7.376.tgz","_integrity":"sha512-dznS99L970yItWVzE02C73nPcxDVvBIcWf8QdND/cROszBT8wCWKHKxcd+aAYD7n+XiIk/T9Tp8SwxWgYdT0+g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.376_1739278923582_0.7416231098638644","host":"s3://npm-registry-packages-npm-production"}},"0.7.377":{"name":"@opensea/vessel","version":"0.7.377","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.377","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"1d66419159cda430f1cca2d9f8354ecfe12835b8","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.377.tgz","fileCount":23,"integrity":"sha512-33EahC8jDgppsux1elNosEA6m6NPSsrqY7RgyDutFhdoJdWbbAs20CGpt0dGWyZrpMIctM7JzBIFiDDm9qSbuQ==","signatures":[{"sig":"MEUCIEDA+UxSTQ3kZFOhmuhiVS+Fo/VkX5rMlZu25RdA/w99AiEA+ezeIU+g2YlPfcFqaKgPa7h+xkD6ztYVR83pzxhO17g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.377.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/7b265de3cbc498e3ddf6a409806bda3d/opensea-vessel-0.7.377.tgz","_integrity":"sha512-33EahC8jDgppsux1elNosEA6m6NPSsrqY7RgyDutFhdoJdWbbAs20CGpt0dGWyZrpMIctM7JzBIFiDDm9qSbuQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.377_1739284349871_0.673042669472977","host":"s3://npm-registry-packages-npm-production"}},"0.7.378":{"name":"@opensea/vessel","version":"0.7.378","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.378","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"1aaf425dd18c37c2a0d39aadab9194ddd71a88f4","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.378.tgz","fileCount":23,"integrity":"sha512-+qiGAJyDbyzsWoZzrBsiXaFjdMIOgSOE3jW2+iTDVkxQdrK98LNz8gNRUrpta3nWWwaH2PY+K3RxQEymRR88fQ==","signatures":[{"sig":"MEUCIQChzk98InxSlwEmozJ8yOQTn2iiXnhSOw7HcK9Srwp2PwIgJUQHr3DdGYmpAn8hXYkLZB9QtPaU0tzxHOe8gqUEg4Y=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.378.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/af4d4b2132f4f958c739f2b4721983b3/opensea-vessel-0.7.378.tgz","_integrity":"sha512-+qiGAJyDbyzsWoZzrBsiXaFjdMIOgSOE3jW2+iTDVkxQdrK98LNz8gNRUrpta3nWWwaH2PY+K3RxQEymRR88fQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.378_1739291736570_0.9707957549012516","host":"s3://npm-registry-packages-npm-production"}},"0.7.379":{"name":"@opensea/vessel","version":"0.7.379","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.379","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"70c3041f4f2eb468daeddc1944dc6af8f1c55f6b","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.379.tgz","fileCount":23,"integrity":"sha512-ZyAY0vuXZadUq8unU6csxILzFv10SywT0r+C//VzS/ktV5nQLUcb7P8Ho9nZDgSLxbcH2mTiXkDWMD+rhmAVpQ==","signatures":[{"sig":"MEQCIF/4jHLrJm3buRWJ6ivB8elNVq1XM1sKXUk5maxg1oCMAiAQqLrpgbCnVxTOdAFIkEs5UgySjt4zkgaYSqfP4EqVug==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.379.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e3bf7c3786631f4de8555343459032a1/opensea-vessel-0.7.379.tgz","_integrity":"sha512-ZyAY0vuXZadUq8unU6csxILzFv10SywT0r+C//VzS/ktV5nQLUcb7P8Ho9nZDgSLxbcH2mTiXkDWMD+rhmAVpQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.379_1739294287375_0.5883060692971684","host":"s3://npm-registry-packages-npm-production"}},"0.7.380":{"name":"@opensea/vessel","version":"0.7.380","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.380","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"59f30cde70c75658032799d69ffbc299f4d18369","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.380.tgz","fileCount":23,"integrity":"sha512-Pe6ZoJPZqRdQbPnr48K6RK6FTXP40jDTSDI+mtO94/l27mCJ8E9WnLO2IumguDDSvDywf51JpkO6g86ogh6XXw==","signatures":[{"sig":"MEUCIBU1lzNYGrNjaOZnP0tENY7ePq/nVlnFLl2IBMUpb3IJAiEAlr7VpixAjfOOjv0qPfj1X/aqPt/yYTxYNnwUWrkxW4o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.380.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/92d0049d3b8dd7ebdd86eff1b88f4b7e/opensea-vessel-0.7.380.tgz","_integrity":"sha512-Pe6ZoJPZqRdQbPnr48K6RK6FTXP40jDTSDI+mtO94/l27mCJ8E9WnLO2IumguDDSvDywf51JpkO6g86ogh6XXw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.380_1739295761452_0.5752863015343752","host":"s3://npm-registry-packages-npm-production"}},"0.7.381":{"name":"@opensea/vessel","version":"0.7.381","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.381","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"6e4bb6a2c1e6b0258b84a414b998e6fc5ec85d83","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.381.tgz","fileCount":23,"integrity":"sha512-m4xl17hnv8vp896RNDace2W0XDtLU60eVmbB1hbnu13wCnRWNHNvqlSxq61BH0umjRWWsPRo4SrVImWK2BNKkg==","signatures":[{"sig":"MEUCIQCVZzcVqHFDhd7QM7CYak+2cqRdMMUighmOE3zc4sVLewIgcU6g5yt2FEz25EQwMRIvzDGZVwXD2uKerxw2d+OPZsY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.381.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a12bccfe3a216dc31bd50f646f6868be/opensea-vessel-0.7.381.tgz","_integrity":"sha512-m4xl17hnv8vp896RNDace2W0XDtLU60eVmbB1hbnu13wCnRWNHNvqlSxq61BH0umjRWWsPRo4SrVImWK2BNKkg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.381_1739306279207_0.5261160389005339","host":"s3://npm-registry-packages-npm-production"}},"0.7.382":{"name":"@opensea/vessel","version":"0.7.382","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.382","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"16ef2df794628bfc7c44efdd0dec08dcd5929b8c","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.382.tgz","fileCount":23,"integrity":"sha512-33M/qv4zNzaaykDVaAcwakTcc/YDEzFwJrh9x8NRtlfdIJAq9cqLOPmVgxrcUrsgqdMX04hxHhZtrdlzqxkRyA==","signatures":[{"sig":"MEUCIGgL1iOakKVg2SoMU8ChYDXjSJt3Z4/WrkK9nzK5yNKfAiEA5MUo+1/8+JipA1EipFN2cDzDKboBeChutDR0sLCn/tQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.382.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/1a838af0721553d4b5973e1201d4fdf0/opensea-vessel-0.7.382.tgz","_integrity":"sha512-33M/qv4zNzaaykDVaAcwakTcc/YDEzFwJrh9x8NRtlfdIJAq9cqLOPmVgxrcUrsgqdMX04hxHhZtrdlzqxkRyA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.382_1739314868200_0.09622164370171338","host":"s3://npm-registry-packages-npm-production"}},"0.7.383":{"name":"@opensea/vessel","version":"0.7.383","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.383","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"182d43a64a58c67529928337583d60962a6bbd0f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.383.tgz","fileCount":23,"integrity":"sha512-kj+BgWcta5G+geIaf7RyjpE+KEybPRNOcDfq8xiKtWcHLA7UGede88h1ABaE0iIjeroJO07M4UOc0PJFJZ6LXQ==","signatures":[{"sig":"MEUCIG1izphJPdrIMwFsHqAi2STmqyGKzObBVyc1xT+no3WFAiEAveJ2wd4JAjDvmlsZrffWyk2d2R5/9Bxi61DcApJyJ1E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.383.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d3bfb7e9a3829f33efeed232acb33935/opensea-vessel-0.7.383.tgz","_integrity":"sha512-kj+BgWcta5G+geIaf7RyjpE+KEybPRNOcDfq8xiKtWcHLA7UGede88h1ABaE0iIjeroJO07M4UOc0PJFJZ6LXQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.383_1739368391197_0.9534152142341727","host":"s3://npm-registry-packages-npm-production"}},"0.7.384":{"name":"@opensea/vessel","version":"0.7.384","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.384","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"f2b64ebaf90802ce1b2baa5e3152658604e13ac0","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.384.tgz","fileCount":23,"integrity":"sha512-cP4uOSFx1D6pk5VqAb54Bc4HJ6lNgeGr+i0RAEoqrnJx7IEAxu5Fc2Oy8Cr5gFe5xBu2w1zXPguG9AiLYOdKtQ==","signatures":[{"sig":"MEUCIQCJ1uPbNNv4M1pFZnfaBg5HU4FpNks992U44CbXCeQqawIgMHPXLNIJPuJr38z90+mq4SliWaH9ma2LiwO+f2vDSXY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.384.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ae380d3eaac2d2bbf22d164cb03c7c48/opensea-vessel-0.7.384.tgz","_integrity":"sha512-cP4uOSFx1D6pk5VqAb54Bc4HJ6lNgeGr+i0RAEoqrnJx7IEAxu5Fc2Oy8Cr5gFe5xBu2w1zXPguG9AiLYOdKtQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.384_1739374863603_0.10074265223289336","host":"s3://npm-registry-packages-npm-production"}},"0.7.385":{"name":"@opensea/vessel","version":"0.7.385","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.385","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"137fa620d813a1769f7f897988eff68173a552c5","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.385.tgz","fileCount":23,"integrity":"sha512-cY74MjwhZTLoYBtF+r1jnu2ziH1F99AfiCjIyNAqhQdB3XRHiv/jMwLVAiUKsjVwwLnSEc1JnITniO6b5MK/PQ==","signatures":[{"sig":"MEUCIF0ykLtesYOV1S0DIs2aAtc9xOibloURhZLExDOjhdbLAiEAtAeF9l7iqc8r4OoSDAyr1J7f8BtLYhUjLZfZjZCdjwI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.385.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b0a46c2b8eca009d9986d39976361a49/opensea-vessel-0.7.385.tgz","_integrity":"sha512-cY74MjwhZTLoYBtF+r1jnu2ziH1F99AfiCjIyNAqhQdB3XRHiv/jMwLVAiUKsjVwwLnSEc1JnITniO6b5MK/PQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.385_1739397212126_0.2127848061271682","host":"s3://npm-registry-packages-npm-production"}},"0.7.386":{"name":"@opensea/vessel","version":"0.7.386","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.386","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"5278932743d65c27feee6b1e1ed97c9ad091e74c","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.386.tgz","fileCount":23,"integrity":"sha512-IC/XQIfnYTWKtmNgXjINoDGRE70Ji8FFUgDuiekyp3OCQp9x4Eyh1bXC5FgACU4wCf/C+TUT5zlYgVjerZ1CRQ==","signatures":[{"sig":"MEQCIH4SZlqO2cPCrQzI1UdFCkdM2hG/l3PJXA3S+S3/KjydAiBIBM9Wd60Qa3r3VRX0TcGvZdLRgld/6XUeR4jmYhZ/5Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.386.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/974a96e7e83844d8942d776ebc377fde/opensea-vessel-0.7.386.tgz","_integrity":"sha512-IC/XQIfnYTWKtmNgXjINoDGRE70Ji8FFUgDuiekyp3OCQp9x4Eyh1bXC5FgACU4wCf/C+TUT5zlYgVjerZ1CRQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.386_1739399335664_0.24492513433746255","host":"s3://npm-registry-packages-npm-production"}},"0.7.387":{"name":"@opensea/vessel","version":"0.7.387","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.387","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"04d320a2f2118174bd46f69c72c8692b8251d047","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.387.tgz","fileCount":23,"integrity":"sha512-L8npbVqhd72++QGV1+r6NNRrrANPnDhaCR7fSm2Boo7h2tXxV5fZr+DoRmX5WvtIRw4J6bc9NBtGK0VYeclR2A==","signatures":[{"sig":"MEQCIANIRSCeSoa6cm+nAimLDjEJ7donNLQUEQwVZWr8C6a/AiB5N4hhuc+RBc2E6Ucn4s+WUDkAsuORWLw6HvYjSFttzg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.387.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d83a55d40f8968b61167cbf3b5614296/opensea-vessel-0.7.387.tgz","_integrity":"sha512-L8npbVqhd72++QGV1+r6NNRrrANPnDhaCR7fSm2Boo7h2tXxV5fZr+DoRmX5WvtIRw4J6bc9NBtGK0VYeclR2A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.387_1739405955156_0.20299937227886078","host":"s3://npm-registry-packages-npm-production"}},"0.7.388":{"name":"@opensea/vessel","version":"0.7.388","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.388","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"79a794b8a8f2c2fbba6e688ff87d0bf2e788e7e9","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.388.tgz","fileCount":23,"integrity":"sha512-Q1Th8F+zAkmCuRmt9gfM1FhUqghY9iPogkSX0UM6nP+tvEUIl030EZrSQAo+rmgJlQyzK4b3J8rZhJcpaCx9rg==","signatures":[{"sig":"MEUCIAQZBmkwXPKYXNTM28uRjKO7o7qsIwIdHdlEy6a0MZOYAiEAgEgQGSrpZlMnsaMiDJjmuAkBecLwpOdLKgUqkXl8kM0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.388.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/170ac38a3d8664b2590892764f801b1e/opensea-vessel-0.7.388.tgz","_integrity":"sha512-Q1Th8F+zAkmCuRmt9gfM1FhUqghY9iPogkSX0UM6nP+tvEUIl030EZrSQAo+rmgJlQyzK4b3J8rZhJcpaCx9rg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.388_1739410982084_0.949107686011541","host":"s3://npm-registry-packages-npm-production"}},"0.7.389":{"name":"@opensea/vessel","version":"0.7.389","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.389","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"abe0e5bf8a35a6fcb29b7f3bda247b6ececbe0f4","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.389.tgz","fileCount":23,"integrity":"sha512-T1lKhJInFVT7ZsCj7ILKrPVSExxA9Tl/xqzGUelDl2MLBpS+TPQZP468hziPok6MmuItJ0fwIlGGw/AicK5wfA==","signatures":[{"sig":"MEUCIQC7yTmBixXovTiNOEr2AaDzZXOb9Dqkw5r38lSvchk1WwIgD1sGd5O+gjVb7Yrvg9buPxaqHPfBDPkILqqLZcZCHkw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.389.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b529e7eeeead1ff324b6a343fe41720d/opensea-vessel-0.7.389.tgz","_integrity":"sha512-T1lKhJInFVT7ZsCj7ILKrPVSExxA9Tl/xqzGUelDl2MLBpS+TPQZP468hziPok6MmuItJ0fwIlGGw/AicK5wfA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.389_1739413593790_0.04609279145066969","host":"s3://npm-registry-packages-npm-production"}},"0.7.390":{"name":"@opensea/vessel","version":"0.7.390","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.390","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"aa964cc046f310505ee3e8e3e6ae7837529692aa","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.390.tgz","fileCount":23,"integrity":"sha512-8XsSpfFeC2P9TFAw8r4yYRXytpqT9Uzx1mdafB2QErpoTz7yQX7RHKES3KulQNCRB6H+7DzXP6f255jDCLBaoA==","signatures":[{"sig":"MEYCIQCyCmvrfSEiz4RRL1qVidfavG+CQ6O/NmV0oZOwV1w6PwIhAMvtonVydsN555pOZUmHJs5yhLh6NHXiZK5SEwkRVX1T","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.390.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/4a5a313f8ce1c7a993562e0caf23cbfc/opensea-vessel-0.7.390.tgz","_integrity":"sha512-8XsSpfFeC2P9TFAw8r4yYRXytpqT9Uzx1mdafB2QErpoTz7yQX7RHKES3KulQNCRB6H+7DzXP6f255jDCLBaoA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.390_1739414738977_0.1759123687483901","host":"s3://npm-registry-packages-npm-production"}},"0.7.391":{"name":"@opensea/vessel","version":"0.7.391","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.391","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"9fbc2b2bb210bc452ee3a7f5195ab02676c7141c","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.391.tgz","fileCount":23,"integrity":"sha512-b/H6qx47k6eli/Etzo5tinDdC2KFAbH3f4re5jzFyYU+yNGm07K6BJn5qkG0D5Auul1I+nGQx5PwVh4ga2cC+g==","signatures":[{"sig":"MEUCIEkuKjFuXC+Okh612zbCZS5zVFS3CdxeOZ4dWRrPp83vAiEAg55nqsyklO95GXEwGCiRUafjbM47f3c+fa7p1s81ifA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.391.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/41ea59e5d8946fcab17d14996e9b7dc6/opensea-vessel-0.7.391.tgz","_integrity":"sha512-b/H6qx47k6eli/Etzo5tinDdC2KFAbH3f4re5jzFyYU+yNGm07K6BJn5qkG0D5Auul1I+nGQx5PwVh4ga2cC+g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.391_1739416726830_0.7071449531830409","host":"s3://npm-registry-packages-npm-production"}},"0.7.392":{"name":"@opensea/vessel","version":"0.7.392","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.392","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"dde0312e3a136671edac3c34d90838198a6cee1b","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.392.tgz","fileCount":23,"integrity":"sha512-pEOAbn775LeEldcT1kLS47yQvpsEe5uSGpt3LyU/a7h0OKBu4cOM1Cd0eYZSHOGz8JjfdF+Mdy/PLxCEKGHDng==","signatures":[{"sig":"MEQCIC61bJeJh0cxV7b7l5OwK64l1FV9q9FAcdiIl4k53Z/0AiBar8Pj6kDJGU2N3tdxiy4hjMs4oS2vF6+UtY5JcJLxLQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.392.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a9ab694b8c0f8e0f061986e0236e1ade/opensea-vessel-0.7.392.tgz","_integrity":"sha512-pEOAbn775LeEldcT1kLS47yQvpsEe5uSGpt3LyU/a7h0OKBu4cOM1Cd0eYZSHOGz8JjfdF+Mdy/PLxCEKGHDng==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.392_1739460892838_0.23156386355773106","host":"s3://npm-registry-packages-npm-production"}},"0.7.393":{"name":"@opensea/vessel","version":"0.7.393","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.393","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"c1e225aa4fa416b08a0422721b850bc9198bf616","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.393.tgz","fileCount":23,"integrity":"sha512-TcOsrHZtkGVfDbnBfe04YawrgLtJpRxW2GDE1VvnhbRIql3Z8wUapIMPUnXFP4weRIYobzFSu3DX3VPhdXhMNw==","signatures":[{"sig":"MEUCIHnqNuSbc1Pt7ilHKtcW/1BRWhN9U3VH7LKTUuSp48k7AiEAvEWzPI6JGJuaHShZ5GlG8W71FCmWu1o9ABiLZWNVZ40=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.393.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/87eae68ce60acf303614c7842e67b097/opensea-vessel-0.7.393.tgz","_integrity":"sha512-TcOsrHZtkGVfDbnBfe04YawrgLtJpRxW2GDE1VvnhbRIql3Z8wUapIMPUnXFP4weRIYobzFSu3DX3VPhdXhMNw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.393_1739461379150_0.553280282907467","host":"s3://npm-registry-packages-npm-production"}},"0.7.394":{"name":"@opensea/vessel","version":"0.7.394","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.394","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"becbe680b0508b92ad0d13d1cc407926063407ba","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.394.tgz","fileCount":23,"integrity":"sha512-ML4imvWjjbOvcouc4Hrg1fWPhXJUMq4TfeNqd4L4DafswOBRnx6dLQmJBeHQ4llO8xPKnkleRhimliW7SuGYbA==","signatures":[{"sig":"MEYCIQCjo1dIlzQOVhjMQDSzoR/jv0P7EqpHqNCjvl4f2t/sMgIhAPZB9iidRq/rzih8LizDtsteCuOvleHcudevkvkAfzKT","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.394.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e22433b5e8c40cf24dc6c362978d7473/opensea-vessel-0.7.394.tgz","_integrity":"sha512-ML4imvWjjbOvcouc4Hrg1fWPhXJUMq4TfeNqd4L4DafswOBRnx6dLQmJBeHQ4llO8xPKnkleRhimliW7SuGYbA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.394_1739462711055_0.11340449527803087","host":"s3://npm-registry-packages-npm-production"}},"0.7.395":{"name":"@opensea/vessel","version":"0.7.395","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.395","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"462093deddc77e555121502a87893d9e41d0ce6e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.395.tgz","fileCount":23,"integrity":"sha512-H9lGcxcYkFE+C8/utVdsULnY0nQYXD0WgC7v5Il5zczwQoU8I+cgNPfxm91mEOGDnvrOGTUdvZ5mMK4c8SFFvg==","signatures":[{"sig":"MEQCIGXABkTu98DLfPSvZPLjZmxs+BfEs2ltgXGAg3To33zfAiBqQTPngN2I+xx7sgXqXFUKK8j6OWHnSb8sELCBWaToaQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.395.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/2237f44f30bd24101638fccb5bdc3f3c/opensea-vessel-0.7.395.tgz","_integrity":"sha512-H9lGcxcYkFE+C8/utVdsULnY0nQYXD0WgC7v5Il5zczwQoU8I+cgNPfxm91mEOGDnvrOGTUdvZ5mMK4c8SFFvg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.395_1739469497973_0.5563201740664252","host":"s3://npm-registry-packages-npm-production"}},"0.7.396":{"name":"@opensea/vessel","version":"0.7.396","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.396","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"5ea0a63773203392c0beb40b8f2e692469c9665e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.396.tgz","fileCount":23,"integrity":"sha512-a4t2mRzAaU4SDSSnPeTVJLxF6c+6Bn+IMsT9/XFfvGKj0Kt9dbViyKSExzdOijJWUbSfDRyAmK/NeF3QyvAoYg==","signatures":[{"sig":"MEYCIQC99+H9XlGI8IhfSPc8lfOt4gXflqpGYe+IgHEaIcsUzAIhAKjAatpNZ288KCLcVEt5Mwf81J7kenrfa6sWGdOX9r3+","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.396.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/658fa0fe32b11b765c6e3eae7843d7f9/opensea-vessel-0.7.396.tgz","_integrity":"sha512-a4t2mRzAaU4SDSSnPeTVJLxF6c+6Bn+IMsT9/XFfvGKj0Kt9dbViyKSExzdOijJWUbSfDRyAmK/NeF3QyvAoYg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.396_1739470595650_0.006825979662591353","host":"s3://npm-registry-packages-npm-production"}},"0.7.397":{"name":"@opensea/vessel","version":"0.7.397","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.397","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"edd123854bdafca5d939cc86de6414fc66291d48","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.397.tgz","fileCount":23,"integrity":"sha512-a6qw71xW2jVE85bvXKB/po2uRz5JhOZ+xWxKQzeeP86SF/IK9QOb5KpTC2kyrmq7WzTGGc5esOYLBVJvDBc+9A==","signatures":[{"sig":"MEUCIBfIJp9e4S1F32mC8dGCiHuK3sWitE2cUaZqHwykzkBxAiEA+ervkPxiGLMytHjy1hbPdBCmYoJBAw9PJbisXY+zi3Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.397.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/27f94aa7527b7b83a0ea9d39b6f00693/opensea-vessel-0.7.397.tgz","_integrity":"sha512-a6qw71xW2jVE85bvXKB/po2uRz5JhOZ+xWxKQzeeP86SF/IK9QOb5KpTC2kyrmq7WzTGGc5esOYLBVJvDBc+9A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.397_1739499868930_0.80018504310274","host":"s3://npm-registry-packages-npm-production"}},"0.7.398":{"name":"@opensea/vessel","version":"0.7.398","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.398","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"2b3951a715f80a8de010aac60bc432f6deab3f41","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.398.tgz","fileCount":23,"integrity":"sha512-4y5mJOQ5+S/4Jmd4yLvR3S3eTd5L9iCTY4skIibXc5Die9iDjiswnWvcx9BI4ap8o55Z92sipAXFmqD3/w/tVA==","signatures":[{"sig":"MEYCIQDjXg+sCWtcgjPQ1cHMIstUhplwVU3BdHF7liw1CxJZggIhAKK0DHcSpnNrPJzbtuIcdprUmffSKE6nSiMEbCh3xFk4","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.398.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/98bc74875cd7257ee8b43bf9d72e41a9/opensea-vessel-0.7.398.tgz","_integrity":"sha512-4y5mJOQ5+S/4Jmd4yLvR3S3eTd5L9iCTY4skIibXc5Die9iDjiswnWvcx9BI4ap8o55Z92sipAXFmqD3/w/tVA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.398_1739500884255_0.6567415016908638","host":"s3://npm-registry-packages-npm-production"}},"0.7.399":{"name":"@opensea/vessel","version":"0.7.399","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.399","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"d01e3f0e55e0fd21e60571823569eb916434c35e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.399.tgz","fileCount":23,"integrity":"sha512-urbCbP5bW96Yk3pwsI4bP6f19rPU/Q2GgFjjPyDgjo4QHeGc1E30xR9+30Pymv9QZNCT6pGtN8qACOAPTTOdJQ==","signatures":[{"sig":"MEQCIGlhjVIujt/EjM7pRKUxQrPXSoGJ5QYatssZRFUUkxWyAiAqrjHjt2WqtjpUaH9YuBnCmteaj1S0QNv09RWRJTls6Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.399.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/226aa8acdd2eaf2a4ed34e501dd1a5b2/opensea-vessel-0.7.399.tgz","_integrity":"sha512-urbCbP5bW96Yk3pwsI4bP6f19rPU/Q2GgFjjPyDgjo4QHeGc1E30xR9+30Pymv9QZNCT6pGtN8qACOAPTTOdJQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.399_1739505314756_0.8012603492047667","host":"s3://npm-registry-packages-npm-production"}},"0.7.400":{"name":"@opensea/vessel","version":"0.7.400","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.400","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"a6529384822546b3a2f3c8a477febefb3b0da8c6","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.400.tgz","fileCount":23,"integrity":"sha512-l3yNKMYJkUegtBIDa7kVkn6HP2I9PxQvueH8fVKvBZXoH2oh7zJiAy3TaNLAAM7U83L8iHFL8Yw1l17/GGDEUA==","signatures":[{"sig":"MEQCICCdfAoOQkQDGo/z1ZET8UCfwd/6ELvo2B6C9AGmzfUuAiAv0VhFdeT77CaDzzp/vXcqPlmlJRc8YwfjyITCC5UOCw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.400.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e9b1f07c669969ceea81f060dc622173/opensea-vessel-0.7.400.tgz","_integrity":"sha512-l3yNKMYJkUegtBIDa7kVkn6HP2I9PxQvueH8fVKvBZXoH2oh7zJiAy3TaNLAAM7U83L8iHFL8Yw1l17/GGDEUA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.400_1739505680093_0.6498947707347993","host":"s3://npm-registry-packages-npm-production"}},"0.7.401":{"name":"@opensea/vessel","version":"0.7.401","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.401","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"822ef6a62133d7ba52e876f397120094e88367bf","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.401.tgz","fileCount":23,"integrity":"sha512-GYeIx72R9vSPaeXcEWHEg8zeCNHqef7da03/OputLoBWmdhW748Fj664ARvS0W6sdwfIqLLNTy67+RiQSOl/+w==","signatures":[{"sig":"MEUCIQCNCHh8AxCSTYjzaWhjmbI70+101qf/BoxXCTr56R8o0gIgAnuaLGkML4rm0ED5xe7P/FZpuDVEqaLzOEEcuG9Tgl8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.401.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/bf99939dac838d28ed20bd13495d43e5/opensea-vessel-0.7.401.tgz","_integrity":"sha512-GYeIx72R9vSPaeXcEWHEg8zeCNHqef7da03/OputLoBWmdhW748Fj664ARvS0W6sdwfIqLLNTy67+RiQSOl/+w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.401_1739528430410_0.22083880052508476","host":"s3://npm-registry-packages-npm-production"}},"0.7.402":{"name":"@opensea/vessel","version":"0.7.402","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.402","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"6d9c1750a837566e29fdf35cd872151f552a31fa","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.402.tgz","fileCount":23,"integrity":"sha512-IJy6VPSy4hUcDAOfJelee4SDlR8u0GfFqK4vHiuS+YWOJGEoUwazMk+k7Fhz7nu2hX6HsAHkGZt3sLNu9FJErw==","signatures":[{"sig":"MEYCIQD0+Sc1pLx2QYifN7I/g6U6RQk9uOBPQHieCNKsq8gLTwIhAL1PnBumqegg9I+DPbHKMMKjbYnMNFO+xDgg4zH1RSF0","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.402.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/055a96c1a010871fc0a8842355b23e1b/opensea-vessel-0.7.402.tgz","_integrity":"sha512-IJy6VPSy4hUcDAOfJelee4SDlR8u0GfFqK4vHiuS+YWOJGEoUwazMk+k7Fhz7nu2hX6HsAHkGZt3sLNu9FJErw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.402_1739556844065_0.4535443046606391","host":"s3://npm-registry-packages-npm-production"}},"0.7.403":{"name":"@opensea/vessel","version":"0.7.403","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.403","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"3b8e6261c09f3bcbc16987e41bd5965381aec157","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.403.tgz","fileCount":23,"integrity":"sha512-2XMNf9mLZfxIOto5iZZoAviLeKo7Tfttic+B+iJwqa5MkI16EQODawKUplczIqAjesfU7NFvZd6YRuCc3g0Itw==","signatures":[{"sig":"MEUCIBA5Uv9D0JsJ/SbnKV1qcl70YLOCM+S+UZAQxYG6tpUTAiEAu05nQYbT57GsnJAyXzRy08T6onJL/Ll7mnjStzfY0bo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.403.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/02bf10f2cd8736413741c716b210772e/opensea-vessel-0.7.403.tgz","_integrity":"sha512-2XMNf9mLZfxIOto5iZZoAviLeKo7Tfttic+B+iJwqa5MkI16EQODawKUplczIqAjesfU7NFvZd6YRuCc3g0Itw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.403_1739557557691_0.4356360540962423","host":"s3://npm-registry-packages-npm-production"}},"0.7.404":{"name":"@opensea/vessel","version":"0.7.404","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.404","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"ddc3fb5e67f028defc1278ace62753eb01627dc9","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.404.tgz","fileCount":23,"integrity":"sha512-znLostkpPNhRCP9c73W7YLYMB1IrrUqwx3Lh+zYpjtMt2kgy6jp0sVQYehL+ZHEHtf9w4UaIb9glqKsfsQfCCw==","signatures":[{"sig":"MEQCIGbf5D85e9/gIM7TdxLDo/2nhUt3eP7CQezxUORU/lY+AiB250WH6hbfY3vNhRvpB0NvWk/KTPCrmLkla9NtxCkc+Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.404.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/57c5c229ad513b42eb66793fec6b2d10/opensea-vessel-0.7.404.tgz","_integrity":"sha512-znLostkpPNhRCP9c73W7YLYMB1IrrUqwx3Lh+zYpjtMt2kgy6jp0sVQYehL+ZHEHtf9w4UaIb9glqKsfsQfCCw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.404_1739568215637_0.9272483126183875","host":"s3://npm-registry-packages-npm-production"}},"0.7.405":{"name":"@opensea/vessel","version":"0.7.405","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.405","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"42ec39253cfa10b7b91b9294f1b41c27cce9dcb9","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.405.tgz","fileCount":23,"integrity":"sha512-49k99B0phq2KiNnDX9/I0wnfbhLh+C3UlqwZ9yr6cOM4VwytwdJN4W3E8V6judbgx1hzxbDhE7mSJS2V4vyy0A==","signatures":[{"sig":"MEQCIHmivis9eMtVYKrixEEIAmmCW0nBf9dyFFmgGUAvcQnrAiBNwex8vuOQebVGDvAvIQax2vQaHGyclK1MrYy+2iU4lw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.405.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f70ec7dcddd6f3eab0478181d12c14cc/opensea-vessel-0.7.405.tgz","_integrity":"sha512-49k99B0phq2KiNnDX9/I0wnfbhLh+C3UlqwZ9yr6cOM4VwytwdJN4W3E8V6judbgx1hzxbDhE7mSJS2V4vyy0A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.405_1739568515921_0.6878970116567316","host":"s3://npm-registry-packages-npm-production"}},"0.7.406":{"name":"@opensea/vessel","version":"0.7.406","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.406","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"d86fd9a66c1397b42f69c7ef4311403685aafbef","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.406.tgz","fileCount":23,"integrity":"sha512-m1tdbg8OW18hO6YM42QMmlFp+MVCzKRxS9o98GgcryqHwl0Ao+mkfUTi9s4NvH8DMpT5qFhYRRe41z+FMG6FAg==","signatures":[{"sig":"MEUCIFWNL5kPnMimnERV8SJN0feSKAFoI4yOL5lG02/PeoNuAiEA4FVLgxGNb6UaEF0NKgMDlDwhvb8wO15pg5ha3wotcuM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.406.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ceca1273dcb05ec0cf2b3551909f4508/opensea-vessel-0.7.406.tgz","_integrity":"sha512-m1tdbg8OW18hO6YM42QMmlFp+MVCzKRxS9o98GgcryqHwl0Ao+mkfUTi9s4NvH8DMpT5qFhYRRe41z+FMG6FAg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.406_1739573407903_0.3897438754926359","host":"s3://npm-registry-packages-npm-production"}},"0.7.407":{"name":"@opensea/vessel","version":"0.7.407","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.407","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"63b0bcc98f6d1f48019147d40e76aef40a10bda6","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.407.tgz","fileCount":23,"integrity":"sha512-veNE73KJeqvSxSnJxNtV58yO+1eoniYXlEjorr7vNeRMMfzc9qW1xw5psUDl5CEIsHl7Sg/ZlZjmJvhRP96UlA==","signatures":[{"sig":"MEQCIFH87XUL/Y34qr7VumdYssR0f4HVRY+R3qKqok6uoO6WAiB+s0JGoU0O4sPhR2/vKtvK5YEjQPthzJxyKqcSG4DWNg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.407.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/639e0c2c36ca660e2ea319b8e4ef13bc/opensea-vessel-0.7.407.tgz","_integrity":"sha512-veNE73KJeqvSxSnJxNtV58yO+1eoniYXlEjorr7vNeRMMfzc9qW1xw5psUDl5CEIsHl7Sg/ZlZjmJvhRP96UlA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.407_1739591431513_0.6524589718107416","host":"s3://npm-registry-packages-npm-production"}},"0.7.408":{"name":"@opensea/vessel","version":"0.7.408","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.408","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"daa876c61854fa4871711df2fbf2d5fdebb97c79","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.408.tgz","fileCount":23,"integrity":"sha512-7eBTcc/akG0+bNVykyIXVi6cAYh5ii41VdP2QfThyvXVB/fXwn2ASdOyjTh4ttBq/pyaIQ717PM90hxV/jMUiA==","signatures":[{"sig":"MEUCIAejWQmpceNivhBhekiLtZQfXAGJVGtJ7aBRNR3OrxsqAiEA9IhuoFN/aBQp6HhQvHPS2LtTZu6YCw+Yi8lRMu0J90U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.408.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a0cf6d3eef3b69a3aa00d68a4135b53d/opensea-vessel-0.7.408.tgz","_integrity":"sha512-7eBTcc/akG0+bNVykyIXVi6cAYh5ii41VdP2QfThyvXVB/fXwn2ASdOyjTh4ttBq/pyaIQ717PM90hxV/jMUiA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.408_1739684419035_0.4809118704372479","host":"s3://npm-registry-packages-npm-production"}},"0.7.409":{"name":"@opensea/vessel","version":"0.7.409","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.409","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"142347df48b7c079e2105b03402390db7b048220","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.409.tgz","fileCount":23,"integrity":"sha512-wr9RfGLWIoF0qrkarHdYjx0L8rlE0u5wv8xdJ/xwJqHICOCbCNgkQWZwLbxAYfsXrepTdYXLdITT8Pfj4Q6MRQ==","signatures":[{"sig":"MEYCIQCy+On40NLNH/ZSKZq3YZOKkAfnTC8GdQdKihb/hAnukAIhAPtM6AdIyTHBvTT4eTZPBbgfi5AyUrg7hpWZtg0JZJvR","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.409.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/78270006b9678e98f2ec80e3802858a0/opensea-vessel-0.7.409.tgz","_integrity":"sha512-wr9RfGLWIoF0qrkarHdYjx0L8rlE0u5wv8xdJ/xwJqHICOCbCNgkQWZwLbxAYfsXrepTdYXLdITT8Pfj4Q6MRQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.409_1739690807398_0.45275919948587817","host":"s3://npm-registry-packages-npm-production"}},"0.7.410":{"name":"@opensea/vessel","version":"0.7.410","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.410","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"f273d6faed7a09226a2f030ed93a47a8db4305ec","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.410.tgz","fileCount":23,"integrity":"sha512-LECwSFS4EJiUsk45FF5wQHO6JTyVEnPGPAF92S2PRnISQRq8k6MKxhYtMyKAQXWmmzguvGkRlxZSgGjmHL4EkA==","signatures":[{"sig":"MEUCIBeo/9zKrIleMnIu0/zDtnrBFbwNTVqbiRUQ9NXs0oHJAiEArj4EqLUCmCyXB6Bm2dhCHTowLWTdQu9ip3XyZiKMpg8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.410.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/00e8ca2b2bf1bc4af3d3a4bbaa00106a/opensea-vessel-0.7.410.tgz","_integrity":"sha512-LECwSFS4EJiUsk45FF5wQHO6JTyVEnPGPAF92S2PRnISQRq8k6MKxhYtMyKAQXWmmzguvGkRlxZSgGjmHL4EkA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.410_1739874137368_0.3076197147746118","host":"s3://npm-registry-packages-npm-production"}},"0.7.411":{"name":"@opensea/vessel","version":"0.7.411","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.411","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"67841597cb3cac271e5f329c9d0baa5d862e6cd3","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.411.tgz","fileCount":23,"integrity":"sha512-V4oL0i5aiReNZ4USL2rqIwXxg1Dr8yjGpYb3owIHUZX7QFCoanILQJltMPWmWXvnAnQXN1/i7/EEciFNsLY0/g==","signatures":[{"sig":"MEUCIAbqyOR9mVwDtmkX05lz0yoTvTve0eXb3a2sGsgEH58KAiEA/m+umnelh5HjFJkRdt+za8xMl0RbBHWpK8CNyTei6mc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.411.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c451993f055ab3f111243f5923771dd6/opensea-vessel-0.7.411.tgz","_integrity":"sha512-V4oL0i5aiReNZ4USL2rqIwXxg1Dr8yjGpYb3owIHUZX7QFCoanILQJltMPWmWXvnAnQXN1/i7/EEciFNsLY0/g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.411_1739916673032_0.3604538318878703","host":"s3://npm-registry-packages-npm-production"}},"0.7.412":{"name":"@opensea/vessel","version":"0.7.412","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.412","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"6afcc8169d5ccb9cb9c972515b2fc7d9564d5a00","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.412.tgz","fileCount":23,"integrity":"sha512-RhX/ZmwXPVvNzejG0gsFHhlE/GN6nTlGdXrvKASZCbmyBYKxlX9tREQds42gjwNa6+LL1Z7w8s8QXFuzxOGuxw==","signatures":[{"sig":"MEUCIC0B15Mf3ecNOJi61uebiZ/7URLSEk6+4PUbXp4vUfxxAiEA+EMoz+8zyK++x8CeMvD6p5hz36uwb05RzWCuQU4vyG4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.412.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/06d2a37fe29378500573341ba7777ba6/opensea-vessel-0.7.412.tgz","_integrity":"sha512-RhX/ZmwXPVvNzejG0gsFHhlE/GN6nTlGdXrvKASZCbmyBYKxlX9tREQds42gjwNa6+LL1Z7w8s8QXFuzxOGuxw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.412_1739927207869_0.02803369903149","host":"s3://npm-registry-packages-npm-production"}},"0.7.413":{"name":"@opensea/vessel","version":"0.7.413","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.413","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"43cb8c57cdfdc35cecb175901a998e6ae804ab23","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.413.tgz","fileCount":23,"integrity":"sha512-B99zNsvFA8XbD5kjP0nacsZ3XbnlwbkKFQJHuiOp+G7ipXchBLT9pf1RscHbLu43UcN6pi1zSjslyLvDPT0a+w==","signatures":[{"sig":"MEUCIHQFbb8KKCsPLnMbyWcWkA2NC9A4W/GlDi58rj6VNp4gAiEAw/DPgkLF0ERyOE2a6YWNWltFYZ18tQhuzkSu+OP7KGQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.413.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/0b4085d7052ba041da68b68965852cf6/opensea-vessel-0.7.413.tgz","_integrity":"sha512-B99zNsvFA8XbD5kjP0nacsZ3XbnlwbkKFQJHuiOp+G7ipXchBLT9pf1RscHbLu43UcN6pi1zSjslyLvDPT0a+w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.413_1739928199949_0.7856059959808719","host":"s3://npm-registry-packages-npm-production"}},"0.7.414":{"name":"@opensea/vessel","version":"0.7.414","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.414","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"aa2c1daca95a9e4cd7d94b83fc12c32a5b9d4a84","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.414.tgz","fileCount":23,"integrity":"sha512-H3ldb4OvX3yQlWg81DvztaMpfqgWw8RJJN99lyjUj6KFqyQcckiMO+3OiQnT8+3PnKBNsi7pnlqVFuuhgQBMPg==","signatures":[{"sig":"MEQCIFuxZ9Qr1CBlqZ7bCumyp8S0vrA0lTQtxU/GVyJuuGbHAiBdqTV0sRFgSi8S/Hg29vA2kGIejJ2/3O8OLvyVP3HEow==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.414.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/6d6a73f2a45320cb0bd4897ff03e8a67/opensea-vessel-0.7.414.tgz","_integrity":"sha512-H3ldb4OvX3yQlWg81DvztaMpfqgWw8RJJN99lyjUj6KFqyQcckiMO+3OiQnT8+3PnKBNsi7pnlqVFuuhgQBMPg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.414_1739980708681_0.18284780508718557","host":"s3://npm-registry-packages-npm-production"}},"0.7.415":{"name":"@opensea/vessel","version":"0.7.415","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.415","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"ce444742d28fcd88e0526fccaffd5bc476b53bbb","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.415.tgz","fileCount":23,"integrity":"sha512-2vdp4/Wg/GjKwuoqfDgoRjTHn8e549dvcRHy67pf2g/ZZTI0ltGohZC9+6/c5z7BoawOI2xWcniglizmDdzZgA==","signatures":[{"sig":"MEUCIQDvgD+CA4gAjx6P4cBLniIZyq4KuIXdGjN4/thi6b2aPAIgLjHJa82eECiV558o2FaCpamCVsI3mEPVjZDY72R/YK0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.415.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/466b09005d233b8699361258cba7c89b/opensea-vessel-0.7.415.tgz","_integrity":"sha512-2vdp4/Wg/GjKwuoqfDgoRjTHn8e549dvcRHy67pf2g/ZZTI0ltGohZC9+6/c5z7BoawOI2xWcniglizmDdzZgA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.415_1739987067297_0.6159391305802226","host":"s3://npm-registry-packages-npm-production"}},"0.7.416":{"name":"@opensea/vessel","version":"0.7.416","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.416","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"2cb35de808214016490a76ab1da614e364ddc970","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.416.tgz","fileCount":23,"integrity":"sha512-T/Pc+hd99Jx/YORx76M4LyP4UdKKlpUgfGCAEcFK393QS+umErWJxm3UY+s9ocTo5+FdKYWzzOrTTei/t9CnQA==","signatures":[{"sig":"MEQCICEkmd5KwizE9PoaBlAFmvo6y3IIbzRWBrPgQQF/I61dAiATGo1rMKDqGJI6k0zf6tHqhw4RKBzlK7wg7RsFoL5UCg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.416.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/4198a4cf1de8ced9d23768ec3612e5ec/opensea-vessel-0.7.416.tgz","_integrity":"sha512-T/Pc+hd99Jx/YORx76M4LyP4UdKKlpUgfGCAEcFK393QS+umErWJxm3UY+s9ocTo5+FdKYWzzOrTTei/t9CnQA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.416_1740008755233_0.01555140650247111","host":"s3://npm-registry-packages-npm-production"}},"0.7.417":{"name":"@opensea/vessel","version":"0.7.417","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.417","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"c14d7536c1bb0e124bc46cbea31209fb2cc40b17","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.417.tgz","fileCount":23,"integrity":"sha512-G/lk+sEud9AXlAJDiCkoLu91+EGDs7GdhRQvxH1CmTHhePVmMs3TEhvUK67JQYigeTr+6QvlRl48CgZmZ5kVCA==","signatures":[{"sig":"MEQCIAl6xtAvrzY8lD9bB2lRSOEBZ/TwGZESd695axocqFtiAiAzG8qs616w7OeevXDqPEt/gFIhwy3WEJTY7z6EPdGjPw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.417.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d06f6adcced8cd601183d7bb9ab57d91/opensea-vessel-0.7.417.tgz","_integrity":"sha512-G/lk+sEud9AXlAJDiCkoLu91+EGDs7GdhRQvxH1CmTHhePVmMs3TEhvUK67JQYigeTr+6QvlRl48CgZmZ5kVCA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.417_1740066371089_0.07739856279076474","host":"s3://npm-registry-packages-npm-production"}},"0.7.418":{"name":"@opensea/vessel","version":"0.7.418","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.418","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"f47f654ee2e653bfff00ebb59bc42a78f7c46ba9","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.418.tgz","fileCount":23,"integrity":"sha512-4m3eEIU8CLt4LNBhHNYjEEKp+mOAJRnzGaxkTc2AJvp8aZtJKIlvCmENRQNgN5T4J6MCRL/bY5XqK6mU2bhipQ==","signatures":[{"sig":"MEUCIQDhCKRIx/+LskYDbazqVKjS0C20imMeeWlQAQ9IB2dBGQIgaEc7qn8NzZhIslApal79oxNxRDRLjkH8kSN90Byju/U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.418.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ab576f02125a5ab2baf1575e106876af/opensea-vessel-0.7.418.tgz","_integrity":"sha512-4m3eEIU8CLt4LNBhHNYjEEKp+mOAJRnzGaxkTc2AJvp8aZtJKIlvCmENRQNgN5T4J6MCRL/bY5XqK6mU2bhipQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.418_1740068360715_0.284793562948644","host":"s3://npm-registry-packages-npm-production"}},"0.7.419":{"name":"@opensea/vessel","version":"0.7.419","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.419","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"1b0b3ed3ca6ed72e1d55dc5a94d8ab0722263c4c","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.419.tgz","fileCount":23,"integrity":"sha512-Cl4ReZE7SiPuHBKW74bLSXyeLR8Yoo1yzxJUM7QpjnTdq1AyBhjMlNnah6b4Azrpk9uKgQszQ9ieyRb91+Zd2A==","signatures":[{"sig":"MEUCIHEyao8u0BzkacMRWDatc0zWOAPMU4d+v7i+AJrIMtnwAiEA8kstG1sOLV422hOjTbkpGL0yOZSRO7L5MhrIlIOvn5k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.419.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/04acff4c59dfc7886ff9ddfda9737d83/opensea-vessel-0.7.419.tgz","_integrity":"sha512-Cl4ReZE7SiPuHBKW74bLSXyeLR8Yoo1yzxJUM7QpjnTdq1AyBhjMlNnah6b4Azrpk9uKgQszQ9ieyRb91+Zd2A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.419_1740070812908_0.5881144479690279","host":"s3://npm-registry-packages-npm-production"}},"0.7.420":{"name":"@opensea/vessel","version":"0.7.420","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.420","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"c2e2e7f57ab0c4d49db201a4c3c91bddb73003a1","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.420.tgz","fileCount":23,"integrity":"sha512-KUsCsGn1GvavlJUs7A3CSYi8flSfwgu9jj0Wwy0lFosWfkTmzr6p5NxEbUy6MlUqli8pwteyweVx3xhFtzMjGg==","signatures":[{"sig":"MEUCIDOkxsRpfaUCp7hPI+ArHdchXbVXyiK7wvIqOhh6Zd5PAiEAh+kqRgN8hSH4gxOs4LZzu75HpIncGn7w5W2XbKqbwvo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.420.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/669ccd2191be8e955217be0382e1642c/opensea-vessel-0.7.420.tgz","_integrity":"sha512-KUsCsGn1GvavlJUs7A3CSYi8flSfwgu9jj0Wwy0lFosWfkTmzr6p5NxEbUy6MlUqli8pwteyweVx3xhFtzMjGg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.420_1740077407179_0.8411974612343733","host":"s3://npm-registry-packages-npm-production"}},"0.7.421":{"name":"@opensea/vessel","version":"0.7.421","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.421","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"330d9ee6a40ba1306f681d6dd72d4d8dbab61d22","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.421.tgz","fileCount":23,"integrity":"sha512-g0cDTTDcxGwuydqD/IfM47D0kDY5zu9RKqftY1kdqHYItZiFotIF2lGwUrDhSKTIXG6HXc7HUwuK0a8iz6yV6A==","signatures":[{"sig":"MEYCIQDr3dl1FymamfiDOSldoinGoDWDsX+4VMSgrfTR+4wdyQIhAMMf2UYqFl5OTSbYV6RTMxL9YHBJQT1x6v8w5PkyjDGO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.421.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e48a84531f98d45721c2685f5c7127e6/opensea-vessel-0.7.421.tgz","_integrity":"sha512-g0cDTTDcxGwuydqD/IfM47D0kDY5zu9RKqftY1kdqHYItZiFotIF2lGwUrDhSKTIXG6HXc7HUwuK0a8iz6yV6A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.421_1740153809663_0.025395685811839375","host":"s3://npm-registry-packages-npm-production"}},"0.7.422":{"name":"@opensea/vessel","version":"0.7.422","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.422","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"773082ae213d653c867460db193fc863bca8c140","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.422.tgz","fileCount":23,"integrity":"sha512-p6hVyVVAtIB/Z4FBxm828iz1zg8arePIHcNzUuxyDfl37b0/Lvl9Q2KhERmEuUsK4EIrO94Jpj3x7OCLoMIszQ==","signatures":[{"sig":"MEQCIAC/nzcvQjRvF7NONUn/DZ9cuM6gv98QLf/OqWKwYLB5AiB8Ea5WsVkSSYCH80E2AlbDeKMbQSRZ+naMbxX/96yF7Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.422.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c8b89d7f88886fefdcc961fb6195741d/opensea-vessel-0.7.422.tgz","_integrity":"sha512-p6hVyVVAtIB/Z4FBxm828iz1zg8arePIHcNzUuxyDfl37b0/Lvl9Q2KhERmEuUsK4EIrO94Jpj3x7OCLoMIszQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.422_1740158386555_0.051234360022867076","host":"s3://npm-registry-packages-npm-production"}},"0.7.423":{"name":"@opensea/vessel","version":"0.7.423","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.423","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"a6c0b9477655c504556a4283e1f96ae3263e2d7b","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.423.tgz","fileCount":23,"integrity":"sha512-e8pj1UOvYJ2k30IRKEwVTVrfSENk75wSpi4nT69WGlS1pze2Pl0nIZv8P9R8kKGrF4w/d12i7ln0mBg2RlJc8A==","signatures":[{"sig":"MEYCIQDNy+0T7bO5zBVz5qg55TLvKoicJjfN5YtaUOs0QY/fjwIhAJWqtF5t/Z2/qJmB3BLX2JRg6aZMyf87BN0OIxHgBRTw","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.423.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/10ffa49504cffea7a97254abe09e3b83/opensea-vessel-0.7.423.tgz","_integrity":"sha512-e8pj1UOvYJ2k30IRKEwVTVrfSENk75wSpi4nT69WGlS1pze2Pl0nIZv8P9R8kKGrF4w/d12i7ln0mBg2RlJc8A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.423_1740163147380_0.1300776538934143","host":"s3://npm-registry-packages-npm-production"}},"0.7.424":{"name":"@opensea/vessel","version":"0.7.424","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.424","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"e5382e4251e573662249e8b5e1c36c069bf6267c","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.424.tgz","fileCount":23,"integrity":"sha512-niNmKWR/Ix2TMzuFdmboj2HXcHRBwFtpZNa+BxJ24dkJpq4n7hifZPD0WTZlVLltrfE+yD1e47iKsikoGPL5ZQ==","signatures":[{"sig":"MEUCIQC8X1Nh/ZF2jXtahRL719cFjXYNQDx2eTZb35ryjkDYbwIgIoV2a7WoJqj3ei+dnZbSaY3KTSMjT2v8cKY6N6gNmr0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.424.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f3546f77bdd11b7ae38aad52630b95c7/opensea-vessel-0.7.424.tgz","_integrity":"sha512-niNmKWR/Ix2TMzuFdmboj2HXcHRBwFtpZNa+BxJ24dkJpq4n7hifZPD0WTZlVLltrfE+yD1e47iKsikoGPL5ZQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.424_1740168747070_0.36553845586078526","host":"s3://npm-registry-packages-npm-production"}},"0.7.425":{"name":"@opensea/vessel","version":"0.7.425","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.425","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"a62c8880ca8942a55703cdf127a8c54583364e1c","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.425.tgz","fileCount":23,"integrity":"sha512-efY50FnwLWiPFiuZNfL8QoBIbE9O4jxobKH37ur82LMmb+0XoFXEJ6g1OdQHrtEJJny6yybW0Ntbj2Ep7ogDag==","signatures":[{"sig":"MEYCIQCBm1MRjl84jCZ1VwISKnc6/tx5HOHrZKp6rxItBKcJmwIhAPhsJyrZcFeB7CEosVsAbophKk1NJucRKHj9SUUsp/ze","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.425.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a4f28b8db90511a0ae2104b1599e2736/opensea-vessel-0.7.425.tgz","_integrity":"sha512-efY50FnwLWiPFiuZNfL8QoBIbE9O4jxobKH37ur82LMmb+0XoFXEJ6g1OdQHrtEJJny6yybW0Ntbj2Ep7ogDag==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.425_1740402202619_0.06656885105217403","host":"s3://npm-registry-packages-npm-production"}},"0.7.426":{"name":"@opensea/vessel","version":"0.7.426","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.426","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"968f09bd958ec88031e8dbc50993eb99060787d8","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.426.tgz","fileCount":23,"integrity":"sha512-Jns2EN+iYrxZdT94CQogdHkJGJKvnApeMLrSeqMmloakE1H5ngW2j6GQMAjj1y3K5PisheFoi6D5FfMg4zfytA==","signatures":[{"sig":"MEYCIQCh52h6O7Cvwyn7Ezqk3yb7A7m6cQ6zT7SDvjwuPGJlhwIhALWW5mm2vvWHnzmmSdt1oKjigFfAa5WsXzzo7Ib3jWxS","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.426.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ef2d888075a5cac815861941404e35c5/opensea-vessel-0.7.426.tgz","_integrity":"sha512-Jns2EN+iYrxZdT94CQogdHkJGJKvnApeMLrSeqMmloakE1H5ngW2j6GQMAjj1y3K5PisheFoi6D5FfMg4zfytA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.426_1740404649496_0.06158368873255249","host":"s3://npm-registry-packages-npm-production"}},"0.7.427":{"name":"@opensea/vessel","version":"0.7.427","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.427","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"aa8ff89984cb1882dda42e9ec343d7d5ddfe34e9","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.427.tgz","fileCount":23,"integrity":"sha512-f2wBg7enU8kLiSNTgK87vZp3+d2ZPiV7Uo0OliDyG5UNwitbOzxPoVM8tfgeyfwN1h9VceQdx8EN/QCLyGO6Sg==","signatures":[{"sig":"MEUCIC1j30OBT62n1BHFIXwDMHDVWRVj/bifORKF6aAX5sqfAiEAx3Wpv85fCA1dMTz+DEDAzhJOzMtqGlEHW9jkvd+kOzQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.427.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8c1cb9ea23f57c0740d1c26d4286e537/opensea-vessel-0.7.427.tgz","_integrity":"sha512-f2wBg7enU8kLiSNTgK87vZp3+d2ZPiV7Uo0OliDyG5UNwitbOzxPoVM8tfgeyfwN1h9VceQdx8EN/QCLyGO6Sg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.427_1740411283396_0.5901090750374858","host":"s3://npm-registry-packages-npm-production"}},"0.7.428":{"name":"@opensea/vessel","version":"0.7.428","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.428","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"102c73a153d8e90bebaba19a10182dc595f9d842","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.428.tgz","fileCount":23,"integrity":"sha512-tytoVvWfp7k2OkVA5O5lT0TXUCJl7GuX+3ap4p8jm5sAlVUDJauOv6BfSl3DT5VAlLtOZ93MhMWzYgNrtiuacg==","signatures":[{"sig":"MEQCID2p9CwujJKyaD3o7trgkPgnZhnNWnwjGOAlStgUnAlaAiBggDXK0e0nNKHU6DvnCC/zZD44c9bqR9eLvLwVEpXezg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.428.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/3b0c897f5bd38bfdb1d6d8ea24454d9e/opensea-vessel-0.7.428.tgz","_integrity":"sha512-tytoVvWfp7k2OkVA5O5lT0TXUCJl7GuX+3ap4p8jm5sAlVUDJauOv6BfSl3DT5VAlLtOZ93MhMWzYgNrtiuacg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.428_1740411721232_0.19704572322630365","host":"s3://npm-registry-packages-npm-production"}},"0.7.429":{"name":"@opensea/vessel","version":"0.7.429","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.429","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"5d1f02fda0f7d9f49eddcfa0580e923e2bd802bb","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.429.tgz","fileCount":23,"integrity":"sha512-bmXKI3oyxPGqkW5LHHE/hYKxBUcSo+bPM6tIx+S94lYuee8Xx9HGpbibxNVHoucE5AFxFwSLrzWVRG78fpFHcg==","signatures":[{"sig":"MEUCIDPhC9lmdlBv4FhGQBDhD4TZUmTJT/gQZ8lpozztLbKiAiEAgkzN1gmOhkLleoD8py5iABabIQgne1jSPQqtgHRTFn0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.429.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/675edadb2009dc0c5402e15783f96a76/opensea-vessel-0.7.429.tgz","_integrity":"sha512-bmXKI3oyxPGqkW5LHHE/hYKxBUcSo+bPM6tIx+S94lYuee8Xx9HGpbibxNVHoucE5AFxFwSLrzWVRG78fpFHcg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.429_1740418392026_0.5327063113637756","host":"s3://npm-registry-packages-npm-production"}},"0.7.430":{"name":"@opensea/vessel","version":"0.7.430","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.430","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"947e1fd72fa9306e64b8d08579f5e26dac6df94e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.430.tgz","fileCount":23,"integrity":"sha512-6MxopRfvso6XJcdnF2tLxZ2LereXz5hiAfwqb5dB4tovErBoqcFj8bf/8jz9FyWPMXhPk7rnv2jjHewVz69QZg==","signatures":[{"sig":"MEUCIQDf1IMDmMeMx6wOpqGfAgOuF0uJ0lotWlgfpjWzAqAWlgIgBCgNsHCT1HW6LksvhmDZN0oJZKgyr7PQ/cHh2dtRXEE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.430.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/019aefe985cb1f037caef93719fa000a/opensea-vessel-0.7.430.tgz","_integrity":"sha512-6MxopRfvso6XJcdnF2tLxZ2LereXz5hiAfwqb5dB4tovErBoqcFj8bf/8jz9FyWPMXhPk7rnv2jjHewVz69QZg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.430_1740421414320_0.5705488089985766","host":"s3://npm-registry-packages-npm-production"}},"0.7.431":{"name":"@opensea/vessel","version":"0.7.431","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.431","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"496d9e8e0fd64c005bfa805c1ede04d5afa1402c","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.431.tgz","fileCount":23,"integrity":"sha512-PGRMXHk7j0mzZWBLcucUX20M3OuHSh/6vwu5od1FBVa/MOIUmaA5wx4s/mIQHHO3VUNPjQXsrf13zCzzC1Xe2g==","signatures":[{"sig":"MEYCIQDm9uE3GW9S5gylvs6WADc8CoTqc1fngbyD1F6M0zJFdgIhAOUFbbuugPaDM2SjgDTRpb97MEA/G+qCP7CuPQuiGgCA","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.431.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b3031bfe36480fd392d41511eb93e789/opensea-vessel-0.7.431.tgz","_integrity":"sha512-PGRMXHk7j0mzZWBLcucUX20M3OuHSh/6vwu5od1FBVa/MOIUmaA5wx4s/mIQHHO3VUNPjQXsrf13zCzzC1Xe2g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.431_1740422722259_0.9597724731702304","host":"s3://npm-registry-packages-npm-production"}},"0.7.432":{"name":"@opensea/vessel","version":"0.7.432","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.432","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"d8715dd81f4da9f04c0f1e0ce2418611ea7b7e54","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.432.tgz","fileCount":23,"integrity":"sha512-XSqAgM0odyplUtvJqoHrIseg1PnY2r+dAeVccHBVr2i6gyVX20nEjIogW/O8fH10yyQxB3lorB4iG0oZLv4LAA==","signatures":[{"sig":"MEYCIQCV4Hgo47lhd5k5PmgE8HzfIiHurjA0S6y075kgGVGaZQIhAJL5Na+zumYlQA8d3yzryfeIZG0RKf2gq54NZQokDqCT","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.432.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8c0decfb6f4286a409430d4900594ffc/opensea-vessel-0.7.432.tgz","_integrity":"sha512-XSqAgM0odyplUtvJqoHrIseg1PnY2r+dAeVccHBVr2i6gyVX20nEjIogW/O8fH10yyQxB3lorB4iG0oZLv4LAA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.432_1740515868864_0.48704078046499477","host":"s3://npm-registry-packages-npm-production"}},"0.7.433":{"name":"@opensea/vessel","version":"0.7.433","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.433","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"a01db4f26091c9e096dca98ec99f6fd676e96df3","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.433.tgz","fileCount":23,"integrity":"sha512-uscOv84X7QqPYIdYbng7lf8E2va6fDPwxGIzfiKmF7mNb7rV7xpTDslp+M7nrv97/DoJEUjPD7kB0hzVsfBKlg==","signatures":[{"sig":"MEYCIQC6vwYXC1zWAL1V2Wglq0lq28htGxrLsMGTxEA57P2sLwIhAIU2Qa8lz3Tz4o2yWknKIV7D+2s7LxYvIjVgKRXMSIXE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.433.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/aa14699a2b849d0fdfb7be89446bd801/opensea-vessel-0.7.433.tgz","_integrity":"sha512-uscOv84X7QqPYIdYbng7lf8E2va6fDPwxGIzfiKmF7mNb7rV7xpTDslp+M7nrv97/DoJEUjPD7kB0hzVsfBKlg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.433_1740520782710_0.2698353518142871","host":"s3://npm-registry-packages-npm-production"}},"0.7.434":{"name":"@opensea/vessel","version":"0.7.434","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.434","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"857b1ac96fb96e461337c67c5aba46b2d8ee2fa1","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.434.tgz","fileCount":23,"integrity":"sha512-EBFT4CLOP8K07Im9Kpq1blRGDMU6Mj7//2YZBpWt+yjWHsNkoY3qjZZ9+95J5ibJEkJ9JItl1FVA/73iCw98FA==","signatures":[{"sig":"MEQCIFayhk3eRPwJQpjEvWVyzqLhAFdfR0YUj16tD5iXkrdSAiBIXbWZv0LTp6D8+PnkyyAJhnR11ioxLdjTUtjr/B2amA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.434.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/62934223daac5a7ba049424e95150b54/opensea-vessel-0.7.434.tgz","_integrity":"sha512-EBFT4CLOP8K07Im9Kpq1blRGDMU6Mj7//2YZBpWt+yjWHsNkoY3qjZZ9+95J5ibJEkJ9JItl1FVA/73iCw98FA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.434_1740579057189_0.5979116498402113","host":"s3://npm-registry-packages-npm-production"}},"0.7.435":{"name":"@opensea/vessel","version":"0.7.435","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.435","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"9acfe94ed8886fb88a32ca86eddb00701a92e3e8","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.435.tgz","fileCount":23,"integrity":"sha512-vv3PY9wpz6cWtGXsejBE23pbCvfJALkAo3u/Ixr0s3A4jtvuU5O0rD7/a6xzmatk/nb8eo+oNgKZYYRXF1/dYA==","signatures":[{"sig":"MEUCIQCFn8iI0Qb4Usa834tsDyVSSRnvoDjqHiqM/dM0kQsn2wIgZ3UoluCEh/y7AM3zSu1Z8DfTti79zxNjnHwtJrNfOEE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.435.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5df026b5907c7496122822d4a1727cfb/opensea-vessel-0.7.435.tgz","_integrity":"sha512-vv3PY9wpz6cWtGXsejBE23pbCvfJALkAo3u/Ixr0s3A4jtvuU5O0rD7/a6xzmatk/nb8eo+oNgKZYYRXF1/dYA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.435_1740584576870_0.18645336457110906","host":"s3://npm-registry-packages-npm-production"}},"0.7.436":{"name":"@opensea/vessel","version":"0.7.436","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.436","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"0cbf4d77897293238f97f399880c8efc57572baf","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.436.tgz","fileCount":23,"integrity":"sha512-V64lGZKqT7+g5/uggcsRJsb70+eXa/YRq37BxDRriM7np6N31q1/NsIloYM92ON19egY0yHb2J1pWUJwOnXnbg==","signatures":[{"sig":"MEQCIGV3fMIMLs/iZe8NQZl51jb3fWeAO2NhIQ7/aiV+Y6P7AiBwE8GZSqWsjNzhKg3Syvod9DXVMT2xinQLKd4GQtVF3w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.436.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/7ca977a7585c92dc232b68410252f0a0/opensea-vessel-0.7.436.tgz","_integrity":"sha512-V64lGZKqT7+g5/uggcsRJsb70+eXa/YRq37BxDRriM7np6N31q1/NsIloYM92ON19egY0yHb2J1pWUJwOnXnbg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.436_1740686397674_0.7673393169961811","host":"s3://npm-registry-packages-npm-production"}},"0.7.437":{"name":"@opensea/vessel","version":"0.7.437","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.437","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"86e8214f0c3f6bc8284b1f8d8b6fc29a9f5ac3a2","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.437.tgz","fileCount":23,"integrity":"sha512-bF1mFVyJUh+QxfyquWQf8i42n+VTQ/sNQ5d754dym6cVziCKOJqC1x23iV8V+/oBTyEYUIQWIRZOaCgiE2+KPg==","signatures":[{"sig":"MEUCIQCkrJ4Vx0I/SXHZS4eKlrwkRYUaGaWPo3DSQeh3ZkRsOAIgCzu95DgPay++Xvr6MjMjM3TT5BpwYTRti2mydp7F1Mo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.437.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/20584cadb2f3c8c60d2f08bcb14130c4/opensea-vessel-0.7.437.tgz","_integrity":"sha512-bF1mFVyJUh+QxfyquWQf8i42n+VTQ/sNQ5d754dym6cVziCKOJqC1x23iV8V+/oBTyEYUIQWIRZOaCgiE2+KPg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.437_1740686690067_0.5845640441900406","host":"s3://npm-registry-packages-npm-production"}},"0.7.438":{"name":"@opensea/vessel","version":"0.7.438","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.438","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"413e218bc627a9da2457172781e6894f24744bad","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.438.tgz","fileCount":23,"integrity":"sha512-ufe+qZwZVF2Jx6M6hLiA7y9NDsQXujNKEbmwmNluCc9JCGMH27LuprqHcsvQjupfTm+twymHD27+BAZ5VGi89w==","signatures":[{"sig":"MEUCICW33gVs9jSgYAPZIvoZuiFEc/XuKSuFbqyVQ1oZIJ+cAiEA5HUkv4BVftIdwRlDkGhPbow6buxIe9WtBpFrRleHplY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.438.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f5f60cc65e03695009dc7db9821781b0/opensea-vessel-0.7.438.tgz","_integrity":"sha512-ufe+qZwZVF2Jx6M6hLiA7y9NDsQXujNKEbmwmNluCc9JCGMH27LuprqHcsvQjupfTm+twymHD27+BAZ5VGi89w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.438_1740703720679_0.28388888942302204","host":"s3://npm-registry-packages-npm-production"}},"0.7.439":{"name":"@opensea/vessel","version":"0.7.439","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.439","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"d4c70e50da06fb1cf7c36df3c949cfbfb3fab024","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.439.tgz","fileCount":23,"integrity":"sha512-25zSQcsuDZ4Ho0IjvT6Mpa1vXi4InSVjFt1+YQib9HQLUl7HSJQ4Z9Ve4PwAS0NuOYqui8XD+a3C3LJhsQVLew==","signatures":[{"sig":"MEQCIBzwYy+7QzLpI9dB0UaVIsjC4B5jVISfa03OHR8EsefoAiA7NueA1uX3XMiV240LQBkyXdxWSZ1tFrah530J0tBl4Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.439.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/0a8e09e71d4741a37d88484426dff28a/opensea-vessel-0.7.439.tgz","_integrity":"sha512-25zSQcsuDZ4Ho0IjvT6Mpa1vXi4InSVjFt1+YQib9HQLUl7HSJQ4Z9Ve4PwAS0NuOYqui8XD+a3C3LJhsQVLew==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.439_1740704679235_0.7376942269721154","host":"s3://npm-registry-packages-npm-production"}},"0.7.440":{"name":"@opensea/vessel","version":"0.7.440","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.440","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"5e6c7001a30c3f9c4c76c0348dcd325a9ee5cc4c","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.440.tgz","fileCount":23,"integrity":"sha512-Sf1M1PGBAm+8fuCaVMsj1onka3T1aGzIKcWeaFOo2anY++0bUP+/CxklaGnEkWu4qIFjNazFCKL4yUtWWLtq1A==","signatures":[{"sig":"MEYCIQCzgCzmI8fqaj1cZWbXtD31IwH9aqXt53vQXkgTB2drKwIhAKNp7EYnMTeNVD0wc/AmBTYaJNQOTwqR7IpXBD28/4kw","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.440.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/7993da42f4e6a1ce4e40235f17214c7c/opensea-vessel-0.7.440.tgz","_integrity":"sha512-Sf1M1PGBAm+8fuCaVMsj1onka3T1aGzIKcWeaFOo2anY++0bUP+/CxklaGnEkWu4qIFjNazFCKL4yUtWWLtq1A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.440_1740719575416_0.11902582269013551","host":"s3://npm-registry-packages-npm-production"}},"0.7.441":{"name":"@opensea/vessel","version":"0.7.441","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.441","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"f66ede368cd89b7c0638759e87d452daf333440d","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.441.tgz","fileCount":23,"integrity":"sha512-gwFW3lS5zHkEQFGwk6gUXGfMXTshyKeS4nckRnJ+ezmNFWiMxtPxdDJZXvjb0goRb1n4rA7lgZ8jxE5sfHP29g==","signatures":[{"sig":"MEUCIEnBFdJif2ZhtVMYrRNTiIIKGWqwXy/Ms5EKeZXQ3XUEAiEA6OST74JKsjE52MRGfuXx2pzG/y5XdTZmNKBpTGjGyx0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.441.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/fe73c0bbfff8063bdfbbc2b574ef0c35/opensea-vessel-0.7.441.tgz","_integrity":"sha512-gwFW3lS5zHkEQFGwk6gUXGfMXTshyKeS4nckRnJ+ezmNFWiMxtPxdDJZXvjb0goRb1n4rA7lgZ8jxE5sfHP29g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.441_1740737281685_0.783756135522959","host":"s3://npm-registry-packages-npm-production"}},"0.7.442":{"name":"@opensea/vessel","version":"0.7.442","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.442","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"3c925fb0c1e0c9afbb94fee59680c8613eb03dcf","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.442.tgz","fileCount":23,"integrity":"sha512-b5iVDzTSRYMZSR4qejlF4MwU4pAM2CkiFlelBR3M+x/0z58KhhcWE+4Od5ce8+6VzccDjBW3pSM+wp2/nuLcCg==","signatures":[{"sig":"MEUCIQDW+DrcLYoheQdUZ54Fju5o0iHsDHeth9omf2p/b3RpJwIgRomJSYUxQcurts3mgrmRVDETZU1sPiwblFm14kxyMUc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.442.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/75ffd28b0f826feaddc0389f43b602e0/opensea-vessel-0.7.442.tgz","_integrity":"sha512-b5iVDzTSRYMZSR4qejlF4MwU4pAM2CkiFlelBR3M+x/0z58KhhcWE+4Od5ce8+6VzccDjBW3pSM+wp2/nuLcCg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.442_1740741111929_0.3136685374134107","host":"s3://npm-registry-packages-npm-production"}},"0.7.443":{"name":"@opensea/vessel","version":"0.7.443","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.443","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"5f282989693a1c9924b943f0e3e1c7924b70144d","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.443.tgz","fileCount":23,"integrity":"sha512-U3W4dogZcLyYGHyugTGKz+nfTi9uqmf37KdWOYq5P4CAr1yO0dQNr3SATcXwmOfxKV9qGrhAu/gkB3rFG+7L5Q==","signatures":[{"sig":"MEYCIQDcPvwFV93uG1aeI9wjnHBQjA9okmERH5RAOmrh1Q8sYwIhAJUECpOjfLVaB7kno3pD8xEr6hZmWJ4I990pXnx4Mw/o","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.443.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/2a010994310a49154eee9179559d3820/opensea-vessel-0.7.443.tgz","_integrity":"sha512-U3W4dogZcLyYGHyugTGKz+nfTi9uqmf37KdWOYq5P4CAr1yO0dQNr3SATcXwmOfxKV9qGrhAu/gkB3rFG+7L5Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.443_1740770809869_0.4869647590599657","host":"s3://npm-registry-packages-npm-production"}},"0.7.444":{"name":"@opensea/vessel","version":"0.7.444","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.444","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"c9429af5abda1d9032dde55a5137ef5e016d63e2","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.444.tgz","fileCount":23,"integrity":"sha512-OBdaebn/9uLifmjYWiklBk7vpqNV0ihzrGw4zsApLSayX5bA1p9nEaG3nWzmTb3KebzScAeqGpbFHY5DmUHHGA==","signatures":[{"sig":"MEQCICgmz9OIOc7oPoT4tOPrzGJukbf1lgw/UsSvj9DahHIyAiAQR0kKdagLGksSPZZ+wTVbL6FB+UjXHsQSRkjE+PswQA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.444.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b947611caed38f8c2ce07163a89bfe3a/opensea-vessel-0.7.444.tgz","_integrity":"sha512-OBdaebn/9uLifmjYWiklBk7vpqNV0ihzrGw4zsApLSayX5bA1p9nEaG3nWzmTb3KebzScAeqGpbFHY5DmUHHGA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.444_1740907206627_0.1630158670578794","host":"s3://npm-registry-packages-npm-production"}},"0.7.445":{"name":"@opensea/vessel","version":"0.7.445","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.445","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"51d2a43daa7c4729b3b9fd5b0865b34761585fb3","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.445.tgz","fileCount":23,"integrity":"sha512-KlJF+nIQBB6uxrZjphV73D5xbu3xDLhbfaN7YtoEG6BlIwytDXoHB5t8rgG5rPSxTOB+xjLETGXlALhGZGUPFw==","signatures":[{"sig":"MEUCIQDGmqcYLD6uZnR4sDQyUw7AIzObwHdVOycEZLYU0feZCQIgE18t6xZNKmwJC4inGe+QBbSH8t+kT6Embdu7rGCfe7c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.445.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/71071a85a440d1355b8ccc79ea217c6a/opensea-vessel-0.7.445.tgz","_integrity":"sha512-KlJF+nIQBB6uxrZjphV73D5xbu3xDLhbfaN7YtoEG6BlIwytDXoHB5t8rgG5rPSxTOB+xjLETGXlALhGZGUPFw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.445_1741114217671_0.6606116047890562","host":"s3://npm-registry-packages-npm-production"}},"0.7.446":{"name":"@opensea/vessel","version":"0.7.446","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.446","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"a2c4e271e478c9f73ced3e3792c745fdab69de45","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.446.tgz","fileCount":23,"integrity":"sha512-CyidevRL+ISrQIlBWXySrbQFAlFzkEJ21xpZddepMy3eOTv/a+kMR2+WbSg71xPj0Ux/eTe/Ous8wSP4ex/B7w==","signatures":[{"sig":"MEQCIDXX8FrcYm/qtrxfGaAvCSUpCXdvOCustsXXQmyJ5mZ0AiAWWrrBENvtIBzKLUs47qsUsNxZNx1OrL/dWrsLm8QUPw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.446.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/599a49a7a8ccfd2ce0332c078d3bb266/opensea-vessel-0.7.446.tgz","_integrity":"sha512-CyidevRL+ISrQIlBWXySrbQFAlFzkEJ21xpZddepMy3eOTv/a+kMR2+WbSg71xPj0Ux/eTe/Ous8wSP4ex/B7w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.446_1741134173848_0.34014985516914775","host":"s3://npm-registry-packages-npm-production"}},"0.7.447":{"name":"@opensea/vessel","version":"0.7.447","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.447","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"9d8c18610a91caf15ebb42e2f0e4d2c3fee9998e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.447.tgz","fileCount":23,"integrity":"sha512-E8nWuMQn8Ou7fksdj8o9icsiHy9esvb0PuzNEODt6RYwBQwmzmbs0jQSL5O4+B8KcoAlHkX7cyvSO1W7mS+1JA==","signatures":[{"sig":"MEUCIQC/B5PGVRbX5M4hmBsJ9yUlpjAxJez0ZZ/lM5qk3QCvVwIga7UNBVVJd9MZD9chbQWziI+NfgPusR96sENxJkp10aI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.447.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/6a00353c3bb42876b4f96c37f3416321/opensea-vessel-0.7.447.tgz","_integrity":"sha512-E8nWuMQn8Ou7fksdj8o9icsiHy9esvb0PuzNEODt6RYwBQwmzmbs0jQSL5O4+B8KcoAlHkX7cyvSO1W7mS+1JA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.447_1741136702540_0.9181612285996736","host":"s3://npm-registry-packages-npm-production"}},"0.7.448":{"name":"@opensea/vessel","version":"0.7.448","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.448","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"99211b9ab66be77eef2877091933d60111ed8afa","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.448.tgz","fileCount":23,"integrity":"sha512-6aLatviWzWbsqINtIKqiMnfkmQAIjkZkU5muzx/8QAuioceHACjV4/ItyXe8Ynve5G5RO8XB/4P+lY4N4gaOiA==","signatures":[{"sig":"MEYCIQDbnCJjCdnKaU9jtviO+JwohBdU3gUnVvvQ99OiLOK72QIhAPxynDS7vaLUJRa8Igwvon/HFZxfUCesP5SZLhaxjECF","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.448.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a1674bedad311b1ef442eb14be4c0580/opensea-vessel-0.7.448.tgz","_integrity":"sha512-6aLatviWzWbsqINtIKqiMnfkmQAIjkZkU5muzx/8QAuioceHACjV4/ItyXe8Ynve5G5RO8XB/4P+lY4N4gaOiA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.448_1741148616109_0.48748130470414597","host":"s3://npm-registry-packages-npm-production"}},"0.7.449":{"name":"@opensea/vessel","version":"0.7.449","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.449","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"750285999df9d40482a81df90e3e8bb21295c357","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.449.tgz","fileCount":23,"integrity":"sha512-svJq4Qi8rhWXQwJLYdn8cWQXmEm8b2xyXQ6UkixIj/2vqKjnnzfg9Gmbjq1szLuMlVsgQOYaifxoQrkDvCcpmw==","signatures":[{"sig":"MEUCIENl7OaNdWc4yG8WhlwPMVxX7N7OzR8tyzQbgOnf9P7bAiEAvB9i0Cbx0igwZ1G7xtGZ4dYjiUUuo1RCnlArN6gMkKY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.449.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/643adfa5eb6242fdbc665989888b2d3e/opensea-vessel-0.7.449.tgz","_integrity":"sha512-svJq4Qi8rhWXQwJLYdn8cWQXmEm8b2xyXQ6UkixIj/2vqKjnnzfg9Gmbjq1szLuMlVsgQOYaifxoQrkDvCcpmw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.449_1741149140660_0.11991710857359528","host":"s3://npm-registry-packages-npm-production"}},"0.7.450":{"name":"@opensea/vessel","version":"0.7.450","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.450","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"0ab13e716f12d273267b7110444eb53ca8f7c15e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.450.tgz","fileCount":23,"integrity":"sha512-rYB891ulkydEcIE9OVW3M7g2Qto6pL0DQJt+c18/LoyjKD7YfKWpNA+24480CJmWjRYJjy0DuGXm27KKjaAuyQ==","signatures":[{"sig":"MEQCIC3WqH3W9HzCFQCT14fKReu5pZEmii+1XYvd6bCuRzNBAiA4l7bmRhTPuCa+lbUdm+CtwbwMktChrhfdg5/86HWY3g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.450.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c90042dfc3b8028b48c5bd73b54bd33d/opensea-vessel-0.7.450.tgz","_integrity":"sha512-rYB891ulkydEcIE9OVW3M7g2Qto6pL0DQJt+c18/LoyjKD7YfKWpNA+24480CJmWjRYJjy0DuGXm27KKjaAuyQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.450_1741202516489_0.7669805746305285","host":"s3://npm-registry-packages-npm-production"}},"0.7.451":{"name":"@opensea/vessel","version":"0.7.451","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.451","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"4f83bb04711cb2daa36fa09320f9b14917f5bbd7","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.451.tgz","fileCount":23,"integrity":"sha512-aekz/oPovPSOba/9tjPBBb5ekR/OE2OuEngD8jYW1jP7mfZcsvgfHSwl/1zIrLCyIzX3vLd/622tcM/Sgxy9Qg==","signatures":[{"sig":"MEQCIEIvsW/L9S7SkHYFpxWR6/xgQ4bGpmCpCsSjOBKj2+OEAiANa0pvynfZDxlUPItY7j95Ngs3eflu/qq4rQXkIfcjrg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.451.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e29c9e89adeba2378bb69dc098fbff86/opensea-vessel-0.7.451.tgz","_integrity":"sha512-aekz/oPovPSOba/9tjPBBb5ekR/OE2OuEngD8jYW1jP7mfZcsvgfHSwl/1zIrLCyIzX3vLd/622tcM/Sgxy9Qg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.451_1741204788600_0.928549864464177","host":"s3://npm-registry-packages-npm-production"}},"0.7.452":{"name":"@opensea/vessel","version":"0.7.452","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.452","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"1090928b6deba750ca10c3ecdf74bf8b6daa816f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.452.tgz","fileCount":23,"integrity":"sha512-VfSqkdn0U/g7HhxI3mDjZRFRXyHUHk9toPQMM6WMVM9XiYUpnptFiKwvoAtptiPTIQ/gGWkCfrHrJQpCUTVV2Q==","signatures":[{"sig":"MEQCIDSJ7wNp/cNO8PPf9cV/G7GiHtccmA3N5s9uQw5qpmvaAiByejOTsdYJpFj0chDdn0DG8eZVh3DC+XGXxFWSGp+TPQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.452.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/88128abd994dbd2eab72d1e33a7b9a94/opensea-vessel-0.7.452.tgz","_integrity":"sha512-VfSqkdn0U/g7HhxI3mDjZRFRXyHUHk9toPQMM6WMVM9XiYUpnptFiKwvoAtptiPTIQ/gGWkCfrHrJQpCUTVV2Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.452_1741208938705_0.14352096869231712","host":"s3://npm-registry-packages-npm-production"}},"0.7.453":{"name":"@opensea/vessel","version":"0.7.453","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.453","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"5793dc0c69cc2b25b260c1e8724a6832f941f556","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.453.tgz","fileCount":23,"integrity":"sha512-c2mL5rw5pRH39cBGp8jvrEvSGy+Y5tQ7AJQ3YmoTGIOjXrhAO4nNlFqWnNyWwLMtWJYQZsKGQHrraNdWY+AjHg==","signatures":[{"sig":"MEUCIF7f+C9YmiV85+VC78e+DCSuY9sp953w4RD+iNf0X0x2AiEA35mWtCLlr/PhENcB9eL/U/gazKZ/b/ITtcJEFQZZ2j8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.453.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/6b70ed2a25c4c9c4e5898ea326bf53a8/opensea-vessel-0.7.453.tgz","_integrity":"sha512-c2mL5rw5pRH39cBGp8jvrEvSGy+Y5tQ7AJQ3YmoTGIOjXrhAO4nNlFqWnNyWwLMtWJYQZsKGQHrraNdWY+AjHg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.453_1741210496853_0.6258740547832029","host":"s3://npm-registry-packages-npm-production"}},"0.7.454":{"name":"@opensea/vessel","version":"0.7.454","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.454","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"7ad910ebbb823a7d54bb65cd982943380164ceea","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.454.tgz","fileCount":23,"integrity":"sha512-2UpaM8EYghWI4qK37NON5PKEdcCGv6kkwIMakewFbqvVFBFKEFdT3fnzz6WL97U+mtPIIpl5j6F8VLEYYfur5w==","signatures":[{"sig":"MEYCIQCXucpPY36PjFvZXvP7br2XXoFuBst6hoh5pxTMfmUY6gIhAP+DcBLYkI50vYTeF4lBJE01cQ6qgt3beg5+O5weV/FO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.454.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/cbdd516e95104870d93eb16d3d6b15c8/opensea-vessel-0.7.454.tgz","_integrity":"sha512-2UpaM8EYghWI4qK37NON5PKEdcCGv6kkwIMakewFbqvVFBFKEFdT3fnzz6WL97U+mtPIIpl5j6F8VLEYYfur5w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.454_1741220113816_0.27226029599996715","host":"s3://npm-registry-packages-npm-production"}},"0.7.455":{"name":"@opensea/vessel","version":"0.7.455","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.455","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"b68051c94b869e94e8eb2fd701004952e093feab","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.455.tgz","fileCount":23,"integrity":"sha512-d3OsjU60kMHwX/io9D3efkz+kA8kUh3gLeEE/i331jfZFtavk5bOMmYSfRhh3m/PT+Cdeyp+Gqb8X8I5pUTSWw==","signatures":[{"sig":"MEUCIQDDBG35jVMbjZ/2+syz2GrLRZx2YJFt94FD1n/sMo39SQIgMyXWpSVOa5EqxQBmjyjOiVYLWjCCsU4NeicGXYmsvUA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.455.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/de3072a8e61f1b74c19e054d2299eb3d/opensea-vessel-0.7.455.tgz","_integrity":"sha512-d3OsjU60kMHwX/io9D3efkz+kA8kUh3gLeEE/i331jfZFtavk5bOMmYSfRhh3m/PT+Cdeyp+Gqb8X8I5pUTSWw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.455_1741224369605_0.15483811725784657","host":"s3://npm-registry-packages-npm-production"}},"0.7.456":{"name":"@opensea/vessel","version":"0.7.456","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.456","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"a4d805a2a9311cd451d70b9998e943cdbdfe158f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.456.tgz","fileCount":23,"integrity":"sha512-f8Ll17K2yBLD291Dya5lhLU5KXjNXQblUhfageCjNTMVsbWijwJwzDYRbTtEHKCmPbVX6t/tJVehj/RI7YsSEg==","signatures":[{"sig":"MEYCIQC3syGXBbL6pqt18w2KtuHr0JXR25PSGo039FZqo5T5JQIhAOpl46eE49IfdJYjobz4xe/IjNYH75HbvlDNGELaRDaL","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.456.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d7860314259b9ae4dd4d625a2e8d4c6c/opensea-vessel-0.7.456.tgz","_integrity":"sha512-f8Ll17K2yBLD291Dya5lhLU5KXjNXQblUhfageCjNTMVsbWijwJwzDYRbTtEHKCmPbVX6t/tJVehj/RI7YsSEg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.456_1741247814108_0.04588655670397701","host":"s3://npm-registry-packages-npm-production"}},"0.7.457":{"name":"@opensea/vessel","version":"0.7.457","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.457","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"64fca1905c7e58d3086afc2798653fa33313ac9d","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.457.tgz","fileCount":23,"integrity":"sha512-uyVIFS3qG2oAGZP1t2OvJ9fn0LHXTr7Z0pHqTjuXykc+H/nateUUC4deiZ8K8AMNEp8bdKMqgIAHz074wkvbUw==","signatures":[{"sig":"MEYCIQDboTaKDj9mBwNwfhZLn5m9/EtBqYCQrePyfir+yHE3vgIhANZkwqtdfEt00xNmOhRtgX52aOlkSL0/TD1GXHOIWtTS","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.457.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/6d8faa4339e00c985e41dcd99376cccb/opensea-vessel-0.7.457.tgz","_integrity":"sha512-uyVIFS3qG2oAGZP1t2OvJ9fn0LHXTr7Z0pHqTjuXykc+H/nateUUC4deiZ8K8AMNEp8bdKMqgIAHz074wkvbUw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.457_1741295328053_0.47141690613368814","host":"s3://npm-registry-packages-npm-production"}},"0.7.458":{"name":"@opensea/vessel","version":"0.7.458","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.458","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"4810778f4cd609df357d8b96924214b6043cc952","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.458.tgz","fileCount":23,"integrity":"sha512-Eg9xN+aE9tr0eJc6gXtBgUBMrBXb1SbtbGjjttxAm7blZyhFxXouAjxW1D8Y2+9xymlhRpsRBZxsQsn9uAeH/w==","signatures":[{"sig":"MEUCIQD0qvDlaF1hOek/bK0hR0fzytqLSVd0zJ3Azn9kuEimXgIgagUB8JN8uACnHB0HuORVqdWDYnUhO+BwfYjaFVnnnWw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.458.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/cbe6782529192bb270272a1abcb7fe91/opensea-vessel-0.7.458.tgz","_integrity":"sha512-Eg9xN+aE9tr0eJc6gXtBgUBMrBXb1SbtbGjjttxAm7blZyhFxXouAjxW1D8Y2+9xymlhRpsRBZxsQsn9uAeH/w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.458_1741296418504_0.07360660592494983","host":"s3://npm-registry-packages-npm-production"}},"0.7.459":{"name":"@opensea/vessel","version":"0.7.459","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.459","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"f44645cbd990ae1c96a078668c671cb16d8a3170","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.459.tgz","fileCount":23,"integrity":"sha512-vDaYL94mglqORB5okoJz9DAQXJ7TaUVK3J068LN+gd9i8/4p5igMGlsDrPVUY4Ez/gtXC9IIsor68q3qd0/k1w==","signatures":[{"sig":"MEUCICBrylRloZ490vUeLXcx8V24sAyZTDlMBIyM+SaZW2yEAiEA6Z9uSPRR/GQUVF3tVZmeI3/TK6PE9yEDkjOVGEAU8ro=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.459.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/0733e75a531e78748948198adc1667df/opensea-vessel-0.7.459.tgz","_integrity":"sha512-vDaYL94mglqORB5okoJz9DAQXJ7TaUVK3J068LN+gd9i8/4p5igMGlsDrPVUY4Ez/gtXC9IIsor68q3qd0/k1w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.459_1741299280993_0.6489226324903035","host":"s3://npm-registry-packages-npm-production"}},"0.7.460":{"name":"@opensea/vessel","version":"0.7.460","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.460","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"8b3aca4a784d53b3fb1a4e87af4a62a77ea4efeb","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.460.tgz","fileCount":23,"integrity":"sha512-4VCFGvZGt8aEQrmkgHrThgwGzT7YYVcOJr/mYoLoSl11gVfuqNkGA7RMpQvgOJADkW0ZgJ96xgjnndF8ZVUXrg==","signatures":[{"sig":"MEUCIC/e1ELiMk/GahOFEruMr1YzN0GNXxgx2yr63dB9qg+rAiEA4/RcAfoOCwR/ThWABbG1Jqf10YAS7S+3WvVpKlxZjK4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.460.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/726928f2b1a62d4f891f68bdd4d2d462/opensea-vessel-0.7.460.tgz","_integrity":"sha512-4VCFGvZGt8aEQrmkgHrThgwGzT7YYVcOJr/mYoLoSl11gVfuqNkGA7RMpQvgOJADkW0ZgJ96xgjnndF8ZVUXrg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.460_1741636071327_0.1557936458916993","host":"s3://npm-registry-packages-npm-production"}},"0.7.461":{"name":"@opensea/vessel","version":"0.7.461","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.461","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"d8077830d53261a28bc432498a430584e33ed23c","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.461.tgz","fileCount":23,"integrity":"sha512-ckGj3IUFDjZW6x1XlIlq9schA0uOP1qcCMculRSgGJdlwytE2y95kOqfOaAnoHA6SAGRRUI6E/AAGlTiUnuRFg==","signatures":[{"sig":"MEUCIEcgyjJbH98Hn2fcUwvaMhi0k0MkhzIlgX9mhazafUmdAiEA37cQ67Y3dg9Xkz490BvcNVVnCr98CKhrOInlwHQ7v4w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.461.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/fd4df6878f8b9271e8021dd297d62c0b/opensea-vessel-0.7.461.tgz","_integrity":"sha512-ckGj3IUFDjZW6x1XlIlq9schA0uOP1qcCMculRSgGJdlwytE2y95kOqfOaAnoHA6SAGRRUI6E/AAGlTiUnuRFg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.461_1741636358189_0.6128638715270451","host":"s3://npm-registry-packages-npm-production"}},"0.7.462":{"name":"@opensea/vessel","version":"0.7.462","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.462","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"7752611c96335a446f318519d6b80503d33c8e0b","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.462.tgz","fileCount":23,"integrity":"sha512-v3U6m70o8u+KJd7RjU3feI9xV7lCAZpkNVJOQFtWtAVvjjsznkoLgZ2NFqJibIYq3sM4IZ/O5a63RcRKG5jekg==","signatures":[{"sig":"MEUCIQDyOiGHk0inHETKDAOtbJHeI4o4LPfY1BQ6jebik2QqagIgOkturqCuaamRVvSL8p7uK+hSC67yz6l2dj2l2MNYj20=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.462.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/27d847a50355736b27a2c2bc6e6aff72/opensea-vessel-0.7.462.tgz","_integrity":"sha512-v3U6m70o8u+KJd7RjU3feI9xV7lCAZpkNVJOQFtWtAVvjjsznkoLgZ2NFqJibIYq3sM4IZ/O5a63RcRKG5jekg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.462_1741638153225_0.6470156495382338","host":"s3://npm-registry-packages-npm-production"}},"0.7.463":{"name":"@opensea/vessel","version":"0.7.463","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.463","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"75ee306b298c338b3bd43cb95c8d65dbaead8003","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.463.tgz","fileCount":23,"integrity":"sha512-fYJ9NYNLe2wDTukfLoYfOeDa4o2/XVzTmLLfD88taae0z1Og4VglVGtJxcye7/9i4lZDtAv/gomerCO3rRGDmA==","signatures":[{"sig":"MEQCIEEF8F+XEioBjQ/cnC42lvKPbIeoKZ6b7eWq8apx54q7AiA7vcr3fVqsyODYcz0J5O64eBSceSjLo36VSWmS9ByM9Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.463.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/11dad2e85d91975d920691ac632cbb52/opensea-vessel-0.7.463.tgz","_integrity":"sha512-fYJ9NYNLe2wDTukfLoYfOeDa4o2/XVzTmLLfD88taae0z1Og4VglVGtJxcye7/9i4lZDtAv/gomerCO3rRGDmA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.463_1741709691602_0.6706058419083707","host":"s3://npm-registry-packages-npm-production"}},"0.7.464":{"name":"@opensea/vessel","version":"0.7.464","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.464","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"afa192fdb9a700e8c21654f34783179f3b9354cf","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.464.tgz","fileCount":23,"integrity":"sha512-hSxnjAsmU1Tv5wxcAhhFksGGmn8yP2FqoMP9Yesj+YgHXEaDyg44qjv6rDlKAG9+3bVOE+1OQtZJY3Gtv5rOSQ==","signatures":[{"sig":"MEQCIAoqZ9VDxdUiN6UPIUC78SGA0/tDAHFl8WrHwnnLA91aAiBU4kdmYptrdraAH8XcbIMCxdnTSa6y5PKCEELcVP5ZhA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.464.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/2a3764b932efcfe0b80132526dfd5638/opensea-vessel-0.7.464.tgz","_integrity":"sha512-hSxnjAsmU1Tv5wxcAhhFksGGmn8yP2FqoMP9Yesj+YgHXEaDyg44qjv6rDlKAG9+3bVOE+1OQtZJY3Gtv5rOSQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.464_1741712567388_0.5306793617112198","host":"s3://npm-registry-packages-npm-production"}},"0.7.465":{"name":"@opensea/vessel","version":"0.7.465","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.465","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"694b2995938e4dd4efadbff3d7a6fb34ca0c7b99","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.465.tgz","fileCount":23,"integrity":"sha512-lVKG+xfLjVBF+YmpIhtgrL707TcSJN2wkYXNv0uTEqs2NULegpVl7f7KIQzRFFoSnUw3AGipMyj4YN8UpEtrgA==","signatures":[{"sig":"MEUCIQCSKoDUzzzNIFlaIGqD+Z94S/QNvZFWHBVN9p/MmrlCFQIgNn5lDzlKlDxYWH6BbYDAaWaO1Ds5tpX1ZAu7khTyZ6I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.465.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c595904b8a8582081a10272ee9a94ede/opensea-vessel-0.7.465.tgz","_integrity":"sha512-lVKG+xfLjVBF+YmpIhtgrL707TcSJN2wkYXNv0uTEqs2NULegpVl7f7KIQzRFFoSnUw3AGipMyj4YN8UpEtrgA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.465_1741714482106_0.33906732690026864","host":"s3://npm-registry-packages-npm-production"}},"0.7.466":{"name":"@opensea/vessel","version":"0.7.466","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.466","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"91ffeacee5d6bf6ba5b25c639d0f4e0a35e05ffa","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.466.tgz","fileCount":23,"integrity":"sha512-JsoZTGRsWUFRVXOL8ga7zrBvt9bdcN1DP9CXemTZ5JiP3Mx8d3ZK6DU7sv8zRg2wojQDnFO+QJAgBM6kI9MiTQ==","signatures":[{"sig":"MEUCIDIXqvedBYVLHeKFwxmr+6Blu7NgmQ7eeaN3tHUuFJEfAiEArHGc04dJd2Ask/RAA70dxKlyBsg2N/mLIf7Z+k1YDWs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.466.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d51ec45ff83a09ea6b036c99f75c7cd4/opensea-vessel-0.7.466.tgz","_integrity":"sha512-JsoZTGRsWUFRVXOL8ga7zrBvt9bdcN1DP9CXemTZ5JiP3Mx8d3ZK6DU7sv8zRg2wojQDnFO+QJAgBM6kI9MiTQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.466_1741758995508_0.44730822861734953","host":"s3://npm-registry-packages-npm-production"}},"0.7.467":{"name":"@opensea/vessel","version":"0.7.467","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.467","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"2e8bdebb43291153c711a63174e1c4b808474d9e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.467.tgz","fileCount":23,"integrity":"sha512-PfiUUGlsyJcUH9sYRNZY0iW20vo5ygSj/+qAEHKnpAPN3AvQPzd9X7id5VE27jkkFErB8S6HGqym/+Q5m0oj4Q==","signatures":[{"sig":"MEYCIQD8IaZzLP0DQcWU4V61gvBCe7mzbHQQfoKO7z77oPYvBQIhAKtNKgG93Fg+YQA1uetvAgMa/BQPtLunal+1hddgzJ3c","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.467.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d82e914f43c4a377143c7ffe042e473c/opensea-vessel-0.7.467.tgz","_integrity":"sha512-PfiUUGlsyJcUH9sYRNZY0iW20vo5ygSj/+qAEHKnpAPN3AvQPzd9X7id5VE27jkkFErB8S6HGqym/+Q5m0oj4Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.467_1741762354800_0.31049085397030574","host":"s3://npm-registry-packages-npm-production"}},"0.7.468":{"name":"@opensea/vessel","version":"0.7.468","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.468","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"5feb790112e90e67cde3986cffd3fcf339dbf822","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.468.tgz","fileCount":23,"integrity":"sha512-p6DvI2PnbQM/8DjMJtasrcbOMuAzpr1K4VOHezrI2le+N+o2j1Pl28BSGLJdCysrXELdLTMY9kbDWroALaJ6PA==","signatures":[{"sig":"MEUCIGEZo+rXZ8Ge5vhLF34DY490AGUyz7ih8vf3CLHZGx3NAiEA3/0VvoOrvpU1MFFOTkLWJObliQC41RUaDRkk93umg7A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.468.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/92dedde176bb44c0b2d6b22aee55a65c/opensea-vessel-0.7.468.tgz","_integrity":"sha512-p6DvI2PnbQM/8DjMJtasrcbOMuAzpr1K4VOHezrI2le+N+o2j1Pl28BSGLJdCysrXELdLTMY9kbDWroALaJ6PA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.468_1741858125054_0.4457796487032002","host":"s3://npm-registry-packages-npm-production"}},"0.7.469":{"name":"@opensea/vessel","version":"0.7.469","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.469","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"a5a9fb39d2a9183d5216f9c8806a7473e18de556","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.469.tgz","fileCount":23,"integrity":"sha512-00krrzB3+7C7EA+xPxGWbwfBZfS3Y1a6kgq1Vyjy7E0fC3zCvKYVImV0qYXo763uQvktQLVY2UoAvMhZglqj/w==","signatures":[{"sig":"MEUCIQCYkhIPY5dpta0j9Dv2jmbpkoe5RiCQsnCS72jsFergiAIgDSg8arsJLQ0emPRi7pMFogtt5fwOCw26x+6Nhu19mlM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.469.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/fb5417e506c92f4cf18b25a0b6f77764/opensea-vessel-0.7.469.tgz","_integrity":"sha512-00krrzB3+7C7EA+xPxGWbwfBZfS3Y1a6kgq1Vyjy7E0fC3zCvKYVImV0qYXo763uQvktQLVY2UoAvMhZglqj/w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.469_1741895877075_0.483724049098619","host":"s3://npm-registry-packages-npm-production"}},"0.7.470":{"name":"@opensea/vessel","version":"0.7.470","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.470","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"b0529c7fa50ddc6a92e5f10da06dda1800455031","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.470.tgz","fileCount":23,"integrity":"sha512-UP+dkuKmCP+8jyrOFc/L3GqqCl12fSUiFQzrsxNSsGqfWINvt2fI4g/NeOBwgMhJIHgPwwZXkr/CFphThx48RA==","signatures":[{"sig":"MEQCIFwvGHsiCgsKgnXetF9dVu2AIxWnuFMeXK71XCZNLoFvAiBvwRUfaqjpCAF/jvSR1fFiesZqor+RANdjfhSgVAWGWQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.470.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a9b680fee9cb73133fe3e900e6779e41/opensea-vessel-0.7.470.tgz","_integrity":"sha512-UP+dkuKmCP+8jyrOFc/L3GqqCl12fSUiFQzrsxNSsGqfWINvt2fI4g/NeOBwgMhJIHgPwwZXkr/CFphThx48RA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.470_1741900520542_0.9349740220122542","host":"s3://npm-registry-packages-npm-production"}},"0.7.471":{"name":"@opensea/vessel","version":"0.7.471","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.471","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"fe5c820ec58682bf52cb506f577752a36288d66d","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.471.tgz","fileCount":23,"integrity":"sha512-1+t6fiZAPYAZND56eUF+eV1CCmRFbkXjGIvvVsCunMcQP0ETDJ9A+64Dt98axhYH4/zp70BoTFaj1r9+l9/dqA==","signatures":[{"sig":"MEUCIQDqeQqcR95tcjMjjus8mqQtomdhsR8Zf+e6rSWH1GIiNwIgXswVFjCylEp77Nq2NtBvNEsTUcK1R4BDs8u1Zf17R9U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.471.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/cb64b0d5ba4e4db1aed5218f2b4620f0/opensea-vessel-0.7.471.tgz","_integrity":"sha512-1+t6fiZAPYAZND56eUF+eV1CCmRFbkXjGIvvVsCunMcQP0ETDJ9A+64Dt98axhYH4/zp70BoTFaj1r9+l9/dqA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.471_1741965217025_0.8420484300577065","host":"s3://npm-registry-packages-npm-production"}},"0.7.472":{"name":"@opensea/vessel","version":"0.7.472","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.472","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"f3416b902c370ec46780d9ee49b87872e7ce7bf1","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.472.tgz","fileCount":23,"integrity":"sha512-0yHV6m8Y7K0E2I97GsBzEJcbzyauYoWdLtfOWhgH9CAdWVHffUiDrqz4GZvDsD9Hcn+Mc1HFjVbcuMPiI73Yrg==","signatures":[{"sig":"MEUCIDleEJzc1+njQxsYE5y1yLsoVfyQEcodintHApcLp8VIAiEAu4V/P6pAseqPGXOGD3CUKN+JiVPDe0yp84M9tY9V6+I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.472.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/9927401831863a80ee5db5ec67ddf5c7/opensea-vessel-0.7.472.tgz","_integrity":"sha512-0yHV6m8Y7K0E2I97GsBzEJcbzyauYoWdLtfOWhgH9CAdWVHffUiDrqz4GZvDsD9Hcn+Mc1HFjVbcuMPiI73Yrg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.472_1741987493410_0.8690778718651924","host":"s3://npm-registry-packages-npm-production"}},"0.7.473":{"name":"@opensea/vessel","version":"0.7.473","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.473","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"aa8e2e6e8c26ee7f81ea86051fe7bb0214d5e357","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.473.tgz","fileCount":23,"integrity":"sha512-itqkhbrPrXWzsEjzFq4men+YvjT7SIZA95uu9wLq1bECrrrmya7IfS54oaw0viCFo8/mjT97eqwZliskDOCw8A==","signatures":[{"sig":"MEYCIQCpodxxq7JuE/CslX/vWqiEZieq2lh8d3FtdTCbzaaEygIhAJb9R0/NGRvsZhA25Q0OK/qgka97LBau1I453QCtRk8v","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.473.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/4d05430500acaf13900636fc66192ea8/opensea-vessel-0.7.473.tgz","_integrity":"sha512-itqkhbrPrXWzsEjzFq4men+YvjT7SIZA95uu9wLq1bECrrrmya7IfS54oaw0viCFo8/mjT97eqwZliskDOCw8A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.473_1741989136773_0.8869675493999063","host":"s3://npm-registry-packages-npm-production"}},"0.7.474":{"name":"@opensea/vessel","version":"0.7.474","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.474","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"2bd1ba624a6b5d0bdbd95ecb93ba86dbac1d3897","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.474.tgz","fileCount":23,"integrity":"sha512-tHJ6pF8M3UUZaMfwLB319m+rFocP+yiO32xVdjIaBkj0ZRwPXtHIvBUnLOSu2H09dZ/UtMyZU/aYnuK5GMchCw==","signatures":[{"sig":"MEYCIQDqiVl8b+QjiLdJtAJQG8DzwMBephs4iwaIHTEGNM1SAgIhALlVg3WgGoWAU4Vo5FycF1nb0LYv+IC5oU+XkBPjjQyr","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.474.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b0584a926840ff0a13880d4e5ffea0c2/opensea-vessel-0.7.474.tgz","_integrity":"sha512-tHJ6pF8M3UUZaMfwLB319m+rFocP+yiO32xVdjIaBkj0ZRwPXtHIvBUnLOSu2H09dZ/UtMyZU/aYnuK5GMchCw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.474_1741992603539_0.4947801735117523","host":"s3://npm-registry-packages-npm-production"}},"0.7.475":{"name":"@opensea/vessel","version":"0.7.475","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.475","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"41b2a2d53bad07e2be06f2a758e7fa2de47e2b44","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.475.tgz","fileCount":23,"integrity":"sha512-nuBNyiqiiDV8d8BmvDO83/9lgLvZlHg4ZOQDA3X97HdKTl/qAQs534JKmaMOcXY3s5XJkCURMgFiMSdrdtMDkg==","signatures":[{"sig":"MEYCIQDOphnS7+9L2xlaY4nIOvgxxiLqGvB+T12MaYbxTl8ixgIhALeAYQRkuUS5YLDxd9RQ5K+aHAbdpYRUkPHcLj2Kvfrx","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.475.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/6a594823fb2b1363feabc25775fc3a6e/opensea-vessel-0.7.475.tgz","_integrity":"sha512-nuBNyiqiiDV8d8BmvDO83/9lgLvZlHg4ZOQDA3X97HdKTl/qAQs534JKmaMOcXY3s5XJkCURMgFiMSdrdtMDkg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.475_1741993365625_0.2596628061181936","host":"s3://npm-registry-packages-npm-production"}},"0.7.476":{"name":"@opensea/vessel","version":"0.7.476","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.476","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"d5df9c5b8ad8bda00a6cb0f0d553d0939645e5b1","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.476.tgz","fileCount":23,"integrity":"sha512-3EHeVERULhPr6xE8wCqZoW3IaPkFAFS+L2VJ2sya+VFLq0ZMxU2HbHPPe4oALPBv0j548Y1IbHMLTOfMUmXmNw==","signatures":[{"sig":"MEUCIAkcdaOzgPV8vcAzfJK6G/N1LX6gbDX1a5fp1tDa8P27AiEArG0ePylOJclJC+gW3XzX3bZQ46hPFL2Sgu776TIQdWY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.476.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/df88f2f190903a0aa616e2ac5d0141d8/opensea-vessel-0.7.476.tgz","_integrity":"sha512-3EHeVERULhPr6xE8wCqZoW3IaPkFAFS+L2VJ2sya+VFLq0ZMxU2HbHPPe4oALPBv0j548Y1IbHMLTOfMUmXmNw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.476_1742002632066_0.015582996208318933","host":"s3://npm-registry-packages-npm-production"}},"0.7.477":{"name":"@opensea/vessel","version":"0.7.477","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.477","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"a247e2bdd8c3731e0502ac181ae4353b5a33d0cc","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.477.tgz","fileCount":23,"integrity":"sha512-5sBl2pK8N+Ixloxn6VO7OXA8t7e9vwHIB66jkNmE3+lYevauYSLY+xqoKRn/6FuQDxwsbde+q5cBTrZoi3PdoA==","signatures":[{"sig":"MEUCIHiHHIO2W47TBuiglCECSgK6d42cNSHjESGBGoKSIS7rAiEAvKvLwGYNeH/oTMw6XtdZR1e4OJVyrYj0iZDanKdTldg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.477.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/54b960e7588f47f6b1b6ce6e56a1cb43/opensea-vessel-0.7.477.tgz","_integrity":"sha512-5sBl2pK8N+Ixloxn6VO7OXA8t7e9vwHIB66jkNmE3+lYevauYSLY+xqoKRn/6FuQDxwsbde+q5cBTrZoi3PdoA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.477_1742022588345_0.3912281089851444","host":"s3://npm-registry-packages-npm-production"}},"0.7.478":{"name":"@opensea/vessel","version":"0.7.478","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.478","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"186e9b914874c72e35c911185a5140dd3b7e45fa","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.478.tgz","fileCount":23,"integrity":"sha512-5VMy0zg0yFard8Okx/AYeTV4ePl7kyjzf0pC+EULLlbDsqnvh+oQYG2kkf3d1SIC3w0vf3Bi/Dbcd6EN8xMiaA==","signatures":[{"sig":"MEUCIHlKQe+n7EztekiLyTmb8y6ueiS2tUPNSlnVZKx+XboNAiEAh5PwU/REyYPPVxfoosZ2/6xx4Z4zDyTi2pEw8bmziu0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.478.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/20c393e2b9ff6aebb7ecf5c73b222e2f/opensea-vessel-0.7.478.tgz","_integrity":"sha512-5VMy0zg0yFard8Okx/AYeTV4ePl7kyjzf0pC+EULLlbDsqnvh+oQYG2kkf3d1SIC3w0vf3Bi/Dbcd6EN8xMiaA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.478_1742026245105_0.14525405185016083","host":"s3://npm-registry-packages-npm-production"}},"0.7.479":{"name":"@opensea/vessel","version":"0.7.479","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.479","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"c27dcb623cdc1dc09b1fd19742a2df076762033d","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.479.tgz","fileCount":23,"integrity":"sha512-y0de+S5NiydVqIwnqtqflr6VcV2xbAvLYEypuaWqAWcRnuToqH+92y8mserA8ESzXVbnO45sQ+4WWTM2gwCrCA==","signatures":[{"sig":"MEUCIQCcPa8f5fBxUHcDdzLsGK7FUnNdnN1lMedNtCfn6qoJMwIgSMppN4cKA7Oz3HnuSSgLOJ601OYW0/cxX84CKK1Phuk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.479.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ae64cab9af0e91ef61f7c0047cff51a2/opensea-vessel-0.7.479.tgz","_integrity":"sha512-y0de+S5NiydVqIwnqtqflr6VcV2xbAvLYEypuaWqAWcRnuToqH+92y8mserA8ESzXVbnO45sQ+4WWTM2gwCrCA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.479_1742062242286_0.15166056643252857","host":"s3://npm-registry-packages-npm-production"}},"0.7.480":{"name":"@opensea/vessel","version":"0.7.480","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.480","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"1a73b657c409f950ea96afad5b0874f54b85fd76","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.480.tgz","fileCount":23,"integrity":"sha512-RKbD9xGIS0XH5B3l2mAtc9fGKFT0OsnvGpnGVe94+V0bOyoxRfN9c3fzNp7J4yY5fmc/0jf3YEG1oHE1aniCjg==","signatures":[{"sig":"MEQCIAqAq+f/kelKL4DNUydbDWZWb5sgdBBTEgyX11JLAuPuAiBuLVlCnRdU3o9has71+YFZDX0PLz15qSC+t8BfuKAqXg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.480.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/45e51b434692cb799b7987d3bc1fa7e6/opensea-vessel-0.7.480.tgz","_integrity":"sha512-RKbD9xGIS0XH5B3l2mAtc9fGKFT0OsnvGpnGVe94+V0bOyoxRfN9c3fzNp7J4yY5fmc/0jf3YEG1oHE1aniCjg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.480_1742064317398_0.5392470909555165","host":"s3://npm-registry-packages-npm-production"}},"0.7.481":{"name":"@opensea/vessel","version":"0.7.481","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.481","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"1db56b3e41af4c6bc82396c3b512d68fd33a3284","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.481.tgz","fileCount":23,"integrity":"sha512-hpQZ1Q1B+09yC3+JPHB5rdoQ0vfZi5LoP6jULDYb1Xwv6Yi/PqAE840G/8xabYDSZITf0Omxcy9VEchwhTM8WA==","signatures":[{"sig":"MEQCIDNt4N6Mk/MHFNouSxJHli/0e6dQ+iS8XJrHisYLXnokAiAcz2hbbRjOFbgmhnD7GkLWBZ+qonERETvP1rn1jomVDw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.481.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/37881d3b3d7b5bc862096438f3d9d987/opensea-vessel-0.7.481.tgz","_integrity":"sha512-hpQZ1Q1B+09yC3+JPHB5rdoQ0vfZi5LoP6jULDYb1Xwv6Yi/PqAE840G/8xabYDSZITf0Omxcy9VEchwhTM8WA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.481_1742065439923_0.7525482284903446","host":"s3://npm-registry-packages-npm-production"}},"0.7.482":{"name":"@opensea/vessel","version":"0.7.482","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.482","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"3d020cec0c8201b853b0f4ab3fac3eb1a4b701b4","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.482.tgz","fileCount":23,"integrity":"sha512-HnHj/aj1wEVjcnQg4RRY7yQ/MWBQi2VcADBr2PL1JdNqaTB50XHcOHQRJjvKTDkmzuqJAard1QF4HoUjg5kqLg==","signatures":[{"sig":"MEQCID3CKqgtXWvMmrc0HJ3UFQBTCraquzcS/rt8l+80P3eaAiA+oKOhQSpt67Stagt73u+GtsarR9XgTR+WceWQti6CnQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.482.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/7bfda95b384f2ffb0954143ba9267728/opensea-vessel-0.7.482.tgz","_integrity":"sha512-HnHj/aj1wEVjcnQg4RRY7yQ/MWBQi2VcADBr2PL1JdNqaTB50XHcOHQRJjvKTDkmzuqJAard1QF4HoUjg5kqLg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.482_1742124702851_0.6593626731334841","host":"s3://npm-registry-packages-npm-production"}},"0.7.483":{"name":"@opensea/vessel","version":"0.7.483","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.483","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"7b97141bc0df5b01036ef7a6afa993fb5220e9a9","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.483.tgz","fileCount":23,"integrity":"sha512-8BekcySf9QETOI9lhMBZIiXnW9+XQpLuub4XrwUROVORlnTZfnEQ1Bmo37FTWPERh5DvE9Ka5n4105QvUlVixg==","signatures":[{"sig":"MEUCIQD2vQcXdS7UEOjsk7+FMAqJdkhcyfE9i1vPUOpoZ3wNbgIgQ0vkzIyMj1pqu/6rN4Mc5/6cwt+sQJ7CiSpzFYrmDHY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.483.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/7aad38790661bd2e791240e3e1fbf57d/opensea-vessel-0.7.483.tgz","_integrity":"sha512-8BekcySf9QETOI9lhMBZIiXnW9+XQpLuub4XrwUROVORlnTZfnEQ1Bmo37FTWPERh5DvE9Ka5n4105QvUlVixg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.483_1742130754126_0.49579012998378236","host":"s3://npm-registry-packages-npm-production"}},"0.7.484":{"name":"@opensea/vessel","version":"0.7.484","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.484","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"ee37c950d2695a1cdb86e482efaf8addf3eab9e4","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.484.tgz","fileCount":23,"integrity":"sha512-NwGW97IFdhRgnC+f9jHsDa0bkM2T0MZJRxtD4pYn7eSGbaULltkzgYSjBoZFC6A6gg7zeLc11lkMD4TxBkmhDA==","signatures":[{"sig":"MEUCIFjxOdkWFYhdVxPMpNkjFDufziOYVNiIGhEgHivum0EmAiEAll0l69x0QYg+XBJnN+Er1YBSziYyMdv/tI6QGWjKB28=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.484.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c1bde127bc22e7e54e000080d625f8a6/opensea-vessel-0.7.484.tgz","_integrity":"sha512-NwGW97IFdhRgnC+f9jHsDa0bkM2T0MZJRxtD4pYn7eSGbaULltkzgYSjBoZFC6A6gg7zeLc11lkMD4TxBkmhDA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.484_1742178999858_0.024391422989215483","host":"s3://npm-registry-packages-npm-production"}},"0.7.485":{"name":"@opensea/vessel","version":"0.7.485","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.485","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"ade39a07151865262968f89b8bf5041de0d0f8d2","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.485.tgz","fileCount":23,"integrity":"sha512-wP1oqqDq+zfpgBDCbiNgew63sUXLuscdiSgn3yqpwINlH6dv1Z7SyCdl4JsiFEemkAAWXjnMsuiCunnG2Oy4WA==","signatures":[{"sig":"MEUCICpv8b18kecD2GMxZ8dd5DtYbyVJGbzVYCtAeFXJQLTNAiEA/MAlOOI9Pfdqq0DUmXyvUMz8lbKJxuYb+0/zXW9f+lk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.485.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c1b85bcccd907932d75af8675c0a07be/opensea-vessel-0.7.485.tgz","_integrity":"sha512-wP1oqqDq+zfpgBDCbiNgew63sUXLuscdiSgn3yqpwINlH6dv1Z7SyCdl4JsiFEemkAAWXjnMsuiCunnG2Oy4WA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.485_1742181466931_0.839483423928856","host":"s3://npm-registry-packages-npm-production"}},"0.7.486":{"name":"@opensea/vessel","version":"0.7.486","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.486","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"c339c6e6c94f7ce4ad1e6b6b7ef69be0c67a772f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.486.tgz","fileCount":23,"integrity":"sha512-OxkgT5oO3Z9yZPhdQrYfkBF7IEy5LVW7qHOfadS0b6KgAk7R5evCOPjqvJW0O1LbcHnL7KlcxuZajCNmzSLWrQ==","signatures":[{"sig":"MEUCIQCGRqA1uFUDVzj3fnGR59YtyiY3JUuyaHt6MintrMfsUgIgWS3vI6mM/Sg/4p4uUBhyEcP2fdu1xI4nFDyjksKFa70=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.486.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b35bacb6d0c125578462ec0da877a4ac/opensea-vessel-0.7.486.tgz","_integrity":"sha512-OxkgT5oO3Z9yZPhdQrYfkBF7IEy5LVW7qHOfadS0b6KgAk7R5evCOPjqvJW0O1LbcHnL7KlcxuZajCNmzSLWrQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.486_1742227905713_0.713320195984928","host":"s3://npm-registry-packages-npm-production"}},"0.7.487":{"name":"@opensea/vessel","version":"0.7.487","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.487","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"a0d68d07cca9919e71b5ce408132591dc40551d2","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.487.tgz","fileCount":23,"integrity":"sha512-ZL32bU4DLQ9IQYyfQJFvHhjCuVYNHismVjIFUP8Mo6A3ASZux+sVqUJOj9JwunfSAjayUNeZLUQPEH/digAxAQ==","signatures":[{"sig":"MEQCIDFf/ckUbit0u//mnMyhDgsJPQJk7CWoJGdvjQxOo8DmAiBRC/F/BA2OEanfXOeJyfnG5JaR/ROuIsVGE9zxH59LyQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.487.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e06f26c2b5642902957ff04aa99adc85/opensea-vessel-0.7.487.tgz","_integrity":"sha512-ZL32bU4DLQ9IQYyfQJFvHhjCuVYNHismVjIFUP8Mo6A3ASZux+sVqUJOj9JwunfSAjayUNeZLUQPEH/digAxAQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.487_1742235120819_0.23560014033036492","host":"s3://npm-registry-packages-npm-production"}},"0.7.488":{"name":"@opensea/vessel","version":"0.7.488","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.488","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"096f8083c63d8dc5e9ca18af6cbb6b7e9ec45815","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.488.tgz","fileCount":23,"integrity":"sha512-QWnLfHbJ0/x1VXmupFotDLMoPp7Ezh5/xsdf2w8bxM9bDlWb09hta+WiMEPAdlK28belOHO2hLPMRc41iUJSHw==","signatures":[{"sig":"MEYCIQDOKJvy4SYThB7kagg5zXC3Ey9Yqo2/A1vnoEHWomZMRwIhAKzVBIOZFkD/pr+SWCRv6+j/JcFMU2zw2M63Rbwz0haU","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.488.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/6e32397e392c33c3aeb7ebfaa63e0c98/opensea-vessel-0.7.488.tgz","_integrity":"sha512-QWnLfHbJ0/x1VXmupFotDLMoPp7Ezh5/xsdf2w8bxM9bDlWb09hta+WiMEPAdlK28belOHO2hLPMRc41iUJSHw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.488_1742238565448_0.5690729563388273","host":"s3://npm-registry-packages-npm-production"}},"0.7.489":{"name":"@opensea/vessel","version":"0.7.489","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.489","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"397bbf1a2d6c986a2a88aa2a8bf3155d381dd9ec","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.489.tgz","fileCount":23,"integrity":"sha512-bT3LMKLqPXcOEm3Bi76PU1UhWi6+yzuvAcvnNhE3eGdpLTrti44kQvVHkbTGtSRQyfsmQqqhDxY07qYo+1yLpg==","signatures":[{"sig":"MEYCIQC57k17SRdmuUI7LgJDSsvO6pEww+tYgkg/9aCF9tG5twIhANaWfRD3kAjcHMHv7kI7a/OgwIMh3nsNcrQXK0xL3Kaj","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.489.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/616e43591402ae37828d30c1783aef7a/opensea-vessel-0.7.489.tgz","_integrity":"sha512-bT3LMKLqPXcOEm3Bi76PU1UhWi6+yzuvAcvnNhE3eGdpLTrti44kQvVHkbTGtSRQyfsmQqqhDxY07qYo+1yLpg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.489_1742266970402_0.7430409803137519","host":"s3://npm-registry-packages-npm-production"}},"0.7.490":{"name":"@opensea/vessel","version":"0.7.490","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.490","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"2cf11601c7dda308af14c13cdc1555dd776f4de2","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.490.tgz","fileCount":23,"integrity":"sha512-ZOVu92tnuB+8xIA98uTDJc3VqjJZejw2OAgM92Vjlam3smWNeg24p1L1pwLW9v5orP+eRRWf0VaNRwNWgnA67w==","signatures":[{"sig":"MEYCIQDhtrtCRa9STgdSSrHjckvwrOvuEXBjgKO5TLT4BMMzeAIhAKJLRzog5K5AH3S/+poftH36RvTMijHg9ONYdDLbKGPz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.490.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5a28a41e53ccd00f8d3416d4d4c19b34/opensea-vessel-0.7.490.tgz","_integrity":"sha512-ZOVu92tnuB+8xIA98uTDJc3VqjJZejw2OAgM92Vjlam3smWNeg24p1L1pwLW9v5orP+eRRWf0VaNRwNWgnA67w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.490_1742281047874_0.4303433474387197","host":"s3://npm-registry-packages-npm-production"}},"0.7.491":{"name":"@opensea/vessel","version":"0.7.491","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.491","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"14dfa5bd176ab148ea8d2af2a200f17f235e969c","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.491.tgz","fileCount":23,"integrity":"sha512-2p690qpuPu/QtSRYjEYW65LmilX0qxG6tTfn2IFXylQHEnOl6eg8ixD467gB2am8ltxAtpC8JEsWAiSxPqjb4w==","signatures":[{"sig":"MEUCIQCLqC1cKk/6U87c9vFvoP1CSYcEOuGqWzVtgYjNsjPtIAIgIAtAiITCttrgh0xArPPkYwi+UHp6KcWXe7lZxSONjIk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.491.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/26773acd6b0abb4e1c16c25967a157ff/opensea-vessel-0.7.491.tgz","_integrity":"sha512-2p690qpuPu/QtSRYjEYW65LmilX0qxG6tTfn2IFXylQHEnOl6eg8ixD467gB2am8ltxAtpC8JEsWAiSxPqjb4w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.491_1742289335851_0.7731822402031352","host":"s3://npm-registry-packages-npm-production"}},"0.7.492":{"name":"@opensea/vessel","version":"0.7.492","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.492","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"63097b5c7768fe3d2a39c8d542a7f91d8c80d43f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.492.tgz","fileCount":23,"integrity":"sha512-flPCxVryBgVmmOoHiJhqkD1Ksm3cP/HXIw/qxsrBKt7wqT/tJzJl7aJfPhFkRFTK/F0vKMKFaD4atgI2480+AQ==","signatures":[{"sig":"MEUCIHaiQ6ydUbh0VmBlXFbmM1z4vB4bRq1iO0Lk1UGeGVzeAiEAwrhdlSiYxl8HXiH+Wy/BmHI8FK25Ju3hwwv5Xmlhpw0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.492.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/25fab06ea74e2e54f620e9f94204847f/opensea-vessel-0.7.492.tgz","_integrity":"sha512-flPCxVryBgVmmOoHiJhqkD1Ksm3cP/HXIw/qxsrBKt7wqT/tJzJl7aJfPhFkRFTK/F0vKMKFaD4atgI2480+AQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.492_1742328744585_0.9824881345836476","host":"s3://npm-registry-packages-npm-production"}},"0.7.493":{"name":"@opensea/vessel","version":"0.7.493","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.493","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"c11bc1f66b5d4f5d8fa8cfd718a2e3f67dbd953e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.493.tgz","fileCount":23,"integrity":"sha512-IbgxztacgJb3gJwWufA6VuAyRmpsG9k6O6WeyuQLr3utoBNkjnFwljRTp6tDSmeSrZiG+X0UhZSFkq2VLA/+KA==","signatures":[{"sig":"MEYCIQCAS9VzUv15wjGmYlnr/lB+stWQEs7mwCLkcKj54zZ4HQIhAMRlswvPei+Y8YXPMLA3BH9oJzweeh7HM7pOOVm+l1B/","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.493.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e649fd1c71061cc628d715421d0a1f32/opensea-vessel-0.7.493.tgz","_integrity":"sha512-IbgxztacgJb3gJwWufA6VuAyRmpsG9k6O6WeyuQLr3utoBNkjnFwljRTp6tDSmeSrZiG+X0UhZSFkq2VLA/+KA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.493_1742401883563_0.9131102004132168","host":"s3://npm-registry-packages-npm-production"}},"0.7.494":{"name":"@opensea/vessel","version":"0.7.494","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.494","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"0376307fdb48c341e47b2a8e0c7a9b07a60939b7","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.494.tgz","fileCount":23,"integrity":"sha512-UA+n/aGVGSktN7KZwYSY7SRPA0IqfMEGxLiWGx+w1hwic14WQ3HywNCSMINt2sL1SGo6+cZKKsE0Dc0A/3nXuA==","signatures":[{"sig":"MEQCIHKBaksPRzs6E8x04qHmdVWvrkBU+VnCHvELNltcVOAxAiBIQWZv54jFIeHeTv6i26lEBTYsh2w9/E4/pz2H9pdvkQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.494.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/968d05e08ce1e3539fccd90a28e88922/opensea-vessel-0.7.494.tgz","_integrity":"sha512-UA+n/aGVGSktN7KZwYSY7SRPA0IqfMEGxLiWGx+w1hwic14WQ3HywNCSMINt2sL1SGo6+cZKKsE0Dc0A/3nXuA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.494_1742404207487_0.2542287299064636","host":"s3://npm-registry-packages-npm-production"}},"0.7.495":{"name":"@opensea/vessel","version":"0.7.495","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.495","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"aa6e7a6c0d5f4a44c2fa85250a767bee60634cf7","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.495.tgz","fileCount":23,"integrity":"sha512-92O0TuD1xJbAhv1AUUt11wn0she5bdY2QPEb4D7CBaLMzC4F0DECoy9LlGzhw7seCl8tGLTKkuiN7QR5iK9hZA==","signatures":[{"sig":"MEUCIQDzRrUY3IY7iPALEb9AYFVvWVezxj5n27aBl/FEyqnL0QIgAZmh12dlxP8G8Vn+1TR1y8hLAcTyAdtgz7QPik/4a+o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.495.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d2aafd4ff15ba7d285f416027220c838/opensea-vessel-0.7.495.tgz","_integrity":"sha512-92O0TuD1xJbAhv1AUUt11wn0she5bdY2QPEb4D7CBaLMzC4F0DECoy9LlGzhw7seCl8tGLTKkuiN7QR5iK9hZA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.495_1742407950290_0.06931653917198943","host":"s3://npm-registry-packages-npm-production"}},"0.7.496":{"name":"@opensea/vessel","version":"0.7.496","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.496","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"d5a0c5e56d4d0f893adc6de2a8b7230e2689f029","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.496.tgz","fileCount":23,"integrity":"sha512-W9Ktv9FbKwbEv0aXv7bW8H8nISqcGuxl1mpUsEvNNpdRcGHhS2Pi8jgbF8G++gq2smfWhfSjYGSyh0hx+sr3hw==","signatures":[{"sig":"MEUCIQCZJ7novsVK0DgMbgLP2AuxkVesXVEdLEzoW6u5R+mDJAIgJ1aXJhkQOUKuWK36iwK7rR25Z8SWIlGmPFIK/bXxgxA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.496.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/018741e265dde8fa2ed17779ebbda39d/opensea-vessel-0.7.496.tgz","_integrity":"sha512-W9Ktv9FbKwbEv0aXv7bW8H8nISqcGuxl1mpUsEvNNpdRcGHhS2Pi8jgbF8G++gq2smfWhfSjYGSyh0hx+sr3hw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.496_1742440226762_0.22728373596337836","host":"s3://npm-registry-packages-npm-production"}},"0.7.497":{"name":"@opensea/vessel","version":"0.7.497","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.497","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"f3685a438eee6c34222faa4248b62d1f637a5fb9","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.497.tgz","fileCount":23,"integrity":"sha512-guxUNEHGSXRYvWq7HCUT+m/kkzCJ4cCRoBpzp3sPwtcVPKGri0GbNy+xhSIdozkPOGWQsrC4AB8J37q7Mv5sUQ==","signatures":[{"sig":"MEUCIBvcl5IJeeRlnBndT93KVrc/oXq5mteTpXZauVpSwZkIAiEAlq18rNISG5nBSNbxETWbsbIqOS8OR1wX41xXSIk/Bug=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.497.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/0ed249e982f833519c0a28031d0e620c/opensea-vessel-0.7.497.tgz","_integrity":"sha512-guxUNEHGSXRYvWq7HCUT+m/kkzCJ4cCRoBpzp3sPwtcVPKGri0GbNy+xhSIdozkPOGWQsrC4AB8J37q7Mv5sUQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.497_1742487089103_0.22229439089548597","host":"s3://npm-registry-packages-npm-production"}},"0.7.498":{"name":"@opensea/vessel","version":"0.7.498","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.498","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"410bee0797f58152140f25d6eb6e68e13720552d","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.498.tgz","fileCount":23,"integrity":"sha512-S58SRHEu5ZQqv1lXu9rtfHSmaIw0bnAj2hdh55yHI3A0NFyjJoJTx9NxuLOZ1E8QMonvGkgFdrTO7JoTZ4UZiw==","signatures":[{"sig":"MEYCIQDD612R43rKN+VrpAe8QvZnZGkdUgW9kzy6hFbHglQSHgIhAN9m/iPbyB4cWjoe+t5gIcQtxJ7+Mz9Bjt1l7waigBSm","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.498.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b179144acc4d19758fc4c461a951886d/opensea-vessel-0.7.498.tgz","_integrity":"sha512-S58SRHEu5ZQqv1lXu9rtfHSmaIw0bnAj2hdh55yHI3A0NFyjJoJTx9NxuLOZ1E8QMonvGkgFdrTO7JoTZ4UZiw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.498_1742499289068_0.6350580542678306","host":"s3://npm-registry-packages-npm-production"}},"0.7.499":{"name":"@opensea/vessel","version":"0.7.499","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.499","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"6108a2105888ecb6547bdc1f5d40f32804c9135a","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.499.tgz","fileCount":23,"integrity":"sha512-N+KaEMi5H9GFq4whYjuTSOmAE8vpnmQRyt45+gBVOMWBM13/TjsdH6iCUcNvmX2TNJqS/GrC08eN1wXe5Luj0A==","signatures":[{"sig":"MEUCIQDvxSNTS5k/z7E7tFJFZS/Q8NJhGHE2Dk+r7xmgSC/4JAIgSJ74N9y90TCYZzq96Eh6QNoXXrsKT37AJu3X6UDcA7A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.499.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ef7b433a0ba3e9fbbb3ef9d13b76ee6e/opensea-vessel-0.7.499.tgz","_integrity":"sha512-N+KaEMi5H9GFq4whYjuTSOmAE8vpnmQRyt45+gBVOMWBM13/TjsdH6iCUcNvmX2TNJqS/GrC08eN1wXe5Luj0A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.499_1742506055186_0.1073677702305087","host":"s3://npm-registry-packages-npm-production"}},"0.7.500":{"name":"@opensea/vessel","version":"0.7.500","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.500","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"40bfa29ec765be5ed6f38e33ebd68aeab91f4f83","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.500.tgz","fileCount":23,"integrity":"sha512-Nr7hjUd7KPTsxA/dfFc1r0MUovWed2cGG6OyVjH7hpMO/yTw6Msew18RcoYO6+KbrQ5E1gadpE9M8idIhvXujw==","signatures":[{"sig":"MEYCIQCWseGPZ3dghqFlYIgn9dvPYfzBejiX6ETTOQobP92QrAIhAIlgvKdilIYIFRni12bvVnpLKc6uXBgAePexo018pWPG","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.500.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/4d11bb897ff222e01f5bd043a223d0f1/opensea-vessel-0.7.500.tgz","_integrity":"sha512-Nr7hjUd7KPTsxA/dfFc1r0MUovWed2cGG6OyVjH7hpMO/yTw6Msew18RcoYO6+KbrQ5E1gadpE9M8idIhvXujw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.500_1742573787118_0.10050822320213193","host":"s3://npm-registry-packages-npm-production"}},"0.7.501":{"name":"@opensea/vessel","version":"0.7.501","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.501","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"d2c45106621782705e585463fdfde18a64c6fc78","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.501.tgz","fileCount":23,"integrity":"sha512-FWr78+RMMvP69GSR/rE7a+dbpADOoqGHYJMjHKKo3XNEK9O4hyKJp9r+bTkTndSasYI2wTTsX/qT/q1kmcx3vg==","signatures":[{"sig":"MEUCIDl6fhUzz3UcKc5VM5+9N6Ya+YDyhHtR1jao+WaIAbvMAiEAm0NYp9idectqd7iFbi1o5WSYENf1kVLDCQBhiB/4P3E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.501.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8983a2b651a8b5c7d6e58f2a4579bf52/opensea-vessel-0.7.501.tgz","_integrity":"sha512-FWr78+RMMvP69GSR/rE7a+dbpADOoqGHYJMjHKKo3XNEK9O4hyKJp9r+bTkTndSasYI2wTTsX/qT/q1kmcx3vg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.501_1742579465945_0.6655591347367371","host":"s3://npm-registry-packages-npm-production"}},"0.7.502":{"name":"@opensea/vessel","version":"0.7.502","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.502","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"e827301805fbed4bb3d56b3c3a25a6633abc7692","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.502.tgz","fileCount":23,"integrity":"sha512-4hGTgJrK/Te1toWR2OhgHlcgUAl8w+Y5VQOGQGu2Mk4gekdn+NSB/coxP1qaWRMMapAWIg/rQOtTNjYCGB9p3w==","signatures":[{"sig":"MEYCIQD8BIHetBwk7yc0oIX8/RJkrlpdoCGe+MTaePs3MPGKiwIhAJBrP7xC+UNux9p2ALeDwUVW+a9WnnXzDuPCAXgYngdR","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.502.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/cd98744b07a2aa894a2fa3a6234ae647/opensea-vessel-0.7.502.tgz","_integrity":"sha512-4hGTgJrK/Te1toWR2OhgHlcgUAl8w+Y5VQOGQGu2Mk4gekdn+NSB/coxP1qaWRMMapAWIg/rQOtTNjYCGB9p3w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.502_1742582087209_0.7527519411038643","host":"s3://npm-registry-packages-npm-production"}},"0.7.503":{"name":"@opensea/vessel","version":"0.7.503","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.503","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"335a695d8d9b9346647ec2d196ee72295b0dba78","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.503.tgz","fileCount":23,"integrity":"sha512-fa3StfDlxNzZEDA6fPTCo/X47CldV0PtNm9GlfZwMOjYXuwENLJMoYt8Rm8Jh+4BFSoe0eqGu+6K4A8ot+46WQ==","signatures":[{"sig":"MEQCIA91o6AEeDLJ1V4f+sr2x6HWkzBnbulMpmsW1kW7PQ72AiBe6TxRCuAN520nDWVRDKddgbeRl9KuqknnGqP7coYqmA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.503.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b9b0480cb5d6b6b1087fcb91554e0fd4/opensea-vessel-0.7.503.tgz","_integrity":"sha512-fa3StfDlxNzZEDA6fPTCo/X47CldV0PtNm9GlfZwMOjYXuwENLJMoYt8Rm8Jh+4BFSoe0eqGu+6K4A8ot+46WQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.503_1742583979617_0.701788326444758","host":"s3://npm-registry-packages-npm-production"}},"0.7.504":{"name":"@opensea/vessel","version":"0.7.504","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@0.7.504","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"2ceecadb83cce8bc5e136f0734570edabbfe7373","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-0.7.504.tgz","fileCount":23,"integrity":"sha512-bvmfD/Aav/RfZ3odubB5ILd2TK6dftmbnav5itGtNcqpOKHW8DwqBuC/V8Hsst0medvC4daN0Vb6JGxj6RcvLA==","signatures":[{"sig":"MEUCIQDfUW64pTTQ325fflUWzMx2A0zNdwz8ktRYloKOaqRvjAIgZq3l2ehq9A5f9SRxMwCRvEtJmstbPsW0FIWdbCHTh+c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-0.7.504.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/0501d6f83a57ae735870c398603cb52a/opensea-vessel-0.7.504.tgz","_integrity":"sha512-bvmfD/Aav/RfZ3odubB5ILd2TK6dftmbnav5itGtNcqpOKHW8DwqBuC/V8Hsst0medvC4daN0Vb6JGxj6RcvLA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_0.7.504_1742584297281_0.591884689004706","host":"s3://npm-registry-packages-npm-production"}},"1.0.0":{"name":"@opensea/vessel","version":"1.0.0","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.0.0","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"bf481d9d717afb278e7e06f638e0f1c825534c57","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.0.0.tgz","fileCount":23,"integrity":"sha512-bJDmqz1EfSrTnGqVo6jtf2TaUKZLYjREnvc9e/rxPuz6eG8w+vl8/Y/ODeqThYD/t6RI6j5C4v4COQqwvu+k7w==","signatures":[{"sig":"MEYCIQDQBk5RYKq5KDgcUdYko7RIMg6w7l2Ax9a0CljMXUkQhwIhAPzIziR9hjNJPDuIiZWRV+gubLP15DrIAxLoP6t4zK4L","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304281},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.0.0.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b46009bef673a4b0149a4a5fec887e21/opensea-vessel-1.0.0.tgz","_integrity":"sha512-bJDmqz1EfSrTnGqVo6jtf2TaUKZLYjREnvc9e/rxPuz6eG8w+vl8/Y/ODeqThYD/t6RI6j5C4v4COQqwvu+k7w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.0.0_1742614768616_0.22742690167563762","host":"s3://npm-registry-packages-npm-production"}},"1.0.1":{"name":"@opensea/vessel","version":"1.0.1","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.0.1","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"b2903a7a2a63c8c7858ed0e93de8273e728eebd7","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.0.1.tgz","fileCount":23,"integrity":"sha512-38IEAACOZqdyAKUiTNoUDBlKkZRLF5CPS3DRYiWasHgY3XsWOSXWZt0FMwRnmctRSy3H5c8KJnWXKo506LgPuw==","signatures":[{"sig":"MEUCIQD/ghNpDdab6El99n3FHyGYSTEs6UN2JCzvRYdneVofNwIgT+uzMI9uaLdGBBHgKKr5R0i1xcAO/8xQ8WWlJNC8P0I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304276},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.0.1.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/548b79e6ccc152e53a0fd74f1c53e5d5/opensea-vessel-1.0.1.tgz","_integrity":"sha512-38IEAACOZqdyAKUiTNoUDBlKkZRLF5CPS3DRYiWasHgY3XsWOSXWZt0FMwRnmctRSy3H5c8KJnWXKo506LgPuw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.0.1_1742708658444_0.5057482472100279","host":"s3://npm-registry-packages-npm-production"}},"1.0.2":{"name":"@opensea/vessel","version":"1.0.2","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.0.2","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"a71e7d535533506c55c69d0dbdfba1cfd3769325","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.0.2.tgz","fileCount":23,"integrity":"sha512-yC+eSqUz/JvVyn7hAP4HnvR+AEY6LgTjl2kfBS4k1+PqHWNWyZVFrqQYSRo6R7Z+yj+KIKdQy/QFvN7U53Osgg==","signatures":[{"sig":"MEUCIFlcuBSrTyPFJCjbcRQixUlIXr1d1h1lzE5cLNNL+JT1AiEAsYPzezYS/WIi1e3p+YbrCN/LZvV8ZQByvtE6JyAWQ/M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304276},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.0.2.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/285abec4de2c2202e5dfe009e2409979/opensea-vessel-1.0.2.tgz","_integrity":"sha512-yC+eSqUz/JvVyn7hAP4HnvR+AEY6LgTjl2kfBS4k1+PqHWNWyZVFrqQYSRo6R7Z+yj+KIKdQy/QFvN7U53Osgg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.0.2_1742840683560_0.9245459686316417","host":"s3://npm-registry-packages-npm-production"}},"1.0.3":{"name":"@opensea/vessel","version":"1.0.3","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.0.3","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"17bef75300d2aa2cddebb97195be9d0fd75cacbd","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.0.3.tgz","fileCount":23,"integrity":"sha512-vMIoAtAvJxjW8mnt1ssKSux35m6cSjM15zuOaNy3IzRP1C7WpvMUoNCv1/OQyMAsLBJ/0OOYdCGIWUbEMRe6Bg==","signatures":[{"sig":"MEUCIHnNgMX/YsDFZLEUmNL2Rmqnk9lk3rx86rdNR+xy1b8KAiEAwSdsa8Zfe9V8iMfyDjsL4FQZlIE/QdPzQVUthf/SM1A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304276},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.0.3.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f85228003f890b2b2d9fcc21aeff7156/opensea-vessel-1.0.3.tgz","_integrity":"sha512-vMIoAtAvJxjW8mnt1ssKSux35m6cSjM15zuOaNy3IzRP1C7WpvMUoNCv1/OQyMAsLBJ/0OOYdCGIWUbEMRe6Bg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.0.3_1742849460846_0.4037284276411577","host":"s3://npm-registry-packages-npm-production"}},"1.0.4":{"name":"@opensea/vessel","version":"1.0.4","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.0.4","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"6da61ee116a8cbf24e9ccbe86696e98eb0f2a877","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.0.4.tgz","fileCount":23,"integrity":"sha512-6BvSQOivvpGQF69c571M9dW46+Kkhw9eUn8VX4WWr+0VfKmuMBLzpAg48txY4tJy32dQwHABKHisLCR5h0s6fw==","signatures":[{"sig":"MEQCIBYWRaNunNCfj2wQ0T2GSxAHWDdpfU+OmAHka6t7V3b4AiBAo97AgbkTG1ZBdtTiP0YbaNva5ONHzNZxjIA3Dgvq3A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304276},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.0.4.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/2d44ef0564b7e79f7e8a3b649cd54e4a/opensea-vessel-1.0.4.tgz","_integrity":"sha512-6BvSQOivvpGQF69c571M9dW46+Kkhw9eUn8VX4WWr+0VfKmuMBLzpAg48txY4tJy32dQwHABKHisLCR5h0s6fw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.0.4_1742902743441_0.0991149652047294","host":"s3://npm-registry-packages-npm-production"}},"1.0.5":{"name":"@opensea/vessel","version":"1.0.5","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.0.5","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"5ed8b680ce1e4b4a740e757b6d8356e48f826e60","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.0.5.tgz","fileCount":23,"integrity":"sha512-JR60FHD07CxeCMj9e4s6iociv7/mEjpLDVFT8RgelVDplvHUImge3+KJj3xCw+RUON/mmvRJtqjbnU18nkkFOA==","signatures":[{"sig":"MEUCIQCs4ui0K171uVs+eKfZB1vOeDQPmKp3hFmhfz6Z+7MBGQIgWaeVdhjmkaqBDlckFkJKApEXBL/WgvNqv9bm34Ji0aQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304281},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.0.5.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d145cae3a51da3196ab49ecb3ca978eb/opensea-vessel-1.0.5.tgz","_integrity":"sha512-JR60FHD07CxeCMj9e4s6iociv7/mEjpLDVFT8RgelVDplvHUImge3+KJj3xCw+RUON/mmvRJtqjbnU18nkkFOA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.0.5_1742909732373_0.08357192558551452","host":"s3://npm-registry-packages-npm-production"}},"1.0.6":{"name":"@opensea/vessel","version":"1.0.6","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.0.6","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"bfa77e1fa46dd137c3fcdbd8cb678d049a8d72da","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.0.6.tgz","fileCount":23,"integrity":"sha512-G7nywFmpic88662p52XJRtixDp+3XCEaMWSXtBN054EvXkK+baHu2fpijERB/HWev+OXT5pcdelwNh/Gn0hHaA==","signatures":[{"sig":"MEQCIEceeZmspoak2So9j7/z4q4YFFFrhZ5pzdR+xYIHrF+0AiAkbHPZs2AtagnT3d8i6rV2layLoBbwepieZfAHKeAvwA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304276},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.0.6.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/6269c8e590aa50092487001c6a7b0be1/opensea-vessel-1.0.6.tgz","_integrity":"sha512-G7nywFmpic88662p52XJRtixDp+3XCEaMWSXtBN054EvXkK+baHu2fpijERB/HWev+OXT5pcdelwNh/Gn0hHaA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.0.6_1742928441343_0.5474131909013129","host":"s3://npm-registry-packages-npm-production"}},"1.0.7":{"name":"@opensea/vessel","version":"1.0.7","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.0.7","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"27a2f30d35935330c0f220ca8bd1a01f462beafa","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.0.7.tgz","fileCount":23,"integrity":"sha512-HwI5mmt19QG9EaCrIGwfeqtqPPjecqGyw913frUdnkl0mgrKD0hfa12XTx2mNKX1kIfO8S4/9emJleUySSyWJg==","signatures":[{"sig":"MEYCIQC81EBNNg9ee1Lp5UA1Ps303N9+gUsdDI+Rw6BIWafvlAIhAImbx0Ekxp9H4rGjyc+TPruOu5t6XnC+Vhq/6RlUhqXo","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304281},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.0.7.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f4e03ca1417eb17171cb657a95564614/opensea-vessel-1.0.7.tgz","_integrity":"sha512-HwI5mmt19QG9EaCrIGwfeqtqPPjecqGyw913frUdnkl0mgrKD0hfa12XTx2mNKX1kIfO8S4/9emJleUySSyWJg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.0.7_1742951900965_0.8398543830327265","host":"s3://npm-registry-packages-npm-production"}},"1.0.8":{"name":"@opensea/vessel","version":"1.0.8","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.0.8","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"aa6b485147755d6419ed67692bd702791c5e1994","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.0.8.tgz","fileCount":23,"integrity":"sha512-Td+ePa3C20pWHqLsAjiiycd4yeB2zK5rcFFwCdoElVyEaDhKKn/brLUuWmO6bgaNQmfNC82CcH2eBBzCfg/S6w==","signatures":[{"sig":"MEQCIELKX7+SXwRVhy93jrxciIRXSIWi6EimBJECk0E6S0qZAiAcHZZuKb1O8LHUB+c5fAy/gVp33AhW6TWHiaQJYPlT8w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304281},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.0.8.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/56874cd746cb4653b970c50ba945351f/opensea-vessel-1.0.8.tgz","_integrity":"sha512-Td+ePa3C20pWHqLsAjiiycd4yeB2zK5rcFFwCdoElVyEaDhKKn/brLUuWmO6bgaNQmfNC82CcH2eBBzCfg/S6w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.0.8_1742953262994_0.912524228568395","host":"s3://npm-registry-packages-npm-production"}},"1.0.9":{"name":"@opensea/vessel","version":"1.0.9","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.0.9","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"2c78753efdc9a99407e91532eff1b85e10d76a3e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.0.9.tgz","fileCount":23,"integrity":"sha512-b9UkQSdq1/Jr5RPmZST7ksL3yafnj8ANBilW1YQ7K59+D7THw6rGD7cm1oth/ayeWM1H4qOSDkKyaAlubOMRMg==","signatures":[{"sig":"MEUCIQD/0mVWNTdK5r68MUvRa9IP2LcifXWXyG1tx9Ajb7lqUgIgU7uK9sJNv2NKOUXS9FDONb0aCdwjR2DWLkegCq9yUyA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304281},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.0.9.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/1ea079c0ac61d49772c9e2b529dd1cd0/opensea-vessel-1.0.9.tgz","_integrity":"sha512-b9UkQSdq1/Jr5RPmZST7ksL3yafnj8ANBilW1YQ7K59+D7THw6rGD7cm1oth/ayeWM1H4qOSDkKyaAlubOMRMg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.0.9_1742953889581_0.09706332792657157","host":"s3://npm-registry-packages-npm-production"}},"1.0.10":{"name":"@opensea/vessel","version":"1.0.10","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.0.10","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"40a2302f5834ac16272539a732d624b3bbf78cda","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.0.10.tgz","fileCount":23,"integrity":"sha512-ootjm7/g9m6aKfsbRH4A8soCWBZx/q0FtqptSXLlFSE7hTXVqFsix+45ao6Dc+fkDnykjEUOW6vq/iBcL6jdEA==","signatures":[{"sig":"MEUCIEsHpEY1zwCG4QinZD0mB3/gLXrTlDL0ITB1iVKjjlzEAiEA+XVAdCHIVx98Q8Jyz/20Eiq17USIyb/Bs8vwkkjyz5M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.0.10.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/9440f45a16cd7292106ee45c96e360a1/opensea-vessel-1.0.10.tgz","_integrity":"sha512-ootjm7/g9m6aKfsbRH4A8soCWBZx/q0FtqptSXLlFSE7hTXVqFsix+45ao6Dc+fkDnykjEUOW6vq/iBcL6jdEA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.0.10_1742962345760_0.9656180523536477","host":"s3://npm-registry-packages-npm-production"}},"1.0.11":{"name":"@opensea/vessel","version":"1.0.11","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.0.11","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"8bddcb9d1204e41c966d62d7384d33b1828059c2","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.0.11.tgz","fileCount":23,"integrity":"sha512-j0MUZFluxUXQdfKCCzsoWOB1v6hTlkZ9qlZ9fJ3nQskOAn6RxB17mpclxTwUogfh+Mpyuq7Da3Gat1Esk65hPA==","signatures":[{"sig":"MEQCIDtWTHp45H5tOIb3q3M0lsh249fd5hOaLZeK369EUXV/AiBHFry8kFmqTbLfIAq00Qpblura2+diSNFcDGNhqFbnfA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.0.11.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5c62719d106ed86a602aacacbedd3773/opensea-vessel-1.0.11.tgz","_integrity":"sha512-j0MUZFluxUXQdfKCCzsoWOB1v6hTlkZ9qlZ9fJ3nQskOAn6RxB17mpclxTwUogfh+Mpyuq7Da3Gat1Esk65hPA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.0.11_1742969533504_0.0890082425382841","host":"s3://npm-registry-packages-npm-production"}},"1.0.12":{"name":"@opensea/vessel","version":"1.0.12","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.0.12","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"4530c87f1ed6c4cb2ed6e4951a0d55aff3ebeadc","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.0.12.tgz","fileCount":23,"integrity":"sha512-lTkAjdWZeIEiwPkgJhnF1WmgSeHwcSCFe4wpgOUpd8FCJoGW3erE4jh6MGZMy1sT5yRZ2UBWEYwtMkVf9msNNw==","signatures":[{"sig":"MEUCIQDx1c+RqURAKi5Xr95qVeRhTNvfLfC3FddOzBdEFyaiywIgTpJfWDRQG08ghi8//uMW8rAnv/omCaaWYFXrxw8qfuU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.0.12.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/49da9b1225ce651627a8973a25f838a7/opensea-vessel-1.0.12.tgz","_integrity":"sha512-lTkAjdWZeIEiwPkgJhnF1WmgSeHwcSCFe4wpgOUpd8FCJoGW3erE4jh6MGZMy1sT5yRZ2UBWEYwtMkVf9msNNw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.0.12_1742980220075_0.8947028136730242","host":"s3://npm-registry-packages-npm-production"}},"1.0.13":{"name":"@opensea/vessel","version":"1.0.13","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.0.13","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"fd317daaa19e3af2b6be8089f1b02808838a55bf","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.0.13.tgz","fileCount":23,"integrity":"sha512-tCMRyDBi0H5l4LUBXc+vuxxVckXL+VwXn8FU0YoyoCXyieXEQtdwGso4Img1bBUhePhAOekBiegqtmYQIvLvEg==","signatures":[{"sig":"MEUCIELhCu4TJwgbOdODmRNx52BfQsGzfyUv8wf4LnJb877vAiEAj1BOdVnWLbwbfJGEjTCGNoqMFQi2/qFjEKcZQ2dw/wI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.0.13.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/9e80219c59cf88b16b7d94785adb9e56/opensea-vessel-1.0.13.tgz","_integrity":"sha512-tCMRyDBi0H5l4LUBXc+vuxxVckXL+VwXn8FU0YoyoCXyieXEQtdwGso4Img1bBUhePhAOekBiegqtmYQIvLvEg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.0.13_1742983840491_0.8624730164849514","host":"s3://npm-registry-packages-npm-production"}},"1.0.14":{"name":"@opensea/vessel","version":"1.0.14","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.0.14","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"1113cf5fccca8d3aa8bb25f425714512590942c4","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.0.14.tgz","fileCount":23,"integrity":"sha512-VcoZ6x2GlKdrSEPXjS+w/4JAvCruu9pxWm4mPL+z9f7BYSNj3ts98DBbXMiKXV/L/gO7XIN3X1tysCy+vB03bQ==","signatures":[{"sig":"MEUCICmfCoMgoYrefMJIFXDYXQRsm2/ddBVqRRmRDcuVlsO/AiEA5FaPSIMoZnYh/8Uf0LiYZdU6+62p+2YIytPz6FBtZiI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.0.14.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/06a4bfc91b5c251edeb643a71af4fb5f/opensea-vessel-1.0.14.tgz","_integrity":"sha512-VcoZ6x2GlKdrSEPXjS+w/4JAvCruu9pxWm4mPL+z9f7BYSNj3ts98DBbXMiKXV/L/gO7XIN3X1tysCy+vB03bQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.0.14_1742987378971_0.06680118140788527","host":"s3://npm-registry-packages-npm-production"}},"1.0.15":{"name":"@opensea/vessel","version":"1.0.15","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.0.15","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"a6b405a328d8042ba010a7d237d129ed37eb9f2a","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.0.15.tgz","fileCount":23,"integrity":"sha512-afiYvUjDOtuIkNfkESH4xWYzJIaNmeoZKiU7LEZAlfafx+pOJzW+qWI9+8RK6CMVrwswpPFlROC7CtXR/wpUIQ==","signatures":[{"sig":"MEUCIAcDQVCkCmQA/Lr0NNXVh7TTZSb3zwoJdYan89HoMg9+AiEA4X2jTnAVPV1FmgYD7B0IWKh6IFHRpxNVBRgZ0kHu4FI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.0.15.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d390abe782bc4343cdff970db9f6fcc1/opensea-vessel-1.0.15.tgz","_integrity":"sha512-afiYvUjDOtuIkNfkESH4xWYzJIaNmeoZKiU7LEZAlfafx+pOJzW+qWI9+8RK6CMVrwswpPFlROC7CtXR/wpUIQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.0.15_1742992494771_0.4286011263719207","host":"s3://npm-registry-packages-npm-production"}},"1.0.16":{"name":"@opensea/vessel","version":"1.0.16","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.0.16","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"040b21b79a986ba622e879e35131e865fd7a0097","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.0.16.tgz","fileCount":23,"integrity":"sha512-EL88r1BMa3gGMhcVyc2acbu3YgmjZbuVov3KqWWlHtWOnx6plB0e0CQq4tYbtFRiYum1K/44z6KmkiRyvFDsEQ==","signatures":[{"sig":"MEQCIHatUqoqAVfGlAU71RkKr4AcVzt8iOYydhpLkyw3sGsfAiB6wunUsrr0FBq/S158K6gR6k7nDQaMssVe6FhRYe9fgA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.0.16.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/dac233f90425dc4f54a7fcfb406a135e/opensea-vessel-1.0.16.tgz","_integrity":"sha512-EL88r1BMa3gGMhcVyc2acbu3YgmjZbuVov3KqWWlHtWOnx6plB0e0CQq4tYbtFRiYum1K/44z6KmkiRyvFDsEQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.0.16_1742994966944_0.5711588641322767","host":"s3://npm-registry-packages-npm-production"}},"1.0.17":{"name":"@opensea/vessel","version":"1.0.17","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.0.17","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"77a66227842805a0d83d0761ae22d86201b031ef","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.0.17.tgz","fileCount":23,"integrity":"sha512-pwOvNkNTaBGnTMGUC+eS8+D30+eV+HI+OA+b75YS+WK8xRLWODjG94Tp3PUnefM9OBy6kUP56LD5j8d+r1csjw==","signatures":[{"sig":"MEUCIAm8i2rXPYRAHLwEe2+T1tccd+e8OPZvabaBwdj9/zsTAiEAk561vXMUMW0IMrCjeptOSmMaFqSQURXR7lNjnKuMhUw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.0.17.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8485996479b28a1746b4bc8b56d687a5/opensea-vessel-1.0.17.tgz","_integrity":"sha512-pwOvNkNTaBGnTMGUC+eS8+D30+eV+HI+OA+b75YS+WK8xRLWODjG94Tp3PUnefM9OBy6kUP56LD5j8d+r1csjw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.0.17_1743003056702_0.41386891690055516","host":"s3://npm-registry-packages-npm-production"}},"1.0.18":{"name":"@opensea/vessel","version":"1.0.18","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.0.18","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"2af2ab0de539353c6aa319d9893e51ad48a93369","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.0.18.tgz","fileCount":23,"integrity":"sha512-C0zTnja7x3zLqET0cDyyO7uklFwax9SO+7nlY4pKO3zfrUK2Bsgl1NSiA6uMW1da/M9UcQDe8m/gFqTGCFu08A==","signatures":[{"sig":"MEUCIQDycq62BtjlM43jO98l+6FgSINkmSebJVJfcnPM4yardwIgLQEWvT0+Dzq2LOM31gBhGYjYhKgdw52E8P+8PXdY/ho=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.0.18.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/2cf89e6d5825d31e858836ea30510490/opensea-vessel-1.0.18.tgz","_integrity":"sha512-C0zTnja7x3zLqET0cDyyO7uklFwax9SO+7nlY4pKO3zfrUK2Bsgl1NSiA6uMW1da/M9UcQDe8m/gFqTGCFu08A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.0.18_1743008645625_0.258432956868786","host":"s3://npm-registry-packages-npm-production"}},"1.0.19":{"name":"@opensea/vessel","version":"1.0.19","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.0.19","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"624a732709f7765361ec47333c0d1c4cbfb6b579","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.0.19.tgz","fileCount":23,"integrity":"sha512-KHzXqDdAXNg/mtoA5AYN0u2sw93CUpa3jDSAkA2UBuaJpCGLFctfY8Ev3nnsM3Nr8BOXOE0xz9+Vqw1jyhq00Q==","signatures":[{"sig":"MEUCIBTFFKeEUcMeCx48TOcQklxTQLbipUNH6Cl90whwmfkmAiEA0UuyQCFenA648RSzRSNt/lRcBZJnvGjEs2f7cDpFNxw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.0.19.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d67e38ce632c94cfc6815e2e174fc299/opensea-vessel-1.0.19.tgz","_integrity":"sha512-KHzXqDdAXNg/mtoA5AYN0u2sw93CUpa3jDSAkA2UBuaJpCGLFctfY8Ev3nnsM3Nr8BOXOE0xz9+Vqw1jyhq00Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.0.19_1743012741164_0.1954734412054","host":"s3://npm-registry-packages-npm-production"}},"1.1.0":{"name":"@opensea/vessel","version":"1.1.0","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.0","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"41e7b99dfb2f1b52e2f6bed71b0118bed1af6dd2","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.0.tgz","fileCount":23,"integrity":"sha512-L9Hu1arlmduNCuBrAFyYHskw0uanIPgdOG1nBASsU5HY9j4ewwwgwzwRtDbLGlir6E65X0bl/iHzwzTH8F39/A==","signatures":[{"sig":"MEUCIQCuRP2iza7aP0mNh2fyRKoZ6llOnnNmplGL6HsK78FHqQIgE6/9+qN2zPtXf3KEQ/co3tePUmI2lwDoCJb7o1Nmozs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304281},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.0.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/7599f47e749be6ae1e5e413bbe4e4ced/opensea-vessel-1.1.0.tgz","_integrity":"sha512-L9Hu1arlmduNCuBrAFyYHskw0uanIPgdOG1nBASsU5HY9j4ewwwgwzwRtDbLGlir6E65X0bl/iHzwzTH8F39/A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.0_1743023494664_0.10972014915345119","host":"s3://npm-registry-packages-npm-production"}},"1.1.1":{"name":"@opensea/vessel","version":"1.1.1","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.1","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"539b36ff070c1c761740377832fa8e7280cfcd37","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.1.tgz","fileCount":23,"integrity":"sha512-nVYO0WzqDCyo6yb0yIUjl/Wrh7BmJdt/r1o/e+vD6SoAJ9KgUelLN6jTN+ses8mjWajCYdQnthJhN73URetGSw==","signatures":[{"sig":"MEUCIGlHHl1KK8ZbSwApwUDNKBAGCEe2BFzQfuKozsmubxO4AiEAnQo0UgF7xCwC2UvGORH2gjrVpJnBtkorTHyfm/cn4qY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304276},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.1.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/4f94cf6892923053a85c42d2414d7003/opensea-vessel-1.1.1.tgz","_integrity":"sha512-nVYO0WzqDCyo6yb0yIUjl/Wrh7BmJdt/r1o/e+vD6SoAJ9KgUelLN6jTN+ses8mjWajCYdQnthJhN73URetGSw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.1_1743026317318_0.6908637292718143","host":"s3://npm-registry-packages-npm-production"}},"1.1.2":{"name":"@opensea/vessel","version":"1.1.2","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.2","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"9b8ac2da9daa6e67ca0f455490fa09f18180d27a","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.2.tgz","fileCount":23,"integrity":"sha512-GgXSyjIaB+3X2HJav1w8pNH6meeWfp1NzWfoHrisygGQyWZtgVEjtPeW2RwYMDldI9wCnJHQVXFVgs4HWFNJeg==","signatures":[{"sig":"MEQCIBBq+DbZsk7Mw+AauF0VCBzFtv3d7hHJkTMXMFrodNw7AiAHijp9p3jCX7mWxy0O2avpHzDtM95rpE1ZilGEnQEuWQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304276},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.2.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b92c45e842810b99b66ab87b167155be/opensea-vessel-1.1.2.tgz","_integrity":"sha512-GgXSyjIaB+3X2HJav1w8pNH6meeWfp1NzWfoHrisygGQyWZtgVEjtPeW2RwYMDldI9wCnJHQVXFVgs4HWFNJeg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.2_1743027009589_0.15376180100835812","host":"s3://npm-registry-packages-npm-production"}},"1.1.3":{"name":"@opensea/vessel","version":"1.1.3","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.3","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"5f610741ebb6a169d945816d0ed879a31fdd8b7d","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.3.tgz","fileCount":23,"integrity":"sha512-grbNq3l6IrDagkEDEKQARaiFIOsRNvt2Z3YciemayyyOJTk0Pbj6A0+PmpkvuPQ5mD76mDGq7OHeWaSjlZma8g==","signatures":[{"sig":"MEUCIQCSTF8WiFHWlPz5u5G2/SOCRfNJugh200UmpmWChfGvvwIgK2QTJkoBeMbi9rZzdZrX9+Dy3QGN4T0RZ/0aP0O2q8c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304281},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.3.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/fbf16605da2e808b2c59795cff1d8e04/opensea-vessel-1.1.3.tgz","_integrity":"sha512-grbNq3l6IrDagkEDEKQARaiFIOsRNvt2Z3YciemayyyOJTk0Pbj6A0+PmpkvuPQ5mD76mDGq7OHeWaSjlZma8g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.3_1743042995515_0.7163955233460528","host":"s3://npm-registry-packages-npm-production"}},"1.1.4":{"name":"@opensea/vessel","version":"1.1.4","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.4","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"1d0aab94d51e14f0a8cfb43ce2873306dca48c77","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.4.tgz","fileCount":23,"integrity":"sha512-NkCs98i+esl0JuqAdBipAtsRqRLAqfiYyvoSKMVwOsr90/ISsXrdFUN4oManZpm/1AHb38SSEPg9nbhCsY6MwQ==","signatures":[{"sig":"MEUCIQDtaauvexxXXT3WduoXCtDIIHSDdseyniXTg8yg+etflwIgRtusAxutelT/gx19Tj5dkrKw6ukZKkIEDJvhgLU0XAE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304276},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.4.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/2124fd02fe5c383527bb60b174a10adb/opensea-vessel-1.1.4.tgz","_integrity":"sha512-NkCs98i+esl0JuqAdBipAtsRqRLAqfiYyvoSKMVwOsr90/ISsXrdFUN4oManZpm/1AHb38SSEPg9nbhCsY6MwQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.4_1743054676577_0.2752825976032882","host":"s3://npm-registry-packages-npm-production"}},"1.1.5":{"name":"@opensea/vessel","version":"1.1.5","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.5","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"0742983a197e69cd2379dea39df879abcf79cf04","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.5.tgz","fileCount":23,"integrity":"sha512-sY2sVA5YYdRdVgaqebYi7e/YaBSdPS5QLF1QYDVXapSLIjEI5yI2bo+QHzozAknIABYsgAfZYE6ZYoCOTOxMyw==","signatures":[{"sig":"MEQCIAx0qM7CHR9lZbsmh0si2MGVxNlp0RjuWqIOSBk/6sDZAiBAxAHMN4hVqAwz5bMT+2EPaoXejp/TB7Vxy8d8EBKn7Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304276},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.5.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/9f863a2dd8568cd00cce48d7e0698cc1/opensea-vessel-1.1.5.tgz","_integrity":"sha512-sY2sVA5YYdRdVgaqebYi7e/YaBSdPS5QLF1QYDVXapSLIjEI5yI2bo+QHzozAknIABYsgAfZYE6ZYoCOTOxMyw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.5_1743066670276_0.2777037440279626","host":"s3://npm-registry-packages-npm-production"}},"1.1.6":{"name":"@opensea/vessel","version":"1.1.6","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.6","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"871d290bc6ad034f5862e813cfa8b7178c13b950","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.6.tgz","fileCount":23,"integrity":"sha512-IOgQN4aRgkLQsbDtZ5iDMTV3NCmu0QA3o1CpfswD7dgiVvpDGYT5/2g1frh2suFOtMMEb0QzuezG//W9vWOhWQ==","signatures":[{"sig":"MEYCIQDJ0vHUrO/5bPipjJwJdkyGBbw9MGdv5kGKiFOBICxabgIhANhJWRZc1zy1gTp0UxJb3VNgseecCoNzDRXTQuaw5Q2j","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304281},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.6.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/66b8a0c159f4814820aea074f5aee061/opensea-vessel-1.1.6.tgz","_integrity":"sha512-IOgQN4aRgkLQsbDtZ5iDMTV3NCmu0QA3o1CpfswD7dgiVvpDGYT5/2g1frh2suFOtMMEb0QzuezG//W9vWOhWQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.6_1743070237147_0.9558051228775888","host":"s3://npm-registry-packages-npm-production"}},"1.1.7":{"name":"@opensea/vessel","version":"1.1.7","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.7","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"7d51deaa962efd5de27872aecb89dc1db587adbe","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.7.tgz","fileCount":23,"integrity":"sha512-G5K+tcOga4ZKq2aKR4M3fWvSfddK/klzNQX6XBCVGdE2K/pxBi0EKwWb5GH+4h1oVzX1Xaby9fL/yK//XYIHUg==","signatures":[{"sig":"MEUCIQCc6JiICQ3HMnjOp6jYQEc7S1RFykxTmF9I7xxJHcTdvwIgNGt42q8i6jdo8giFjWPEFOOD+YgI5y7hHwtHsS5Rca0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304276},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.7.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a836ccb08ea4f61bf8ba3915410f6ca5/opensea-vessel-1.1.7.tgz","_integrity":"sha512-G5K+tcOga4ZKq2aKR4M3fWvSfddK/klzNQX6XBCVGdE2K/pxBi0EKwWb5GH+4h1oVzX1Xaby9fL/yK//XYIHUg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.7_1743077673454_0.3142001553059368","host":"s3://npm-registry-packages-npm-production"}},"1.1.8":{"name":"@opensea/vessel","version":"1.1.8","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.8","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"3864a9eff59e91b2aaec6d07153620d941f6bcd3","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.8.tgz","fileCount":23,"integrity":"sha512-O99nRZcjrHNv3CreXEMXjhBA4/nR5gIXDQgeMZnDUOefsoT13v9dRuBw+ukT5uEqKQh5h0OV9ZikZPTT66Pr0g==","signatures":[{"sig":"MEYCIQCZI3UihlBo53YaBK/FgLpwswZjvtsIEtxfypJFvFVpmwIhAOz3OczpYDTm/LzLUcPGF3hNVCX9/3Ixo+VCULUKJ1D7","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304281},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.8.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/1a9e5f8435a062057439611f43ccd799/opensea-vessel-1.1.8.tgz","_integrity":"sha512-O99nRZcjrHNv3CreXEMXjhBA4/nR5gIXDQgeMZnDUOefsoT13v9dRuBw+ukT5uEqKQh5h0OV9ZikZPTT66Pr0g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.8_1743088267899_0.08394258222584838","host":"s3://npm-registry-packages-npm-production"}},"1.1.9":{"name":"@opensea/vessel","version":"1.1.9","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.9","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"cb3f4d944b81a1f906b03999e6ac8e3d53c71b9a","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.9.tgz","fileCount":23,"integrity":"sha512-A9VjxIsPMZFn1NGc/I7J/6gkcnfzsMnnoLMwBjKPk+ZM17ddMppaTUo+ExzzL0oTNS+b7Ts+0hqVlqY/pdCMBw==","signatures":[{"sig":"MEQCIAkImT8YfHoPrfpxWW59TmKrOIa7w22ebGvSxxgCVwPuAiAbvV7AOpBWeW5e6uW+u+4Qnk9WI2AfE9DiekgRpo8uKw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304276},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.9.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/31003d768bbf8b72372cbf9170ca10d3/opensea-vessel-1.1.9.tgz","_integrity":"sha512-A9VjxIsPMZFn1NGc/I7J/6gkcnfzsMnnoLMwBjKPk+ZM17ddMppaTUo+ExzzL0oTNS+b7Ts+0hqVlqY/pdCMBw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.9_1743095400263_0.5656446040066905","host":"s3://npm-registry-packages-npm-production"}},"1.1.10":{"name":"@opensea/vessel","version":"1.1.10","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.10","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"a117b537e22e22744730f39b6a564a04d8ae01bd","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.10.tgz","fileCount":23,"integrity":"sha512-q8AY0MR+ij7lkMidhGYJYDsiPVWErUyUUXDd6rdFmmkC50qOgTc/7+GUjnLHZleaWLCApU2/fV9MMp6YkZtSRw==","signatures":[{"sig":"MEUCICRxs+FcdDY25hFv3mQzfXHNMI/cEYhT+lJJyY5VS+QUAiEA2H/UOlyCD9mnTHAjNOpJvLE3mmAD59b7Mg+pTPpwxRw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.10.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a0540e8cdf3360fc32aa352d665b64de/opensea-vessel-1.1.10.tgz","_integrity":"sha512-q8AY0MR+ij7lkMidhGYJYDsiPVWErUyUUXDd6rdFmmkC50qOgTc/7+GUjnLHZleaWLCApU2/fV9MMp6YkZtSRw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.10_1743172427402_0.12543879588789442","host":"s3://npm-registry-packages-npm-production"}},"1.1.11":{"name":"@opensea/vessel","version":"1.1.11","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.11","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"8a97acaa8f7022fc20a2a04df363ff7f3f027e5a","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.11.tgz","fileCount":23,"integrity":"sha512-YhieB6779lL3tcrcYHOc2UnZ6+eAIyaDnUO3RMcv3/WUNATDPcwpTolNdRSebpQwpWUELDFoL7yg0uwlDfcluA==","signatures":[{"sig":"MEUCIQDJLh9XYr7spRSe4fNaK5LlThVOj7D60UG7dUn8NdKUuQIgNAlRNlM9UFhERiCCBf6XOA9eQspXj3NOwt2/CqoSv8o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.11.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5a7ed42ac431b5b070e88d1e44e1ef81/opensea-vessel-1.1.11.tgz","_integrity":"sha512-YhieB6779lL3tcrcYHOc2UnZ6+eAIyaDnUO3RMcv3/WUNATDPcwpTolNdRSebpQwpWUELDFoL7yg0uwlDfcluA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.11_1743174133534_0.179473449907525","host":"s3://npm-registry-packages-npm-production"}},"1.1.12":{"name":"@opensea/vessel","version":"1.1.12","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.12","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"ca82915c4cad0764206213c2700eda074f882e3a","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.12.tgz","fileCount":23,"integrity":"sha512-DnlUpTCpQU1PXuITBm0ndCPBBU8OyHmn+SwXIaZ7+VYrQAgVWkaoUZ5bmq44EaU8zYR5Zk/w6vKFsS5ATejKmg==","signatures":[{"sig":"MEUCIDKo1MfAjl6rhDihiUbz8a0hxkvoFqBjC4hQIdi9pHYXAiEAzJ3Y2vjmWba3VEZfNrq57AGXDZM89G9kPb0NycPtldE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.12.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/3403435482639ef0c0b69c78bda7693c/opensea-vessel-1.1.12.tgz","_integrity":"sha512-DnlUpTCpQU1PXuITBm0ndCPBBU8OyHmn+SwXIaZ7+VYrQAgVWkaoUZ5bmq44EaU8zYR5Zk/w6vKFsS5ATejKmg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.12_1743174647533_0.36364680645446157","host":"s3://npm-registry-packages-npm-production"}},"1.1.13":{"name":"@opensea/vessel","version":"1.1.13","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.13","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"4152488084cb0f34573763b6dd9f24c79fe0b84d","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.13.tgz","fileCount":23,"integrity":"sha512-/g+uBQI2CPWcdTGrdEDo9o3qN0+NCTy5nvEvXy8G7/I4pNdw33LIMEbvLlBVOzSxZR6+LTnGCUmn5xP/mNXd4Q==","signatures":[{"sig":"MEQCIHxrMbpfLm2qkmbeeD6x62TM2XV1JBwWxMURK/G6MfZ2AiAlUTI+xCFLcv7Is2C+LQq6s+EQk6Lo+LDzXPM/ILlUpQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.13.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/784c62c4b6588b868a232b76f945849b/opensea-vessel-1.1.13.tgz","_integrity":"sha512-/g+uBQI2CPWcdTGrdEDo9o3qN0+NCTy5nvEvXy8G7/I4pNdw33LIMEbvLlBVOzSxZR6+LTnGCUmn5xP/mNXd4Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.13_1743178288072_0.9839075814383664","host":"s3://npm-registry-packages-npm-production"}},"1.1.14":{"name":"@opensea/vessel","version":"1.1.14","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.14","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"b55dfd6e753ccc7e04ba97662003b12f8c9335a8","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.14.tgz","fileCount":23,"integrity":"sha512-ba5C4Z7wuN+6NQMWlhD7CucfdbyoVx7x2KFVCbqugXxXF4fjnH7ndpJCsYJhVFgN5+RFMZpnV61OHzSc5PfsoQ==","signatures":[{"sig":"MEUCIFK5MQmpLWFN9FCh1KrN0qsQG+ZuTKzsDbsKEBDABFdaAiEAkIoXSRltYyvmM5u9v+EkMObjpDk94BdyD+1r/EShrpc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.14.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/6d25aa198185969d2155a873420e7a71/opensea-vessel-1.1.14.tgz","_integrity":"sha512-ba5C4Z7wuN+6NQMWlhD7CucfdbyoVx7x2KFVCbqugXxXF4fjnH7ndpJCsYJhVFgN5+RFMZpnV61OHzSc5PfsoQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.14_1743182167953_0.059843216396990195","host":"s3://npm-registry-packages-npm-production"}},"1.1.15":{"name":"@opensea/vessel","version":"1.1.15","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.15","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"aa6efa815c09d6e092d7280c99002821c3b95366","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.15.tgz","fileCount":23,"integrity":"sha512-Ek7n97OozF1DcHOy6g7BDDfABSjEWlXr9keTBMes9HMi8eZSanoHlAZF+ZjdsmbBeLpPoe5/4MD/anoBDnxW3A==","signatures":[{"sig":"MEUCIEcriocb45U1PZWJ7uowy2hUMUA+NIQa11P1GUvK7hKQAiEAjq3VlnK9CE3T5vMf77qVgnSBH03YG0ZncznY4fo3DGE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.15.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/508d9a50d1de0b4370a06fa56e6bfbe6/opensea-vessel-1.1.15.tgz","_integrity":"sha512-Ek7n97OozF1DcHOy6g7BDDfABSjEWlXr9keTBMes9HMi8eZSanoHlAZF+ZjdsmbBeLpPoe5/4MD/anoBDnxW3A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.15_1743185553732_0.9207827396279149","host":"s3://npm-registry-packages-npm-production"}},"1.1.16":{"name":"@opensea/vessel","version":"1.1.16","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.16","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"15ccd7f98da1a5aa803cf5e1a2557956417ed17b","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.16.tgz","fileCount":23,"integrity":"sha512-IJFe6USqD9ZHBOmJe1zIwOtwaYLgGCYk/Fl7GftiAAFD3PMr7lLOgNIZzTmgpelD2yNjwjg5cqzMic+HSooptg==","signatures":[{"sig":"MEYCIQCuCeIiP0bHw7EinJf1FS8C32VER9bfgGXMYOl7vVrCKwIhAOjfvGIlI99QFmO7WcGs3mAovjWTz2lbdYJpRY7HFQWW","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.16.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/01b6ed15867846816cc41187684b96da/opensea-vessel-1.1.16.tgz","_integrity":"sha512-IJFe6USqD9ZHBOmJe1zIwOtwaYLgGCYk/Fl7GftiAAFD3PMr7lLOgNIZzTmgpelD2yNjwjg5cqzMic+HSooptg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.16_1743208147408_0.2550285816159459","host":"s3://npm-registry-packages-npm-production"}},"1.1.17":{"name":"@opensea/vessel","version":"1.1.17","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.17","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"48ac8f2f01ed76e343859e5954f0198c62bcd90a","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.17.tgz","fileCount":23,"integrity":"sha512-0LiW8bHM2p6miGEFQfTVtJJnLK8Zr8Km5BZbl21qW5Varp1Iql0/+puzwTcWf3nirXj7gIDrc6ygzzK2pkhgJQ==","signatures":[{"sig":"MEYCIQCRdkZmAkgTklEx7gRGJsKMIrg3tKsLvXp0TQvt4HW40gIhAKivtmmV1mywew0uURYpPzE03p7/d4I4HARIJua7qUmz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.17.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/0dcc5c53653789b22009336f43d424a2/opensea-vessel-1.1.17.tgz","_integrity":"sha512-0LiW8bHM2p6miGEFQfTVtJJnLK8Zr8Km5BZbl21qW5Varp1Iql0/+puzwTcWf3nirXj7gIDrc6ygzzK2pkhgJQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.17_1743212296955_0.9117201167314808","host":"s3://npm-registry-packages-npm-production"}},"1.1.18":{"name":"@opensea/vessel","version":"1.1.18","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.18","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"21043a190533dc37f9093808a3ba7f66a5dc2ac9","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.18.tgz","fileCount":23,"integrity":"sha512-utv8vMwwYuDH5TfsCZnQq0/OVUszkjuyrc05MRjNHpxFI52849Mr0ElMPeoGjGy9s7+j3pUzSCblI0zKiTo3Jg==","signatures":[{"sig":"MEUCIGgUsndmMNwcSftyMONjf8eTLqz1LU6brhfwHH7L1Oo2AiEA/LOl/KPicEUXWMEc2K5Z80wtPCtxbcpOr8WepfRQb6M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.18.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/42cf71f8b8e1526e8dcc0d0517d3d153/opensea-vessel-1.1.18.tgz","_integrity":"sha512-utv8vMwwYuDH5TfsCZnQq0/OVUszkjuyrc05MRjNHpxFI52849Mr0ElMPeoGjGy9s7+j3pUzSCblI0zKiTo3Jg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.18_1743232100922_0.17142911173894837","host":"s3://npm-registry-packages-npm-production"}},"1.1.19":{"name":"@opensea/vessel","version":"1.1.19","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.19","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"69c4cae9e593be7ac8796e83ed54e1ef5d889173","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.19.tgz","fileCount":23,"integrity":"sha512-qomZEVC/X11ugleSuJUcA3wZ6/5Yb/NKuue5T46n0CMoK1aSmV6nQwnSB3oO369t1iCg3YFUVBy19OFllXiRDw==","signatures":[{"sig":"MEUCIQCSTcXrqM7oKe8+EokOY+S/76w163VYCgqQkWFyZZnySAIgFBs21GiDS7SAO8AfNE02CymZKOYdgr7wI1RSXHKnFvI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.19.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/967a329c64e5b43392536b2d30096b3b/opensea-vessel-1.1.19.tgz","_integrity":"sha512-qomZEVC/X11ugleSuJUcA3wZ6/5Yb/NKuue5T46n0CMoK1aSmV6nQwnSB3oO369t1iCg3YFUVBy19OFllXiRDw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.19_1743412308810_0.9223411761638702","host":"s3://npm-registry-packages-npm-production"}},"1.1.20":{"name":"@opensea/vessel","version":"1.1.20","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.20","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"8fe56b98cba767d5a2ba3c6b8dcba3e46d65f967","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.20.tgz","fileCount":23,"integrity":"sha512-iTMyW9+w3Xx6kmvbWrCQpfwrj1b//9MtBa8MgmD8KNSkUaV3LWb3rgqtK7AWaLTzH5NtaIkUMbYq6zRUZ2gxng==","signatures":[{"sig":"MEYCIQCMCmsPXXBgdclAWFkLSvjiw9aLfKdh/gagc8uqoBL+sAIhAPq2zZKhOWb0d9HWDtTBXxmewm9ZBOJgU5s+xfQV4+2l","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.20.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/7ed31a72e0980124780e02cb786e5da2/opensea-vessel-1.1.20.tgz","_integrity":"sha512-iTMyW9+w3Xx6kmvbWrCQpfwrj1b//9MtBa8MgmD8KNSkUaV3LWb3rgqtK7AWaLTzH5NtaIkUMbYq6zRUZ2gxng==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.20_1743433429730_0.1457994280188062","host":"s3://npm-registry-packages-npm-production"}},"1.1.21":{"name":"@opensea/vessel","version":"1.1.21","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.21","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"628bb6bb73a8f934cd0b196dd2b23138ee3ae63e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.21.tgz","fileCount":23,"integrity":"sha512-kbCwsZA0l3t74L6zaJSy88mqyIbc0BF6Jt72Sbgcnqbarv/DDj+FpCWWy7vCjaIueOCgxLPMt+Syj0rezkFkjQ==","signatures":[{"sig":"MEQCIDsqDdoVoH1SkwgTGkOWPhVqUDsEJr0/QiuXN6afP9L7AiAH0IOh4Wv9pCUBeW8zO036d0YMnV0zf5ky5kbPAC44FQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.21.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/63dd1edf7824b77773488d8ec0d1cd7a/opensea-vessel-1.1.21.tgz","_integrity":"sha512-kbCwsZA0l3t74L6zaJSy88mqyIbc0BF6Jt72Sbgcnqbarv/DDj+FpCWWy7vCjaIueOCgxLPMt+Syj0rezkFkjQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.21_1743436683406_0.7605487783163976","host":"s3://npm-registry-packages-npm-production"}},"1.1.22":{"name":"@opensea/vessel","version":"1.1.22","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.22","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"a56a457ec0b0ff04d04ffa6d9d8b7a3dd772e73c","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.22.tgz","fileCount":23,"integrity":"sha512-PHpLzkClgtZGSuFOJtXMpH0xhhzPKfU57q/sdpPvmtcIV+Q0K5joY5+iOIzigYQ2Bbx9dk2BQDwQj3V+9oE05A==","signatures":[{"sig":"MEYCIQDlpm4IDxrvjyBNcbe/I7LScqJGni88h87tJ4iAwkYXVgIhAMgJMah1a5bBiiOBle/18NJ+o6JPIeLV/gcixNwPHUnh","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.22.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d9f43395e9b4c95d71ec8feaffb528d6/opensea-vessel-1.1.22.tgz","_integrity":"sha512-PHpLzkClgtZGSuFOJtXMpH0xhhzPKfU57q/sdpPvmtcIV+Q0K5joY5+iOIzigYQ2Bbx9dk2BQDwQj3V+9oE05A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.22_1743437521453_0.5070063794685535","host":"s3://npm-registry-packages-npm-production"}},"1.1.23":{"name":"@opensea/vessel","version":"1.1.23","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.23","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"b9fa3b974096e6f6ef9e58e327d4bc65d38f9b48","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.23.tgz","fileCount":23,"integrity":"sha512-On80jJ5gGNQ3xhIkG89sQ3uZiZaC8Iz3fMo/r24ifKQps4l7JqVVDYiG1+UmgYWexgXH6ovgeUMsqxrjh5Zx9A==","signatures":[{"sig":"MEYCIQCHFFqa/nY6a7QkIuq/pAZtIqirDzjtLbF5STUS60zMuAIhAKtzLvdGLL9YweK3IcM4YciR5Gldhg4OEYOg5bAUxHmz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.23.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/adcdb2453915188e6834a1a6c3b0cb84/opensea-vessel-1.1.23.tgz","_integrity":"sha512-On80jJ5gGNQ3xhIkG89sQ3uZiZaC8Iz3fMo/r24ifKQps4l7JqVVDYiG1+UmgYWexgXH6ovgeUMsqxrjh5Zx9A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.23_1743456733988_0.5455968328175331","host":"s3://npm-registry-packages-npm-production"}},"1.1.24":{"name":"@opensea/vessel","version":"1.1.24","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.24","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"e555e5c799d6b56e55c99a2d0206de8698464906","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.24.tgz","fileCount":23,"integrity":"sha512-8O3sPVn36/PaOSZpAIUif3MrWW+lCf7yEydy/MJh7diCy2y2Xdl8w97f6SwW6CuLFvhjKLygCcpksT7PcS+0yg==","signatures":[{"sig":"MEYCIQCrkjJUruQHqCbCAuWJ+vv+oL4RlnT/0/gg7c3CkNCzrQIhAOSumXeWe3Bq7mSiOQA6M/aCEyh9qEzla1ipUn6JSXh8","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.24.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/280ba4e02736cdda6423cc212b9eacd3/opensea-vessel-1.1.24.tgz","_integrity":"sha512-8O3sPVn36/PaOSZpAIUif3MrWW+lCf7yEydy/MJh7diCy2y2Xdl8w97f6SwW6CuLFvhjKLygCcpksT7PcS+0yg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.24_1743457230486_0.8035681149966096","host":"s3://npm-registry-packages-npm-production"}},"1.1.25":{"name":"@opensea/vessel","version":"1.1.25","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.25","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"398e44f24d0bab6dcd7ac4eb44337c57e2e71b98","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.25.tgz","fileCount":23,"integrity":"sha512-9MTX0ty5S1qj0sqeFE1x9HlgIPZHCrmGPXBnCqHxNOC2FMTEcCKdJXyXY6zMBJ0aEaPP/sCeYZtLNt4fgaemTw==","signatures":[{"sig":"MEUCIDB8hkn4hd6zUoDlDe4Xl1Cfgq/KQSA0l5WHT/3aBkjVAiEAhmzzsXM/im7dsPmk0XRy7ODhodV76MiLMAYndD689gA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.25.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/34d612cff1e76e9ad8503dc9896dc6c9/opensea-vessel-1.1.25.tgz","_integrity":"sha512-9MTX0ty5S1qj0sqeFE1x9HlgIPZHCrmGPXBnCqHxNOC2FMTEcCKdJXyXY6zMBJ0aEaPP/sCeYZtLNt4fgaemTw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.25_1743458640530_0.03132849238454227","host":"s3://npm-registry-packages-npm-production"}},"1.1.26":{"name":"@opensea/vessel","version":"1.1.26","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.26","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"45a509863ee4db50f29492b115583a22f7a1f1b9","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.26.tgz","fileCount":23,"integrity":"sha512-BjDxiMS9JlajMBgr9A0nmzMX8PRkmghf4kN9U2tyyMFM4e6kQyuOpxmSTx/l12GSk9Y/aY8GVGlUi53eloJXFA==","signatures":[{"sig":"MEQCIDgulWVHmLNHxeGqCh39iYp203Sab6QeHvmoN/s2hx6/AiBCPL551ay0s6PkiYVj+80VphwuA/Mk3CwIcEYVgACuWw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.26.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8eef0522a1c23e75097c12ef7ef09d08/opensea-vessel-1.1.26.tgz","_integrity":"sha512-BjDxiMS9JlajMBgr9A0nmzMX8PRkmghf4kN9U2tyyMFM4e6kQyuOpxmSTx/l12GSk9Y/aY8GVGlUi53eloJXFA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.26_1743459058954_0.9705845652724479","host":"s3://npm-registry-packages-npm-production"}},"1.1.27":{"name":"@opensea/vessel","version":"1.1.27","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.27","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"d2a378d556156b35890efdc3fa4725c518e40398","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.27.tgz","fileCount":23,"integrity":"sha512-Z1kU3jFR65SsAw2D6XdHEJRienRMDfzpTf64ky1tZBg3vt5HoTGL1rMGNsqMnG+ev1u4+r3qq6q72QKVfC+sOg==","signatures":[{"sig":"MEUCIC8Sj0Q6GKlrmbdi4OC9bgISyQ+nJeLoxJZFeGxU5xV+AiEA7yf07/aZ0EnKXBMs+VVRLyexVPcNqu/UvC6OzfixpBs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.27.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8c27f205de213a98742c5d27fc5e70c7/opensea-vessel-1.1.27.tgz","_integrity":"sha512-Z1kU3jFR65SsAw2D6XdHEJRienRMDfzpTf64ky1tZBg3vt5HoTGL1rMGNsqMnG+ev1u4+r3qq6q72QKVfC+sOg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.27_1743460311703_0.9130749874674924","host":"s3://npm-registry-packages-npm-production"}},"1.1.28":{"name":"@opensea/vessel","version":"1.1.28","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.28","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"f5502b97ef3cc4da4f4c622d15fb3fb92957087b","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.28.tgz","fileCount":23,"integrity":"sha512-fNTgtBxv4/t1ZimMLJmx8WFauAC0y/0yMgeLC6ScgxmijqoHmItySOolYqcdGhp1uVU5vZ+Cvm88m+fPAn0jtA==","signatures":[{"sig":"MEUCIQDi+DTlLfno1e7HG1/hhW2JgJSufvYvGDbAM/vNMrAnBwIgT1KR1uHHTHIlTsryt5AlT/EGjJMDEomnitJ5LOf9lh0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.28.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ac97ffd1f5e7f36c5bfaee4a296444eb/opensea-vessel-1.1.28.tgz","_integrity":"sha512-fNTgtBxv4/t1ZimMLJmx8WFauAC0y/0yMgeLC6ScgxmijqoHmItySOolYqcdGhp1uVU5vZ+Cvm88m+fPAn0jtA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.28_1743462619548_0.6316532606778933","host":"s3://npm-registry-packages-npm-production"}},"1.1.29":{"name":"@opensea/vessel","version":"1.1.29","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.29","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"a0166f1808d7b2a2be42b660fcdae8b5dacf2f88","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.29.tgz","fileCount":23,"integrity":"sha512-UIsvPMVGVh+UAa9TxBPh5/TvJk+HCHM9PC0oADn3WJDmKWYQXLS/5Ys+D6TIGLFrZxqG7m3ZZaK0T44t+ANSRQ==","signatures":[{"sig":"MEYCIQDCX1QfS0qO+5I67b+zNBWCdOYRegInGNWsswWY2ERMLwIhALP8S+3ItCkrZpcECR8pZeg2oaiabet09MzgtIUda6Xj","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.29.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c72caf11850fff6f7febda07578473ab/opensea-vessel-1.1.29.tgz","_integrity":"sha512-UIsvPMVGVh+UAa9TxBPh5/TvJk+HCHM9PC0oADn3WJDmKWYQXLS/5Ys+D6TIGLFrZxqG7m3ZZaK0T44t+ANSRQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.29_1743495157105_0.4990396360145233","host":"s3://npm-registry-packages-npm-production"}},"1.1.30":{"name":"@opensea/vessel","version":"1.1.30","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.30","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"fef073b1ca89e48c2304e5f08679411927d8f2c7","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.30.tgz","fileCount":23,"integrity":"sha512-VvEMxSG0BLYru5sGQnqZ3MHPh2w1hX3dP3iIBqwjad83XxVSFaMaqbXc5UYc1KbO0qLeBV9HD1gg2/v+YFqc0Q==","signatures":[{"sig":"MEYCIQCfDE8UaFWj8PQILILHwZumpzuYwSVdrSj+3eSs6Bw76QIhANOJB0h2nuGJp53NY6/TEzT83d5rw4m2Bg1fmxlrFZBu","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.30.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/065fec588bc41c8d2270a08711de047e/opensea-vessel-1.1.30.tgz","_integrity":"sha512-VvEMxSG0BLYru5sGQnqZ3MHPh2w1hX3dP3iIBqwjad83XxVSFaMaqbXc5UYc1KbO0qLeBV9HD1gg2/v+YFqc0Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.30_1743502295983_0.6200025055567586","host":"s3://npm-registry-packages-npm-production"}},"1.1.31":{"name":"@opensea/vessel","version":"1.1.31","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.31","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"4ad5f64b5f4f9680063c80768d00ade35b92c2bd","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.31.tgz","fileCount":23,"integrity":"sha512-uX/GNV9uexH7uYc7WHAGc67zn+/mtaVvXclYGmx7mMZ65nNj6qYckey0J3D5jzs416lis0yrkD36miWGHMeBFw==","signatures":[{"sig":"MEUCIQCEbS/qWlh6dmlByRIGVAWT6iPDxyyvSUyR3YzYZn6kMAIgLrAwfVvxs0PS0EyqKKYt9BWAW5D1Y78lPmywDWWrS+I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.31.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/4ff2945228da3c2a5e8db2c00423d477/opensea-vessel-1.1.31.tgz","_integrity":"sha512-uX/GNV9uexH7uYc7WHAGc67zn+/mtaVvXclYGmx7mMZ65nNj6qYckey0J3D5jzs416lis0yrkD36miWGHMeBFw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.31_1743523867328_0.37421217349274993","host":"s3://npm-registry-packages-npm-production"}},"1.1.32":{"name":"@opensea/vessel","version":"1.1.32","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.32","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"4645445f73651f1c46cc197608f485174b39648a","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.32.tgz","fileCount":23,"integrity":"sha512-sYNN783P4qSaVlELNue+H/Oavm3r8Ot0jCUFbtlEHSjPCgB8LIuBhtWpOebcmrO06aHkyBhLBWMJeBDdfivPTA==","signatures":[{"sig":"MEQCIDfTKYK6uTJBZBoGm8Fwmdc+uPvBMQgak5Wct+YyquYzAiAc2dbi6rFxU4Mbx7cR+UWOOdi4Bq4Bma4flET+5CWrJw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.32.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5790aae2bb4b51e26983311d49b461ac/opensea-vessel-1.1.32.tgz","_integrity":"sha512-sYNN783P4qSaVlELNue+H/Oavm3r8Ot0jCUFbtlEHSjPCgB8LIuBhtWpOebcmrO06aHkyBhLBWMJeBDdfivPTA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.32_1743527418195_0.687195240147731","host":"s3://npm-registry-packages-npm-production"}},"1.1.33":{"name":"@opensea/vessel","version":"1.1.33","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.33","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"af5d990a9715d1246146671a7e0ac5ddf7d073ce","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.33.tgz","fileCount":23,"integrity":"sha512-7g8SiUZnIbCZJH1JpZOnMqU/OdJ6RtWu1ajXCf7JRjgY0bhmcCUeUf4b/+8s4jGnDi64Bp2hwd+Sfm9RvbB40Q==","signatures":[{"sig":"MEUCIQCEJ5MBAQacJvNmqItca0CfFCEOt+LoT6I8RPln9Cd7xQIgeTn+pEoV+KUKcP6jU5SbEaw2sVNSblLDL2SlDPjzZqA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.33.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/260d6048e86d950899683d62d3209fb2/opensea-vessel-1.1.33.tgz","_integrity":"sha512-7g8SiUZnIbCZJH1JpZOnMqU/OdJ6RtWu1ajXCf7JRjgY0bhmcCUeUf4b/+8s4jGnDi64Bp2hwd+Sfm9RvbB40Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.33_1743546121132_0.7796581306634178","host":"s3://npm-registry-packages-npm-production"}},"1.1.34":{"name":"@opensea/vessel","version":"1.1.34","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.34","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"982fd8c6497aca4d8c45463068ca165b7adc27cc","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.34.tgz","fileCount":23,"integrity":"sha512-+EisxcWaLySj+uu1MYd9n4J/B40iuwtz6aRn0EwAADJ8K3Byigq7l8BsE8FjZUP7kZ9u6zcqNmTwq87JQ8P4yQ==","signatures":[{"sig":"MEUCIGuJytrXLyBAFRrmV7CsuJDBGems9rxdtN47n2QA3TVaAiEA+v+oyLf7GmYLlBdlyqDL8EPfgBL1ZD7UG58y9L1jEZc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.34.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/2ccc2dd39b2264fc161ba196142bd459/opensea-vessel-1.1.34.tgz","_integrity":"sha512-+EisxcWaLySj+uu1MYd9n4J/B40iuwtz6aRn0EwAADJ8K3Byigq7l8BsE8FjZUP7kZ9u6zcqNmTwq87JQ8P4yQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.34_1743560296932_0.37628641699168464","host":"s3://npm-registry-packages-npm-production"}},"1.1.35":{"name":"@opensea/vessel","version":"1.1.35","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.35","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"9a09a299fd30138acb41d698142bfa5f56e998a0","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.35.tgz","fileCount":23,"integrity":"sha512-qvh4h9c2DC/6UZmKnsKcy+PldGYc4TapVJHb6GBe5MwHj8FVpZcwJ4ExwMGvc+47kOwy7BWUKWEmFQO3wOOo0w==","signatures":[{"sig":"MEUCIEsJDVKARn/KXpOaZLcBnUoXng1QYVG8xkRj0Gr/XffLAiEA98pS2XgKXrCBa4jWO7kbvTmL3JyrXHOwgeB4MfFoJm4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.35.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d69405799b1ca78bb6b159a9072f5c65/opensea-vessel-1.1.35.tgz","_integrity":"sha512-qvh4h9c2DC/6UZmKnsKcy+PldGYc4TapVJHb6GBe5MwHj8FVpZcwJ4ExwMGvc+47kOwy7BWUKWEmFQO3wOOo0w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.35_1743566694200_0.45730849567988985","host":"s3://npm-registry-packages-npm-production"}},"1.1.36":{"name":"@opensea/vessel","version":"1.1.36","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.36","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"a2a19c83fddf3e530288ba0a6a571e5483b3ffb2","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.36.tgz","fileCount":23,"integrity":"sha512-7cLHAgciiA+whoTfUbqRLHQ568jhPEU6m/96xdiy5eIsAwifJ2IlfMmM/5T9gl7OpMv/nBi7sgkqo8kQvLjmjw==","signatures":[{"sig":"MEUCIA54SZLQaod1ZEBMGR1AHRqw9QDtK8S3lR22jJ5GX5hxAiEAlhED2M2z2Rn7kg78Blqr+ySRpyxYO0q1E+rI8Zg8N4U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.36.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ba98998ae976c846a30ba43211fd224c/opensea-vessel-1.1.36.tgz","_integrity":"sha512-7cLHAgciiA+whoTfUbqRLHQ568jhPEU6m/96xdiy5eIsAwifJ2IlfMmM/5T9gl7OpMv/nBi7sgkqo8kQvLjmjw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.36_1743621864881_0.8322348479891308","host":"s3://npm-registry-packages-npm-production"}},"1.1.37":{"name":"@opensea/vessel","version":"1.1.37","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.37","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"d884056a1a3fb1484f5c8f17e1f1f45bb5b9f8fc","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.37.tgz","fileCount":23,"integrity":"sha512-VZqRtsPsaUXMhVmwnEe9GHdm0LaHIVqDhimnZF2EJPEG/XuNbeudQl0cNft4X0hgF2qEX1D0yvtzYlRQsRT6qg==","signatures":[{"sig":"MEQCICHnJ0skPvFezMcVpOW1+7nGPSiROxndZVRsInvrQ9YYAiASygtX23MQArRq83nQr2kVG+SftB+Bt+1vAO1FHuEqLA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.37.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/aa2e5d91cbc73887246fe4165b7020ff/opensea-vessel-1.1.37.tgz","_integrity":"sha512-VZqRtsPsaUXMhVmwnEe9GHdm0LaHIVqDhimnZF2EJPEG/XuNbeudQl0cNft4X0hgF2qEX1D0yvtzYlRQsRT6qg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.37_1743648518697_0.0957212627205064","host":"s3://npm-registry-packages-npm-production"}},"1.1.38":{"name":"@opensea/vessel","version":"1.1.38","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.38","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"474309f538680e7a0f0cdeee77821e6233ec6366","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.38.tgz","fileCount":23,"integrity":"sha512-jdrgbOTg8oav0JqQhESeQynkCgy6R9/VktFBZqdvqaAAlybqHjDzMJGN5QS++9eBAyEOPuckfIXo4sNFnnwX+g==","signatures":[{"sig":"MEQCICwfEYx0q0rslNyvxMlfrCiIrkQwN2rGm+qSqXg7kg9tAiBK0EgnPewYErJiRKGvyfiJfnPB0esN/x81r4dP86nArg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.38.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/21743db3b7d3f4917b6767f65043a9fe/opensea-vessel-1.1.38.tgz","_integrity":"sha512-jdrgbOTg8oav0JqQhESeQynkCgy6R9/VktFBZqdvqaAAlybqHjDzMJGN5QS++9eBAyEOPuckfIXo4sNFnnwX+g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.38_1743714640346_0.39973846811057534","host":"s3://npm-registry-packages-npm-production"}},"1.1.39":{"name":"@opensea/vessel","version":"1.1.39","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.39","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"4bb19e46aa72707e7a1afa14870696c4d02ae9ad","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.39.tgz","fileCount":23,"integrity":"sha512-dyiDRMXoqTd0G3+VErkyBea/muvG/DYknbuH8AolbjRBsK+Tmjbm7W6J4ioZmTHM+cZPuIlj+DtHZUjAgXvIdw==","signatures":[{"sig":"MEQCIAdshWz8KuVHfEJDXhtLBTrCzq/pBdcX7or7KMTC6KjkAiA+k1tlx2cAJc/UOUDhbrO1vWfsf5vx2mkgo9CvnCnaaw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.39.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/df5a16a3d29a471adc3d3927ccba3d7e/opensea-vessel-1.1.39.tgz","_integrity":"sha512-dyiDRMXoqTd0G3+VErkyBea/muvG/DYknbuH8AolbjRBsK+Tmjbm7W6J4ioZmTHM+cZPuIlj+DtHZUjAgXvIdw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.39_1743734285774_0.6152772588976534","host":"s3://npm-registry-packages-npm-production"}},"1.1.40":{"name":"@opensea/vessel","version":"1.1.40","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.40","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"f74ee9434745bddc06224bc4540b3dc75b037dd9","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.40.tgz","fileCount":23,"integrity":"sha512-R4qP/aCBnh2u/JHvIM7351A50oEMmwfm6fMLCsEFURZvDiGYQD+1PXEeepDxq9K97X441CWXXX3qZhTeK3X8Vw==","signatures":[{"sig":"MEQCICYktJgSSt6SvCq0ye3WUmX/jfGDkRwGy5v2uR2TFhAAAiBJacVLF3Zeu8SBdISieXbHCDc+fCPII1ZlbemZGXuMDQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.40.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/29563c7ad5d0cea5caf6247d16eabc9e/opensea-vessel-1.1.40.tgz","_integrity":"sha512-R4qP/aCBnh2u/JHvIM7351A50oEMmwfm6fMLCsEFURZvDiGYQD+1PXEeepDxq9K97X441CWXXX3qZhTeK3X8Vw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.40_1743736168828_0.3476910660687311","host":"s3://npm-registry-packages-npm-production"}},"1.1.41":{"name":"@opensea/vessel","version":"1.1.41","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.41","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"ec44d20af70fb8043de4a1c991e719e9948ace0a","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.41.tgz","fileCount":23,"integrity":"sha512-tozni6+/C4GHUBCIxZcKaM5M2dFZJMzR0aqzdlgBQWp2puxcEIydoSnFOMV5eC+KJDf/JLhZUT29h48ahaPEXg==","signatures":[{"sig":"MEQCIHt1QSxe01UfTW0i12wZvzkZGOqsKMlf29IKCj9no6mDAiAbiksToD3cHEDaFqo1uvCy/6vVDXTQK3eEIAU/FiDf9g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.41.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/18f3b835d8522dfe5dd66689c55c921f/opensea-vessel-1.1.41.tgz","_integrity":"sha512-tozni6+/C4GHUBCIxZcKaM5M2dFZJMzR0aqzdlgBQWp2puxcEIydoSnFOMV5eC+KJDf/JLhZUT29h48ahaPEXg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.41_1743736917508_0.12282349688744776","host":"s3://npm-registry-packages-npm-production"}},"1.1.42":{"name":"@opensea/vessel","version":"1.1.42","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.42","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"92d66c76d27126f7a88bbb1e58d5751ebf06e877","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.42.tgz","fileCount":23,"integrity":"sha512-LSVYKKADXawIN17RLKTD+RgCEA+qxYVGM/HyhXmPX2h+agd7Q0AF+lecef1nVNDbjy3NdObpoA5NrBPiYqa2Ng==","signatures":[{"sig":"MEQCIBUcg6+KyJBsdWYc1He10960M5vc9aETSmnTuErXWUjpAiBgK462YBXZWYmbdXytrPJE4pp3gsSpENnyhZ769DOC8Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.42.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5c37f25ae8bf1da0b419c825087955df/opensea-vessel-1.1.42.tgz","_integrity":"sha512-LSVYKKADXawIN17RLKTD+RgCEA+qxYVGM/HyhXmPX2h+agd7Q0AF+lecef1nVNDbjy3NdObpoA5NrBPiYqa2Ng==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.42_1743738223982_0.8959386044032922","host":"s3://npm-registry-packages-npm-production"}},"1.1.43":{"name":"@opensea/vessel","version":"1.1.43","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.43","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"efc3fe67a96e146aed8b8630089607d56d1f0ee7","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.43.tgz","fileCount":23,"integrity":"sha512-O6k4UOUWllIHxmCJ1R3BM7nAWzS0JCBN+bvJmAsD7V6AFMP9wSmtM0A5YXiWZUyXtGHaQPTyzJ5MoPf+vnSm4Q==","signatures":[{"sig":"MEUCIQDdOgoI50AIdCk0GzbU1hUKbZ/8aMGxWrKbpHpglFICTgIgIyE7p8Yt+JLDaP+nVYKLKnmwAfagSvhjNQPmY6h6ehE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.43.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/52ac4459c54d94d8d103bdef73b17ede/opensea-vessel-1.1.43.tgz","_integrity":"sha512-O6k4UOUWllIHxmCJ1R3BM7nAWzS0JCBN+bvJmAsD7V6AFMP9wSmtM0A5YXiWZUyXtGHaQPTyzJ5MoPf+vnSm4Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.43_1743753259872_0.215395423278135","host":"s3://npm-registry-packages-npm-production"}},"1.1.44":{"name":"@opensea/vessel","version":"1.1.44","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.44","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"e3fed7962fedc96f41c3cf82fa22bda0766a5e2a","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.44.tgz","fileCount":23,"integrity":"sha512-+4dPJPsVJlts3TG/U2H9N3ZgrMDBuTCB7Xi94L+Ab8fEViZFGi6vTWMWvjaE/3cdNnT5ylBFHQD1lGs7aGu4HQ==","signatures":[{"sig":"MEUCIEv/M1d4lWG1roSXfXwYHywD2X1mVzo0ZPre+eh/fuiKAiEA1oVhw5SSQfsRmrTsjeESSlslFF0zW5cAR4gziyLeiFM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.44.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/9eca8be1386d97de5ba8277f16a65ba5/opensea-vessel-1.1.44.tgz","_integrity":"sha512-+4dPJPsVJlts3TG/U2H9N3ZgrMDBuTCB7Xi94L+Ab8fEViZFGi6vTWMWvjaE/3cdNnT5ylBFHQD1lGs7aGu4HQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.44_1743757872554_0.7908732326111119","host":"s3://npm-registry-packages-npm-production"}},"1.1.45":{"name":"@opensea/vessel","version":"1.1.45","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.45","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"d9f3d2519b27920b6f08e681422d041c0fa82bb3","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.45.tgz","fileCount":23,"integrity":"sha512-g4phaTzphOq1ib8gfqPb2sErVmt012S03XrGjcI3MRp1IPfzBcdTYxl8tQFYerD0kHdlPnHFzweqEqQvsoErSg==","signatures":[{"sig":"MEUCIQCTT6ERc6DZ32H7Elf3NWIymKL2Pab54aS3hqF9iahrsQIgGVYiolkHEmyjH8p3I0AZZUUIvTmJUoYjkY/EJ+Nfs6Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.45.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/fe0982995d2a6bf32420763116ad3e2e/opensea-vessel-1.1.45.tgz","_integrity":"sha512-g4phaTzphOq1ib8gfqPb2sErVmt012S03XrGjcI3MRp1IPfzBcdTYxl8tQFYerD0kHdlPnHFzweqEqQvsoErSg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.45_1743761459914_0.5451107669553064","host":"s3://npm-registry-packages-npm-production"}},"1.1.46":{"name":"@opensea/vessel","version":"1.1.46","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.46","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"78a05df4fd19340540a957c5af734647ec2b04c2","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.46.tgz","fileCount":23,"integrity":"sha512-eHHEGgpnxKSraVMLHvZHLiUf3XW6fYvs7TKCeD0vAnMK0i2GTYO2ZNS+km0epRJ8ozo8HPhPWso4Rml8f9nWUQ==","signatures":[{"sig":"MEUCIQDvkjX+DQGrhdzQ6o8JWfYN7xy4WV2030e9I60r1CA8FwIgc8vjk8gQDxZ3rtr8rlwhAgdJgYRKOMFnsK6ExTk98x8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.46.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b8d0443fb0359e5ac1013c7510729f37/opensea-vessel-1.1.46.tgz","_integrity":"sha512-eHHEGgpnxKSraVMLHvZHLiUf3XW6fYvs7TKCeD0vAnMK0i2GTYO2ZNS+km0epRJ8ozo8HPhPWso4Rml8f9nWUQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.46_1743790996238_0.630681479194279","host":"s3://npm-registry-packages-npm-production"}},"1.1.47":{"name":"@opensea/vessel","version":"1.1.47","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.47","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"08b78ea6e839f650d6339920aa284998bd7b1796","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.47.tgz","fileCount":23,"integrity":"sha512-Ycxh3e8DIwG+hStZxSNrArK6f/mz3fjC0Cd+4brkO5THiWChKe9PhlLMqpIezGkCPuV4QpD6YghL9w8bxSeDWg==","signatures":[{"sig":"MEUCIE+/tRtOxAzOfmomwZGuq4My57SzhOC4nEnfio/PD2ghAiEA5Ec7H0Cw6a3YwtvmH2oiNEr0WzA6biqLrPrPlpd6Oes=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.47.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/1ff9aeedf0c9c9f3868a69ad36b190ba/opensea-vessel-1.1.47.tgz","_integrity":"sha512-Ycxh3e8DIwG+hStZxSNrArK6f/mz3fjC0Cd+4brkO5THiWChKe9PhlLMqpIezGkCPuV4QpD6YghL9w8bxSeDWg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.47_1743793546816_0.2747875652060987","host":"s3://npm-registry-packages-npm-production"}},"1.1.48":{"name":"@opensea/vessel","version":"1.1.48","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.48","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"ab639190b022fb86b6676876dbb01d70ccfe8328","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.48.tgz","fileCount":23,"integrity":"sha512-RxDK7yENoU27k02d5pxORY4eljUR5ERcBb6NqO6TYWrh77WXCHKFtTv4ekdzGxPFwGdVSShdl3IGjK+R2GkVIg==","signatures":[{"sig":"MEQCIBhZiHUWv8I59Uk4B4bN+VG0RsC0LlYAd2coMSsysCrdAiBqslF/XxkGwqxPF1J5gozV/Z1yrfZePm0oUH7bbSjjNQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.48.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/14ef6ead907225390534b48976e97c3f/opensea-vessel-1.1.48.tgz","_integrity":"sha512-RxDK7yENoU27k02d5pxORY4eljUR5ERcBb6NqO6TYWrh77WXCHKFtTv4ekdzGxPFwGdVSShdl3IGjK+R2GkVIg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.48_1743793802112_0.6897596902360261","host":"s3://npm-registry-packages-npm-production"}},"1.1.49":{"name":"@opensea/vessel","version":"1.1.49","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.49","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"b99bae6ed05863b063f9e911394aa88d885d5e1b","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.49.tgz","fileCount":23,"integrity":"sha512-ftV+jUC3iMkXspD5tpmlYE5Vba4nfqbb22wbzsMr10BsCf0J/TX8oF94Z91o6y0Q24Ycw7OWaBUxZaQoeALCqg==","signatures":[{"sig":"MEUCIQC3uMj8avIGByxxXJ/faGiHz75880a3twVvWoSsxAnD1wIgRQPSLzR6ko1/ORhHpZnVrx4dkipyDcsJNcPeXh62Gew=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.49.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/be6bba098d664ce0c769651d2b442fc8/opensea-vessel-1.1.49.tgz","_integrity":"sha512-ftV+jUC3iMkXspD5tpmlYE5Vba4nfqbb22wbzsMr10BsCf0J/TX8oF94Z91o6y0Q24Ycw7OWaBUxZaQoeALCqg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.49_1743801013108_0.12264563311120757","host":"s3://npm-registry-packages-npm-production"}},"1.1.50":{"name":"@opensea/vessel","version":"1.1.50","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.50","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"a8b4c319b5190f16a8abde53c9ada35d83281dc4","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.50.tgz","fileCount":23,"integrity":"sha512-dHoQGLuWRseFbPtFfX2QU84F0f3nNRBzs3LBnBtlz1C2tyiIPbp8jM6uf1VszTMUzo2xYBmcK1DADdWJ7B1mDA==","signatures":[{"sig":"MEUCIQCieClJs2+jH7IE39pgyHrpGtKJcpuBpFJtx1SBmrZerwIgRYWo6E0oB8Eh1iXGbnYpiR3Sq5RPUPUykm0L2SNu5dg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.50.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/686640c8ec4d65fcbfeed1927b04073f/opensea-vessel-1.1.50.tgz","_integrity":"sha512-dHoQGLuWRseFbPtFfX2QU84F0f3nNRBzs3LBnBtlz1C2tyiIPbp8jM6uf1VszTMUzo2xYBmcK1DADdWJ7B1mDA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.50_1743807023901_0.7418189591818505","host":"s3://npm-registry-packages-npm-production"}},"1.1.51":{"name":"@opensea/vessel","version":"1.1.51","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.51","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"e75bb00a5de8bb87ad8c7c5709b21e0b8b5ee4fc","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.51.tgz","fileCount":23,"integrity":"sha512-iFMdSwHg7322EBuQ2gS/esvKoOvwDEo9pXRJCFO0W8CWMT/bRnjk6UFfoTb4Fd8u7ToN3ilMlTK8sIUeOdxJRQ==","signatures":[{"sig":"MEYCIQDuZiyVp8i++yVDCvbwyhyoATEOxZ2RYuk8yD+BbCf3GAIhAOz9v/dEC8hLXpGFCXXiXpKiuNHusBIk8E5gGsNPkGJJ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.51.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f5b3f9ca90552413fd30d1e6e7fdfbdc/opensea-vessel-1.1.51.tgz","_integrity":"sha512-iFMdSwHg7322EBuQ2gS/esvKoOvwDEo9pXRJCFO0W8CWMT/bRnjk6UFfoTb4Fd8u7ToN3ilMlTK8sIUeOdxJRQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.51_1743808228521_0.6590967618742165","host":"s3://npm-registry-packages-npm-production"}},"1.1.52":{"name":"@opensea/vessel","version":"1.1.52","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.52","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"7a36f634bc9f21d1ef51f82b8dc30dfba6a4d04f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.52.tgz","fileCount":23,"integrity":"sha512-iQcfeoU25Aq/wDNVy6ALwmOR6zh4IWQ9H3ciadJHPSU9jyPx5+rUvpP1AGz4AMek2vlam6OIDNIQmxGVGVdZ3A==","signatures":[{"sig":"MEQCIFcZGKgbbE3/7rd4w0vX5Q0TmCwLM5r5qzSvLG6MMQFAAiAda57fV6NlP2T1JRl8He+ax21xKIiy1IEOhIWVl2tk2w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.52.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8abe062486e13fe30e5464ed427d5427/opensea-vessel-1.1.52.tgz","_integrity":"sha512-iQcfeoU25Aq/wDNVy6ALwmOR6zh4IWQ9H3ciadJHPSU9jyPx5+rUvpP1AGz4AMek2vlam6OIDNIQmxGVGVdZ3A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.52_1743820551752_0.14308616716220568","host":"s3://npm-registry-packages-npm-production"}},"1.1.53":{"name":"@opensea/vessel","version":"1.1.53","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.53","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"aa5e386bb9a6ab45a646dcad9ea223c4bd0b4311","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.53.tgz","fileCount":23,"integrity":"sha512-q0W4Dmzj3Z5aN7/LHkYkRsWRUYXg/dhBqHl04JiIn91zTTiNXvCHXF2xbysqLn9cU6aTyPLbdqxfvPKIvj69TA==","signatures":[{"sig":"MEUCIQC7KEaZ7e23cgaKN+mGnV5LRPqT37greb7xTNZXilppXwIgHbFjhxjORJyFgQLvO9tNJXSEVL+Uxv98DLr3VPe23UU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.53.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/7f05cedede8ba62975835028b10f2224/opensea-vessel-1.1.53.tgz","_integrity":"sha512-q0W4Dmzj3Z5aN7/LHkYkRsWRUYXg/dhBqHl04JiIn91zTTiNXvCHXF2xbysqLn9cU6aTyPLbdqxfvPKIvj69TA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.53_1743934233038_0.23506332076743552","host":"s3://npm-registry-packages-npm-production"}},"1.1.54":{"name":"@opensea/vessel","version":"1.1.54","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.54","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"5ab448d840a0cb63478178cbc1eba01b60006b7a","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.54.tgz","fileCount":23,"integrity":"sha512-9gND0t9vu0dYIx4ZmFrQUYxqjmx11AFufUuUuL/NHaeMbTLui26l/4852s1eRU0lPeywTr4scyUn3D2h8tLuCA==","signatures":[{"sig":"MEYCIQCFGpgFn3bsjr6kGYxLJhgxDTN6URWI4eDaa22XkysDHgIhAP5kFzrLAACTLq9cuT8AnqZeh30nOoNx8ZelUIrZXGgp","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.54.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/6ac7d048a8f5bb3dc45a88e4181be126/opensea-vessel-1.1.54.tgz","_integrity":"sha512-9gND0t9vu0dYIx4ZmFrQUYxqjmx11AFufUuUuL/NHaeMbTLui26l/4852s1eRU0lPeywTr4scyUn3D2h8tLuCA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.54_1744006184940_0.6697506177384214","host":"s3://npm-registry-packages-npm-production"}},"1.1.55":{"name":"@opensea/vessel","version":"1.1.55","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.55","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"42b47613dadc849724a5262732dbe63496ab9b2e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.55.tgz","fileCount":23,"integrity":"sha512-4/gsz2KnJpZxdcZ6PgjgHrOu9LFynVAJsOESuYV+guwPI+uLlnainaL4U47YfQTM0YnExek5mgbBOaDBfrQIfw==","signatures":[{"sig":"MEQCIFMmHZCzfbXWcXMHTPmf+eKog3ezeREM1JqLBdUZqpaIAiBE5MSIjnYC9F3I2LG0v6WECOth3qvxc542AEWW8ma/uw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.55.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ce6ae79ce79fd569b9cdec1ebcdae3d3/opensea-vessel-1.1.55.tgz","_integrity":"sha512-4/gsz2KnJpZxdcZ6PgjgHrOu9LFynVAJsOESuYV+guwPI+uLlnainaL4U47YfQTM0YnExek5mgbBOaDBfrQIfw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.55_1744009897078_0.020011163327953607","host":"s3://npm-registry-packages-npm-production"}},"1.1.56":{"name":"@opensea/vessel","version":"1.1.56","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.56","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"1f68ca98ef18b984bb2487685c76095a0c913bd3","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.56.tgz","fileCount":23,"integrity":"sha512-NaGXu+2z6MkxgPNAv/0AjavK0zAWXVT/oLeQN0U4NNsXlhZ1KKtPEs+qhPccCFxfeoQIegtj42Jgr58ad3DKJA==","signatures":[{"sig":"MEYCIQCd24ii9nOYCG2eh9D1dNihLjEfr2D6WAyVhSoZpQkXYgIhAJY3iPdvokfghf1HpLkfrSP46UWHEYbaRMHfoRuVOZQm","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.56.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a8c05bf5ebc242e39a775696b69f1803/opensea-vessel-1.1.56.tgz","_integrity":"sha512-NaGXu+2z6MkxgPNAv/0AjavK0zAWXVT/oLeQN0U4NNsXlhZ1KKtPEs+qhPccCFxfeoQIegtj42Jgr58ad3DKJA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.56_1744020722145_0.7457684159516555","host":"s3://npm-registry-packages-npm-production"}},"1.1.57":{"name":"@opensea/vessel","version":"1.1.57","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.57","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"312528fa41e87e639e23820037ddec30a2ac4112","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.57.tgz","fileCount":23,"integrity":"sha512-eVhC8+/88Ab7ZI1/nwXZOX0LrR+pFbXKjm181B4rN6sokM75PTQmdVWV4cU39x30h4pE6UcJkE0+WXKaDpTHpA==","signatures":[{"sig":"MEYCIQC5WgRsYQf4MacmEEriUA4WVapF0txf56gzap2lj+JypwIhAKZyx8LvLna4VybQ5AbE01s560dUvQZ7vy7tCaeeotHq","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.57.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/fc1cd837cfb3995b02773d9b6561c3b4/opensea-vessel-1.1.57.tgz","_integrity":"sha512-eVhC8+/88Ab7ZI1/nwXZOX0LrR+pFbXKjm181B4rN6sokM75PTQmdVWV4cU39x30h4pE6UcJkE0+WXKaDpTHpA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.57_1744045847718_0.13603970453704406","host":"s3://npm-registry-packages-npm-production"}},"1.1.58":{"name":"@opensea/vessel","version":"1.1.58","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.58","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"4060f7436eef3c115eb1a371e68c5187ec47d902","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.58.tgz","fileCount":23,"integrity":"sha512-EwgUN4+3SYrcZ5isjZEPjnbnosTH1jPEaWcbxrk1xMqlzdT/6IqgswIwT/KKYqTC9qHVA9u4zGZo5xZPUk3gHg==","signatures":[{"sig":"MEQCIGDQp7tVR67V06vD/jTk9Px5gU6EWGZl8Vk2hEV6+Jn3AiANQlehZJH78DTWMR/T7Cy3jM7r1e9xG5xQdYek6vQJ1w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.58.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/37bcf40571999a18b05e2b8c6c8c4d70/opensea-vessel-1.1.58.tgz","_integrity":"sha512-EwgUN4+3SYrcZ5isjZEPjnbnosTH1jPEaWcbxrk1xMqlzdT/6IqgswIwT/KKYqTC9qHVA9u4zGZo5xZPUk3gHg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.58_1744055430739_0.21948044182918758","host":"s3://npm-registry-packages-npm-production"}},"1.1.59":{"name":"@opensea/vessel","version":"1.1.59","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.59","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"01b67aa6672a1bdc2e3a8199a8fc790df668269f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.59.tgz","fileCount":23,"integrity":"sha512-A3zKR0zgd15Q8LJtXLj0egtlT/I9tXZ6iEvWewfFVi3wscXGVxLWQ9WKEWhSpHI4eRqd3SpvqEjkz6VyyYeslg==","signatures":[{"sig":"MEUCID3yxFnBB2McsauHkklhx7z+SU7+YBf92O3IlEdKR2zHAiEA1e2d3dndzYfsEwz0mwybw8fWwNbOxHow0d5sK20xRoA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.59.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/df6da680170a2e541d73c1022e55d54b/opensea-vessel-1.1.59.tgz","_integrity":"sha512-A3zKR0zgd15Q8LJtXLj0egtlT/I9tXZ6iEvWewfFVi3wscXGVxLWQ9WKEWhSpHI4eRqd3SpvqEjkz6VyyYeslg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.59_1744056694943_0.25571990445814063","host":"s3://npm-registry-packages-npm-production"}},"1.1.60":{"name":"@opensea/vessel","version":"1.1.60","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.60","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"7ce2e0749d84645708abd68beeaefe620aad22ed","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.60.tgz","fileCount":23,"integrity":"sha512-mLGqu8FPLp69sNG+coCAYyi7WB2892uIXXYgkCvg/+rZT5dZ732HU/mdIlROi5WYKnJdNl/g51XCL+H1Gc11JA==","signatures":[{"sig":"MEYCIQDWcJa1hBChqLUpL2X5YQ7bbCaPOJnwCEtu86LXi+GGQwIhAOb1/X5kJ5Plcrxacey/9FNGf9OkkhgrCU2bh4JYzWFa","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.60.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/56c5d30bc6fb04e25f56b731a52ff252/opensea-vessel-1.1.60.tgz","_integrity":"sha512-mLGqu8FPLp69sNG+coCAYyi7WB2892uIXXYgkCvg/+rZT5dZ732HU/mdIlROi5WYKnJdNl/g51XCL+H1Gc11JA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.60_1744081064236_0.5330759524903508","host":"s3://npm-registry-packages-npm-production"}},"1.1.61":{"name":"@opensea/vessel","version":"1.1.61","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.61","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"062fd0f7902fcda7b9d3d2bc080f010c3d1a8ded","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.61.tgz","fileCount":23,"integrity":"sha512-HPQ9wAUkfa3xlEoFeSx0cZr/TCdESqlwlpJWQCc9zeyjLQVKK8YjPdgRObX4No1+3hfdTZh3AzhaZAGi/A2K2A==","signatures":[{"sig":"MEUCIQCx30sVu8PQdR/EiPiz+H7whqnEG1NOfwnq5B8TkdU8AAIgQ/aMMve7jbMZ6bL53K9JgBOdDARb+7GY6Sof0+s6678=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.61.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/7d35567a6fef4de66c1b2fb7c4c1b88d/opensea-vessel-1.1.61.tgz","_integrity":"sha512-HPQ9wAUkfa3xlEoFeSx0cZr/TCdESqlwlpJWQCc9zeyjLQVKK8YjPdgRObX4No1+3hfdTZh3AzhaZAGi/A2K2A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.61_1744096269784_0.6068873742963428","host":"s3://npm-registry-packages-npm-production"}},"1.1.62":{"name":"@opensea/vessel","version":"1.1.62","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.62","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"fbe892f652ccdb55fdb83da22e42b34e750111dd","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.62.tgz","fileCount":23,"integrity":"sha512-RCCNlkN175BgjKgO1SZNuJDaf99oDD94FXlRnhdkUkt8+f5x+00sn25M/pO3WJmS3Vbf70Kn3/SwMGvq04q9cg==","signatures":[{"sig":"MEQCIFldvsE96L9syPXgz+C2R7xF3N3kqiMLIptcENAt/iLJAiAEH752S9QNOlRz90adui4dMiNtPG/+9P8pNZAuiflwxw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.62.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/9b308ecc3c22ee8011790ac834494845/opensea-vessel-1.1.62.tgz","_integrity":"sha512-RCCNlkN175BgjKgO1SZNuJDaf99oDD94FXlRnhdkUkt8+f5x+00sn25M/pO3WJmS3Vbf70Kn3/SwMGvq04q9cg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.62_1744114811176_0.7065542392943824","host":"s3://npm-registry-packages-npm-production"}},"1.1.63":{"name":"@opensea/vessel","version":"1.1.63","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.63","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"f143100547aaedd8a733aad9bbc95e8ace421289","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.63.tgz","fileCount":23,"integrity":"sha512-HOqThP4CdcDlrzUFRRZzA8yZJGskTGt2csiNhe93IoxVT2wh77U1KAZ0heV7HUHL3yhEvHiBj8mNkWYS7i8BJQ==","signatures":[{"sig":"MEYCIQDYW0jB+hmx3ANKz27/yrpRvKH49YTxwPJF+I7wNlcSmwIhALIMSgeW97ugGETSL2bUeCaLiQofjvMSxH1kBf+5eq9t","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.63.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/1554e327f7401414d6d0cc4023a075c7/opensea-vessel-1.1.63.tgz","_integrity":"sha512-HOqThP4CdcDlrzUFRRZzA8yZJGskTGt2csiNhe93IoxVT2wh77U1KAZ0heV7HUHL3yhEvHiBj8mNkWYS7i8BJQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.63_1744139050746_0.683535162759487","host":"s3://npm-registry-packages-npm-production"}},"1.1.64":{"name":"@opensea/vessel","version":"1.1.64","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.64","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"e83c975c2222d23ef61ad54fa5bc3c1b4ad2dec4","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.64.tgz","fileCount":23,"integrity":"sha512-pi41C4ddO7Uap+COgVfa/HBT8u83oUSS999kvzS0AeriNohgyywRjPtC42ZddkINKGHB+3/2O+cv6WKnnkkQzw==","signatures":[{"sig":"MEYCIQDFFsEquBUxz0gnm3/oYNU1o0W9uSR2mDTpxnQxYQr0bAIhALDUV7acXotk4DC0uraJJRuFR+bDUFiyXz70GWt4vBdt","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.64.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5feb3a2673a2a0dbbd6bdcc23d48af53/opensea-vessel-1.1.64.tgz","_integrity":"sha512-pi41C4ddO7Uap+COgVfa/HBT8u83oUSS999kvzS0AeriNohgyywRjPtC42ZddkINKGHB+3/2O+cv6WKnnkkQzw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.64_1744139416406_0.7326419554068588","host":"s3://npm-registry-packages-npm-production"}},"1.1.65":{"name":"@opensea/vessel","version":"1.1.65","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.65","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"6b543f1d2e2d62448c2dd4f76ba5150a73a11715","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.65.tgz","fileCount":23,"integrity":"sha512-wFran6HpYl62heVAb/zvzIJgod1mRaPEaryUnkjuWHi1CUy77ZHgoUelFojiANT6bFGZUJ29YaNGQ4tU/7M9VQ==","signatures":[{"sig":"MEUCIQDrPEMq/Z+FaA/c8wec9gXjPKA6kwYjZXyoURHezXp61wIgQTQVKpLTWRPdsY9RyzB2aHmxfV/Xh4YzeCD3MzUHp6U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.65.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/7c0a466bbc072655cf90ffbcf382a32b/opensea-vessel-1.1.65.tgz","_integrity":"sha512-wFran6HpYl62heVAb/zvzIJgod1mRaPEaryUnkjuWHi1CUy77ZHgoUelFojiANT6bFGZUJ29YaNGQ4tU/7M9VQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.65_1744186371723_0.3293848969566713","host":"s3://npm-registry-packages-npm-production"}},"1.1.66":{"name":"@opensea/vessel","version":"1.1.66","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.66","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"ac2d29d37723d77b22617a68fd199f0447429394","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.66.tgz","fileCount":23,"integrity":"sha512-bFkbS230hcriV+oOt+7fquf1jRPs65+4gNpqqzQ44BbP/RkdTR8gAlCyVt+xupIx6IyYb1nXtxa43SBfidQ5Ag==","signatures":[{"sig":"MEUCIQD9T3U5ryNvGPmvlCs25M9ZD67jSP5B+zdWp1ls0kxa5wIgDNEnZkckJUUdHTL3YHr3row3i+Z08MzkNJq6YUpcB/w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.66.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5b94f228f5ab412005dcd0f0d893d486/opensea-vessel-1.1.66.tgz","_integrity":"sha512-bFkbS230hcriV+oOt+7fquf1jRPs65+4gNpqqzQ44BbP/RkdTR8gAlCyVt+xupIx6IyYb1nXtxa43SBfidQ5Ag==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.66_1744215106271_0.8309092368138453","host":"s3://npm-registry-packages-npm-production"}},"1.1.67":{"name":"@opensea/vessel","version":"1.1.67","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.67","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"1a698dbdb060ea731b8f5a8563b4590519c1ad44","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.67.tgz","fileCount":23,"integrity":"sha512-SMsoZLzbusj3qOGxYHsclBzSKgJVxROu95pqg9TRqP97aKygqNsWqPHK5pnPk6B58LpCdoe+zrJ7J7enJw6iXQ==","signatures":[{"sig":"MEQCIHENWhxNWG0HiM1obneT+bsX2A/Vh0oLFyutscY/whavAiAB71+Hpwlho4PONxP7qO3R2qcTOzjuSupOTPTlEM7F6w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.67.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/683cf23f54c3b85c33af84fb21cb97bd/opensea-vessel-1.1.67.tgz","_integrity":"sha512-SMsoZLzbusj3qOGxYHsclBzSKgJVxROu95pqg9TRqP97aKygqNsWqPHK5pnPk6B58LpCdoe+zrJ7J7enJw6iXQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.67_1744218618798_0.40681988555845927","host":"s3://npm-registry-packages-npm-production"}},"1.1.68":{"name":"@opensea/vessel","version":"1.1.68","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.68","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"814a6917653f2e1d58da7a0ad80da99e4c768a35","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.68.tgz","fileCount":23,"integrity":"sha512-vbXjBCravVwg6QDBgyoouCTR1gEiU6CzgMVXM/65lKm54wQo8SmFgZiHjy5/bDmp9l3FPmqb5kom2tRVt0LiiQ==","signatures":[{"sig":"MEUCIQDDagIV2jI3xiHKKO0zcVJdU+9COP6U4mpgYaIAZDBZOAIgCpg2kTYqJ6h0dfEgzrJEXDa4vz4LKV8qORzMehFcQ7c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.68.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/97d661bd02575a7dd92719663c4969bc/opensea-vessel-1.1.68.tgz","_integrity":"sha512-vbXjBCravVwg6QDBgyoouCTR1gEiU6CzgMVXM/65lKm54wQo8SmFgZiHjy5/bDmp9l3FPmqb5kom2tRVt0LiiQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.68_1744226739872_0.04573880043818823","host":"s3://npm-registry-packages-npm-production"}},"1.1.69":{"name":"@opensea/vessel","version":"1.1.69","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.69","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"57cc5e92f7d2c8fc558058de27f408f84ab57ec9","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.69.tgz","fileCount":23,"integrity":"sha512-6SrI3rqVhfC9wWk0Kqog/ZfSniBH0OddME71MUADBvVI21FlBZMP8QHs7/BknX4DHNT8U56/fFNK1erhd1A6Pw==","signatures":[{"sig":"MEUCIGsxowvCiOlS+0blBCyj9jJXyYI/ClBD1Et0wvPWzZQzAiEApVvCrAg0jop2/+EJfSl5e2HnZUFFHgT10IARaQ7SXJw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.69.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a72542354ff314e6904901dd4f4568a4/opensea-vessel-1.1.69.tgz","_integrity":"sha512-6SrI3rqVhfC9wWk0Kqog/ZfSniBH0OddME71MUADBvVI21FlBZMP8QHs7/BknX4DHNT8U56/fFNK1erhd1A6Pw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.69_1744243711183_0.8675431059462564","host":"s3://npm-registry-packages-npm-production"}},"1.1.70":{"name":"@opensea/vessel","version":"1.1.70","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.70","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"44a1875ebd52ca1e1eabfeeb1b30f3690aa1a7b8","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.70.tgz","fileCount":23,"integrity":"sha512-3/PX4a+0mfS/9r7jrmS5Nd0QjIVod1KmfZXXfG4c7eH0Ux8s0jyn9cPE/gJxO0I9/+EANZG3BkUei3hRAdRb3w==","signatures":[{"sig":"MEUCIGHu5imkR+NQ5QCpv18eKd1jaHmNln0xaoPl+gIqBbrpAiEA+wBBFqjKBWu2kH0ozDqhE2nck421chc/qFRTDDHyBc8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.70.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/27850342263af0b114feb258cec0db26/opensea-vessel-1.1.70.tgz","_integrity":"sha512-3/PX4a+0mfS/9r7jrmS5Nd0QjIVod1KmfZXXfG4c7eH0Ux8s0jyn9cPE/gJxO0I9/+EANZG3BkUei3hRAdRb3w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.70_1744244282401_0.6773288223243843","host":"s3://npm-registry-packages-npm-production"}},"1.1.71":{"name":"@opensea/vessel","version":"1.1.71","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.71","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"19996615223714ebc76ee2c9fdf6f57190dbf6f1","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.71.tgz","fileCount":23,"integrity":"sha512-WoEz4VWOGwSgw0/bXbqAE84uaGYQTrIABjQORu6//RQAc/8kvP9aWRWJx/+ahlQT0IQD9nNd1IMdXMNwNbw+sg==","signatures":[{"sig":"MEYCIQCWNazG4L3Sw8DrDcv3uAOqpu5gk3V+UbGyWxqAzUUq7gIhAKwsiUqFoTf9C/Q4aAqm1c/wWT8hREIqB0JwI9e89lDP","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.71.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/aa09b448918f01ab70f5d0427c87022f/opensea-vessel-1.1.71.tgz","_integrity":"sha512-WoEz4VWOGwSgw0/bXbqAE84uaGYQTrIABjQORu6//RQAc/8kvP9aWRWJx/+ahlQT0IQD9nNd1IMdXMNwNbw+sg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.71_1744302478219_0.7552544158071022","host":"s3://npm-registry-packages-npm-production"}},"1.1.72":{"name":"@opensea/vessel","version":"1.1.72","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.72","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"e4358d3290af4f204a8a580dcf273b4741f3639a","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.72.tgz","fileCount":23,"integrity":"sha512-Nr9Lw6nctCWbFFo4ysJa5ZhVBABgGTBfxqXyucg2NC3gSVYLZ+QCvQLovDeLK4CoUkmsLODToBVD91wOWd2mfQ==","signatures":[{"sig":"MEYCIQC2OP6EXk/j5LMRjyWDbSPwNspqjZfXUznrBqMVJj+qywIhAO8K72qLgdRCi2vs/E8kI0V2SnUUSrXYody+fA8msxsI","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.72.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/7e36b5d39aee0022cd772232bab59aa4/opensea-vessel-1.1.72.tgz","_integrity":"sha512-Nr9Lw6nctCWbFFo4ysJa5ZhVBABgGTBfxqXyucg2NC3gSVYLZ+QCvQLovDeLK4CoUkmsLODToBVD91wOWd2mfQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.72_1744303951663_0.44424403151267966","host":"s3://npm-registry-packages-npm-production"}},"1.1.73":{"name":"@opensea/vessel","version":"1.1.73","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.73","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"32a7fe40d827fdc611267d837c01c8377c890cfb","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.73.tgz","fileCount":23,"integrity":"sha512-+/sTKvdG/juReBqfPn6yKNdTli+WIc7j7Xxtjuhuvb8BQPvbZR/2+Y5w7k6wiH5/CO7wgmTwbHNb/hX1714X/A==","signatures":[{"sig":"MEYCIQCKBMvzsruqTqMRiT5LFE98dfKADq5aMJqt6Ns540/ljgIhAMFn+3QwF5CORzpRUI44eUQtqV1ZQMZ5jtmP147NJ8PP","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.73.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ca799fb4fdfb112f248c9fc2954cb28e/opensea-vessel-1.1.73.tgz","_integrity":"sha512-+/sTKvdG/juReBqfPn6yKNdTli+WIc7j7Xxtjuhuvb8BQPvbZR/2+Y5w7k6wiH5/CO7wgmTwbHNb/hX1714X/A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.73_1744305911039_0.5296395232930979","host":"s3://npm-registry-packages-npm-production"}},"1.1.74":{"name":"@opensea/vessel","version":"1.1.74","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.74","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"3eaf5d77dde1a9eba9c3c628566ace11db5988ef","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.74.tgz","fileCount":23,"integrity":"sha512-ZIFnnMKHdDESjY7RRKR5oPedKD9bCMjAEdiXlzJqCKGYARRblSjE/MLg4sfU9ev4XWtPpCsvIcIkzqBcbg3Lxw==","signatures":[{"sig":"MEUCIDLiKDIQfJA2iVxmNUMFJCPkvjq3ZN+/ajdlIt8TfRdwAiEAkdiwqWFEzmT14n6Uqgr0I3iOmAC1KFAuqubhl/+T4rQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.74.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/15acbd9869f6531070142a0786f0ad3a/opensea-vessel-1.1.74.tgz","_integrity":"sha512-ZIFnnMKHdDESjY7RRKR5oPedKD9bCMjAEdiXlzJqCKGYARRblSjE/MLg4sfU9ev4XWtPpCsvIcIkzqBcbg3Lxw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.74_1744385439834_0.4133418920467249","host":"s3://npm-registry-packages-npm-production"}},"1.1.75":{"name":"@opensea/vessel","version":"1.1.75","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.75","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"b4c6888a628b7eba93b38cdc0d0ec79650a70570","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.75.tgz","fileCount":23,"integrity":"sha512-W67KdcaqDJVnuqaZwrNfS9+cIqRPRVxnXxFYJxOkjNVHOXSRGswVXbau2YH/guWXZM+c8yjgefaiwqF6JfnFFQ==","signatures":[{"sig":"MEUCIG5lpmrVA/uwXL7WjnvlY/LrNoqRRnZR2iXQqxdvB+wZAiEAmsco/GFYszwlYvr8wrSDZpeeBeV9yIjtR6psAQn9HaA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.75.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f8b42b4ba4c92f860307fecde8eb35e0/opensea-vessel-1.1.75.tgz","_integrity":"sha512-W67KdcaqDJVnuqaZwrNfS9+cIqRPRVxnXxFYJxOkjNVHOXSRGswVXbau2YH/guWXZM+c8yjgefaiwqF6JfnFFQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.75_1744389338859_0.5895940364584713","host":"s3://npm-registry-packages-npm-production"}},"1.1.77":{"name":"@opensea/vessel","version":"1.1.77","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.77","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"b98361f0188060e5ad9bb0372e2007f5e6d649dc","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.77.tgz","fileCount":23,"integrity":"sha512-5UaJnjPLP3sR0eNVceBAdnu/JnU8MjMHnAob53Jf9990hafleKfHK1Y4JQsR7l5Yax4n+ZhcyTrBkB/r9U2ShA==","signatures":[{"sig":"MEQCIEyAbPyMlHp0IQmom8Q2kpPFveTU4jlRuKRpy4kShINIAiBrL6PAdtknnYuEDiJarOwezJyawmt2HGkny2Rfhp9khg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.77.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/67e53f1c75025cebd9f3dbeb3e4b18c1/opensea-vessel-1.1.77.tgz","_integrity":"sha512-5UaJnjPLP3sR0eNVceBAdnu/JnU8MjMHnAob53Jf9990hafleKfHK1Y4JQsR7l5Yax4n+ZhcyTrBkB/r9U2ShA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.77_1744413029275_0.35252012948765077","host":"s3://npm-registry-packages-npm-production"}},"1.1.78":{"name":"@opensea/vessel","version":"1.1.78","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.78","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"21f97bc8f989125bb81eec431c65dba584643afe","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.78.tgz","fileCount":23,"integrity":"sha512-OXZ3/V7lNt5g/HhJ7a+aLKv1wxrsWqemNIfbn3VxvXY+nxgU13fa1x102BwbdtFzXR4fL4v7kmRiEyjmq8/h8g==","signatures":[{"sig":"MEYCIQDDJrC/KWRo6PWn5oiB9rbcK0RPkXkxBatgIRNtZNzlzgIhAPr0zRmkFgVittKzo1pcjlARI79IsZu1v/ibJCCDhrhb","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.78.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/01c8a60d45628873d0b495e84a96f224/opensea-vessel-1.1.78.tgz","_integrity":"sha512-OXZ3/V7lNt5g/HhJ7a+aLKv1wxrsWqemNIfbn3VxvXY+nxgU13fa1x102BwbdtFzXR4fL4v7kmRiEyjmq8/h8g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.78_1744413728839_0.12223591291665126","host":"s3://npm-registry-packages-npm-production"}},"1.1.79":{"name":"@opensea/vessel","version":"1.1.79","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.79","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"a2aba154c6dfd2bfa2999f002a71a4e6f2b0069f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.79.tgz","fileCount":23,"integrity":"sha512-uOWYUWOd3222msibKL39najnGpuaGl85DPyd32TAaB6JZkXT61e/cH9QDyxLhWZo4FOdxT+QJnYHTP+Mq84MSQ==","signatures":[{"sig":"MEYCIQC/Mcm8VpmOsKBmIqhK+4hSv3MTL8IelgGViArpXcDeZgIhAOXxG6YqexJ4v0fCSEzUbJb/kD1c9NzLxgj1qy43FdBV","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.79.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/cfe593990645f1561f71875fcd5eb3a8/opensea-vessel-1.1.79.tgz","_integrity":"sha512-uOWYUWOd3222msibKL39najnGpuaGl85DPyd32TAaB6JZkXT61e/cH9QDyxLhWZo4FOdxT+QJnYHTP+Mq84MSQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.79_1744417781318_0.25324467657640204","host":"s3://npm-registry-packages-npm-production"}},"1.1.80":{"name":"@opensea/vessel","version":"1.1.80","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.80","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"de340f46883fe943a5a201aacd0562dc2c137643","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.80.tgz","fileCount":23,"integrity":"sha512-Pj7OZz2cT1DZ5XYkSq+KfqVfmMC8Iug2CGnnvaH2Z5ASPlldfQW1Qq6sG/tePTmCr+qaPYoTH1JmWMuRjpTPQw==","signatures":[{"sig":"MEYCIQDQdpfDIYJP41TZyJrJKQG/LECn0ARniwLj3jSOjb4QagIhANfsglUfq2IfqqdUxSe4J8guf3Mk0Bm9KQr3zgFHpT5Z","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.80.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/0b81b1a9ec702cf399110b913d0896f5/opensea-vessel-1.1.80.tgz","_integrity":"sha512-Pj7OZz2cT1DZ5XYkSq+KfqVfmMC8Iug2CGnnvaH2Z5ASPlldfQW1Qq6sG/tePTmCr+qaPYoTH1JmWMuRjpTPQw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.80_1744640440579_0.7517061042687045","host":"s3://npm-registry-packages-npm-production"}},"1.1.81":{"name":"@opensea/vessel","version":"1.1.81","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.81","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"5818001e7be786603c7a8f8576c70f92ab8397e0","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.81.tgz","fileCount":23,"integrity":"sha512-44pSnWUpm4UkujBM9HJyTKNwo0tuKk8Rjt0emhu+g8PjjUD0T8RvOJVFGEcB+78VrBx/fDWQKpniK3nDEQTiNg==","signatures":[{"sig":"MEQCIAptTdGg/0y9hvcpgPPrR+7zcJU4cNZHz2spNcf+efemAiAhyUiWw6rdE3HxSUSfXm8a/Cg2gRwur33K2Zi3kNmX4A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.81.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c68309f5d8f99ed987a0d368e12e02fc/opensea-vessel-1.1.81.tgz","_integrity":"sha512-44pSnWUpm4UkujBM9HJyTKNwo0tuKk8Rjt0emhu+g8PjjUD0T8RvOJVFGEcB+78VrBx/fDWQKpniK3nDEQTiNg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.81_1744647310861_0.28517820061258625","host":"s3://npm-registry-packages-npm-production"}},"1.1.82":{"name":"@opensea/vessel","version":"1.1.82","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.82","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"dbabc203a5438643b4b1664d82dbe56e04f8228d","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.82.tgz","fileCount":23,"integrity":"sha512-WkHRReK5x8HGg8XG4IC9Yxc2LMr/OL+/68DInZZOXborARz1m96IYZ8sv4jLSvnpRBr8rYyPoN8jX4fFF5OSgQ==","signatures":[{"sig":"MEUCIEhq/WOq4DwXeAC/iYRDnRxMsvKD1qUF7YDythpovlRWAiEA25Enr2hDmfftCNHxVnzVayJmCCPTRhmeTcwCnRyoUaM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.82.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c5debec891065fa72915c576e041c5ea/opensea-vessel-1.1.82.tgz","_integrity":"sha512-WkHRReK5x8HGg8XG4IC9Yxc2LMr/OL+/68DInZZOXborARz1m96IYZ8sv4jLSvnpRBr8rYyPoN8jX4fFF5OSgQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.82_1744653100479_0.7256341247787208","host":"s3://npm-registry-packages-npm-production"}},"1.1.83":{"name":"@opensea/vessel","version":"1.1.83","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.83","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"15df13625cdc60e14cd349b87573808c90d773e3","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.83.tgz","fileCount":23,"integrity":"sha512-TVDkDx3XHJeXJ6s16OybOSQFfToCmhIIXNHUxMCDCqJsOme8g+VuH7NfLdDjESr4/YUTsJJzi7Abmf3ZbjeCCg==","signatures":[{"sig":"MEUCIQCTt/1vTSfV0X/eCjrKI8yay4/PwSC7TqQKMUfjNCy6+gIgHACQghLFnrsqxRIUklxuTY9mJ2jGYVITRsyXD78mgKU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.83.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/dd2d12c46b23be7435c650836b535973/opensea-vessel-1.1.83.tgz","_integrity":"sha512-TVDkDx3XHJeXJ6s16OybOSQFfToCmhIIXNHUxMCDCqJsOme8g+VuH7NfLdDjESr4/YUTsJJzi7Abmf3ZbjeCCg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.83_1744654361808_0.2321423983533677","host":"s3://npm-registry-packages-npm-production"}},"1.1.84":{"name":"@opensea/vessel","version":"1.1.84","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.84","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"6f3bbb58450ecb689d0c9828b0acd3e701aff346","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.84.tgz","fileCount":23,"integrity":"sha512-XvXX9rRelrvq4FhfBspGU3W2eWx6ffG4JThpFFnywLQfBtP7Jk5o83BXkoqY4X5nMASvgNTw169zsxmIfx3Omw==","signatures":[{"sig":"MEYCIQCR/XHoBh3+fZFoK3U6kxoij7D6JEHGRDobar6+QgAxzgIhAOqF1B5GyNNbIwVY8eYaAPVpl6ENNAjiaOp/Vh+y8Yzt","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.84.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5b19514e7c15d8c9e1e7efc203cf34e9/opensea-vessel-1.1.84.tgz","_integrity":"sha512-XvXX9rRelrvq4FhfBspGU3W2eWx6ffG4JThpFFnywLQfBtP7Jk5o83BXkoqY4X5nMASvgNTw169zsxmIfx3Omw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.84_1744662276131_0.5439704854712917","host":"s3://npm-registry-packages-npm-production"}},"1.1.85":{"name":"@opensea/vessel","version":"1.1.85","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.85","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"c74fb1e010845707e213c0bdb355ae97ca2c6697","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.85.tgz","fileCount":23,"integrity":"sha512-SNt++gbcWq0LhCIne4fUsNW/HxL5+E21jxVhUOhiSwgjhHnXmszRdgyw8XIlc2iUVvwg9Jf5Dg0nkFa//6J52Q==","signatures":[{"sig":"MEUCIQDQzzF28NySktaVJRL7th+4E6J80WQVZGkWhh2NHVKyUQIgYAUtwuVF5d9HsjfD4itX0R1s+YPoWBHqFJoPFJydEnI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.85.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/3feb7ff614c3ea6412278072324cf462/opensea-vessel-1.1.85.tgz","_integrity":"sha512-SNt++gbcWq0LhCIne4fUsNW/HxL5+E21jxVhUOhiSwgjhHnXmszRdgyw8XIlc2iUVvwg9Jf5Dg0nkFa//6J52Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.85_1744663941299_0.6302037692688536","host":"s3://npm-registry-packages-npm-production"}},"1.1.86":{"name":"@opensea/vessel","version":"1.1.86","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.86","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"f15eb1fcb92ba656e67cb53559aada6a6ce3492c","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.86.tgz","fileCount":23,"integrity":"sha512-R2qr/U8HBYXD65+JaiyC/kcdxIQNwFNDYrNqYdQkLvyVmMyUVTBRMkltfW24kzC+5gjie0F3bGCpBmaNGFa37w==","signatures":[{"sig":"MEYCIQChjDfjNlL30dwxU/+DokOXbtR3BAhOEUCnBBF39+IiLgIhAP5su8xVbjqew43xjnVPa50AhCoxSzyGJkN8D9fgPqYp","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.86.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/9c50d7bb6efc7f96bbe68908d87a03f2/opensea-vessel-1.1.86.tgz","_integrity":"sha512-R2qr/U8HBYXD65+JaiyC/kcdxIQNwFNDYrNqYdQkLvyVmMyUVTBRMkltfW24kzC+5gjie0F3bGCpBmaNGFa37w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.86_1744665038703_0.29472311413693153","host":"s3://npm-registry-packages-npm-production"}},"1.1.87":{"name":"@opensea/vessel","version":"1.1.87","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.87","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"62616683b01af68eab06de0689fca4aadfdddbd9","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.87.tgz","fileCount":23,"integrity":"sha512-bkfFnpQj3Ud8dtCHlWgP3kKfZnrPdGcu1WGqhyKCnhieaGspgBLR86sJtL4jV0C2NVKmvGzG4z7mt6ou4ZXZzA==","signatures":[{"sig":"MEUCIGkKEkkd+TRhGqFqPRG+vclj9fYWLn1ehbEOTSFK2/bBAiEA28YLRaaIgW587Pm5jhDGR0AtOn/32UH8Q9dNB9LYSik=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.87.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e6742ee909600844d7b420e81388db99/opensea-vessel-1.1.87.tgz","_integrity":"sha512-bkfFnpQj3Ud8dtCHlWgP3kKfZnrPdGcu1WGqhyKCnhieaGspgBLR86sJtL4jV0C2NVKmvGzG4z7mt6ou4ZXZzA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.87_1744665646557_0.16367036715835148","host":"s3://npm-registry-packages-npm-production"}},"1.1.88":{"name":"@opensea/vessel","version":"1.1.88","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.88","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"30302b4761df76770bd9dc56726463b5c2d26cc3","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.88.tgz","fileCount":23,"integrity":"sha512-ZxqAk+B4enh5IaaYLUM0g+tlurqnkK7p49V4qTfU96pwHw526SN48tB2KPzOmiQgjotFzwemMpy/lnZR/JihWw==","signatures":[{"sig":"MEQCIAslKgn5DkKqm26cvtxI9i4VfJuBlzZTZ2ci+6NgItyBAiBav6It+VkXlwJSRzDFXWP1skSgLApBjzspyoIn9MTR/Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.88.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/00b9b31447058edf14f8c7a31576e2c7/opensea-vessel-1.1.88.tgz","_integrity":"sha512-ZxqAk+B4enh5IaaYLUM0g+tlurqnkK7p49V4qTfU96pwHw526SN48tB2KPzOmiQgjotFzwemMpy/lnZR/JihWw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.88_1744666425065_0.6855701092072883","host":"s3://npm-registry-packages-npm-production"}},"1.1.89":{"name":"@opensea/vessel","version":"1.1.89","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.89","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"551f1683c861623ecb2592d297c3225ef42d8d39","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.89.tgz","fileCount":23,"integrity":"sha512-nRf45vnxHZgfSd+71ZiwF6ylIBHTNNLr55vwqxJ217bjXH6KCSDXYwM3RUiFpqK1csPcbBX51DWQq/wdYAxrgA==","signatures":[{"sig":"MEUCIBEu+ngBTbfJrhKvo8UWf1zy2WxAZzVlkAT8FYnfBTEqAiEA6ihw8Q+xq3jlhUFwP8gnZFoG77fajP428b/pBHUUhvI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.89.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/0cd7b73f8619854dfce8af520e3f9c34/opensea-vessel-1.1.89.tgz","_integrity":"sha512-nRf45vnxHZgfSd+71ZiwF6ylIBHTNNLr55vwqxJ217bjXH6KCSDXYwM3RUiFpqK1csPcbBX51DWQq/wdYAxrgA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.89_1744668629250_0.5831239857757553","host":"s3://npm-registry-packages-npm-production"}},"1.1.90":{"name":"@opensea/vessel","version":"1.1.90","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.90","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"fccc9b9e136f70e804b17fd854349b6f88b51877","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.90.tgz","fileCount":23,"integrity":"sha512-G5LY7ogLOtVeGsy2IPiNkvFIp5g9oGrCfhk8thwSB2AQ8qzhlg6bni1Hrz4mbNvolBV2vWo7WeHD30XH3GSl5g==","signatures":[{"sig":"MEUCIQCG+W7oZvI+rVFx1btpL8zmnYeZ23PAQ4Cmx2uUKcglxgIgSQnNoMZsANsqL1NrCOeHT13L77jg3ihO8360N6InkoE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.90.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/61e5354a1aa6a5d6d813b7490368ca54/opensea-vessel-1.1.90.tgz","_integrity":"sha512-G5LY7ogLOtVeGsy2IPiNkvFIp5g9oGrCfhk8thwSB2AQ8qzhlg6bni1Hrz4mbNvolBV2vWo7WeHD30XH3GSl5g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.90_1744672989247_0.282570947133171","host":"s3://npm-registry-packages-npm-production"}},"1.1.91":{"name":"@opensea/vessel","version":"1.1.91","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.91","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"4b8c8bc06fd7b73c86992307aa80c7b81f25ada4","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.91.tgz","fileCount":23,"integrity":"sha512-pxliRJBfN7T53mX859LkzE6EcKZdd7BRiiRuiBUZFXPq3774YqVVIm5jMCFbv3Gp6CdTplIYQ/Uto8OcRnYOzQ==","signatures":[{"sig":"MEUCIDBZu5bxq2mfc8K9BfeGgkQE85ORspm7iVdQCZF2ZILXAiEAjHgwQ2hl9DnE8vvCt3ggS//djQcgX0CsSfiDkwdCkvg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.91.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/9d28efbddd2f7e91c13ef9f93191e556/opensea-vessel-1.1.91.tgz","_integrity":"sha512-pxliRJBfN7T53mX859LkzE6EcKZdd7BRiiRuiBUZFXPq3774YqVVIm5jMCFbv3Gp6CdTplIYQ/Uto8OcRnYOzQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.91_1744673607152_0.7920755788038136","host":"s3://npm-registry-packages-npm-production"}},"1.1.92":{"name":"@opensea/vessel","version":"1.1.92","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.92","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"786a35123cc79ed8d549c4f5dcc8ceb556e81af4","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.92.tgz","fileCount":23,"integrity":"sha512-eSMGIUXFB7FQIa5cOwVnNK5kc4aB8/4howbouo72CPYbnxD26oMO5B6kgcISrJs1qMxvSYLokWFcnetQF0mz7A==","signatures":[{"sig":"MEUCIQCAv4FdrWerKUqZXwWa0ETcppsbSSrRscPPQ8TCBjBavQIgCHt/5EXN4OfKX8dBaUNeY563h9egTUg9PMZisXIG57A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.92.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/116093a985e4db15fcc18d6ef3421f42/opensea-vessel-1.1.92.tgz","_integrity":"sha512-eSMGIUXFB7FQIa5cOwVnNK5kc4aB8/4howbouo72CPYbnxD26oMO5B6kgcISrJs1qMxvSYLokWFcnetQF0mz7A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.92_1744677011161_0.6229784193329513","host":"s3://npm-registry-packages-npm-production"}},"1.1.93":{"name":"@opensea/vessel","version":"1.1.93","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.93","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"6e60d3f3bd7d54de280a321ae0eaadc754c229d1","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.93.tgz","fileCount":23,"integrity":"sha512-0R3O1J0pswzZ0qQc6fSfv9nyPGWKDTezjeCg7N8WSxXRIWOxNmQ/izSpRGbH9q9zoLLEXedkc3J9FsTeLHXBhA==","signatures":[{"sig":"MEYCIQC43fkhJ+IAViW9pE7SBhJlcwYFVXm0e2XppmL7d7nZjwIhAPzIWX2mGRoruUHMWep9VOMLlDD8rGaMmB4PsbfvkeoM","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.93.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e72326786ab12c2458ee42864909284e/opensea-vessel-1.1.93.tgz","_integrity":"sha512-0R3O1J0pswzZ0qQc6fSfv9nyPGWKDTezjeCg7N8WSxXRIWOxNmQ/izSpRGbH9q9zoLLEXedkc3J9FsTeLHXBhA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.93_1744678466109_0.4942953351750108","host":"s3://npm-registry-packages-npm-production"}},"1.1.94":{"name":"@opensea/vessel","version":"1.1.94","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.94","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"4a36a2bd7d9da175eb0cdf9b217ee924f0f5fc62","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.94.tgz","fileCount":23,"integrity":"sha512-R3A6DkIl/SYdA2nTcKICOIhRzKQx+0191oDl3GbZfsHkZCCZngzQn93XiC0+yP5cZSyofyDRkkmB8rsbLHwaFw==","signatures":[{"sig":"MEUCIDFk3sJMFkhB5UQde9hhpCn7MJIvoW4F3PQzInB/Ntv0AiEA0Mm86PPnOUBi0m7jEWhehNq+x/KbMNHsElVx9W+7Il4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.94.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f12d6175b0c545c4b2b158d21806f6bf/opensea-vessel-1.1.94.tgz","_integrity":"sha512-R3A6DkIl/SYdA2nTcKICOIhRzKQx+0191oDl3GbZfsHkZCCZngzQn93XiC0+yP5cZSyofyDRkkmB8rsbLHwaFw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.94_1744686895340_0.4554260897221236","host":"s3://npm-registry-packages-npm-production"}},"1.1.95":{"name":"@opensea/vessel","version":"1.1.95","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.95","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"165622c1357d5331b9ea9386abcfb8d179dbae01","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.95.tgz","fileCount":23,"integrity":"sha512-BcqYs4Veh9KD0vstclZ1SBRCK/1s2dRdBGajvSj933PeQOTnvijnqoZQVzLZu/YbmSplbwWjSdH1zytEzOjeoQ==","signatures":[{"sig":"MEYCIQDMG38386vCu2WWsH/cgH6s2l6EHhXGEi85sL0Xm2exzQIhAKulKwZipsG1Y1kZFn+V8xFXjyp0ZQwoUDB4KXfiaUWE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.95.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/4bad8e574fa32e13562de798bdd9b64d/opensea-vessel-1.1.95.tgz","_integrity":"sha512-BcqYs4Veh9KD0vstclZ1SBRCK/1s2dRdBGajvSj933PeQOTnvijnqoZQVzLZu/YbmSplbwWjSdH1zytEzOjeoQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.95_1744691130284_0.34323038828464036","host":"s3://npm-registry-packages-npm-production"}},"1.1.96":{"name":"@opensea/vessel","version":"1.1.96","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.96","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"e458a84f3ce5ba7a2a346bc9afce1de05bbf8695","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.96.tgz","fileCount":23,"integrity":"sha512-5qEowpxn8knVrWYz9e1m9V9r4lvhWepyrztn0bvssMlkkMalbL93EqsG7NMkyp5E4G2ss5dXqZt/xQFQ3REMug==","signatures":[{"sig":"MEUCIQDH6HJHjzIELvim35tFkd5mf5Q7tAckmajsGoJSU3DDRgIgNcs87oywxT9W8ne/yW0ty8sINoEMmHFSvqG4sSKxFG4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.96.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/53c86bf90b4d87c054b93956d61cdc27/opensea-vessel-1.1.96.tgz","_integrity":"sha512-5qEowpxn8knVrWYz9e1m9V9r4lvhWepyrztn0bvssMlkkMalbL93EqsG7NMkyp5E4G2ss5dXqZt/xQFQ3REMug==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.96_1744708298208_0.9859934204297132","host":"s3://npm-registry-packages-npm-production"}},"1.1.97":{"name":"@opensea/vessel","version":"1.1.97","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.97","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"88b340a7aac6b80750c626766822ea4501e83c74","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.97.tgz","fileCount":23,"integrity":"sha512-xkKR0OHbZ4E+n6yWhBAOVfWA6zIe4ptUdQLdEQfEEUDKzAdchQ4hd+tDWUn8sawULcFll9ellK17PiLhw7SlgQ==","signatures":[{"sig":"MEQCIBILMcj5BCyBUn3ZR/8itG0aDtuvlgS0/lral3uq7yWjAiBlOdu65uhwRG+YhnD44Ulc7mD2HSFNELHbcIyYG04khA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.97.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/2f7b63a90180f27e3d0e8512bbf4aeeb/opensea-vessel-1.1.97.tgz","_integrity":"sha512-xkKR0OHbZ4E+n6yWhBAOVfWA6zIe4ptUdQLdEQfEEUDKzAdchQ4hd+tDWUn8sawULcFll9ellK17PiLhw7SlgQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.97_1744711885693_0.24306877419793138","host":"s3://npm-registry-packages-npm-production"}},"1.1.98":{"name":"@opensea/vessel","version":"1.1.98","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.98","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"52d37e590ef0f947965bd35934abe0e79d92fff6","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.98.tgz","fileCount":23,"integrity":"sha512-V6z/WMjmqlrrZq0PzvRPdIiBdZaBNKVAnOyyTNCuakXjJo0Fzs9jCvqtlJlJ70AUQSuvXvg+G1iHiqZk4Xk3lw==","signatures":[{"sig":"MEUCIQDJvKBH8/auJQTY234dIVJHA52/t7xomJBwviTivQGLcAIgE8OW/svHAmvwf9iTa5xs31MEEjeM2cQ/y9KKrdR04zs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.98.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/1301e650c07f44c710ef5dce8339db39/opensea-vessel-1.1.98.tgz","_integrity":"sha512-V6z/WMjmqlrrZq0PzvRPdIiBdZaBNKVAnOyyTNCuakXjJo0Fzs9jCvqtlJlJ70AUQSuvXvg+G1iHiqZk4Xk3lw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.98_1744715425807_0.9463370449027044","host":"s3://npm-registry-packages-npm-production"}},"1.1.99":{"name":"@opensea/vessel","version":"1.1.99","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.99","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"6d33d83b2ed3d5afc8542953701269273e31a6a2","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.99.tgz","fileCount":23,"integrity":"sha512-2HbrwH6DWs+th0jTECiykPDvAg2PpnEUNb31DFjCXEuySxal0Xs1lhC1LDVnJCQ95tV/80C5wIt0frmwqqLkWA==","signatures":[{"sig":"MEUCIQDCVxQbIhUtgpbL244Sw+mXIK5ByRCkUgdMFlHIyokXRAIgHySw1SDEkoZYVSbFmzYzlcDbgOjvChi4Ds/N+FqijBY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.99.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/9b71dd322384cb398bc2b0e1756262a9/opensea-vessel-1.1.99.tgz","_integrity":"sha512-2HbrwH6DWs+th0jTECiykPDvAg2PpnEUNb31DFjCXEuySxal0Xs1lhC1LDVnJCQ95tV/80C5wIt0frmwqqLkWA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.99_1744725090332_0.08937583669546223","host":"s3://npm-registry-packages-npm-production"}},"1.1.100":{"name":"@opensea/vessel","version":"1.1.100","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.100","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"894a0c1e3dda8a7ff99425bace571a8662048646","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.100.tgz","fileCount":23,"integrity":"sha512-c8FrDQkEfxDwHbhpb+EKPymtQpB07n0NHzgEBZV3svnMDguvHKb0pSIjNVQ2O87siMac7MjyyLO5EbH7qf3VqQ==","signatures":[{"sig":"MEUCIGdwKHRUebVNTGgHocqO1UJzCXkJJ4H4mJvzkJVKL80hAiEAveNQjA7WUV5CW+7vHoZ7f5bgT8kKj46MnX+MfYO4iAw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.100.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/528dbee468257c0d5e7c8db58fbc8b0f/opensea-vessel-1.1.100.tgz","_integrity":"sha512-c8FrDQkEfxDwHbhpb+EKPymtQpB07n0NHzgEBZV3svnMDguvHKb0pSIjNVQ2O87siMac7MjyyLO5EbH7qf3VqQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.100_1744726279533_0.333251545066251","host":"s3://npm-registry-packages-npm-production"}},"1.1.101":{"name":"@opensea/vessel","version":"1.1.101","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.101","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"00d939d16d862a3f36c665b3eb88b48398eb196e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.101.tgz","fileCount":23,"integrity":"sha512-Dti86Tb6+amvynJa649YwIOh+IFjTkdbDBHkYb8q/E5N8RU8L75YjasqKe1X1nI61f6io2UGNizqIORWhsJxXw==","signatures":[{"sig":"MEYCIQCvG/58HTVb1B7vWZL7jdxRVttXZqCB3xo3xFVdo/ijuQIhAPVBo3oHu0Ap6a6eOSPfRg75eEO+nR9GxE+SesPJ+cEe","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.101.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/581d147574eca13b0b77e80061a49c7f/opensea-vessel-1.1.101.tgz","_integrity":"sha512-Dti86Tb6+amvynJa649YwIOh+IFjTkdbDBHkYb8q/E5N8RU8L75YjasqKe1X1nI61f6io2UGNizqIORWhsJxXw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.101_1744729831839_0.5971958933032919","host":"s3://npm-registry-packages-npm-production"}},"1.1.102":{"name":"@opensea/vessel","version":"1.1.102","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.102","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"1322e6b2d4eaa751842f1229c56a6027ca7471c2","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.102.tgz","fileCount":23,"integrity":"sha512-BkohFCbOpYPAcm/LRCPxF/eQ7OaYcZyp2i04lhWov/UW7LREiBsbF35pSF45UGzcrLT1IfrokOO2ZE3serqLBw==","signatures":[{"sig":"MEUCIQCzp51rGeWlJN0WZbTyGUKJ7cRyJvYeab8myI7zy6KbbQIgIcMYnp+/MNxyueFS8lNx93VLGsKVWFLnGFMF1Fu0Id4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.102.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f02d0fe0d9dc6f90573235e3c5478d2d/opensea-vessel-1.1.102.tgz","_integrity":"sha512-BkohFCbOpYPAcm/LRCPxF/eQ7OaYcZyp2i04lhWov/UW7LREiBsbF35pSF45UGzcrLT1IfrokOO2ZE3serqLBw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.102_1744733466843_0.21169679758552284","host":"s3://npm-registry-packages-npm-production"}},"1.1.103":{"name":"@opensea/vessel","version":"1.1.103","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.103","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"b596a616f8ad1e08c90deeb143d91e808fae9eb7","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.103.tgz","fileCount":23,"integrity":"sha512-OgeBYmvqteVyoNcVRaMBoJ4aRrWR0s5FFJeIyg+pZ4q/UyJBNUvYxI3/dBNb0T8uNnbnhRXQuz/4g+mi/9sClA==","signatures":[{"sig":"MEUCIBwz5olimv7nRqt/uMc1e2qsSLjnhgpqy4vYVg09QUpQAiEAozSLrWMNfcZWt2iXltMChxiepGQxN7ODj/wfqnQf7X4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.103.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/2c4ce5d96a6560586492880178f96223/opensea-vessel-1.1.103.tgz","_integrity":"sha512-OgeBYmvqteVyoNcVRaMBoJ4aRrWR0s5FFJeIyg+pZ4q/UyJBNUvYxI3/dBNb0T8uNnbnhRXQuz/4g+mi/9sClA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.103_1744735578274_0.17431758687116594","host":"s3://npm-registry-packages-npm-production"}},"1.1.104":{"name":"@opensea/vessel","version":"1.1.104","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.104","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"4e17565ad6afc942b62758dae1cabb76b99f879a","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.104.tgz","fileCount":23,"integrity":"sha512-yEiY6XrubzpIZ/V7HUD+My2wz2Dvq6vvWebUqdhXUSdilQgg+pFX06ZE4PRhn0yGJ24azmLLXH8wrp5tHwdfmw==","signatures":[{"sig":"MEQCIFsNg6RgVfpvGZqzDX4uQTvrUPazzWCg+nAbIyCKxUE3AiAmjbsxGnjJXjnC3A/kizTtCdC2EiMFnn8sXhVvIo4lVg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.104.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ea23d9f4d262aa5ed2aace0eb346a4db/opensea-vessel-1.1.104.tgz","_integrity":"sha512-yEiY6XrubzpIZ/V7HUD+My2wz2Dvq6vvWebUqdhXUSdilQgg+pFX06ZE4PRhn0yGJ24azmLLXH8wrp5tHwdfmw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.104_1744737053640_0.04151012562436729","host":"s3://npm-registry-packages-npm-production"}},"1.1.105":{"name":"@opensea/vessel","version":"1.1.105","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.105","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"83919e527cf09bab62ee834f97fd9400e99675ca","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.105.tgz","fileCount":23,"integrity":"sha512-OLUXqnwq9iAb5HdjC1yg7Jf5bma3RoxTtKuoyc8U2W+dRwuFqovs5xrysDU/msXYVjskE7xGQ+iRG/2YNQtY+g==","signatures":[{"sig":"MEUCIQCKzQNwGCc+jBlsPMMe28nchCepTzK/h4+yL6g9zIYzUQIgaB3U8steUvoq7U4d6V7ES0pxgL/tfhHaVf4GHmAvL6U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.105.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/540a99924a70841574f48b76e96f53e4/opensea-vessel-1.1.105.tgz","_integrity":"sha512-OLUXqnwq9iAb5HdjC1yg7Jf5bma3RoxTtKuoyc8U2W+dRwuFqovs5xrysDU/msXYVjskE7xGQ+iRG/2YNQtY+g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.105_1744746696320_0.6471555185895594","host":"s3://npm-registry-packages-npm-production"}},"1.1.106":{"name":"@opensea/vessel","version":"1.1.106","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.106","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"d3fcda4888b34eebaf89d8e043e3c81528daba61","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.106.tgz","fileCount":23,"integrity":"sha512-80AGfnppg0smy6JxIMB0FSLNIxo0OkghlgwDRtcxe3QnO/U6WE9Fllpr8Ea/9aGZ+8jZIobyDj7ZHgz4FrfkMQ==","signatures":[{"sig":"MEYCIQDcK6t392OAHxR49E8WHynRRTFAdPYnZCxJynj97XwXRwIhAIzBu7TvTdSFUw0NLvctpbkkqYIs0V10Ik2rNifhk+F1","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.106.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5db780775855ec4fe6b948f13a0b5838/opensea-vessel-1.1.106.tgz","_integrity":"sha512-80AGfnppg0smy6JxIMB0FSLNIxo0OkghlgwDRtcxe3QnO/U6WE9Fllpr8Ea/9aGZ+8jZIobyDj7ZHgz4FrfkMQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.106_1744747902724_0.6411567620310721","host":"s3://npm-registry-packages-npm-production"}},"1.1.107":{"name":"@opensea/vessel","version":"1.1.107","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.107","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"c4e6f0b78e20d9c9c0adfd7511ee37b5f7dd6362","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.107.tgz","fileCount":23,"integrity":"sha512-K35uvLJKaMqk1uaUZM2/+t172nTdOZOPuUnBuQeq5znfA0qNSYWu8CihElnbhTAi88OCF+uonG3nNI/DZDPpjQ==","signatures":[{"sig":"MEUCIDkD04YpNEGqrvAMtw0xTdBkMU8zh1Y6KNnnpQujHGceAiEApLiYVwhw8mxMMpnZvdxuqv0mGPjklvYYzrVl76U6AnM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.107.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ef29d7af7e8ab35d49080bb9a8edd080/opensea-vessel-1.1.107.tgz","_integrity":"sha512-K35uvLJKaMqk1uaUZM2/+t172nTdOZOPuUnBuQeq5znfA0qNSYWu8CihElnbhTAi88OCF+uonG3nNI/DZDPpjQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.107_1744749604880_0.439879073901176","host":"s3://npm-registry-packages-npm-production"}},"1.1.108":{"name":"@opensea/vessel","version":"1.1.108","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.108","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"01fd28d25cc144bb7df310c82944bada81d41033","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.108.tgz","fileCount":23,"integrity":"sha512-Cvj1TlnEosJRgKKkdPUpmrunSMdISe6UFlV41MwPW2roS8JVMcBpTb1KcVOgEjvEWp8B7BzEUWuM/r7HQp6mYA==","signatures":[{"sig":"MEYCIQCfRGsJwy8WHhERo84yLl2YfyRSGhcV0DQeV9loZ+oKywIhANNH8NQOg+44vr0LVgZ21I0Ev5PdtoC0NMnV9ZuRcWvy","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.108.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8be1fcae4a384894f7b05834d883f1d1/opensea-vessel-1.1.108.tgz","_integrity":"sha512-Cvj1TlnEosJRgKKkdPUpmrunSMdISe6UFlV41MwPW2roS8JVMcBpTb1KcVOgEjvEWp8B7BzEUWuM/r7HQp6mYA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.108_1744751430279_0.40396964140506375","host":"s3://npm-registry-packages-npm-production"}},"1.1.109":{"name":"@opensea/vessel","version":"1.1.109","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.109","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"5743c26025c0083cb3eae91ae13fffd362055616","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.109.tgz","fileCount":23,"integrity":"sha512-XUiy9D7y5wVkqGxkaEJdiRjvfL2G3zzjm1sgsfdsUutRHnJQksbbEH5XPUIZHvsvbfHuRP7dNOIIxMtdnqNqnw==","signatures":[{"sig":"MEUCIQCyEarko9/7V1n7XLw5N0QOMhQ+0iDByi8lLy99QyVjEQIgFB/qAlmSl2DbfpeuK5PiDit71nU00ijfCJ8DQPPdx0A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.109.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/76a0b65959f2fd051acb05ec15550da6/opensea-vessel-1.1.109.tgz","_integrity":"sha512-XUiy9D7y5wVkqGxkaEJdiRjvfL2G3zzjm1sgsfdsUutRHnJQksbbEH5XPUIZHvsvbfHuRP7dNOIIxMtdnqNqnw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.109_1744755995008_0.10614589759200177","host":"s3://npm-registry-packages-npm-production"}},"1.1.110":{"name":"@opensea/vessel","version":"1.1.110","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.110","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"3822f1c352eca2e39c5227f0e7d7b3c6fa246a9b","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.110.tgz","fileCount":23,"integrity":"sha512-tuqGZm9/JGsqR8N88eYPr094rkxJfVxasQkcQpHObY5N+UcjmAc7Xuh1JVaV7o5m4+MeaX1fNt+i7UxwqlHpFg==","signatures":[{"sig":"MEUCIQD56PjCVh8oy46phGtNB+bY45GgmFE6mt0qsTfzqO+FHAIgfLTN8pM2msfx2Qn1KEfDGxszYxf/j1pg1bYF12GTHD4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.110.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c73be730f38bac22a5b3d225ac63a167/opensea-vessel-1.1.110.tgz","_integrity":"sha512-tuqGZm9/JGsqR8N88eYPr094rkxJfVxasQkcQpHObY5N+UcjmAc7Xuh1JVaV7o5m4+MeaX1fNt+i7UxwqlHpFg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.110_1744757339594_0.93575621271061","host":"s3://npm-registry-packages-npm-production"}},"1.1.111":{"name":"@opensea/vessel","version":"1.1.111","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.111","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"fc74707bbd4a81e440217c994591104ce06da5f0","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.111.tgz","fileCount":23,"integrity":"sha512-4TxaluGh6m7lOvxTfYxbSjVnpTLYYxFWrKsdWHRv+ZZ7AnQkKCYkhc5hK6DqkG5aILneElopUrtJoYJNHWHGGA==","signatures":[{"sig":"MEUCICSIG5v4ST3LDW5tnLPJFSXZwHiDiWixwQwGaGW+I8YnAiEAx2AT4Z6Dc0/Q7D1NPNjcmhwZs3dBBeVFpiyU9+3hpZU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.111.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ab3232cc59828a0ec6b2c6ce908d15fe/opensea-vessel-1.1.111.tgz","_integrity":"sha512-4TxaluGh6m7lOvxTfYxbSjVnpTLYYxFWrKsdWHRv+ZZ7AnQkKCYkhc5hK6DqkG5aILneElopUrtJoYJNHWHGGA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.111_1744760432497_0.4488804767870824","host":"s3://npm-registry-packages-npm-production"}},"1.1.112":{"name":"@opensea/vessel","version":"1.1.112","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.112","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"499104bb2c255d02f7c887234a896bdfca59bb1e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.112.tgz","fileCount":23,"integrity":"sha512-cP/5ydMaI3nEQZ1QIJlel+rZFw2wun6fyEw3ZSTVC0UBAt3yIKqVzx9TJLn/KEr33dBLdldv8peC/RiYp2uz/w==","signatures":[{"sig":"MEUCIQDXCUVhWbEhp9laA4ghz3sq3t0mE/NprBOocmU2NrwApgIgclh4ItzWCiLjEVcRlHlxKQTAYdyl9v/L2PkxZxWHJcg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.112.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/9a11d5651f77bf72ea07d20338460942/opensea-vessel-1.1.112.tgz","_integrity":"sha512-cP/5ydMaI3nEQZ1QIJlel+rZFw2wun6fyEw3ZSTVC0UBAt3yIKqVzx9TJLn/KEr33dBLdldv8peC/RiYp2uz/w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.112_1744763411283_0.8029560285540907","host":"s3://npm-registry-packages-npm-production"}},"1.1.113":{"name":"@opensea/vessel","version":"1.1.113","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.113","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"950376d7636055dca36ee623ade864a58f30aef9","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.113.tgz","fileCount":23,"integrity":"sha512-o1bk3liNr35ed5vZeEWSi95E2fkHUo5JJBL1Yz15BoRDgzNxMqsTHL4RfyHLj+fiP8KYN8LR7H9cbMTEaC36+A==","signatures":[{"sig":"MEYCIQCkUk/6dGO/G0ODRqOYZ266WIIhKXFTZitXBjPXZ+uFbwIhALmqNZlSdTHkLK8zB3QA5LLoT+DWP7waAoYODOdheouH","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.113.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/1ec2da1d6b49d43b2d11a2121ab4f124/opensea-vessel-1.1.113.tgz","_integrity":"sha512-o1bk3liNr35ed5vZeEWSi95E2fkHUo5JJBL1Yz15BoRDgzNxMqsTHL4RfyHLj+fiP8KYN8LR7H9cbMTEaC36+A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.113_1744774576482_0.608128764468584","host":"s3://npm-registry-packages-npm-production"}},"1.1.114":{"name":"@opensea/vessel","version":"1.1.114","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.114","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"69adf2e1dd7487ac7646b9e2a7b370c5e0c57830","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.114.tgz","fileCount":23,"integrity":"sha512-77vHq6F26mlW2i7OexeFpn6ISpyGjDfhoiW67TOQuddKjork2DrDwwbSzWYP8+z+vcRe3JMh4KhrDo23nd4EAg==","signatures":[{"sig":"MEUCIQCGTdI8ileNlFJDAEfpIKRjme3vKS9AXOHtKp03mVeTswIgD2049sgSbY7HBCB2ujOxSY1DxI1Cw2YHQGaEeSQtUw8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.114.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/4e39bbf79af4acbc41de79883a8df99d/opensea-vessel-1.1.114.tgz","_integrity":"sha512-77vHq6F26mlW2i7OexeFpn6ISpyGjDfhoiW67TOQuddKjork2DrDwwbSzWYP8+z+vcRe3JMh4KhrDo23nd4EAg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.114_1744794695830_0.3800823293967912","host":"s3://npm-registry-packages-npm-production"}},"1.1.115":{"name":"@opensea/vessel","version":"1.1.115","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.115","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"a32c5e77c8cf3428d21f5df97c46da3c01e51254","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.115.tgz","fileCount":23,"integrity":"sha512-TgEKJAWnxykJ/o9twJWszTO8DHSwTu4OwFENleUhW6bfvxrgkyd8U5UztCsEbA+Wdoj5tM0zs5wEx1EgvwMTHg==","signatures":[{"sig":"MEUCIEfQiYSR5TgEE4EdZ7qfiXDi59U0V0amt96rN/cOAf9iAiEA8duLEodiV/sCFdXOWhyNAIPNdqV5QErRHsH13IohMCw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.115.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/42aa247352b4eaefc9197606b9a18a9c/opensea-vessel-1.1.115.tgz","_integrity":"sha512-TgEKJAWnxykJ/o9twJWszTO8DHSwTu4OwFENleUhW6bfvxrgkyd8U5UztCsEbA+Wdoj5tM0zs5wEx1EgvwMTHg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.115_1744801817342_0.02747909851322583","host":"s3://npm-registry-packages-npm-production"}},"1.1.116":{"name":"@opensea/vessel","version":"1.1.116","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.116","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"94d0f2b04d6f4aeb42acaa3d983c0743e74fa5b8","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.116.tgz","fileCount":23,"integrity":"sha512-RFF3GA69KX5C6hJ1ut8fNb6o8f5ZDUuqOBxuUHiEVZKIagVlfz7fYQEhcIkOahCb+/6ZKsogcu4IjJvtFdwLfQ==","signatures":[{"sig":"MEQCIDycrryOYeW6IIi4LjTo91Sk0pVRyugxqQjxar84IAVyAiBCw/MpIs/0xKTxEgcw2N9kY2AnOsgzQGQLBwSiUj+ptQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.116.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/38684c0d0b011e7fb2136e9491a89f46/opensea-vessel-1.1.116.tgz","_integrity":"sha512-RFF3GA69KX5C6hJ1ut8fNb6o8f5ZDUuqOBxuUHiEVZKIagVlfz7fYQEhcIkOahCb+/6ZKsogcu4IjJvtFdwLfQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.116_1744809480625_0.24323946620162307","host":"s3://npm-registry-packages-npm-production"}},"1.1.117":{"name":"@opensea/vessel","version":"1.1.117","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.117","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"7e6e8e22873b97fc2d19ffed05e984492d4ab9fa","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.117.tgz","fileCount":23,"integrity":"sha512-7KYcSRWb3fct/onw4mDLCGYZC7vL15cS2PzMYjh0VwixGUYxmxNIE8bUnbFZdJIM4ePdTAN4+0XPPex50LkvXQ==","signatures":[{"sig":"MEUCIQDORZIf2eDWvTI7NcBNpevY44+AYqyljSVmi2vlVI5AoQIgDEena6eyeDPh370K4dSZaxcEDseogBK3GbYgFfDOhqk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.117.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8f78ee35cac01b5e58a102c5bd26f167/opensea-vessel-1.1.117.tgz","_integrity":"sha512-7KYcSRWb3fct/onw4mDLCGYZC7vL15cS2PzMYjh0VwixGUYxmxNIE8bUnbFZdJIM4ePdTAN4+0XPPex50LkvXQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.117_1744810511187_0.5980522954242338","host":"s3://npm-registry-packages-npm-production"}},"1.1.118":{"name":"@opensea/vessel","version":"1.1.118","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.118","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"468a5735c8ceb0d3da1c8a5db08db6027929a45f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.118.tgz","fileCount":23,"integrity":"sha512-415mup0ssUeh0q/AIeV5Kk8UWWSn+t94MI60dahp3MO+9yA1H7HuHI/dnFqdJr9cY1Lza6gtKjU+XB6KRMCyYA==","signatures":[{"sig":"MEUCICMbhFsb9g1phrEq7RzHY+ZSsYrQa8s6sebOyfcidOpeAiEA2dAVRK8XiAiAmCU6GFvhe5Qtzmj6Gfll9wckbtqovco=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.118.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5ec2f3c9d5e723279cb683f06ab6a9b8/opensea-vessel-1.1.118.tgz","_integrity":"sha512-415mup0ssUeh0q/AIeV5Kk8UWWSn+t94MI60dahp3MO+9yA1H7HuHI/dnFqdJr9cY1Lza6gtKjU+XB6KRMCyYA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.118_1744812718875_0.3636987201392996","host":"s3://npm-registry-packages-npm-production"}},"1.1.119":{"name":"@opensea/vessel","version":"1.1.119","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.119","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"bc96648cff3c3c9b1f1684f177897742d0e73d57","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.119.tgz","fileCount":23,"integrity":"sha512-fm8VgHGoH3W1gmzUBT8gh9rVRRfavl8k5m5zH8vGp4gBp7+xgro6hbJpT2sZAzBNaZ3fuPd0bdiB/f6JDPQkPw==","signatures":[{"sig":"MEUCIQDqb2gtubhmAbds0Irh8ptWGkxYNm91HJLuOBu3zD3U7QIgAghGhMC4bCUrQz0K0CwqAKzZgru0EK66Ys3rvGhBeEA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.119.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/779b8b929fb32acd6d602ca2a717464f/opensea-vessel-1.1.119.tgz","_integrity":"sha512-fm8VgHGoH3W1gmzUBT8gh9rVRRfavl8k5m5zH8vGp4gBp7+xgro6hbJpT2sZAzBNaZ3fuPd0bdiB/f6JDPQkPw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.119_1744818057757_0.06129776994580349","host":"s3://npm-registry-packages-npm-production"}},"1.1.120":{"name":"@opensea/vessel","version":"1.1.120","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.120","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"9eb834da8dd1a4d30b160992b61ace023a544d65","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.120.tgz","fileCount":23,"integrity":"sha512-0xsQ3oGv1emhq6leG7xC8KTCjh3SqFOL8F8U2+mmSRIgl23DTwTIaKKRCOgAVGwp15CRoRDHcFgFQ9+EGimi5g==","signatures":[{"sig":"MEQCIAM2/69ZTW3MpqNEKK8lLkj4mWUc89wV1M/PFO65Ph5dAiBVo4Mh/AQFcWodqfrPWWdsX/3OVEBARbkhXHR7Cj8ypw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.120.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a6e8779d02091cfe708d75f78d8d84ad/opensea-vessel-1.1.120.tgz","_integrity":"sha512-0xsQ3oGv1emhq6leG7xC8KTCjh3SqFOL8F8U2+mmSRIgl23DTwTIaKKRCOgAVGwp15CRoRDHcFgFQ9+EGimi5g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.120_1744823610302_0.8229557891520554","host":"s3://npm-registry-packages-npm-production"}},"1.1.121":{"name":"@opensea/vessel","version":"1.1.121","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.121","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"819a3a60a0833b5c2d56f7c9bb0295f45095a8a0","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.121.tgz","fileCount":23,"integrity":"sha512-oXdQ0NM2670Op4H2DFqV169p8I2H6uv3mib35YwfpFQklaLMHjSOr9GJSsdJcrtQSKIDYJ6534am/3B7159nDw==","signatures":[{"sig":"MEUCIQCcI1NZebbGObvllFR2H91f3nw7o0NHKfx4duug5LBcKwIgePUD5ZCNrlPfVhw6rCIEDBzHaDQ8v788+Z1FKoH8ey4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.121.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/34f1cc49008bc6676456002cf60a2e2a/opensea-vessel-1.1.121.tgz","_integrity":"sha512-oXdQ0NM2670Op4H2DFqV169p8I2H6uv3mib35YwfpFQklaLMHjSOr9GJSsdJcrtQSKIDYJ6534am/3B7159nDw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.121_1744836730440_0.05382772209250608","host":"s3://npm-registry-packages-npm-production"}},"1.1.122":{"name":"@opensea/vessel","version":"1.1.122","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.122","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"f2febf16538f4a12861242a893951a44bc2fe060","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.122.tgz","fileCount":23,"integrity":"sha512-SoIXmoKP8ZnLoR6JnNS7f3MlbhAAhqPmP534hklmaLvKR01ur5NU6AWC/+d+S+fi84ZjpPza/Wm3VwG/yzCLWg==","signatures":[{"sig":"MEUCIENEFUbIgzuSMEY18taplsx3TBmd1ZM2wDTBgiNHubRtAiEAv6JOc2bEmc0pXGzotnwYmFfnmTnpg0i8XkXt4rIhEXc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.122.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e95de40b7a3026469f21db9cd421bdfc/opensea-vessel-1.1.122.tgz","_integrity":"sha512-SoIXmoKP8ZnLoR6JnNS7f3MlbhAAhqPmP534hklmaLvKR01ur5NU6AWC/+d+S+fi84ZjpPza/Wm3VwG/yzCLWg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.122_1744838218650_0.9681445939025595","host":"s3://npm-registry-packages-npm-production"}},"1.1.123":{"name":"@opensea/vessel","version":"1.1.123","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.123","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"67cd273b3b2ab6260a8b3253a59aca2e3b30f94e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.123.tgz","fileCount":23,"integrity":"sha512-FVeRZuDkNi7sLDddgRwx/ALlKQ59DEPYVTxU0XytWPdeujU6dhpaqKMyBhd8U0HsQA3qMafWtt26dzW2+uQA5A==","signatures":[{"sig":"MEYCIQDPF8SyfjiYiC366dvI1MOlkhmtaqckGFfNwCvvtDfBsAIhAO9TjrGpb6wcEbcyJSmXhCcZgM+pYY7fxRE6XTuzkUuB","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.123.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/88a3f18b9bf0eba8753c5a72ddfbda6c/opensea-vessel-1.1.123.tgz","_integrity":"sha512-FVeRZuDkNi7sLDddgRwx/ALlKQ59DEPYVTxU0XytWPdeujU6dhpaqKMyBhd8U0HsQA3qMafWtt26dzW2+uQA5A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.123_1744863236346_0.6325517169612711","host":"s3://npm-registry-packages-npm-production"}},"1.1.124":{"name":"@opensea/vessel","version":"1.1.124","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.124","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"6256d0dcb81cfa786a6d89b28d63074963b824d3","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.124.tgz","fileCount":23,"integrity":"sha512-Ly1onMYxaonuxAw+iONE14wJhbKNXnGXtE8bz3/oZsAaiqsxOakZFcvySkqMbAq9nh4XdP3V+AR7FnDb3Kv7tQ==","signatures":[{"sig":"MEUCIDaGVMWwXijX9wAqRVREmxUCfxUoBUNN06tgZaEZ/slDAiEAnl0/oXR34L2LsKvOwBgl7myp2RMgCg4vj0FCMiiL0lE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.124.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/733cb1f87543307b13320f6dbe7fa209/opensea-vessel-1.1.124.tgz","_integrity":"sha512-Ly1onMYxaonuxAw+iONE14wJhbKNXnGXtE8bz3/oZsAaiqsxOakZFcvySkqMbAq9nh4XdP3V+AR7FnDb3Kv7tQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.124_1744901257549_0.6265362223875441","host":"s3://npm-registry-packages-npm-production"}},"1.1.125":{"name":"@opensea/vessel","version":"1.1.125","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.125","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"ecf08db857d2a49c95dc91a491fdb4103e5c6f65","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.125.tgz","fileCount":23,"integrity":"sha512-vXSdxhTokHQQan2v1oSIA8Ii4ZNqyfJ/u4FBOrLPrRDzhO4vZTxU3jXxlSWPihsHoqIA9wuU88F2I/Uj89f9Ig==","signatures":[{"sig":"MEYCIQCFJebmPyhwRgI/FoGgEfx4LIi6XhksUsRDOprkENPH4gIhAK/PdRY/r5wnCb2Z5z2dg2Wb1S0evLaKjsmzCZJczPpu","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.125.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f1dc18edadf36fa37e90e428727727bc/opensea-vessel-1.1.125.tgz","_integrity":"sha512-vXSdxhTokHQQan2v1oSIA8Ii4ZNqyfJ/u4FBOrLPrRDzhO4vZTxU3jXxlSWPihsHoqIA9wuU88F2I/Uj89f9Ig==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.125_1744921299069_0.4051894043153541","host":"s3://npm-registry-packages-npm-production"}},"1.1.126":{"name":"@opensea/vessel","version":"1.1.126","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.126","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"a8aab69da62fea4eab974d938657a858b37c15d5","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.126.tgz","fileCount":23,"integrity":"sha512-OD5uxrFeDobJgFFSxEo7qQ2MQsnNJUkFz2q0FDtiWfL5+2x3vFOQYyL199XbO2EZ+7BRH9sdR9Xwa0474vifbA==","signatures":[{"sig":"MEUCIQDu8QFlfIshK6VXNLKCZqP+vr1WwmDWtDWXpwPBDhMJYAIgVtBW1WuSnWXbWamehUu0ALI/YVO3CUxbA7+Su5yT7Vw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.126.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/2e693cba89e0bece203182a69ac64e63/opensea-vessel-1.1.126.tgz","_integrity":"sha512-OD5uxrFeDobJgFFSxEo7qQ2MQsnNJUkFz2q0FDtiWfL5+2x3vFOQYyL199XbO2EZ+7BRH9sdR9Xwa0474vifbA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.126_1744996291489_0.016487469285666467","host":"s3://npm-registry-packages-npm-production"}},"1.1.127":{"name":"@opensea/vessel","version":"1.1.127","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.127","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"0643e33e46a9ba2e32618e5621d4a3a7dccc2afe","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.127.tgz","fileCount":23,"integrity":"sha512-3uN84X9Kd7dGO9IrFGMtxr5F+mD0ES8b6F+eGCWzBMU+SB2Y11B2MBIr3/4Br+p9ECWSdiQDJnsr3NI3M8nlEA==","signatures":[{"sig":"MEYCIQDNZW64xi0UxyeQgapz1cgLV9cNkzzJRqbLuUesQoymVwIhAO67ismqFw0jXMboEJkstEWDIzt2pIWSgtMk50AWYSj2","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.127.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e84dd7be2b0cebc1c0097bd81b79f0db/opensea-vessel-1.1.127.tgz","_integrity":"sha512-3uN84X9Kd7dGO9IrFGMtxr5F+mD0ES8b6F+eGCWzBMU+SB2Y11B2MBIr3/4Br+p9ECWSdiQDJnsr3NI3M8nlEA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.127_1744996718153_0.1583825224217812","host":"s3://npm-registry-packages-npm-production"}},"1.1.128":{"name":"@opensea/vessel","version":"1.1.128","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.128","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"8679c2476d7f9234643bd32a0c98f3141145e6b8","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.128.tgz","fileCount":23,"integrity":"sha512-TM0UyuNmtVnPwz50TcTG2eEGoqAPiB2baL1kRreEkEG02v30XLkpQw+owvaAsX81Zv9bLGj68sPIPeG11iKaig==","signatures":[{"sig":"MEQCIA0z1uUjfbiy8zHKoxDMpiHAFy8tASRuyMHf3xvSM1m9AiBFswSLu35johDhCuyYFHiE7jmcN/+g7SBN7n3DVjHrmQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.128.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ed42c106153183fcf88a0753e461b47f/opensea-vessel-1.1.128.tgz","_integrity":"sha512-TM0UyuNmtVnPwz50TcTG2eEGoqAPiB2baL1kRreEkEG02v30XLkpQw+owvaAsX81Zv9bLGj68sPIPeG11iKaig==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.128_1745180320644_0.1174631555723149","host":"s3://npm-registry-packages-npm-production"}},"1.1.129":{"name":"@opensea/vessel","version":"1.1.129","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.129","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"9c08bb385c2e221bd04b60d211b2e72de9e4936b","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.129.tgz","fileCount":23,"integrity":"sha512-RdDtdWMa5A+yrX05+r26NXISg0UNNdJSs4efdYR4YJST82h1MW/RbFjldKmirpfzeIzz29XMNM9BhsxXMh8e1A==","signatures":[{"sig":"MEYCIQDyXSwcISCh2n5Fs2VZzwpX9TLT38ZDbFPsZmUJOdn0CAIhALsGnv7rnba2qcbIrzwpVBjS9gcoJdtcNFAK8kLA1pQm","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.129.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/75944229e39c342a07a1be63fc8bd5a4/opensea-vessel-1.1.129.tgz","_integrity":"sha512-RdDtdWMa5A+yrX05+r26NXISg0UNNdJSs4efdYR4YJST82h1MW/RbFjldKmirpfzeIzz29XMNM9BhsxXMh8e1A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.129_1745183416291_0.09589517985597573","host":"s3://npm-registry-packages-npm-production"}},"1.1.130":{"name":"@opensea/vessel","version":"1.1.130","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.130","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"3d58fcb4dba9579f7ed039723a7355d4b9902e66","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.130.tgz","fileCount":23,"integrity":"sha512-dZ7T+xMx5ld4ivcbV7cMFmNL4TJzNdWYMgqcP/M7X1h3eZnD50EGRIKmQqE42iWg7hDNFnxovbUfH30TkPdhzg==","signatures":[{"sig":"MEUCIQDiqYuliiHoUYdvST6uKEGRdVD62dBDG3KLddANYlR/ugIgWTa1qQblaDhCHlhXhTHu2AbGCAEYRv8gBuo62fNvhss=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.130.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/741045bad456e89058db1fe8c50d2e5c/opensea-vessel-1.1.130.tgz","_integrity":"sha512-dZ7T+xMx5ld4ivcbV7cMFmNL4TJzNdWYMgqcP/M7X1h3eZnD50EGRIKmQqE42iWg7hDNFnxovbUfH30TkPdhzg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.130_1745194879932_0.03278304467998017","host":"s3://npm-registry-packages-npm-production"}},"1.1.131":{"name":"@opensea/vessel","version":"1.1.131","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.131","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"f79d616578369b5229084bc8719a45b4f1408870","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.131.tgz","fileCount":23,"integrity":"sha512-1AjMgu8UZAclC4W22c68XmksTdXeqdl+Wl2KDngMbFQja7tmiUMtcc9zo9WOyOVS1OTrmo3GOlp2n2jlsRFcKA==","signatures":[{"sig":"MEYCIQCHxn9UKGSorNaU1m+NZ3rCb03P6eSbd/F4WAJjqDfyywIhANQe++M1poXlvNsAA7NsAlPxtDAeUJ3pYlpdA0T4Gr3M","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.131.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/6ebe628a71aa4a460938dae51f1ab572/opensea-vessel-1.1.131.tgz","_integrity":"sha512-1AjMgu8UZAclC4W22c68XmksTdXeqdl+Wl2KDngMbFQja7tmiUMtcc9zo9WOyOVS1OTrmo3GOlp2n2jlsRFcKA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.131_1745230297681_0.2707578829737691","host":"s3://npm-registry-packages-npm-production"}},"1.1.132":{"name":"@opensea/vessel","version":"1.1.132","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.132","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"f658326faee509b354ed5361bfb242c0a8d481ff","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.132.tgz","fileCount":23,"integrity":"sha512-16v6Gtb8UNxfhnt2gjG9yVW3DmQ/nmLmw0thN68aMC6lrKl9bdP+iP5i6UupWLOQ5SLTTV6ZD4YuxH1vf1cNIQ==","signatures":[{"sig":"MEUCIH027aV95BkywTzt+ei0BMhTzmJIoKU+RrudY4z50vZsAiEArBMX+XBgK/TQaj5k/t4SbVahy4/EaBrUTtVEyAUn/WQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.132.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/dd85feb3223a14ab9ff193ec300440fb/opensea-vessel-1.1.132.tgz","_integrity":"sha512-16v6Gtb8UNxfhnt2gjG9yVW3DmQ/nmLmw0thN68aMC6lrKl9bdP+iP5i6UupWLOQ5SLTTV6ZD4YuxH1vf1cNIQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.132_1745251449373_0.00909305424623974","host":"s3://npm-registry-packages-npm-production"}},"1.1.133":{"name":"@opensea/vessel","version":"1.1.133","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.133","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"d7b520ea1128bbd832d6becc009533456e9aa43e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.133.tgz","fileCount":23,"integrity":"sha512-4MRTB19h71NYHsgHbiNsFypxueYdNDTV4HEqms5Mmy/ZTOoRg4ezuxrm7AH96FQqA+YJLovfP/XC39vSaWtVTQ==","signatures":[{"sig":"MEUCIQCRX/wIkLBAJs/zuJHG4Pib0jQMy1n1VZnjZ04Dw6w3/wIgFB7c/uPGDhny6YE6eziTJ/0wGTprf1Yolqwhr1GOf9g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.133.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a713db6960b0c120e1cf74ce7018dc44/opensea-vessel-1.1.133.tgz","_integrity":"sha512-4MRTB19h71NYHsgHbiNsFypxueYdNDTV4HEqms5Mmy/ZTOoRg4ezuxrm7AH96FQqA+YJLovfP/XC39vSaWtVTQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.133_1745251880433_0.19784463452787548","host":"s3://npm-registry-packages-npm-production"}},"1.1.134":{"name":"@opensea/vessel","version":"1.1.134","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.134","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"b648530c026941e03302d56de7cec7f479f03034","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.134.tgz","fileCount":23,"integrity":"sha512-6IHwxHrekzY/MEdtCkRmSSoHBcX8XNVgLgpxTWIIAKFSX/Mxst5z+s7eOJ4RHqV+5DVpX4K8T/Fa7U65kDO2Rw==","signatures":[{"sig":"MEYCIQDXCLrs6betMl9oQJ1eQNWApX8PPoIa3+Hftj5337ylSQIhAIpUzn20kOEd7XrA3Pdl2bQdmVZDjit2qfLL6S2FwdZI","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.134.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e1697ee0e7c6b253746de93f09735fa4/opensea-vessel-1.1.134.tgz","_integrity":"sha512-6IHwxHrekzY/MEdtCkRmSSoHBcX8XNVgLgpxTWIIAKFSX/Mxst5z+s7eOJ4RHqV+5DVpX4K8T/Fa7U65kDO2Rw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.134_1745255427199_0.9776802914895037","host":"s3://npm-registry-packages-npm-production"}},"1.1.135":{"name":"@opensea/vessel","version":"1.1.135","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.135","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"fa23cd0e98ed1d9bdf7946681532d2616e9ed7b5","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.135.tgz","fileCount":23,"integrity":"sha512-bTHFYOoCHaYXvminUa703R+wcmpujm3ATOn5emUE25rBmGf0uMSKGJmh/E8HJE0wPqbZP4BG8+tmd78+4W7Pvg==","signatures":[{"sig":"MEYCIQDPZR648RB5ccmRVYNTfbcHzdCFCVSU+KePFnjZEltc4QIhAMV1E14l3k4BRa5MWe3WtUoBmpkwQVfZsNoLcyfBPexb","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.135.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d5e8fd859e1942e18be50f984a08c939/opensea-vessel-1.1.135.tgz","_integrity":"sha512-bTHFYOoCHaYXvminUa703R+wcmpujm3ATOn5emUE25rBmGf0uMSKGJmh/E8HJE0wPqbZP4BG8+tmd78+4W7Pvg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.135_1745256508163_0.5989134964581719","host":"s3://npm-registry-packages-npm-production"}},"1.1.136":{"name":"@opensea/vessel","version":"1.1.136","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.136","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"c7997855dd115e5462f4347100e78ba4f917572d","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.136.tgz","fileCount":23,"integrity":"sha512-gFQtMZiJzcpME4+s2JL0SlrJ7tig+Tfz/b1sQs7yDo0bsOEEHoZHi80rb0gJhNfH2QnKf8Dqrxy2lsBF3yVyeA==","signatures":[{"sig":"MEUCIGZDS+mecP56NQx+vBbwUpmEjQhE73+/QF3EtQFlvWQlAiEA/3cmfGeiuH0uoMIxmfTXL4CS93OaVAxMYUPgi8yhY2E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.136.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/57bba9a3fa8e235f3e254fb6e55fc69e/opensea-vessel-1.1.136.tgz","_integrity":"sha512-gFQtMZiJzcpME4+s2JL0SlrJ7tig+Tfz/b1sQs7yDo0bsOEEHoZHi80rb0gJhNfH2QnKf8Dqrxy2lsBF3yVyeA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.136_1745299226682_0.09041898372566992","host":"s3://npm-registry-packages-npm-production"}},"1.1.137":{"name":"@opensea/vessel","version":"1.1.137","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.137","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"cd19e9cb8496e2985b60f7ca13ee343aaf0660be","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.137.tgz","fileCount":23,"integrity":"sha512-gbEENACYLgzOvdYEva43DFYPpwjDID6GCd8XqtzA952ZReinJs1LlMXGZTpJO4/bYyKtf/LAVe58Sp8tgqYD6g==","signatures":[{"sig":"MEUCICsIAetdLU5umCA6m2IyGHExlST9E3g4CvnYa6tpyNR1AiEAzEet8d0ZrI1uWTPX4OHZe2bNrChjGCKeXsalDaC4sPg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.137.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8c00ebdd85fa4b532449deb1a5e9724b/opensea-vessel-1.1.137.tgz","_integrity":"sha512-gbEENACYLgzOvdYEva43DFYPpwjDID6GCd8XqtzA952ZReinJs1LlMXGZTpJO4/bYyKtf/LAVe58Sp8tgqYD6g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.137_1745302491664_0.4578900413298608","host":"s3://npm-registry-packages-npm-production"}},"1.1.138":{"name":"@opensea/vessel","version":"1.1.138","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.138","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"beb116df3affce186a43d21b0d6bf4ee7df58937","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.138.tgz","fileCount":23,"integrity":"sha512-DZCZIg/fXH0+bCE4K/AprWvhRKAeJ/L+mRVR6kkRI4BAedUdZ/OJpxYIAwieG0KOg+ZdGyhf+nXRmJlc5DgI+w==","signatures":[{"sig":"MEUCIQC7N4DUk4sWpTUKbTZvZFVqiSWXhUD+9wi2eAYMOPvDEgIgdD3v5Oktji7QObVXbtN5RLbmGsu6c3ee9cQUEkKYoPA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.138.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/08ae7552bd9b962e45511576914aa01c/opensea-vessel-1.1.138.tgz","_integrity":"sha512-DZCZIg/fXH0+bCE4K/AprWvhRKAeJ/L+mRVR6kkRI4BAedUdZ/OJpxYIAwieG0KOg+ZdGyhf+nXRmJlc5DgI+w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.138_1745313089782_0.7368568741125807","host":"s3://npm-registry-packages-npm-production"}},"1.1.139":{"name":"@opensea/vessel","version":"1.1.139","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.139","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"66ef2f7a2f479ed2d9dfd7e29eecabcaac14cf25","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.139.tgz","fileCount":23,"integrity":"sha512-A/q4Pnw+Lh9wl14VvuZShTpMmILT+fcpLRFU/UrtMg8+P9oPR2HjvHkei15JAvpY0TWHevSxgdxM1YSjjPrR2A==","signatures":[{"sig":"MEUCIHrnRvBJk0ujBavQGYMMlp9N1XTYZosWvj83/hqFslA1AiEAlPybPXqtn+uPQZ9pb6iKOGMap+mgBbleWMt+c1M2Z+U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.139.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/19ea150a11a5bfd785c80f5702857c6d/opensea-vessel-1.1.139.tgz","_integrity":"sha512-A/q4Pnw+Lh9wl14VvuZShTpMmILT+fcpLRFU/UrtMg8+P9oPR2HjvHkei15JAvpY0TWHevSxgdxM1YSjjPrR2A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.139_1745316697595_0.46133818207597765","host":"s3://npm-registry-packages-npm-production"}},"1.1.140":{"name":"@opensea/vessel","version":"1.1.140","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.140","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"87e7647dd8fea5f375719c9ab57b9f6920ee063e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.140.tgz","fileCount":23,"integrity":"sha512-ghl4VLRMJOZowCuYNrjUH03m9ddzLvfC3GszsCopAdSOJtFi5jn8bUWhU12dcFfg7Fj9H3EkC3c0uQbVSCheYA==","signatures":[{"sig":"MEYCIQDlcFzdbJ1GssPS7tST5sPvQw+NfXiJViailnIrJnDl+AIhAI/aCr+vZgvUr30Q0EyaS6tu16vPvnafmHnNCHbCWTGr","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.140.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/2c7c4c7578e3b7f302ecce7b9b9c0bdc/opensea-vessel-1.1.140.tgz","_integrity":"sha512-ghl4VLRMJOZowCuYNrjUH03m9ddzLvfC3GszsCopAdSOJtFi5jn8bUWhU12dcFfg7Fj9H3EkC3c0uQbVSCheYA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.140_1745325582278_0.2708400782893756","host":"s3://npm-registry-packages-npm-production"}},"1.1.141":{"name":"@opensea/vessel","version":"1.1.141","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.141","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"2fb87d4842bf01bac38f6d6d1e00b2beda6ad16d","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.141.tgz","fileCount":23,"integrity":"sha512-1mkZZY6+jnech9v2bUECOe0NrVJFiFLIZPc1HRXjOCa3IDteH5W32wziOPOAzj/ZMAXcY7ryhrVrcFQ+y/DGrg==","signatures":[{"sig":"MEQCIBYVndQ0OunFeAn94R600pqODnwD5O6Wo+1cfhn75tAXAiAwIrspUf9rTjEEm44yLA3mgzbrzZf+aQuA/X0d2M8afg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.141.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d144c2ee7dce664b80c35d07e8e7e20b/opensea-vessel-1.1.141.tgz","_integrity":"sha512-1mkZZY6+jnech9v2bUECOe0NrVJFiFLIZPc1HRXjOCa3IDteH5W32wziOPOAzj/ZMAXcY7ryhrVrcFQ+y/DGrg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.141_1745336595545_0.7433726699552821","host":"s3://npm-registry-packages-npm-production"}},"1.1.142":{"name":"@opensea/vessel","version":"1.1.142","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.142","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"82c116b008583479c7698116222b9fcb68ccef09","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.142.tgz","fileCount":23,"integrity":"sha512-wdJy5/FaFACJLVNi9wx03mGle7p6pxBFmVmlO/IihR0T16hX4b+Q7cJVbQgPIulPV5QUA+Uuc6GusCi3eq56ew==","signatures":[{"sig":"MEYCIQD0whY/+o9tCnMiza1tRP5oeuWcgHfSryzMT5lYLknTtgIhAPzXmJvOFLNOcWXN/AuWwedcV63GXnBqk2L2bxyFTC0s","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.142.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e6f741604916461ad212d522509ae324/opensea-vessel-1.1.142.tgz","_integrity":"sha512-wdJy5/FaFACJLVNi9wx03mGle7p6pxBFmVmlO/IihR0T16hX4b+Q7cJVbQgPIulPV5QUA+Uuc6GusCi3eq56ew==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.142_1745338310283_0.7650869754012268","host":"s3://npm-registry-packages-npm-production"}},"1.1.143":{"name":"@opensea/vessel","version":"1.1.143","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.1.143","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"229de7f5f98c407caf9460f160316ef4b67916da","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.1.143.tgz","fileCount":23,"integrity":"sha512-Hez2gLUtPzG93tWwIm7oSa+tYQWjtmIAoXsu3u4hJ5zvSrGnR0fDrzF3fLPqTa9M1+CvFSPiRjTcPm7YxAqdQA==","signatures":[{"sig":"MEYCIQDeY2mvcjf+TYkDayVRIjEIU1sCg/o50l0EtqjgVW2FiwIhAOq+4Lz81cyuETzSQwpwPITV29u4E/pqeTXeRNgV21+f","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.1.143.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8bdf8b5465adf2d5bcc3a4fea5bd24e0/opensea-vessel-1.1.143.tgz","_integrity":"sha512-Hez2gLUtPzG93tWwIm7oSa+tYQWjtmIAoXsu3u4hJ5zvSrGnR0fDrzF3fLPqTa9M1+CvFSPiRjTcPm7YxAqdQA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.1.143_1745341752028_0.3629283492293225","host":"s3://npm-registry-packages-npm-production"}},"1.2.0":{"name":"@opensea/vessel","version":"1.2.0","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.0","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"c37124b5a243c5b320e2ed8b600fdcf7fab9039e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.0.tgz","fileCount":23,"integrity":"sha512-Kb4WhsJRKq+BmvQSXB7Za1yhJsWagBwxzmpVbPwqXBd4eUSF91T1XLTpDtg6hQ3UMnmiUI+LUT5mMc2VBAKDdg==","signatures":[{"sig":"MEUCIEkwYpFbxFjaxOWeMhhoQvaVPdqPc1IJp1IfaX5Aa2lKAiEA5OXDWLYvKuSHhO+NTrgKCzBpj0VhsCwCAwtnTd17V/A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304281},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.0.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b4483e20a8641de2f04ffdf067347dba/opensea-vessel-1.2.0.tgz","_integrity":"sha512-Kb4WhsJRKq+BmvQSXB7Za1yhJsWagBwxzmpVbPwqXBd4eUSF91T1XLTpDtg6hQ3UMnmiUI+LUT5mMc2VBAKDdg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.0_1745381994811_0.061334700664488206","host":"s3://npm-registry-packages-npm-production"}},"1.2.1":{"name":"@opensea/vessel","version":"1.2.1","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.1","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"a8934224c5102551ce65059987f4a9392c4c46a2","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.1.tgz","fileCount":23,"integrity":"sha512-MorPD9NNDn/kTAqNfhymKAAXQGIcyQaZclJr77/xlF357PiTTIzaTcf3rXG/a/r8uKObOm28E1XEYcJRf4hR1g==","signatures":[{"sig":"MEQCIFKeIk3s5WtYn+C46HNEwVuhr+p4XCFnJqCvF7ylVK45AiA//Kh+OzMqaQIAgdSpejs8340BJnWTsKAKixr2lGr+FQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304281},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.1.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/15dd96fb9ed75f6ed0a8a3d331842cef/opensea-vessel-1.2.1.tgz","_integrity":"sha512-MorPD9NNDn/kTAqNfhymKAAXQGIcyQaZclJr77/xlF357PiTTIzaTcf3rXG/a/r8uKObOm28E1XEYcJRf4hR1g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.1_1745399523046_0.6015227926716784","host":"s3://npm-registry-packages-npm-production"}},"1.2.2":{"name":"@opensea/vessel","version":"1.2.2","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.2","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"34432d49b1a8ad8431b1138049cd14ced9e1f091","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.2.tgz","fileCount":23,"integrity":"sha512-r5f7fKGXqK8NIZemxwpfMF7q8ki6mu+kGZjjsQTxBPB/IgvsTaGnLnduIzIxhzL6t+0ozOqPSTPnEMR9dxV7xQ==","signatures":[{"sig":"MEUCIQCd127ACO3jAh+lpGMxX4FX2NnCY2fb6o/e0P2atb2g9AIgV5zEI8jUIl1ohyUOb4md3o79JJcvfPhcG20TSikNMGA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304276},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.2.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8a5b167d805dfa69133ad7d5e980eab0/opensea-vessel-1.2.2.tgz","_integrity":"sha512-r5f7fKGXqK8NIZemxwpfMF7q8ki6mu+kGZjjsQTxBPB/IgvsTaGnLnduIzIxhzL6t+0ozOqPSTPnEMR9dxV7xQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.2_1745403110532_0.43626891765812137","host":"s3://npm-registry-packages-npm-production"}},"1.2.3":{"name":"@opensea/vessel","version":"1.2.3","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.3","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"d06ffa6c9681e3fccd52d540776fa68bcfac7bbb","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.3.tgz","fileCount":23,"integrity":"sha512-cPOBm4ULKzrTXtRE5iQlMERXo67sD+UsT689VFBhm804E402OJrwdaZhKF740cIu7j52vlYvUJwJ31yOf5jgqw==","signatures":[{"sig":"MEUCIGtGB0HK9HDIsweZQAjNlVPVvliJp/Y859eWY8ml/48uAiEAkI7wHwYgSeA9UvVB3RIVpFj+eefT7hDWtNx2hZBFloo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304281},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.3.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5b3c18d6969492c552d46301ab67e5fd/opensea-vessel-1.2.3.tgz","_integrity":"sha512-cPOBm4ULKzrTXtRE5iQlMERXo67sD+UsT689VFBhm804E402OJrwdaZhKF740cIu7j52vlYvUJwJ31yOf5jgqw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.3_1745416767820_0.5010898041238503","host":"s3://npm-registry-packages-npm-production"}},"1.2.4":{"name":"@opensea/vessel","version":"1.2.4","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.4","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"12f4b72634745a93b44734f9cee048c9368a4884","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.4.tgz","fileCount":23,"integrity":"sha512-uOFsVddZuZYLXMSrcjgIZhpwRpo2MLrDgo7cqWW/2vsgV97uHvbYeMCYgsGFmA7hquYUgzL3UQugXQY5uD2yqA==","signatures":[{"sig":"MEQCIHCr+qcXKgb07fNj2jCN4ZHYVnCgPB2vpFrppuB8RymmAiBP9HXn6whwgTmFzSsDTJep/XBXy4zo8eFog44JPzzS+g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304276},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.4.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/4e13611616abc63940434ead726242cd/opensea-vessel-1.2.4.tgz","_integrity":"sha512-uOFsVddZuZYLXMSrcjgIZhpwRpo2MLrDgo7cqWW/2vsgV97uHvbYeMCYgsGFmA7hquYUgzL3UQugXQY5uD2yqA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.4_1745420952858_0.32629859101824965","host":"s3://npm-registry-packages-npm-production"}},"1.2.5":{"name":"@opensea/vessel","version":"1.2.5","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.5","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"583ec04a140ab11bcd39367a4b6a7a53af4ca679","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.5.tgz","fileCount":23,"integrity":"sha512-Uly37dPT2v9RgsOLXDzV8NpfW8clhWPYc6erw/0ql1fnUiFOIBhznIwg975VwjqZ2b/h4MaoRhvgm5LF+qxMtg==","signatures":[{"sig":"MEUCIG+JLod7szyOqQIaH/OgGe+2VlVIe1xTaFbPGHiB+RZTAiEAgxCbqOpfsZedU8n43DEDlbEMNFMX6ilSa++dqWiDvbs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304276},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.5.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/997b41f96488f2f00ab2abe5122b2278/opensea-vessel-1.2.5.tgz","_integrity":"sha512-Uly37dPT2v9RgsOLXDzV8NpfW8clhWPYc6erw/0ql1fnUiFOIBhznIwg975VwjqZ2b/h4MaoRhvgm5LF+qxMtg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.5_1745428251692_0.5061503432527263","host":"s3://npm-registry-packages-npm-production"}},"1.2.6":{"name":"@opensea/vessel","version":"1.2.6","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.6","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"0205ecbf5d87b9b679710a73c3ce7ac3265cada0","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.6.tgz","fileCount":23,"integrity":"sha512-GDkyPmDOIpppSdCieSeJ/tcfe0HcHSWwKDDK6pmaw4YZ1/28M3osDl7/rbub1KXqk9qFXqeKnzTy9fSXG/ThWg==","signatures":[{"sig":"MEUCIFjSJffKA56+q3FuEy7rM0cLBuQbk63+5zva07qzFheOAiEAsWPy7AIykJy0E0i8VqntBf37nOC18bKBe16hBj4o1HU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304281},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.6.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b08c7d9b2181fcab11692de61d33b350/opensea-vessel-1.2.6.tgz","_integrity":"sha512-GDkyPmDOIpppSdCieSeJ/tcfe0HcHSWwKDDK6pmaw4YZ1/28M3osDl7/rbub1KXqk9qFXqeKnzTy9fSXG/ThWg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.6_1745429832066_0.18525329730632367","host":"s3://npm-registry-packages-npm-production"}},"1.2.7":{"name":"@opensea/vessel","version":"1.2.7","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.7","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"4259ced71b00a895aaa0ab94c49789f28b1c7e71","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.7.tgz","fileCount":23,"integrity":"sha512-nolZd8Cn0WiC1bETN5i+cbp9BfTapVcid9brD6WKKO/Ttv624tBfeaM1cWF5aqUtcZVUDLsqDtMMUe2lGzjNRA==","signatures":[{"sig":"MEQCIFTzMisd0wbLSRSjSUYdqeS+XMKE4jFaOqqEuY/MBHcjAiA8vvMN9jJTgz3LOBWvTBrBlKkRm3nnzE3+ALma1ubDuA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304281},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.7.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/4fe9636a36aa301ca3b4989829d2d8e3/opensea-vessel-1.2.7.tgz","_integrity":"sha512-nolZd8Cn0WiC1bETN5i+cbp9BfTapVcid9brD6WKKO/Ttv624tBfeaM1cWF5aqUtcZVUDLsqDtMMUe2lGzjNRA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.7_1745433793377_0.9236038831319493","host":"s3://npm-registry-packages-npm-production"}},"1.2.8":{"name":"@opensea/vessel","version":"1.2.8","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.8","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"cf6dfefeb837a6e12232270d56dbfb2c11cb2ccf","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.8.tgz","fileCount":23,"integrity":"sha512-wjOgFIGzsuIyANywgFGVkpSlgqL5stlFgax0qd3BpoFcmAQB0n5zylKAnlnj5/NItsRi520INFkmhQFphegY9w==","signatures":[{"sig":"MEUCIBsqpvAhImTp17/WldK+zbDjkimFhiizVXn3A4atyIdZAiEAlwro9h72fS/9mguWY2BHnJdl7ievSPtbR3/7wZklNVQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304276},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.8.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/067a57a4a2a87b769e9404b5bc9d5b3c/opensea-vessel-1.2.8.tgz","_integrity":"sha512-wjOgFIGzsuIyANywgFGVkpSlgqL5stlFgax0qd3BpoFcmAQB0n5zylKAnlnj5/NItsRi520INFkmhQFphegY9w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.8_1745434546098_0.7091020100235566","host":"s3://npm-registry-packages-npm-production"}},"1.2.9":{"name":"@opensea/vessel","version":"1.2.9","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.9","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"978f2342219eccbdfa15e8a60b9321789919508a","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.9.tgz","fileCount":23,"integrity":"sha512-V+s2qhnJgCa4ZrE4lzq7SsOy3TmYubm0yIJhsJeBWa+/yHYR1cCTNr++JY1t9kVIOedc7BVesntbrlzGkevkPQ==","signatures":[{"sig":"MEUCIAr6QPDQ+vtAI36ETFPTV1bTmLbaQgx/gUBEvPhKj3mHAiEAj5Tv8GcptAM1rSw0EdDRxV1xxuxQieTdtsxVBhlNFVg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304276},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.9.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/bea9e6bd9d1f4e4d482dc5b087aea77e/opensea-vessel-1.2.9.tgz","_integrity":"sha512-V+s2qhnJgCa4ZrE4lzq7SsOy3TmYubm0yIJhsJeBWa+/yHYR1cCTNr++JY1t9kVIOedc7BVesntbrlzGkevkPQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.9_1745435314029_0.40687418902477135","host":"s3://npm-registry-packages-npm-production"}},"1.2.10":{"name":"@opensea/vessel","version":"1.2.10","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.10","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"7fcac87c0af67cef2bbb51f19b50283c53d65f7e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.10.tgz","fileCount":23,"integrity":"sha512-6+ChlfJavtLQUmOB01W+i+IdFVIXFathpEjg8BHznZHbaX8ls6LEKe1Z4vucd4UWtedSvcYyDGpXzk6tH8BuWA==","signatures":[{"sig":"MEYCIQDQq87QWI2BBvegi6vJ0PQ0fnsK0tQVBJnznohDpYYLHwIhALghSlaCHquFhLX/NZkmacHc0sWX3Jr422iBX5STB9kk","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.10.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5a96af170514df4cabd863a168fbdb41/opensea-vessel-1.2.10.tgz","_integrity":"sha512-6+ChlfJavtLQUmOB01W+i+IdFVIXFathpEjg8BHznZHbaX8ls6LEKe1Z4vucd4UWtedSvcYyDGpXzk6tH8BuWA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.10_1745501183057_0.6795027419671373","host":"s3://npm-registry-packages-npm-production"}},"1.2.11":{"name":"@opensea/vessel","version":"1.2.11","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.11","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"51854182d91afbe668a1488d152fe23ce2cbe4b7","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.11.tgz","fileCount":23,"integrity":"sha512-qkXH9Tkbg9Us8Q2VUai7rVOI7qcHXgaHWrsDFJjke2M5W+SGJP5j4OcYTKUDp/GqlplsjwOSdf1b9TARKPdNYg==","signatures":[{"sig":"MEQCIB0mCKCje4HbuAjxzdPmy3j1GGJ87sucIo0oJA4dFVIOAiB7ToJN0d7hwvtU4lFLW9GxflgligJqHTeXmC0/TAyDSQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.11.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a79fd87b596b6f8eea3e61481bd0de17/opensea-vessel-1.2.11.tgz","_integrity":"sha512-qkXH9Tkbg9Us8Q2VUai7rVOI7qcHXgaHWrsDFJjke2M5W+SGJP5j4OcYTKUDp/GqlplsjwOSdf1b9TARKPdNYg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.11_1745512902163_0.5816708682246381","host":"s3://npm-registry-packages-npm-production"}},"1.2.12":{"name":"@opensea/vessel","version":"1.2.12","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.12","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"1fe54805e27ab5b95c14dbd542a9a67e26136f75","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.12.tgz","fileCount":23,"integrity":"sha512-XOUT8R/xBKRpKd9MG3ypDVUrVHi0BXyffoyh5S/LpsVOmY3vwvhFie/KuDA1oXCa0fgyMrB6q/ahliAy8/dG0w==","signatures":[{"sig":"MEYCIQCN/jgid9TP98Bjo8XJ+ot4TJ8FGQuYt9i5ytZmHjKZKwIhAOHNCj7vJjRRBtdsEPreDPy3FaFzEB+FUpH+bwGbH5k1","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.12.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ce1f80aad12bbf2855627ba653471e14/opensea-vessel-1.2.12.tgz","_integrity":"sha512-XOUT8R/xBKRpKd9MG3ypDVUrVHi0BXyffoyh5S/LpsVOmY3vwvhFie/KuDA1oXCa0fgyMrB6q/ahliAy8/dG0w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.12_1745837856084_0.7154852832124239","host":"s3://npm-registry-packages-npm-production"}},"1.2.13":{"name":"@opensea/vessel","version":"1.2.13","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.13","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"003aa459f35e6e70cae65ba1063a778de1da55eb","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.13.tgz","fileCount":23,"integrity":"sha512-hLHk/uKrvl4S0LRmV1qleKC09+vpO2pXfnlkuKHSiubKuipbd6Ug9uYRCVB3S4jy6yKlbk9Zn6IQpkw53+KhqA==","signatures":[{"sig":"MEYCIQCaKlVXPGMTmBR+ZmKA5GEXeRCLXJ1XV/MY9GN/0ChqEwIhAIQeUEhjeypOTzvkxA9bb+JrjsWk7LG8jaOg+PWmS5c0","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.13.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c96ce1b9af1b323afc81a2eb48084903/opensea-vessel-1.2.13.tgz","_integrity":"sha512-hLHk/uKrvl4S0LRmV1qleKC09+vpO2pXfnlkuKHSiubKuipbd6Ug9uYRCVB3S4jy6yKlbk9Zn6IQpkw53+KhqA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.13_1745846872163_0.1480732399698168","host":"s3://npm-registry-packages-npm-production"}},"1.2.14":{"name":"@opensea/vessel","version":"1.2.14","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.14","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"6eeaa5dcd6ea85b38f1820fe35d083182842252a","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.14.tgz","fileCount":23,"integrity":"sha512-C3chcCaC6UuPvYzRGcJkoBBRm5ykoYFf/3UKi06FPah+P2s1vHxTh0HkVIiRUDa4UT0zhzVO1/pIQDIZNRdYSA==","signatures":[{"sig":"MEYCIQDIcPl/I25+fYFv5jkr8A0HxLXra8AThSwBA3p9iLUYgwIhAIMc3Mqgnamy/BexhQADgTKv1wYlt3OqQOazn+RZlbO/","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.14.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/42bb4089d9d7b558696492f42704708d/opensea-vessel-1.2.14.tgz","_integrity":"sha512-C3chcCaC6UuPvYzRGcJkoBBRm5ykoYFf/3UKi06FPah+P2s1vHxTh0HkVIiRUDa4UT0zhzVO1/pIQDIZNRdYSA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.14_1745902580764_0.584316434777512","host":"s3://npm-registry-packages-npm-production"}},"1.2.15":{"name":"@opensea/vessel","version":"1.2.15","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.15","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"26d20ad5915d56b9c1d362c1f1dfede899589ef9","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.15.tgz","fileCount":23,"integrity":"sha512-4v9YIrLLy7bDipUzx8oZypa5P0MgdVC2PoJ8pya/hjsICxIjB6BGleLQOeBYDzuCAzFRwAg0Hq0PNiR4eghYow==","signatures":[{"sig":"MEUCIBhuzi2pk6gg8NjYdpmkzqdY2sjoWeXeA4/TWb8LFD2jAiEAyGUaJnR0D/KqY+FnO+h6XlUJzFtvmfzBE5vrAF2GkEA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.15.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/db90bc8731bb476d77b26114303688e2/opensea-vessel-1.2.15.tgz","_integrity":"sha512-4v9YIrLLy7bDipUzx8oZypa5P0MgdVC2PoJ8pya/hjsICxIjB6BGleLQOeBYDzuCAzFRwAg0Hq0PNiR4eghYow==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.15_1745907626444_0.06457767550606053","host":"s3://npm-registry-packages-npm-production"}},"1.2.16":{"name":"@opensea/vessel","version":"1.2.16","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.16","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"5b24babf49672cf97a09ce79f5fbffc92eaadf11","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.16.tgz","fileCount":23,"integrity":"sha512-lWMEKP++eiEOcUiEWfCuViOmigE+6fgbJJIac/xGWjmqNap5OsHfdcw7B0LGnjZsxmZKhh2tFlALFxJoIaDNJg==","signatures":[{"sig":"MEQCIB5CmAkkDGCmSIRR7G47pfuGBrntiEfN81PLdSdqCjBMAiBiYCaPTzV41E63rHktcFjXDe1HnvVLnt3yduwuqchczA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.16.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/2f611d53508d39246fe7cb386c7afe8d/opensea-vessel-1.2.16.tgz","_integrity":"sha512-lWMEKP++eiEOcUiEWfCuViOmigE+6fgbJJIac/xGWjmqNap5OsHfdcw7B0LGnjZsxmZKhh2tFlALFxJoIaDNJg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.16_1745908088440_0.7695493569521439","host":"s3://npm-registry-packages-npm-production"}},"1.2.17":{"name":"@opensea/vessel","version":"1.2.17","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.17","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"0fa8e14c0c3c410cb4b7cf907dd3f1830a4da39e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.17.tgz","fileCount":23,"integrity":"sha512-C1N6t/3d44PkNC82Zdc1H/ladoNUeAJUEOHM5ZrLriCzj+7VcCl2cpRa+mp8RDPjFTHN/ycjo09ZOEA3SFNRvA==","signatures":[{"sig":"MEQCIAcX6tpjSL/w+lTn9LFMeg6pF/+l1heO9k7/uZXnuvjBAiBNd0M7X1sqQROixPdYNDPkb1m1C38HS11QIgXgGsmzrg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.17.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/01659ad63e82cdd25861ecc628e58bf4/opensea-vessel-1.2.17.tgz","_integrity":"sha512-C1N6t/3d44PkNC82Zdc1H/ladoNUeAJUEOHM5ZrLriCzj+7VcCl2cpRa+mp8RDPjFTHN/ycjo09ZOEA3SFNRvA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.17_1745930268339_0.5937926041694377","host":"s3://npm-registry-packages-npm-production"}},"1.2.18":{"name":"@opensea/vessel","version":"1.2.18","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.18","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"f7154ac0b5d3617d5a81d468746dc1dc6c86e969","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.18.tgz","fileCount":23,"integrity":"sha512-hvF9C4Nm0b2ywSJHebZwvuCl9YE5OfvY3ip80fMPBP50nBymAmj1+AW1zqE051qa/DFxPhb+Hlp0Qfhrr3Gykw==","signatures":[{"sig":"MEYCIQCO6yLK2BgtnwYj74EQt8V6udc/ofKJ78tUTNvNyxDI0wIhAPIeQ4dsUItDmOqc6ulx/zgNMF+gN2bl8RteDkQDvoKo","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.18.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5c81dbe27e3f2ede00e45c5ea992c048/opensea-vessel-1.2.18.tgz","_integrity":"sha512-hvF9C4Nm0b2ywSJHebZwvuCl9YE5OfvY3ip80fMPBP50nBymAmj1+AW1zqE051qa/DFxPhb+Hlp0Qfhrr3Gykw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.18_1745931700925_0.45344278103140345","host":"s3://npm-registry-packages-npm-production"}},"1.2.19":{"name":"@opensea/vessel","version":"1.2.19","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.19","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"9eede1c9c65a840cf8919a62cb2cbc433c5b4de0","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.19.tgz","fileCount":23,"integrity":"sha512-FngnUy2N7p8mKvJM6R+OcrqLSLDXo+DZjcvvbYZvK/N2w7eG8IeDwA5kAkiaQssPiwOSFyPRZWxMsH8Bx3Zszw==","signatures":[{"sig":"MEQCIHb83vIs+c50ZzBgh2xkA0ZdIBnEl2Ph4y3YeIiFzD7JAiBmDeW/FfZjSLX1soqXPwwcYCAdrzkH6w3R5iyJi9MoAA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.19.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a52cc83bf6878cf06abdae5e0e05d28d/opensea-vessel-1.2.19.tgz","_integrity":"sha512-FngnUy2N7p8mKvJM6R+OcrqLSLDXo+DZjcvvbYZvK/N2w7eG8IeDwA5kAkiaQssPiwOSFyPRZWxMsH8Bx3Zszw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.19_1745932576698_0.6918966273979055","host":"s3://npm-registry-packages-npm-production"}},"1.2.20":{"name":"@opensea/vessel","version":"1.2.20","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.20","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"38cea5a51ea6e97ffb8203a74d90164985dd81fd","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.20.tgz","fileCount":23,"integrity":"sha512-IbkrLMjSDbN4aycQh3suDoiQu6nKPCJfM+46Fz9BnIs6B+NZ91Y2qnT2fJtiTLyqNN1LjBQ/fOJyEv7irUPnXQ==","signatures":[{"sig":"MEUCID365qaddsXZIGNV4lEFGXgdglFDcoCS50xujkVz4Y4UAiEAj5tEVK6iiUBxHh/nrNFpPtcX63p3gPdq6SV2sNn66IU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.20.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a1e226142cc1ea920804f43da666818e/opensea-vessel-1.2.20.tgz","_integrity":"sha512-IbkrLMjSDbN4aycQh3suDoiQu6nKPCJfM+46Fz9BnIs6B+NZ91Y2qnT2fJtiTLyqNN1LjBQ/fOJyEv7irUPnXQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.20_1745973801317_0.7006482840771553","host":"s3://npm-registry-packages-npm-production"}},"1.2.21":{"name":"@opensea/vessel","version":"1.2.21","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.21","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"66b7755eefedacdf4bd40743e42af0e98f635fa3","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.21.tgz","fileCount":23,"integrity":"sha512-fjdwiGYn2QH1d2cS24Wy7ncJsqp8+xcQFASgYjy7DuzVxLCdJlz/mVZ/a/ZvM+7UfS4lalwU4MrLsLdBu1lgMQ==","signatures":[{"sig":"MEQCIHyTNUgfQhoym5vqnPd3t2rM5ESc3a1S/O4NlYTC5Ll+AiBKVNEal3fylgg6kogWwi1WkaUOfR2YUVIsNxx/6jX0ag==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.21.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/dee29df89a07a435cf3f55ee5d13f4f8/opensea-vessel-1.2.21.tgz","_integrity":"sha512-fjdwiGYn2QH1d2cS24Wy7ncJsqp8+xcQFASgYjy7DuzVxLCdJlz/mVZ/a/ZvM+7UfS4lalwU4MrLsLdBu1lgMQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.21_1746031384348_0.7142100580115585","host":"s3://npm-registry-packages-npm-production"}},"1.2.22":{"name":"@opensea/vessel","version":"1.2.22","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.22","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"58ee2a0e023bed201892681f84860295316868d6","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.22.tgz","fileCount":23,"integrity":"sha512-kuvXb2m30zRHQsaYtIUQnoEG4n7NWZ9ujrelgNAU0OmHbQ+RAHXDfBuqiGLrzXwDoIOq3gr6Q0zl377r3mftzg==","signatures":[{"sig":"MEQCIF9VaAm/4B9o+xT43EPZNCobdAhEUqSn8fi4F7ImbDxMAiBfc5yzDKA3j4UDqPPYIdIPr3ObUEXu14DwxndxxpxKWA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.22.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/0c1e45e183e7e87f84b3514f06725261/opensea-vessel-1.2.22.tgz","_integrity":"sha512-kuvXb2m30zRHQsaYtIUQnoEG4n7NWZ9ujrelgNAU0OmHbQ+RAHXDfBuqiGLrzXwDoIOq3gr6Q0zl377r3mftzg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.22_1746034357315_0.13903728269288762","host":"s3://npm-registry-packages-npm-production"}},"1.2.23":{"name":"@opensea/vessel","version":"1.2.23","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.23","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"f0e59e0d4054f88edcbda1723bc9e765f91ece18","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.23.tgz","fileCount":23,"integrity":"sha512-5r3vQv/ojk6MRwl8or66UXP6ryZ0JsdfZV9Ef9cY/ELxUpn1I0VzA1Ir6uVkLszidGHORWCmQLFQEjnDCvXtcw==","signatures":[{"sig":"MEUCIQDTcDdL3EW2DWC/Tq66sqGWZpAZj9jHNUaUYuURX4hWFAIgM6ZO5O8bjBtZoYjnbund5/OxDCGcLKwZvjVMQQ4Cdpc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.23.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/81700a34badd4688a08b54417c1335fe/opensea-vessel-1.2.23.tgz","_integrity":"sha512-5r3vQv/ojk6MRwl8or66UXP6ryZ0JsdfZV9Ef9cY/ELxUpn1I0VzA1Ir6uVkLszidGHORWCmQLFQEjnDCvXtcw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.23_1746072162134_0.4558150065632893","host":"s3://npm-registry-packages-npm-production"}},"1.2.24":{"name":"@opensea/vessel","version":"1.2.24","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.24","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"626cdb20a76ef0cec00f7e4a72b1dd6e05ccfdfe","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.24.tgz","fileCount":23,"integrity":"sha512-HTLXIn4RnfTus+qoX60pTXIjdF0KWaIBW0HpY2jkYWrsGQxvBISYV6OFiZQ4ehfDhrfFlr+6UvQrJ0z0Dgy62A==","signatures":[{"sig":"MEUCIHkWyMYFFXQmK/VWnkgxJdYvklaBrfHtPx5pj2bROmcsAiEApApNsiZ/5R3CE8cuV2PJQpUsyFCGAmDSNbQjKuUB0m0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.24.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e40b212c6245ed5eace01bed1b414b22/opensea-vessel-1.2.24.tgz","_integrity":"sha512-HTLXIn4RnfTus+qoX60pTXIjdF0KWaIBW0HpY2jkYWrsGQxvBISYV6OFiZQ4ehfDhrfFlr+6UvQrJ0z0Dgy62A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.24_1746210093845_0.1963731302289844","host":"s3://npm-registry-packages-npm-production"}},"1.2.25":{"name":"@opensea/vessel","version":"1.2.25","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.25","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"b97b3239471d8a7bd6494d6f8c9f3c2fd86e7284","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.25.tgz","fileCount":23,"integrity":"sha512-L3oRqEay1g/wHB3D62wiTRH3i6D+cskc/6H0YOo37UN/Czwh+lN/S5/0hYQYoUy+ra92ho57w6aLvQZ0/esc7g==","signatures":[{"sig":"MEUCIQCMsYYYwAYIuSbd5+Pf00Xt0JeYhxx7KqN49uEcBOJUSwIgQOcFmHXb4niPUoYwpNJrwSL91CBnHiQIY+eJV1scsPo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.25.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e92d660315adc180f35b728d81aea4e8/opensea-vessel-1.2.25.tgz","_integrity":"sha512-L3oRqEay1g/wHB3D62wiTRH3i6D+cskc/6H0YOo37UN/Czwh+lN/S5/0hYQYoUy+ra92ho57w6aLvQZ0/esc7g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.25_1746218733458_0.20127287886394374","host":"s3://npm-registry-packages-npm-production"}},"1.2.26":{"name":"@opensea/vessel","version":"1.2.26","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.26","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"2ee7a120edcca1987ec6eabddcc3b90eff75c4d7","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.26.tgz","fileCount":23,"integrity":"sha512-+dxB55ORp0WeyNcYwvOrGji+qMBI+xyODjcjDcbS1mfUQELDjcQRcgsbLcBFDZXsBzFxhXfeHNsMnVp+wCHhYQ==","signatures":[{"sig":"MEYCIQC6WUkWMz4G/slSJwSVp/PvEW6N1jhNGG+gWEXBZZTsrwIhAKE+CxjKOBvVOCGoYUQ5rkLkYerOfLPfKUxcZ/Vq3C/u","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.26.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/601106d40fd378e1bbe56038ae24bf35/opensea-vessel-1.2.26.tgz","_integrity":"sha512-+dxB55ORp0WeyNcYwvOrGji+qMBI+xyODjcjDcbS1mfUQELDjcQRcgsbLcBFDZXsBzFxhXfeHNsMnVp+wCHhYQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.26_1746239052656_0.21381791986369403","host":"s3://npm-registry-packages-npm-production"}},"1.2.27":{"name":"@opensea/vessel","version":"1.2.27","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.27","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"95981764f163b3a5368ecf5ba543181163a1079f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.27.tgz","fileCount":23,"integrity":"sha512-Yv/xzol8wU1B5nqXBy3V6Y8xQGSVi0sZ1bPnM+i+F8Xc78awHAqK3sZgWDZ2ZqAbBfKHubHZPT+aSQy9yu44FQ==","signatures":[{"sig":"MEQCIC3Sw1ezK585Uf49T2ULWskoVJ6ZkpDSEVB4xjdbQXGvAiAs2YdDDVyJanjco2pYyNCfxlf4ZpUEeOvdReC0Ev76YQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.27.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5459a12487185127966837dea8d9859e/opensea-vessel-1.2.27.tgz","_integrity":"sha512-Yv/xzol8wU1B5nqXBy3V6Y8xQGSVi0sZ1bPnM+i+F8Xc78awHAqK3sZgWDZ2ZqAbBfKHubHZPT+aSQy9yu44FQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.27_1746242768257_0.14389698107017912","host":"s3://npm-registry-packages-npm-production"}},"1.2.28":{"name":"@opensea/vessel","version":"1.2.28","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.28","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"ee9db4bf8a8b7a0aed95f231acef10c0630c2f32","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.28.tgz","fileCount":23,"integrity":"sha512-wn1mmM2LryWCUNfO1+u/cxgu5cVQdesDH8gtCN2TdOTU0kocee2yVrAoDH94gBLUnZhVWCw7eeqq+e2O2lk6Aw==","signatures":[{"sig":"MEYCIQD81GxjoMU8W5K50QFQwmW2eF7f2n3Ssc3aKbFXtr71fAIhAPBJDNCSAbm/FD39xfCi0TOzV1nMkYu51tY2Ta/lsURi","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.28.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/af56b92687b94b01f2270b3e582ec577/opensea-vessel-1.2.28.tgz","_integrity":"sha512-wn1mmM2LryWCUNfO1+u/cxgu5cVQdesDH8gtCN2TdOTU0kocee2yVrAoDH94gBLUnZhVWCw7eeqq+e2O2lk6Aw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.28_1746252724692_0.5497157318314911","host":"s3://npm-registry-packages-npm-production"}},"1.2.29":{"name":"@opensea/vessel","version":"1.2.29","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.29","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"74074f557a479b25553991f357e4b0b13b10a59a","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.29.tgz","fileCount":23,"integrity":"sha512-gQDTDltQOGeb4MYzYbBX7B+uuQyzzTWVftGvEah7HbgKuhfdOQTK8tbpCfXX/384ztrewOT59CRPK+Jqsgpugw==","signatures":[{"sig":"MEYCIQCOeI39nSr1iBflPk4gCEnf2aPmIEYVFgf1CmL2fRA9kAIhAOVvODnGVqYDG4qvJi2e3PnxC+oOJaHM78TukbCJU0V0","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.29.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e49e9ee4149e795717bf8d77ab5b2f1a/opensea-vessel-1.2.29.tgz","_integrity":"sha512-gQDTDltQOGeb4MYzYbBX7B+uuQyzzTWVftGvEah7HbgKuhfdOQTK8tbpCfXX/384ztrewOT59CRPK+Jqsgpugw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.29_1746253079181_0.4577809961263912","host":"s3://npm-registry-packages-npm-production"}},"1.2.30":{"name":"@opensea/vessel","version":"1.2.30","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.30","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"1fe872f20d5c7347b9d98d1476b9395118835b91","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.30.tgz","fileCount":23,"integrity":"sha512-yU1+XmUrLgzMafHtj+jdRI9H4O/sBhgSYcz/oH8mET3Sl2Csdx+VLIkfvwuz2m+F3xcFiIoSFipE8wOqAkh8Hg==","signatures":[{"sig":"MEQCIGesn6pXG8PUIb9rjSKbN8uCMoomRRV8Vl/fsqfZuMzhAiBva3oaFfpyb60WZP2r53g8+LUr7Kk7zTPaCvxfW5Y8Uw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.30.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/3fa5afb9946ea9aefa5ee7aa8d267afe/opensea-vessel-1.2.30.tgz","_integrity":"sha512-yU1+XmUrLgzMafHtj+jdRI9H4O/sBhgSYcz/oH8mET3Sl2Csdx+VLIkfvwuz2m+F3xcFiIoSFipE8wOqAkh8Hg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.30_1746263426705_0.28673370550517174","host":"s3://npm-registry-packages-npm-production"}},"1.2.31":{"name":"@opensea/vessel","version":"1.2.31","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.31","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"922c59ead4dbcd412d486a975fb5a0e095e717e0","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.31.tgz","fileCount":23,"integrity":"sha512-0ujE7RW0/9epVw7RopT6SLnF4iRAJAX1d9Ejh+GE4z2Xx6Uc/TdRC0fJnSQJ4Y/WLNdyH3OwtA4tENzA8uaX/A==","signatures":[{"sig":"MEYCIQDMoMbGqo03V17k+TShXowK6nQJmuJoDaT4m4OiYXdqfAIhAJl0YwPYYM9jtI71/+TddPCMlBb+/0gb7aXWffu/P7Uf","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.31.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a25b68c5db0a8292aa96f3ca78bc50df/opensea-vessel-1.2.31.tgz","_integrity":"sha512-0ujE7RW0/9epVw7RopT6SLnF4iRAJAX1d9Ejh+GE4z2Xx6Uc/TdRC0fJnSQJ4Y/WLNdyH3OwtA4tENzA8uaX/A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.31_1746429098724_0.9913039647841759","host":"s3://npm-registry-packages-npm-production"}},"1.2.32":{"name":"@opensea/vessel","version":"1.2.32","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.32","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"5061b7aefc1989a29403fb59c449ffb04c4a2b58","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.32.tgz","fileCount":23,"integrity":"sha512-JVtfjiSTqebBb5vHM1w2FFa4IKrYSEWt/F9xbGkHhVMMPQf+mjNxvlu2fL3FYvq4k3IZm19rW21swVg47B9FLg==","signatures":[{"sig":"MEUCIHZARVFJJ+qyUTaPLvNPgJ2yAm5VTgzSZxIdt+pCw0e8AiEApSetU1EyXg55bSk9yFKswhOEinf8XUUuZeReclttqp0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.32.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5a8a986828dbf32f92296aab663d4a55/opensea-vessel-1.2.32.tgz","_integrity":"sha512-JVtfjiSTqebBb5vHM1w2FFa4IKrYSEWt/F9xbGkHhVMMPQf+mjNxvlu2fL3FYvq4k3IZm19rW21swVg47B9FLg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.32_1746443421926_0.5181451261996655","host":"s3://npm-registry-packages-npm-production"}},"1.2.33":{"name":"@opensea/vessel","version":"1.2.33","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.33","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"b8f29ab9d5e829e6d5cc2fb8b1624b39d897fe67","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.33.tgz","fileCount":23,"integrity":"sha512-/l1hMYRHs8ct70zuAov2YG4VvCs9HRDMmfd+vi6iyCwqKQe0HMVscAqCFzP9Vv74fwb9T5odj65G+RQcx/lHiw==","signatures":[{"sig":"MEUCIDtfi9n52AXltq1PXUndn+YlY3enXC2Lxj6gJJZpelcVAiEAjCU41kvHKn8ftkt/khKfOqnCjAuVprGSFAXBijTFtPw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.33.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/fdf95cf98245bd42aa8462031441d41d/opensea-vessel-1.2.33.tgz","_integrity":"sha512-/l1hMYRHs8ct70zuAov2YG4VvCs9HRDMmfd+vi6iyCwqKQe0HMVscAqCFzP9Vv74fwb9T5odj65G+RQcx/lHiw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.33_1746465036269_0.5307032938966743","host":"s3://npm-registry-packages-npm-production"}},"1.2.34":{"name":"@opensea/vessel","version":"1.2.34","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.34","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"7b7fbd72163ad80d7a919c12f25c908f91fe2c78","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.34.tgz","fileCount":23,"integrity":"sha512-I4nvrhEBsYT1wPg5W5Fy43SKSdVT93M0Un8vtvR8GMk5jWnMCJJIuFYmokOwfJrPGfvgaX8M9PtaBZQSjHf6KA==","signatures":[{"sig":"MEQCIHXx9F0iLlCnObjT+zhkSsZo9HZIQn+OCyJRhi2KPY/8AiBSYW0rlf3iRHOIJ1ILPacQKXkD+OdSAk5fipEN7EGQfA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.34.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/638fd28422ab5c1778e4a6fe00eb144a/opensea-vessel-1.2.34.tgz","_integrity":"sha512-I4nvrhEBsYT1wPg5W5Fy43SKSdVT93M0Un8vtvR8GMk5jWnMCJJIuFYmokOwfJrPGfvgaX8M9PtaBZQSjHf6KA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.34_1746643820234_0.44575809465523974","host":"s3://npm-registry-packages-npm-production"}},"1.2.35":{"name":"@opensea/vessel","version":"1.2.35","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.35","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"cdfb2f91c044f4ddc8314276123b1cbcb4acc1dd","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.35.tgz","fileCount":23,"integrity":"sha512-D/DU7JXj9Aw5alHG18rNxhFhCEz2J+l10R/CisjoCHwZMDwHgmX87IdOA465T0BSLpW9zI1zZBf3Y6V00uwa6A==","signatures":[{"sig":"MEUCIEgIjl75vVS8KBzwVH7xI2QRzhWQ7y2shGsgf4/hTLdEAiEAtd58Ioof6zD65vFvnvvQLz6QwK9wfg94A+2F4ehulhc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.35.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/45f1437c19743629086ba4259a319090/opensea-vessel-1.2.35.tgz","_integrity":"sha512-D/DU7JXj9Aw5alHG18rNxhFhCEz2J+l10R/CisjoCHwZMDwHgmX87IdOA465T0BSLpW9zI1zZBf3Y6V00uwa6A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.35_1747015038198_0.273370826268591","host":"s3://npm-registry-packages-npm-production"}},"1.2.36":{"name":"@opensea/vessel","version":"1.2.36","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.36","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"5408ea15dcb70cc66ddae2ea1a62d0a6ac50c49d","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.36.tgz","fileCount":23,"integrity":"sha512-0S7LQFR75dpiAraLYEeQVQ0Nd/8VRwAYSo8aOFd6OzxZmuM8MSSHGTUQwTGJgtpVPtXZ6syyeDmuna/wA0Tn5w==","signatures":[{"sig":"MEQCIDFfvQILPTzrz/ZOWpynZoDZLPv2fEZY73Yb1cg/nZKeAiAoDS+22JHUx1Ko32z4cEAgrFynpEuuu2S822lS821blg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.36.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/1328cd2ec8e54710d8b623ce51bca63a/opensea-vessel-1.2.36.tgz","_integrity":"sha512-0S7LQFR75dpiAraLYEeQVQ0Nd/8VRwAYSo8aOFd6OzxZmuM8MSSHGTUQwTGJgtpVPtXZ6syyeDmuna/wA0Tn5w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.36_1747128643156_0.8954683002918351","host":"s3://npm-registry-packages-npm-production"}},"1.2.37":{"name":"@opensea/vessel","version":"1.2.37","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.37","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"5af748f99c8fa03ac9ca6217a92acbceab7a497e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.37.tgz","fileCount":23,"integrity":"sha512-bZCo2GhFZDk9ExE377Mat/82M3sD0o3BdtS6z7lqb+otvrUsARKB/mwqdJpJYxMGKRs4QnXLEU3DA3f0S2H4cw==","signatures":[{"sig":"MEUCIQC4Rup+xQ0T/dK4XFdIg77gM3+X1iWwlR25Fu8AFp4saAIge4hppI6UNOpj/ocpV1sMCqteqgGRn3iT4Ixl7kg/2TQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.37.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/1ff57659f38440416b7a7609b60bea55/opensea-vessel-1.2.37.tgz","_integrity":"sha512-bZCo2GhFZDk9ExE377Mat/82M3sD0o3BdtS6z7lqb+otvrUsARKB/mwqdJpJYxMGKRs4QnXLEU3DA3f0S2H4cw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.37_1747130593098_0.7883338159177229","host":"s3://npm-registry-packages-npm-production"}},"1.2.38":{"name":"@opensea/vessel","version":"1.2.38","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.38","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"b91925d72addeb133b82f270ac87c801fc86f957","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.38.tgz","fileCount":23,"integrity":"sha512-pyO3yQM+hgWpTYKbWsmO+i5+n6njWubdZRx1JKsMgUTn8DqLirtZPQFjSlKQRv2ZpN8nLEeEPDtZszaW/IzmHA==","signatures":[{"sig":"MEQCIGw34Cgih7Ojcl5ZUx3CySrfXNnnaLl/t4gGliNbiZPUAiBw1QvvPOB8LHj2kj+X+EUk4vWL8R9gN2RII4yW0jp0zg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.38.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/afe2a64eb480807fb6f9562b3b15b6b3/opensea-vessel-1.2.38.tgz","_integrity":"sha512-pyO3yQM+hgWpTYKbWsmO+i5+n6njWubdZRx1JKsMgUTn8DqLirtZPQFjSlKQRv2ZpN8nLEeEPDtZszaW/IzmHA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.38_1747144833661_0.47709853571498195","host":"s3://npm-registry-packages-npm-production"}},"1.2.39":{"name":"@opensea/vessel","version":"1.2.39","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.39","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"}],"dist":{"shasum":"0e19aa18898ece9fe04ed37418aa2f1d4d186b10","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.39.tgz","fileCount":23,"integrity":"sha512-/wIWyxQImJ16AYKZrVydQB7H7w5dFxQfGtILKcgOc3ho+g81qbRJzLCRlteXtFEBAeKptmPNq1TlOCkAxLrYDg==","signatures":[{"sig":"MEQCICqQdkNkafpoDFnryTWn6MUjGDp/dQMal7o6MNwFsONTAiAoEDEQ0EE9s0FJZLYtikbxnIhETkjt6L7PBdbm6l2bow==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.39.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/84b0d671a8ca486c2629df67f35b67f4/opensea-vessel-1.2.39.tgz","_integrity":"sha512-/wIWyxQImJ16AYKZrVydQB7H7w5dFxQfGtILKcgOc3ho+g81qbRJzLCRlteXtFEBAeKptmPNq1TlOCkAxLrYDg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.39_1747169808812_0.17521775938530304","host":"s3://npm-registry-packages-npm-production"}},"1.2.40":{"name":"@opensea/vessel","version":"1.2.40","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.40","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"84b10c7936ad6754284925bad80b4cb09ebed10a","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.40.tgz","fileCount":23,"integrity":"sha512-yrVYFASGHPMSuklcagIcAXBxKYz4JUT8cHW+b05jG4ghgKuCzu6UwzrM/wmKjF+hHVo4RBmn6pZ4AisxWKEaog==","signatures":[{"sig":"MEUCIDAvJ4oP3E+T+YuhDjeQIPjbouRilsh308bM9i6mjGK4AiEAz/eWjgTiXCGZPBC5a8rHErIbg3R9ijlg/gtduuQGBOw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.40.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/7ee72ee0ccbcf7b6223e3c9bca5b94cf/opensea-vessel-1.2.40.tgz","_integrity":"sha512-yrVYFASGHPMSuklcagIcAXBxKYz4JUT8cHW+b05jG4ghgKuCzu6UwzrM/wmKjF+hHVo4RBmn6pZ4AisxWKEaog==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.40_1747200084749_0.13778775435661017","host":"s3://npm-registry-packages-npm-production"}},"1.2.41":{"name":"@opensea/vessel","version":"1.2.41","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.41","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"bcfb0885e560b3f67eb481712bedfaf13e453fc9","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.41.tgz","fileCount":23,"integrity":"sha512-0422jmcY+eaO3pWDHQZW7PsxUT6uWRmojYBVTnNgI0dCP3S3mZqAlqCBPuP3yz+MyEOeyJMgRWfFroeHN6TzKA==","signatures":[{"sig":"MEQCIHof5HfM9xOl1hMOi4zrg6x9qwlmRg8737+gdcEFkm3OAiA+8K8yPiA+Ydaz6tp05BdJer2WTw0hgltTI0PvuICN0Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.41.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/77dead8e8271524934fff8f971d20881/opensea-vessel-1.2.41.tgz","_integrity":"sha512-0422jmcY+eaO3pWDHQZW7PsxUT6uWRmojYBVTnNgI0dCP3S3mZqAlqCBPuP3yz+MyEOeyJMgRWfFroeHN6TzKA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.41_1747229043755_0.385661003119083","host":"s3://npm-registry-packages-npm-production"}},"1.2.42":{"name":"@opensea/vessel","version":"1.2.42","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.42","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"72d43e5d17ff52bfc66f65367526f07d3042e814","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.42.tgz","fileCount":23,"integrity":"sha512-6++pDVHvDwxhFoK5IHSYIGGYLpkqokKparqfVxf+sn0Fj2GL8hOqvNGbJWLGuHmZzRWUFSShnO7Rk+yJ3EdusQ==","signatures":[{"sig":"MEQCIHn3Wxon1rsXKVQAtC+OikLrIRNhNEQvWrl48dSZHL5EAiBg656J9ecMo//r8XMRyffIFoUi3T1ZiqxMOdd6dl6Ixw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.42.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8e6062375451176af274bcb011c50d16/opensea-vessel-1.2.42.tgz","_integrity":"sha512-6++pDVHvDwxhFoK5IHSYIGGYLpkqokKparqfVxf+sn0Fj2GL8hOqvNGbJWLGuHmZzRWUFSShnO7Rk+yJ3EdusQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.42_1747411209654_0.9536376376154414","host":"s3://npm-registry-packages-npm-production"}},"1.2.43":{"name":"@opensea/vessel","version":"1.2.43","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.43","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"cfcd3f7974ed301c53fd5a2ee3135dd310152220","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.43.tgz","fileCount":23,"integrity":"sha512-VUPccV2pY9qCdiYo1B765umrT7PZXSFkrXeOBBoWiM7E1WgD5AGnb2Q5qFdeBE9R6Ss8JR4f2xO5wCyvhFFGeA==","signatures":[{"sig":"MEYCIQD3NA476pYLhximq31N2QyMjKncM80pttt+5uBaqZky4QIhALQQoEariyd59ckR5RrHgexR2WSc6U6KBLnNjvXV2Ywx","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.43.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f9c4d92c0cf425a13f04414e08c5826c/opensea-vessel-1.2.43.tgz","_integrity":"sha512-VUPccV2pY9qCdiYo1B765umrT7PZXSFkrXeOBBoWiM7E1WgD5AGnb2Q5qFdeBE9R6Ss8JR4f2xO5wCyvhFFGeA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.43_1747415396598_0.7205789693639801","host":"s3://npm-registry-packages-npm-production"}},"1.2.44":{"name":"@opensea/vessel","version":"1.2.44","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.44","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"2764924a6d5320946d44d13e641ff8531aaab3cc","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.44.tgz","fileCount":23,"integrity":"sha512-wJ2oAEK3oSOlOA+4vtAWLHYd9n5tZb/woVd0PEN5sgh/d6Ui7el/eMtifIofkIlDzd0vGVQZ1dLhzORiNYhXhQ==","signatures":[{"sig":"MEUCIQDHkOwj4/ocv5Rk+rsgx+qa+KoRtfwMrOhYwNWwUtVuGQIgXaTZBzp7TwXRatnhoOhCOIZnjBqo00GLqMlnXIweRio=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.44.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/17b75d5f937bd35622b8757b4682b5cd/opensea-vessel-1.2.44.tgz","_integrity":"sha512-wJ2oAEK3oSOlOA+4vtAWLHYd9n5tZb/woVd0PEN5sgh/d6Ui7el/eMtifIofkIlDzd0vGVQZ1dLhzORiNYhXhQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.44_1747434880832_0.2468882521098883","host":"s3://npm-registry-packages-npm-production"}},"1.2.45":{"name":"@opensea/vessel","version":"1.2.45","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.45","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"f9ed9b4c42c55f1faabb59f2b5ac705d795b9641","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.45.tgz","fileCount":23,"integrity":"sha512-xJ6jx1dMbjKx06gXuMqJj9qCLtLyr8TICMW27MBQejZPhHcljOOpq0uiL0GBWKffvI3ZIRDd0CaDnUOEIHw3aA==","signatures":[{"sig":"MEYCIQDyA/zNnhyG5JJnbg3WRfuuGuVTS2PyVXYRNQ767y9yywIhAM9x3QIdZi8Gr+I2oRfIAQYGqJru35EbdtP3NbuVXkss","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.45.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/394b97045b93dddfd89e72355239caa0/opensea-vessel-1.2.45.tgz","_integrity":"sha512-xJ6jx1dMbjKx06gXuMqJj9qCLtLyr8TICMW27MBQejZPhHcljOOpq0uiL0GBWKffvI3ZIRDd0CaDnUOEIHw3aA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.45_1747437040097_0.5990127019183982","host":"s3://npm-registry-packages-npm-production"}},"1.2.46":{"name":"@opensea/vessel","version":"1.2.46","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.46","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"970ba1497fc8c4a0b24b120193196ce097309048","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.46.tgz","fileCount":23,"integrity":"sha512-LA/YKX1pf+QW6j1xQIIS/8EKD9Kjdgs4AGUOIRQaFxQECsubwNkc87d5kkIFZfbM1q/7VyLN6Q1KDkK0aSjrBA==","signatures":[{"sig":"MEUCICSFQegRYW0xNH6JGUK9ZHG+IFpSqLXTGaEWqIqrrGpgAiEAtO4ZBrMecvQkIL46Qxhgu0PgzaPMu/zTyCCM6EVip1k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.46.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8f7295e9497326442388f19f0531abaf/opensea-vessel-1.2.46.tgz","_integrity":"sha512-LA/YKX1pf+QW6j1xQIIS/8EKD9Kjdgs4AGUOIRQaFxQECsubwNkc87d5kkIFZfbM1q/7VyLN6Q1KDkK0aSjrBA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.46_1747465825154_0.45553096810015403","host":"s3://npm-registry-packages-npm-production"}},"1.2.47":{"name":"@opensea/vessel","version":"1.2.47","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.47","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"d9e7c30d991aba37b1c2fed5b9acdf3ace389243","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.47.tgz","fileCount":23,"integrity":"sha512-WHYAJuOJJ1W91eZZs9yi8/hkbBMuYZzc0Aw5E7x0E/L2KJCiCj5wkSFkhfJBB44ZF1C3Id4jHEycY88rxcLrhw==","signatures":[{"sig":"MEQCIAjuf+F/B4WUO8N3AmwOjqJcxkhjxUKGd2GasQhXhmIiAiAoyBins3F0ENbBeyECP4odOWd+zeAt/5lyKv9wTHo2jA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.47.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b06b875b9691ff3ea4ce4cd24c256ec4/opensea-vessel-1.2.47.tgz","_integrity":"sha512-WHYAJuOJJ1W91eZZs9yi8/hkbBMuYZzc0Aw5E7x0E/L2KJCiCj5wkSFkhfJBB44ZF1C3Id4jHEycY88rxcLrhw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.47_1747520653360_0.888158994972708","host":"s3://npm-registry-packages-npm-production"}},"1.2.48":{"name":"@opensea/vessel","version":"1.2.48","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.48","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"1fbb49d7ed1012ab362d2c04927452ba68d27102","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.48.tgz","fileCount":23,"integrity":"sha512-szg3OJRQun3cn8bkCA1K006kWrDoBUswrwWps+NlrG6YSGyFWn0Gfn8NEn2rQTPuxz0xh5nOHwdVVA9TExEFSQ==","signatures":[{"sig":"MEUCIQCFLD0wUbGcvLmw/D/2m+RANTQcB86FZ8C+E8X0bl5FzgIgfTjvy26LHK20L5J1INC6ZaerQoIZ7wMmbiPuZ1NwgTs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.48.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/cb7cf9f9516d012edeb2291930107bec/opensea-vessel-1.2.48.tgz","_integrity":"sha512-szg3OJRQun3cn8bkCA1K006kWrDoBUswrwWps+NlrG6YSGyFWn0Gfn8NEn2rQTPuxz0xh5nOHwdVVA9TExEFSQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.48_1747523566883_0.53813300932423","host":"s3://npm-registry-packages-npm-production"}},"1.2.49":{"name":"@opensea/vessel","version":"1.2.49","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.49","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"4151ab11251bf03c5f5efdc9bf0de041e5a4a388","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.49.tgz","fileCount":23,"integrity":"sha512-mUTTz5RYh8Kc59FpmcvXW5xxhueoLnpHxZnjeWT9cvopSLu2bX3HuDSPrKq5AVWthaWxfF4eD04Yncg4rqoPNA==","signatures":[{"sig":"MEUCIQC34rRY4eKlH7Ju0JFqWHfLZeQAKCC2QAqFChB2UFu8tQIgD0TRwMXWSUBOF+JiqyccDW7v7dpZpYSx6S0JR6Z4e5E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.49.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/4de41c8b0e1f3a1e79494028f1e8a769/opensea-vessel-1.2.49.tgz","_integrity":"sha512-mUTTz5RYh8Kc59FpmcvXW5xxhueoLnpHxZnjeWT9cvopSLu2bX3HuDSPrKq5AVWthaWxfF4eD04Yncg4rqoPNA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.49_1747525485153_0.9600368099306895","host":"s3://npm-registry-packages-npm-production"}},"1.2.50":{"name":"@opensea/vessel","version":"1.2.50","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.50","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"c8e596fdb379f3829e7623a2ad688faa1bcd61be","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.50.tgz","fileCount":23,"integrity":"sha512-cA4aCjO/4brPVJrtXr0gX7NcaHPSfPQ/h4hy7uhs6+TwU+UN2TLqDp44H6uRHYkCAtbQeGJD6wGekAnZfL9VWg==","signatures":[{"sig":"MEUCIQCjDppa8N12vG9ghWA0e838kqh3y8jq/AIgfEoP6aYPQAIgMSsaX/6EmooTgX7zm6macsaJkG959kdwxYp0uEMDo9A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.50.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d11fcd6e1e5ec31cec6bcb63913e13bd/opensea-vessel-1.2.50.tgz","_integrity":"sha512-cA4aCjO/4brPVJrtXr0gX7NcaHPSfPQ/h4hy7uhs6+TwU+UN2TLqDp44H6uRHYkCAtbQeGJD6wGekAnZfL9VWg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.50_1747566629606_0.2627566100957264","host":"s3://npm-registry-packages-npm-production"}},"1.2.51":{"name":"@opensea/vessel","version":"1.2.51","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.51","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"6bfe5d537fd116540baf327eb0fb0c14beb8ae0f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.51.tgz","fileCount":23,"integrity":"sha512-cih83k6OLY49A8ogVT2BH6Hyx3/eYEY3eUQz4A1UUTdKzVHeiod6JGpMoM6wloTaNFniJlR6bKDPH7HUkgpenA==","signatures":[{"sig":"MEUCIH+DaLU7YvlN0QjoXekg/UKcUAxREhE6tsnSKXOLdt9cAiEArxuPZVAMXksSJh5DzJvMszBX819/LWv+CaOtKVS9ZvA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.51.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c1c601ca6737333ea1ed3a56977e9c84/opensea-vessel-1.2.51.tgz","_integrity":"sha512-cih83k6OLY49A8ogVT2BH6Hyx3/eYEY3eUQz4A1UUTdKzVHeiod6JGpMoM6wloTaNFniJlR6bKDPH7HUkgpenA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.51_1747618850759_0.15474751797641173","host":"s3://npm-registry-packages-npm-production"}},"1.2.52":{"name":"@opensea/vessel","version":"1.2.52","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.52","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"40c4a38f769065605eb7e22143594ffb44b3c082","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.52.tgz","fileCount":23,"integrity":"sha512-UJUCT8zFcvEe5VlALAyZ7B1QST7Irwa9q2xikkqLwBTtiSGva+yZ0dp/jLk/+rVDi8GaMz2cVIkAjwQvOBahKg==","signatures":[{"sig":"MEUCIQDAjz7UbqVYmyWLHzOsDnPGGDyDfhOG/3YGgP76IQ2dwwIgd0PONMsgPqZtoY7qEh2CBus8kGzU5WF/Nl5K3afO89U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.52.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e6b6749e96b45603c5e9ed398377662e/opensea-vessel-1.2.52.tgz","_integrity":"sha512-UJUCT8zFcvEe5VlALAyZ7B1QST7Irwa9q2xikkqLwBTtiSGva+yZ0dp/jLk/+rVDi8GaMz2cVIkAjwQvOBahKg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.52_1747637381529_0.3094098815790467","host":"s3://npm-registry-packages-npm-production"}},"1.2.53":{"name":"@opensea/vessel","version":"1.2.53","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.53","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"e815fc1570006e4c2bd1b230edf64cc90b3ffe21","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.53.tgz","fileCount":23,"integrity":"sha512-e/yoGf4suap6MddUqYJSjThtLeogXNyF6LcQ3F8JLc6lYOtp6m+Xbr5SmTzaVxbGaA3mFU8ffU4qggwa4UuGig==","signatures":[{"sig":"MEUCIC9vyaAQXzIe+5ZbUpSmBBJD5eAguTB8Q+mIbaTtIVALAiEA+swdG9/FzgiMAoeTkDuwJoBFFmuYW3yMzBxfpyot24w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.53.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d89fe9f4e48b061bd163d2d649583672/opensea-vessel-1.2.53.tgz","_integrity":"sha512-e/yoGf4suap6MddUqYJSjThtLeogXNyF6LcQ3F8JLc6lYOtp6m+Xbr5SmTzaVxbGaA3mFU8ffU4qggwa4UuGig==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.53_1747642437410_0.08207907480624121","host":"s3://npm-registry-packages-npm-production"}},"1.2.54":{"name":"@opensea/vessel","version":"1.2.54","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.54","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"13169962669fc904ce1f0d20cc41973f2f52ceb9","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.54.tgz","fileCount":23,"integrity":"sha512-6t7imjBab3F+2sOLgi89rZn9aJscgoWJ0P1NAPLst0M6Ih3Gy+tLcry1tuSc91i9u9xDddSXyvY5LN4Puao7uA==","signatures":[{"sig":"MEUCIQDlELijCfs8erDpLO6VNDOIAaozcsKTGTGnCBrzBX7gDQIgcp/CXIGDVTdmEm65TjkMkKPpDJUYJPuU5Ye0iKZCVBE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.54.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/0ede07e99887b977c017cce52cc3602b/opensea-vessel-1.2.54.tgz","_integrity":"sha512-6t7imjBab3F+2sOLgi89rZn9aJscgoWJ0P1NAPLst0M6Ih3Gy+tLcry1tuSc91i9u9xDddSXyvY5LN4Puao7uA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.54_1747653039876_0.030516167474151867","host":"s3://npm-registry-packages-npm-production"}},"1.2.55":{"name":"@opensea/vessel","version":"1.2.55","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.55","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"9c3b115d3759f5c80c1ce97ee7955caf1aed1b96","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.55.tgz","fileCount":23,"integrity":"sha512-x9sXM5ZaRLykv0FkZZvtqJWov6o6OrV7y5TPfCXPZYNtxn3l0YGA3Ejd0Rw+GKzlAoRJzo63tvDakcJO+iRLng==","signatures":[{"sig":"MEQCIGpw54riBhOC+U+TnT+h4qAZ2zG4i88peMQYtaRRPj/eAiAB/EOA3r4cgPeBVwixlVfaFFVIYfujP5V78UetDbiTrg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.55.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b4b2ff908438973653efd1cbd0c5e859/opensea-vessel-1.2.55.tgz","_integrity":"sha512-x9sXM5ZaRLykv0FkZZvtqJWov6o6OrV7y5TPfCXPZYNtxn3l0YGA3Ejd0Rw+GKzlAoRJzo63tvDakcJO+iRLng==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.55_1747660509834_0.3442394634110941","host":"s3://npm-registry-packages-npm-production"}},"1.2.56":{"name":"@opensea/vessel","version":"1.2.56","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.56","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"4fa77b11b1a312a80bc2a02aaefe8367ed0067ac","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.56.tgz","fileCount":23,"integrity":"sha512-PcKfCkUkeFtksULzgHevz3Qbv888ak1ObBJYaYjsm1FngbT7IufNEK9UHUHVWteY7cQ/9npRn66+DPsnIIo9nw==","signatures":[{"sig":"MEUCICsC0jBVawrHcfZOtEcXt/RlMYORAZYSwwKhiEz5cUgvAiEAt/Vshoa3LbpTFUf7p0FLb/Us/fthUsrhDVIv/vq+XL8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.56.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f26d39f20ee0b43875a825ebf64a2b02/opensea-vessel-1.2.56.tgz","_integrity":"sha512-PcKfCkUkeFtksULzgHevz3Qbv888ak1ObBJYaYjsm1FngbT7IufNEK9UHUHVWteY7cQ/9npRn66+DPsnIIo9nw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.56_1747667357261_0.11159041807656522","host":"s3://npm-registry-packages-npm-production"}},"1.2.57":{"name":"@opensea/vessel","version":"1.2.57","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.57","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"d65f0ba53c6ef06fc13b3e10c72ea762664fd34b","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.57.tgz","fileCount":23,"integrity":"sha512-8yik3RQhBs6JV0x5xbTF2CmZwZaS/31aR/wfpXc2bkjEbNOTDa0GxdKYoFsF2x4cqCwvj4LFvpqLEhQeI7OABw==","signatures":[{"sig":"MEUCIBjzIjI0poHYgNFAU4xQPqwmyT3sFvRn4cPNpazZi28RAiEAnHuuZqLQZf1ofi8im1mU34H6fpO5yqNpJ9VaJsuoNQU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.57.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e5c1b13aaec003c47201115ca272f8dd/opensea-vessel-1.2.57.tgz","_integrity":"sha512-8yik3RQhBs6JV0x5xbTF2CmZwZaS/31aR/wfpXc2bkjEbNOTDa0GxdKYoFsF2x4cqCwvj4LFvpqLEhQeI7OABw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.57_1747670059387_0.37758626151091","host":"s3://npm-registry-packages-npm-production"}},"1.2.58":{"name":"@opensea/vessel","version":"1.2.58","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.58","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"617552dbe5fd20ee07e0eb1dff98d4dc90d2e082","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.58.tgz","fileCount":23,"integrity":"sha512-Cgi89PdXkVyExTT4qFatBvqUC+RqlbntXx6RYcqypa/7J2X3Hmsmo+OWtRbpXfMVLoesc9jx+Wa8skvEdJDr2A==","signatures":[{"sig":"MEQCIAM27ELMqMaFBJN5ma84iZIfoo+Jsoiau2zUlUSZGNo5AiB5zK2NeBDUTBTnb3hGAVXHib/MRZghPgo6/AhSCmhZ0w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.58.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e0e484b812d1f0a516134c39c49ead13/opensea-vessel-1.2.58.tgz","_integrity":"sha512-Cgi89PdXkVyExTT4qFatBvqUC+RqlbntXx6RYcqypa/7J2X3Hmsmo+OWtRbpXfMVLoesc9jx+Wa8skvEdJDr2A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.58_1747674646577_0.5933773518183254","host":"s3://npm-registry-packages-npm-production"}},"1.2.59":{"name":"@opensea/vessel","version":"1.2.59","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.59","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"edd09e67ad747617d2fe33fa27d405f231164e3c","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.59.tgz","fileCount":23,"integrity":"sha512-lUIaRosTol2rEpPPYHVqyoVvP2Ru8riTxXgB/Qtyyi1muNRAIp/Qs3yK6/6Fumlqumfir2VTo3nZ9KYBsNJC3g==","signatures":[{"sig":"MEUCIApVqNSYydix8beoiekhdYFgSonebMnpaZ0bOHLf1X10AiEAm80GzX9/pbxMV39yXPvOpGUilvlARuRD+jlAGYrxNEM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.59.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/75a8d530c1eb9409d38bdb8fb5b060c5/opensea-vessel-1.2.59.tgz","_integrity":"sha512-lUIaRosTol2rEpPPYHVqyoVvP2Ru8riTxXgB/Qtyyi1muNRAIp/Qs3yK6/6Fumlqumfir2VTo3nZ9KYBsNJC3g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.59_1747681703952_0.7396341248901366","host":"s3://npm-registry-packages-npm-production"}},"1.2.60":{"name":"@opensea/vessel","version":"1.2.60","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.60","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"a23b376167bdde1dd175db2be967d5a612170592","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.60.tgz","fileCount":23,"integrity":"sha512-+J3hek4MVYzGyp7vsTYOF4R7FZgbGaXun5hKNAN1FgkCHkgmsiALFxy1jzseEP9SX7pv1hmMLq1OwXdK/BeR5w==","signatures":[{"sig":"MEUCIQCsFPIZxo+X+dKZ+5th9QDO1V/sQ8NkDnDfvXheCd0KbQIgPw2nWNGtJkOEXjC3ou6Ah0YCIIViBnyOaucWuUK0wrE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.60.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a233642115b9b06d3318621926871214/opensea-vessel-1.2.60.tgz","_integrity":"sha512-+J3hek4MVYzGyp7vsTYOF4R7FZgbGaXun5hKNAN1FgkCHkgmsiALFxy1jzseEP9SX7pv1hmMLq1OwXdK/BeR5w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.60_1747746493856_0.2328283346309925","host":"s3://npm-registry-packages-npm-production"}},"1.2.61":{"name":"@opensea/vessel","version":"1.2.61","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.61","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"ec2c1953607add8b02f2d81d4f85b0cba8cd60ac","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.61.tgz","fileCount":23,"integrity":"sha512-AdJ1HqTpx+yXFgf3A6wE9C/AJsSRcOUQ/3++Cj+BkbOQL5W8kPqC8hE7xO6cYKVuK7pbL/WLpu2tMfmEBwakEg==","signatures":[{"sig":"MEUCIE8XKm+AO8cK+TO9+U/08rIolkDKaQ4qX/4L8KsXIl1RAiEA7ZH6Jb3BLrbr62lxI/dLLXn9XxNflBbQb0R3GAQt71k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.61.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c4c22f7d29ff225bb881a752ddca05e5/opensea-vessel-1.2.61.tgz","_integrity":"sha512-AdJ1HqTpx+yXFgf3A6wE9C/AJsSRcOUQ/3++Cj+BkbOQL5W8kPqC8hE7xO6cYKVuK7pbL/WLpu2tMfmEBwakEg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.61_1747846104015_0.3846290151890446","host":"s3://npm-registry-packages-npm-production"}},"1.2.62":{"name":"@opensea/vessel","version":"1.2.62","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.62","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"ad6092c37e351633e394be9032d33cb207dd0fb5","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.62.tgz","fileCount":23,"integrity":"sha512-zLro2V8Ji3n7+0/TIePqShWP/7Q8cGrHIva+PnM/Ones10awSuDkLtS/eYsRe3EbUB+dvPyF5ma4XmT/Pw//Hw==","signatures":[{"sig":"MEUCIQCwY+DE0kODs3R+uiIpIa2UO1bwvo9YrK3jhjAxK8VArwIgXH0nwOt+1pijd1djOwN2insihdClNNV7ZzxJ9Z5Myzo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.62.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/6d7340748fd62dc3c0792bb2ce3356de/opensea-vessel-1.2.62.tgz","_integrity":"sha512-zLro2V8Ji3n7+0/TIePqShWP/7Q8cGrHIva+PnM/Ones10awSuDkLtS/eYsRe3EbUB+dvPyF5ma4XmT/Pw//Hw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.62_1747849573527_0.3834744316984544","host":"s3://npm-registry-packages-npm-production"}},"1.2.63":{"name":"@opensea/vessel","version":"1.2.63","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.63","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"a41a1f18fa8e4b7549834f59db65154b919c13db","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.63.tgz","fileCount":23,"integrity":"sha512-DBiM0FbImTWS3964XtUlfsdWRQ1l2AjOFVeSm7+j6d5Y2eEppF7L1v2pg3XHbl6KnLuxZMlOUZhO00JlgtQ4BQ==","signatures":[{"sig":"MEUCIQDjcAmYLaVXjZuIuRqMzNUaax4R+DdIX9MWmhbEpbQLQQIgb5NOZwnJTIQyO/piLYCvygm2bFTZtcrktwYXKAsi9Y0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.63.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/6343202b12142a6a9208fd8c556151d0/opensea-vessel-1.2.63.tgz","_integrity":"sha512-DBiM0FbImTWS3964XtUlfsdWRQ1l2AjOFVeSm7+j6d5Y2eEppF7L1v2pg3XHbl6KnLuxZMlOUZhO00JlgtQ4BQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.63_1747853951372_0.5584296131325668","host":"s3://npm-registry-packages-npm-production"}},"1.2.64":{"name":"@opensea/vessel","version":"1.2.64","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.64","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"3926b28ca2632b78fe1aac05440ff5da27f3a196","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.64.tgz","fileCount":23,"integrity":"sha512-vWTSn/H+e151yP8SkXgasnIiL/53OisUCHRFxIEGRTt+NqEwbwAhDy5YztFm/9dhu9PGWGGmJQtK41CRIWi9/Q==","signatures":[{"sig":"MEQCIHjCFrOdeqnqwDnqpYoj/XFZXK4HA64EW9ghkfdOxFReAiA9tzA3x1f3d+LvPhNLt8kOs6TkFVN9FmxZy3JbO0TvNA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.64.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c3ae435abc8348d0ed9efc9c91675795/opensea-vessel-1.2.64.tgz","_integrity":"sha512-vWTSn/H+e151yP8SkXgasnIiL/53OisUCHRFxIEGRTt+NqEwbwAhDy5YztFm/9dhu9PGWGGmJQtK41CRIWi9/Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.64_1747931956817_0.673982039487059","host":"s3://npm-registry-packages-npm-production"}},"1.2.65":{"name":"@opensea/vessel","version":"1.2.65","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.65","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"944b3a82d0dcd797fd406e66225ed2ac18b3e459","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.65.tgz","fileCount":23,"integrity":"sha512-T5U0rLyWGyyj/4DaaZNRVx7Anqf8whJWPbpxy9XwRUFr4J4Ks2as8Bq/49E7eLvKAjzes92OesdhzVv1UdkGYQ==","signatures":[{"sig":"MEUCIQD0kywsgJRbz9eqKMRNGekVA2RDlXhieaM1G3SeV4d/rgIgHwwaufgTM0XoIikz2zh2oLqXMKjUrsVWEdAW7WWYgs8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.65.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/62ff54884bfb1e8250ebc63497c40dfe/opensea-vessel-1.2.65.tgz","_integrity":"sha512-T5U0rLyWGyyj/4DaaZNRVx7Anqf8whJWPbpxy9XwRUFr4J4Ks2as8Bq/49E7eLvKAjzes92OesdhzVv1UdkGYQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.65_1747939439807_0.45616024581213077","host":"s3://npm-registry-packages-npm-production"}},"1.2.66":{"name":"@opensea/vessel","version":"1.2.66","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.66","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"0f4bcb5557d1da2dd72b85e980281b63dd69e53e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.66.tgz","fileCount":23,"integrity":"sha512-RjbXCMW4Qpwbe2hrNmIfbtFclsqUi5RDBdsAAl+C7zTlZZAxlZNllYi1zyJOYi6DprKuVDZzTtD+Su6VScYGrQ==","signatures":[{"sig":"MEUCIQCcEThnKTZPrd6lrnOSB+8ppg4V2AcGfdCWfzA1UIne4AIgfe83SgxMR7Q2xi8EweVFcD5yqqBbBVrvyuhxeQqbqR0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.66.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/9155084ca5549ad7b80360bdefaecad5/opensea-vessel-1.2.66.tgz","_integrity":"sha512-RjbXCMW4Qpwbe2hrNmIfbtFclsqUi5RDBdsAAl+C7zTlZZAxlZNllYi1zyJOYi6DprKuVDZzTtD+Su6VScYGrQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.66_1747944881102_0.3896585517168887","host":"s3://npm-registry-packages-npm-production"}},"1.2.67":{"name":"@opensea/vessel","version":"1.2.67","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.67","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"218108115752d100612f9f52db2a07df5e429b81","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.67.tgz","fileCount":23,"integrity":"sha512-07mApgF4VPvzYyiK/40DgU29KxRJntPAbOLkUoY5W21d/HYcEJQOEQgNL8mqipspD6A7eKaTtQIz7uiSDqaxJA==","signatures":[{"sig":"MEYCIQDHPq0Nm+sUBlDFumN5bR8BH0BF+Znhsds7JhmTB6LEigIhANAf4e6kn2Dds5g0dPXnoPXHFxnSPoyz82MutwovreLh","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.67.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/3048c97b473ad0b39dd451d3ea88ea65/opensea-vessel-1.2.67.tgz","_integrity":"sha512-07mApgF4VPvzYyiK/40DgU29KxRJntPAbOLkUoY5W21d/HYcEJQOEQgNL8mqipspD6A7eKaTtQIz7uiSDqaxJA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.67_1747973807940_0.4185056723652594","host":"s3://npm-registry-packages-npm-production"}},"1.2.68":{"name":"@opensea/vessel","version":"1.2.68","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.68","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"15a7eeb71fda58a87fec2e0fa753ccaabc4b7244","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.68.tgz","fileCount":23,"integrity":"sha512-6/kqJ+rUfKYMD1SO2RhZogPjLiXo3tJJJpvduuQP6l7vKEGk9qIXrxXyGZKSbPiGWkXDRVBo5ghsfjrQBzCsGw==","signatures":[{"sig":"MEYCIQD4+enh48xoQfI5zoLM6/foy3Tihi+x4zo4LQLo1r8ZkwIhAKyh2QexH2nOJTteokr48mDKWCCu/bCcVElFjZXj3osR","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.68.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b6a94994d25bc1ae2fdf8b2b23cde4bf/opensea-vessel-1.2.68.tgz","_integrity":"sha512-6/kqJ+rUfKYMD1SO2RhZogPjLiXo3tJJJpvduuQP6l7vKEGk9qIXrxXyGZKSbPiGWkXDRVBo5ghsfjrQBzCsGw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.68_1747977086600_0.11968791042682358","host":"s3://npm-registry-packages-npm-production"}},"1.2.69":{"name":"@opensea/vessel","version":"1.2.69","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.69","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"ea3f8c134d4301b1426ef1541622ad64c2867591","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.69.tgz","fileCount":23,"integrity":"sha512-5K/KF89wE6pBv2eqNbwwttaK35pwggxrPGawF+aqaVWhVFRBzHjYkwsPoxpkDhBqzPHkE+cn7UX4ReTICvjbzg==","signatures":[{"sig":"MEUCIEZFVrLNvB2D277+T1dQ4xBJSxMzIrwg3r6nRx47krLYAiEAkGaDuDfkg/pjoq7f6zo1q1YEvubRqzEux5jjLcKDEdg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.69.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/78702a89a08cc69b2a49a05fa0250bc0/opensea-vessel-1.2.69.tgz","_integrity":"sha512-5K/KF89wE6pBv2eqNbwwttaK35pwggxrPGawF+aqaVWhVFRBzHjYkwsPoxpkDhBqzPHkE+cn7UX4ReTICvjbzg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.69_1747980819982_0.8080936591192278","host":"s3://npm-registry-packages-npm-production"}},"1.2.70":{"name":"@opensea/vessel","version":"1.2.70","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.70","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"dbea5b19843ac017b76adfcf0bb48b69a78b5f58","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.70.tgz","fileCount":23,"integrity":"sha512-fIkxltQ3hVtNJRp58MN1YpGt/a4vgXIxBObvm/HuqWqAd0+NteURxK2gtTzA681X1tcCGcLOc4vAOvWky4Zygg==","signatures":[{"sig":"MEYCIQCtuxpBcIf9EMC+akiD7oiHFbOVFUBskvHqjewkzrejVwIhAOQWMHB5OgjtD4E31/Zx8WtIW1+eifa2YUDOa5R1UIWf","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.70.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/2c83e57a64e80a677bec75fcdc8dbc82/opensea-vessel-1.2.70.tgz","_integrity":"sha512-fIkxltQ3hVtNJRp58MN1YpGt/a4vgXIxBObvm/HuqWqAd0+NteURxK2gtTzA681X1tcCGcLOc4vAOvWky4Zygg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.70_1747983790828_0.36283758721598125","host":"s3://npm-registry-packages-npm-production"}},"1.2.71":{"name":"@opensea/vessel","version":"1.2.71","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.71","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"d24922c152ea3e773b006ffb693346766c2f5562","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.71.tgz","fileCount":23,"integrity":"sha512-ygHVW5OwfJVqGoipHgQkoNqk8UgQ/6s/LzJB0xfNxQNnXUUSq+ayOJQwJrS9eAo/n4nrVvvP+REi8LhO8kF+Qg==","signatures":[{"sig":"MEQCIB2fx1eQhUqpxOXdr90o7XJMFfYDOIS9vVuREEb7Lul5AiA+E0CCyoI0Rcq8F1X00NgSyqjar45JyFqdF7voNFbMWA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.71.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e9683f15052efbf0af7ae350c0515e55/opensea-vessel-1.2.71.tgz","_integrity":"sha512-ygHVW5OwfJVqGoipHgQkoNqk8UgQ/6s/LzJB0xfNxQNnXUUSq+ayOJQwJrS9eAo/n4nrVvvP+REi8LhO8kF+Qg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.71_1747984289135_0.18619320732139388","host":"s3://npm-registry-packages-npm-production"}},"1.2.72":{"name":"@opensea/vessel","version":"1.2.72","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.72","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"6d1da24bb3d223153161366f68a244b0d6341e91","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.72.tgz","fileCount":23,"integrity":"sha512-lOJ+stQx9ct4a/8E0NnMQTRuVXGP8DLu96YtsozzWKrPQ2w6n7IAq77/U8MIFHXCS7FWti4Os8MUzVmqV4ymDw==","signatures":[{"sig":"MEUCIQD8eeOxQhVT0uIC2q7J9V4A44k3JQwWzV/5LWo5NKiavAIgHXOJr8bBSFcxRJTPD/1EYkbe2faQ/XjiaYpvzISWP1Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.72.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a16c5f36e49d53d811b8a4daef8eb0bf/opensea-vessel-1.2.72.tgz","_integrity":"sha512-lOJ+stQx9ct4a/8E0NnMQTRuVXGP8DLu96YtsozzWKrPQ2w6n7IAq77/U8MIFHXCS7FWti4Os8MUzVmqV4ymDw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.72_1747991491383_0.7902043959397878","host":"s3://npm-registry-packages-npm-production"}},"1.2.73":{"name":"@opensea/vessel","version":"1.2.73","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.73","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"8b18363c3894c487075896ed3ca998873739fe2d","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.73.tgz","fileCount":23,"integrity":"sha512-M/TboYny7JavZdUl3XDeekdIhtJGmCXSxHq5Lvuk8mNY3JRHEjgN8vp8lIfhxOdm0Pra0e7ZGa0I6CGsguDssw==","signatures":[{"sig":"MEYCIQCaV9WLbrEMIBNctwDv0/T55MtqUcPCHWPa8DlwFxUNTwIhALX2ErT/6xSsV4pJ6EljkadwxgG4Yyi6+UySvsIC6KAi","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.73.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/9e8c93fe2a5db176fdc139dafc43d83f/opensea-vessel-1.2.73.tgz","_integrity":"sha512-M/TboYny7JavZdUl3XDeekdIhtJGmCXSxHq5Lvuk8mNY3JRHEjgN8vp8lIfhxOdm0Pra0e7ZGa0I6CGsguDssw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.73_1748009451715_0.22347207067989405","host":"s3://npm-registry-packages-npm-production"}},"1.2.74":{"name":"@opensea/vessel","version":"1.2.74","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.74","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"3fc49b5b5c464b8a7ba3c2b8196e2b67ecd381ab","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.74.tgz","fileCount":23,"integrity":"sha512-O0VtmTw1y69izTYXzYN7pkHIzM9OA2Lh+X9S6RHiAqd5n7axMWyDvNFFFnz7lOaUOV0LkRR2IrGod6OesJGpvQ==","signatures":[{"sig":"MEQCIHLjBwR5idg4IwqBJ9gO064NaNMUzey9guFsmm+UhZpyAiAUqpUUekxlxIVA6gFz2ZB9unF/osfgqW5z8ozDzvBRFw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.74.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/dc5b7987450b368f461a3ada8c532e40/opensea-vessel-1.2.74.tgz","_integrity":"sha512-O0VtmTw1y69izTYXzYN7pkHIzM9OA2Lh+X9S6RHiAqd5n7axMWyDvNFFFnz7lOaUOV0LkRR2IrGod6OesJGpvQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.74_1748013368866_0.3712762377124357","host":"s3://npm-registry-packages-npm-production"}},"1.2.75":{"name":"@opensea/vessel","version":"1.2.75","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.75","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"348aa25c70a0a24ab9c11553584c5c4836513eea","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.75.tgz","fileCount":23,"integrity":"sha512-ZEimQlu+xxKFfUJVY5B0wI/qtdk7sVLHvICOlIf0EWofc+5e9ryH/2E+ICsg2FjAzBvlRlh368XNN3jM3FZAEA==","signatures":[{"sig":"MEUCIDJ5JPCN6Po7cDJePcYOAtFotsGGlMXgLcU9LY0iAreWAiEA85zyZ98jTAKHhV1WOIwBE5ppB/g4c3HpmsPxO5jql8E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.75.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c1caa5d055febd29a3142702ef714925/opensea-vessel-1.2.75.tgz","_integrity":"sha512-ZEimQlu+xxKFfUJVY5B0wI/qtdk7sVLHvICOlIf0EWofc+5e9ryH/2E+ICsg2FjAzBvlRlh368XNN3jM3FZAEA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.75_1748053306444_0.6312604577202807","host":"s3://npm-registry-packages-npm-production"}},"1.2.76":{"name":"@opensea/vessel","version":"1.2.76","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.76","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"2e02b9522f6fd405c1985058896af26d49541e88","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.76.tgz","fileCount":23,"integrity":"sha512-QXDu3F6L1AuI9l4qVv02w9l3mwLLa+6TBdNf6Vxci1sE5XLwBlkEsJuTnF672l/weZOiMQO/3bK2uYM6+LhxcQ==","signatures":[{"sig":"MEYCIQCCZM6tEkjihRTQxBoYrLqlgkfRaoURRT9R+YTOvLvELgIhAIncLeiiyIRs0ehMzT2cXG8HtVVXd4cY4/7SupNLxUfZ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.76.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/4007d511692ce1c7b4858fe892a05b9e/opensea-vessel-1.2.76.tgz","_integrity":"sha512-QXDu3F6L1AuI9l4qVv02w9l3mwLLa+6TBdNf6Vxci1sE5XLwBlkEsJuTnF672l/weZOiMQO/3bK2uYM6+LhxcQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.76_1748193009887_0.2245904014868143","host":"s3://npm-registry-packages-npm-production"}},"1.2.77":{"name":"@opensea/vessel","version":"1.2.77","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.77","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"e373295b57ce058b79b6e79ab7da935e5ce17fe6","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.77.tgz","fileCount":23,"integrity":"sha512-90Rm/yzAHrnE3P7637SdOMvqXZ+qgAWnkYhe2DWyuIZfmY0gBB/yqqVvzGUejvt9n7MFW7XgJ5ndhjx1P6yfwQ==","signatures":[{"sig":"MEUCIDauWjTzJ/pD3/jX+KuWSfKHh+b11k5J9LPS8xaN5Tz/AiEA+lcjGZCzUxaAAMY7KYSghrJxo+aXoqCk9uIs7GcPUg0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.77.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/47b5320ef551ff08c1d2d85d5aacff19/opensea-vessel-1.2.77.tgz","_integrity":"sha512-90Rm/yzAHrnE3P7637SdOMvqXZ+qgAWnkYhe2DWyuIZfmY0gBB/yqqVvzGUejvt9n7MFW7XgJ5ndhjx1P6yfwQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.77_1748383356123_0.2600411186215634","host":"s3://npm-registry-packages-npm-production"}},"1.2.78":{"name":"@opensea/vessel","version":"1.2.78","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.78","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"3bfdc3917b6bf9c2f6c7bba99214a211d6844bc4","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.78.tgz","fileCount":23,"integrity":"sha512-JWze1JHqZhb0PqSQ6Dyz4awsDsNHj5dEUO5SjROd5Y9xmZYQF2bQreRFhXiu1b76ORCTZIVWIk8c7SuIDpbltQ==","signatures":[{"sig":"MEUCIQCjK171k1cVKze+zhxUtYSDFipRIb7IXBRLeSmShIgcXgIgM+irniHTmeTYmoetYQOuTTRhLQs8p1K8JP4lATjWLvI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.78.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f7144d64ff1c47f2e07eb1ea3bbe7168/opensea-vessel-1.2.78.tgz","_integrity":"sha512-JWze1JHqZhb0PqSQ6Dyz4awsDsNHj5dEUO5SjROd5Y9xmZYQF2bQreRFhXiu1b76ORCTZIVWIk8c7SuIDpbltQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.78_1748388035807_0.8829611599746465","host":"s3://npm-registry-packages-npm-production"}},"1.2.79":{"name":"@opensea/vessel","version":"1.2.79","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.79","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"7cf0c61a0de4e82a924c9e205adda7c4199ac875","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.79.tgz","fileCount":23,"integrity":"sha512-HZtoG9QiGEJimCbYU2MPL8YdeyhnseQT7sKcc6tFIDvQ8eGZLWOF5SROo/eyn8pQIGYSym/UclX8ysuP2bw1NA==","signatures":[{"sig":"MEUCIQDCKB7t6EeKXC5H2HU6GcwHXQqkjJqb+oaJGwRn7vwUDgIgY3qV8wULMcj+eJk3OaxW/mf4bV/sJ2drFZHDCtn4NEI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.79.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/83c86aa958d05bfcdcbe07e255f4236d/opensea-vessel-1.2.79.tgz","_integrity":"sha512-HZtoG9QiGEJimCbYU2MPL8YdeyhnseQT7sKcc6tFIDvQ8eGZLWOF5SROo/eyn8pQIGYSym/UclX8ysuP2bw1NA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.79_1748392263712_0.6312544258280208","host":"s3://npm-registry-packages-npm-production"}},"1.2.80":{"name":"@opensea/vessel","version":"1.2.80","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.80","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"46c0ed87d525173059d874bbce86141726a7cf86","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.80.tgz","fileCount":23,"integrity":"sha512-eE4vuZrAv8DD2+I3aKbRMJRjNk2oPOi1yA1jVI1KNuZYV18GtYpVJmEk4kflNvxPSIMB0T5a/u8wK82ctUYgtg==","signatures":[{"sig":"MEYCIQD7L8L33z0mgGRzvsrl7C7gWbEi1x8rnVeWo9XKqjikhgIhAK1Hjn3pW7f9OfJq6ybyUvFPlBr5s48wennE5I7pACog","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.80.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/bae7252184b46422477d3b1793a2e03c/opensea-vessel-1.2.80.tgz","_integrity":"sha512-eE4vuZrAv8DD2+I3aKbRMJRjNk2oPOi1yA1jVI1KNuZYV18GtYpVJmEk4kflNvxPSIMB0T5a/u8wK82ctUYgtg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.80_1748396348138_0.29457685988593907","host":"s3://npm-registry-packages-npm-production"}},"1.2.81":{"name":"@opensea/vessel","version":"1.2.81","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.81","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"4652b6a57b63f667f9b043e4064de75f7b6da077","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.81.tgz","fileCount":23,"integrity":"sha512-xKlvzhkCsx/c2UIsiZN7ltUb5Dw1TkVoaoQYQ7kjMvC2u9YHWTn3OsEsHMf93Ak7wxPSCg+UNdQf9hD4sDe84w==","signatures":[{"sig":"MEUCIGnsMP2HJPbOoQGmsPzUrcpDtazgxNhS6pfiC0+C9nqlAiEAsv+6Xm9ir4XbA4J1U+5HlEvLq6knJT6KNywLItnIWQA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.81.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ba16bbc9da182e9df1cbebb1bf5f182a/opensea-vessel-1.2.81.tgz","_integrity":"sha512-xKlvzhkCsx/c2UIsiZN7ltUb5Dw1TkVoaoQYQ7kjMvC2u9YHWTn3OsEsHMf93Ak7wxPSCg+UNdQf9hD4sDe84w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.81_1748400034124_0.5131118484196795","host":"s3://npm-registry-packages-npm-production"}},"1.2.82":{"name":"@opensea/vessel","version":"1.2.82","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.82","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"61414f66a47af3d2ec849396d66434a5dd12417e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.82.tgz","fileCount":23,"integrity":"sha512-7C3WfdEM6DoYZe3EKxLczpm35rwMa+6qrkNt7+VLj2mYKQOnj39LjrOxYNJ/x5OlWnKoXK+Bkk+OXxu9oowaxA==","signatures":[{"sig":"MEYCIQCDStcAOvKJ1w5GwQNgjm/UK9+uynx5WQuhe3YVZHdNrgIhALAmqfZPE2VkQsxsrWcmXgwxL8D5KnoSjMxvTVox2ptg","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.82.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8f0e05e01c69cdb7e18b2957ec880aa7/opensea-vessel-1.2.82.tgz","_integrity":"sha512-7C3WfdEM6DoYZe3EKxLczpm35rwMa+6qrkNt7+VLj2mYKQOnj39LjrOxYNJ/x5OlWnKoXK+Bkk+OXxu9oowaxA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.82_1748416300748_0.529729225548178","host":"s3://npm-registry-packages-npm-production"}},"1.2.83":{"name":"@opensea/vessel","version":"1.2.83","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.83","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"0864c0fcb135621e39930513ef706b51e0f05bb2","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.83.tgz","fileCount":23,"integrity":"sha512-7AWrke5weYRSNO3HGbljfMkelukAlhnR3+yJifupCwOxhQbnqzRe8IZaWwVXq8HUJf0LIuOo4gYF8191iuFAYQ==","signatures":[{"sig":"MEUCIQDucyTj6EufTfXw9SxXCuI9EgeuP6Il3ZM0uBA3EU/kzgIgXr3HerZOpxEUr62XI8WL7IW6fYXZKy/+R2lZ6ZfGVsA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.83.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/30228ca2bfb4a29e6a6e27015885276c/opensea-vessel-1.2.83.tgz","_integrity":"sha512-7AWrke5weYRSNO3HGbljfMkelukAlhnR3+yJifupCwOxhQbnqzRe8IZaWwVXq8HUJf0LIuOo4gYF8191iuFAYQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.83_1748419996478_0.3340323026520975","host":"s3://npm-registry-packages-npm-production"}},"1.2.84":{"name":"@opensea/vessel","version":"1.2.84","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.84","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"7fa46c829e3bc4772954714050caa235fb5b0051","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.84.tgz","fileCount":23,"integrity":"sha512-QlyXLMM/ouryd6i+8wZDaJK5lKdQ8cdJktVJSCKCd52P+VtPycnH6uY4B66ssynozxhJI3oLdycj3FwiHciHzw==","signatures":[{"sig":"MEYCIQCcfb0wA1EsH5uw2XDm+LGzKnEwAOwyyX24KpWMmtopFAIhAPvWuhycUIwfmE3EsBhr/tJwkDMj9gElyBXZFLocCLxD","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.84.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/756c22df6f76f0ceae2135769e91b3b4/opensea-vessel-1.2.84.tgz","_integrity":"sha512-QlyXLMM/ouryd6i+8wZDaJK5lKdQ8cdJktVJSCKCd52P+VtPycnH6uY4B66ssynozxhJI3oLdycj3FwiHciHzw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.84_1748426156818_0.22972825670030517","host":"s3://npm-registry-packages-npm-production"}},"1.2.85":{"name":"@opensea/vessel","version":"1.2.85","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.85","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"f079df9420f431e480260435d8c77b3266f17617","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.85.tgz","fileCount":23,"integrity":"sha512-Ub4V1AfLGuC0qXDQHZEQO0K6li3QHrv2E4nMvbClh5Q4O1VG0GwIqdVHi4HLhIqx2ldEJfSQNaMEucFgokTc8Q==","signatures":[{"sig":"MEUCIQDm0QVuwL9vZLwuGVKgYGCB+V302A7prMUgBtKEn5EVnwIgHP2IPUy8O2JBnPu+eFLogfGA6gYSdz4L+b+K0l0k7BI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.85.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/bf06639ea4eee9e04eff19e85e5870b2/opensea-vessel-1.2.85.tgz","_integrity":"sha512-Ub4V1AfLGuC0qXDQHZEQO0K6li3QHrv2E4nMvbClh5Q4O1VG0GwIqdVHi4HLhIqx2ldEJfSQNaMEucFgokTc8Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.85_1748445067677_0.6217619805790184","host":"s3://npm-registry-packages-npm-production"}},"1.2.86":{"name":"@opensea/vessel","version":"1.2.86","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.86","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"e8617bad78db9ebbc5dbb3baff809eb4466a1f98","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.86.tgz","fileCount":23,"integrity":"sha512-ChIbS1Mz4E32r3aF5yQRQ6hoPAn0gW1i3X329ylEoVIqL5FERSTEmJu8E6kvI6ndbpxqxm7CMe36iTFUg3JV4A==","signatures":[{"sig":"MEUCIAWe5rkoqKITGyDKgzn/dUhWdmRYhZHC0KyMkLWBTp0IAiEA3o0JtJL/0cnXxJ8xDNcgqJLN2cMzBt7dCrzn8Ih+EvQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.86.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/92f98a77f0717ef9b4fd2e146282937a/opensea-vessel-1.2.86.tgz","_integrity":"sha512-ChIbS1Mz4E32r3aF5yQRQ6hoPAn0gW1i3X329ylEoVIqL5FERSTEmJu8E6kvI6ndbpxqxm7CMe36iTFUg3JV4A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.86_1748446749399_0.5818176019999282","host":"s3://npm-registry-packages-npm-production"}},"1.2.87":{"name":"@opensea/vessel","version":"1.2.87","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.87","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"ef05f267fb11767508df732279525f73cbac1c65","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.87.tgz","fileCount":23,"integrity":"sha512-n9jpeSvIfBE9xMQp94xACvWCwrA6ySs6zOfoyg3C7Qk6sU4LU0r/z2JJFkes7J3hmbpuuR4VxQWnzlaUtayi1Q==","signatures":[{"sig":"MEYCIQCUoDSi7y9VYizzT+cam/xIFM2BETFVi5v47OXT7fySxgIhAMH6qYncRPM9RmWhmDG7SZPYJjQL74gsGUSfHv1TKAJq","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.87.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/aad5cc213cf4a58284ba5475c1bebeba/opensea-vessel-1.2.87.tgz","_integrity":"sha512-n9jpeSvIfBE9xMQp94xACvWCwrA6ySs6zOfoyg3C7Qk6sU4LU0r/z2JJFkes7J3hmbpuuR4VxQWnzlaUtayi1Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.87_1748447998682_0.1179543148284885","host":"s3://npm-registry-packages-npm-production"}},"1.2.88":{"name":"@opensea/vessel","version":"1.2.88","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.88","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"996b184c8f9562a14272df96758c4b1d1248c673","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.88.tgz","fileCount":23,"integrity":"sha512-EDT5RmkoNCwfLg83LYeAwEBjG/tqY9cwhnqkE3MYe0V21+Nqja+3YDsZHxpPNar3zNFQGtNdEbgQOojplWIIJg==","signatures":[{"sig":"MEYCIQD+Bw5d76L/c4GDrPCsQesGPZI5dJURmkuOyfHoRM2KiAIhANGlNZodZu7YrUA6rU/4vZrVwHi8Cvo/NJFXrhDa2e3f","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.88.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/bb95b5c5346e351e29d3590027d8d203/opensea-vessel-1.2.88.tgz","_integrity":"sha512-EDT5RmkoNCwfLg83LYeAwEBjG/tqY9cwhnqkE3MYe0V21+Nqja+3YDsZHxpPNar3zNFQGtNdEbgQOojplWIIJg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.88_1748448691230_0.318721290052435","host":"s3://npm-registry-packages-npm-production"}},"1.2.89":{"name":"@opensea/vessel","version":"1.2.89","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.89","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"2fed08a02c2c739a2da3ea2816af5877c8647e40","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.89.tgz","fileCount":23,"integrity":"sha512-uroxIYNBXHV6nPetLiA6JIRJhAQ5nuAXPsgUaKdvvw4kWoGNb+Thb0V3cqG6krjZ5SIhQ+Y4/GZFu0QbR0eiSg==","signatures":[{"sig":"MEUCIQCL964ub5VccgBabHcGnW0kOFDUnMXJCI6fQzZJaD4lIAIgSA0/Cgw25QUopcGG9FT4H5n+amVrcKVDWXfUtAUtZBk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.89.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/3f8eb97cdd8c02eeeaca60af11c307ac/opensea-vessel-1.2.89.tgz","_integrity":"sha512-uroxIYNBXHV6nPetLiA6JIRJhAQ5nuAXPsgUaKdvvw4kWoGNb+Thb0V3cqG6krjZ5SIhQ+Y4/GZFu0QbR0eiSg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.89_1748449058229_0.9293007258271271","host":"s3://npm-registry-packages-npm-production"}},"1.2.90":{"name":"@opensea/vessel","version":"1.2.90","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.90","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"c84c1cad2e1d1f9fdcf6b1dafc14fce01dc5f804","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.90.tgz","fileCount":23,"integrity":"sha512-eSmBWo9ZBjqjRD0Y6y05WwXslCGW6Vb3JVcML6kLKjP+9DICJwvVPqAm8jPHa9pXgG8Cx3n7evtlai1jLTf3Vw==","signatures":[{"sig":"MEYCIQDr3iVhLbLOZ0y9F257KQ5QbnVZi+QmShkf4CDeUS5Y2wIhANdt3PuvDjonrFWe5+oZr5DPn74Q55/3n2eeLFFKDPRT","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.90.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5b50fde8a9aaff5c44682640f266fd99/opensea-vessel-1.2.90.tgz","_integrity":"sha512-eSmBWo9ZBjqjRD0Y6y05WwXslCGW6Vb3JVcML6kLKjP+9DICJwvVPqAm8jPHa9pXgG8Cx3n7evtlai1jLTf3Vw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.90_1748451379876_0.3695295895510151","host":"s3://npm-registry-packages-npm-production"}},"1.2.91":{"name":"@opensea/vessel","version":"1.2.91","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.91","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"e19876d54dac70eff6aaa7cf8555b9769864165f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.91.tgz","fileCount":23,"integrity":"sha512-czF02jv4etLuvvOlD9mH0ck9ajsPzDmYl5yo7MRLIiCxEBNkFPXFFol7MVQm+xcuwuEwLHq7YkRZqhMQkP8iYg==","signatures":[{"sig":"MEUCIQD5F4/4+qSDXf7olUUpRZYc/DYrsVwqcEMpawFhgdab7gIgKh8v2ERbfRuAoXNJ1r3FI+lEp8Jcp8UUnVWc0lL29wE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.91.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/3eceeef090a83c3fd0a0680a6869c221/opensea-vessel-1.2.91.tgz","_integrity":"sha512-czF02jv4etLuvvOlD9mH0ck9ajsPzDmYl5yo7MRLIiCxEBNkFPXFFol7MVQm+xcuwuEwLHq7YkRZqhMQkP8iYg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.91_1748457197544_0.014409024287953542","host":"s3://npm-registry-packages-npm-production"}},"1.2.92":{"name":"@opensea/vessel","version":"1.2.92","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.92","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"a9c7910d531ab19a9b7a417624297dd39c45c8ed","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.92.tgz","fileCount":23,"integrity":"sha512-xVX50pL0dmAefg69+ikBgSaoNpV34hqtgVEoaWEgDlEPlusTQMznQeU3Z582VHWjLERm57janRp7voSbflQRIQ==","signatures":[{"sig":"MEUCICyRTboHRYyDFzPv6KfV2aHY2J2hiIpwCAoUuLOW8YRrAiEAlEZiAkRPw0WU46uA5tV5Zqx+XLg9ZszB3jzAHJctqKg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.92.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/4545ff3b7d122e1190745378d4f9a1ef/opensea-vessel-1.2.92.tgz","_integrity":"sha512-xVX50pL0dmAefg69+ikBgSaoNpV34hqtgVEoaWEgDlEPlusTQMznQeU3Z582VHWjLERm57janRp7voSbflQRIQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.92_1748471839044_0.3009662292322135","host":"s3://npm-registry-packages-npm-production"}},"1.2.93":{"name":"@opensea/vessel","version":"1.2.93","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.93","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"543b416775c2fe68f3467cf4fe5ec43001ce7ade","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.93.tgz","fileCount":23,"integrity":"sha512-r9OUA5WM4JFtmNNfyw+TU2nnp8HpHQbBBadOx57Oiu8RaexqwREJZPtW1c4LkRkhkY+Byi2OK3ZQspi1jiYgew==","signatures":[{"sig":"MEQCIAyX5CO1Yfxyv2kaBpv7D8ZFhNOkC9mUvdw4lLKxFSKgAiBzyYXWVbXFJlO3y0i+Jnz4uicDA1cGxJWINAYMZbD7Dw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.93.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/62db585238151ba8cfdf7e27e34a8dd1/opensea-vessel-1.2.93.tgz","_integrity":"sha512-r9OUA5WM4JFtmNNfyw+TU2nnp8HpHQbBBadOx57Oiu8RaexqwREJZPtW1c4LkRkhkY+Byi2OK3ZQspi1jiYgew==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.93_1748472877167_0.5998329410416245","host":"s3://npm-registry-packages-npm-production"}},"1.2.94":{"name":"@opensea/vessel","version":"1.2.94","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.94","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"b993e5a1a7a43ca2ccb08b72e79d34af873c8800","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.94.tgz","fileCount":23,"integrity":"sha512-0l4Zsm/0fuQDrsQzUzoymFt0RFFvYwiWKxRkB+TtyFcuep03YX10/av/ixoou2QcpquceyIGiwOfgdoW1/rrNg==","signatures":[{"sig":"MEUCIFg7YWszK3kMKxOBr8epWbW+jlkwpzTWz/spMIIJRRvVAiEA20kzgfGoUyEtpI2zfE/u5JcgGB3+frUIcFPP2SciYAM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.94.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/78a9d3a9fb67b6278f5bd8d6768571dd/opensea-vessel-1.2.94.tgz","_integrity":"sha512-0l4Zsm/0fuQDrsQzUzoymFt0RFFvYwiWKxRkB+TtyFcuep03YX10/av/ixoou2QcpquceyIGiwOfgdoW1/rrNg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.94_1748475903299_0.5909477295618506","host":"s3://npm-registry-packages-npm-production"}},"1.2.95":{"name":"@opensea/vessel","version":"1.2.95","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.95","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"be9c11ce9f39448b41de40d0f3ea162f449666a0","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.95.tgz","fileCount":23,"integrity":"sha512-VtCgBgzvyy8UV0lhmklCZQzdXWBuw4JgEEu4toZlD83I8DD6RLpzrLghKM/JlZsGKK2ABE55OQyabNd3g3NNEg==","signatures":[{"sig":"MEYCIQD68M/+SMt3CdGCYCUJJafupXhA0yXbPvNg7Q/lB6ZWFAIhAP6gj4oIYBJByozbEErctSrgba6uze+CF1srfmOgIY2q","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.95.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/cce75515fa34911c9573c7f9ab29bb04/opensea-vessel-1.2.95.tgz","_integrity":"sha512-VtCgBgzvyy8UV0lhmklCZQzdXWBuw4JgEEu4toZlD83I8DD6RLpzrLghKM/JlZsGKK2ABE55OQyabNd3g3NNEg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.95_1748482739916_0.44151428005281557","host":"s3://npm-registry-packages-npm-production"}},"1.2.96":{"name":"@opensea/vessel","version":"1.2.96","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.96","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"78d09d57a3dd613ccfd3557bfbe5492d7f9ac225","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.96.tgz","fileCount":23,"integrity":"sha512-T0dDdSfjSs8rS/FCKSM/bKoEd9rVBK68FM0YiA7q0LN6GgW58QkLdj1oRpqMJRxHpkZ9/VkUaBhgsmtzX1Kmfw==","signatures":[{"sig":"MEUCIQDfU177w+yTECbsmArToEa7UJ1ZUfQSswRDw+rRVY/FNQIgFn99725WOGogkKCo+VNb0xn/kyLWC3Sj5rv13cMkMXQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.96.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b0a478a84ec845639bfab3b9dd72bf58/opensea-vessel-1.2.96.tgz","_integrity":"sha512-T0dDdSfjSs8rS/FCKSM/bKoEd9rVBK68FM0YiA7q0LN6GgW58QkLdj1oRpqMJRxHpkZ9/VkUaBhgsmtzX1Kmfw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.96_1748506403093_0.22985838145492155","host":"s3://npm-registry-packages-npm-production"}},"1.2.97":{"name":"@opensea/vessel","version":"1.2.97","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.97","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"44424a8a75575155e00ede21157640029f6acb3e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.97.tgz","fileCount":23,"integrity":"sha512-ogttxKfnF+d67j38arAmeZ0f/AWprWIDvxILcIXXyGCX7bCppLtQg+RpnUuMfoN94+YuR2CnPueGY56D9FacaQ==","signatures":[{"sig":"MEUCIFf/9R0eOQgm+ZM99+3YKetWqluupsqKtRSjlbVp8z/8AiEAinW3mVzPUCWduLmnCSYsfGyuTaHD66FXOcPLKX/2tuc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304282},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.97.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/27bc21dbfcf15562f7270c1f9c9d0eb7/opensea-vessel-1.2.97.tgz","_integrity":"sha512-ogttxKfnF+d67j38arAmeZ0f/AWprWIDvxILcIXXyGCX7bCppLtQg+RpnUuMfoN94+YuR2CnPueGY56D9FacaQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.97_1748518266970_0.5878420308649948","host":"s3://npm-registry-packages-npm-production"}},"1.2.98":{"name":"@opensea/vessel","version":"1.2.98","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.98","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"79c53e9333cc9217059945d6638a2882e2c3b994","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.98.tgz","fileCount":23,"integrity":"sha512-FFzwCdmHQQFAOvqTbjmOkzn2wUqlkcf1D9ajcfjtRRZIZTn4YlAhgOEy0fTHbkjxx58LCElu2xaYoLhAbw69tA==","signatures":[{"sig":"MEYCIQDk4goQpTFSLyIOYSJuwiAmsPdEimHpTbJqVhaK6dGbJQIhAKs+6zzA7h0FUdkrwtUdaU2D6nO+m3qfIl9qJ+GoRprL","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.98.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b76ff1ba882f6e92b35c4b87d549fb6f/opensea-vessel-1.2.98.tgz","_integrity":"sha512-FFzwCdmHQQFAOvqTbjmOkzn2wUqlkcf1D9ajcfjtRRZIZTn4YlAhgOEy0fTHbkjxx58LCElu2xaYoLhAbw69tA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.98_1748520418019_0.6392196049699532","host":"s3://npm-registry-packages-npm-production"}},"1.2.99":{"name":"@opensea/vessel","version":"1.2.99","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.99","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"d185ecdccbf4e0bcf41d8f56111173c3a77220ac","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.99.tgz","fileCount":23,"integrity":"sha512-cnr4IJCjk21WGSqM2BAlVauJn61L+/c7g7pr0r2GICq/Dd14OZ3m7WTtjOgDglUJaZPMfldlN9eN7zSlQ1MvoA==","signatures":[{"sig":"MEQCICSl247ygo2GE+mFtgn6e+VEtOFiIkzB+mG79dlYHDbbAiA6LXVWVF6PN0JZxGYLd5iKtwukNO3QisKrrYokjPQPtQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304277},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.99.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/bfb05b2d0bd062ae33ef81f0f8d50a72/opensea-vessel-1.2.99.tgz","_integrity":"sha512-cnr4IJCjk21WGSqM2BAlVauJn61L+/c7g7pr0r2GICq/Dd14OZ3m7WTtjOgDglUJaZPMfldlN9eN7zSlQ1MvoA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.99_1748534400964_0.5666665291370931","host":"s3://npm-registry-packages-npm-production"}},"1.2.100":{"name":"@opensea/vessel","version":"1.2.100","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.100","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"8453177fb40fa44023f5329b55824366257301e2","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.100.tgz","fileCount":23,"integrity":"sha512-vwLFgVEVtD5Q+TmIOUf3Bq/TncCD3qWvugl+GY55plbjy/PBL8zkmolA5ectLyaC09fviUn+aBlhdFz3UwfwTw==","signatures":[{"sig":"MEQCIDWOVMwhZqUx28szbyoKPJazsNriWfeKzxXtaVO+FCyhAiB5CRCa2Sc/L6jZDV30eCyAUFhXa4Yz5G9/lxtWcUJwcw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.100.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d9605200cb217446a4353e1b04a6a94c/opensea-vessel-1.2.100.tgz","_integrity":"sha512-vwLFgVEVtD5Q+TmIOUf3Bq/TncCD3qWvugl+GY55plbjy/PBL8zkmolA5ectLyaC09fviUn+aBlhdFz3UwfwTw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.100_1748535128394_0.04312954211162956","host":"s3://npm-registry-packages-npm-production"}},"1.2.101":{"name":"@opensea/vessel","version":"1.2.101","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.101","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"fdd9237ab1ee6e1f817c5c654f45c176a7db54ce","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.101.tgz","fileCount":23,"integrity":"sha512-l9L0MZBUoaihiwUirgvMe6FFcnbd/UcNYf3rBdrbl2DKmmz/7IQpV3sBKjQkkITDevLRYkzgKfrVZf9RcJKeDA==","signatures":[{"sig":"MEYCIQDSW42sKH+q4UoyXl6g97wgockvblnN27KfOPP3UX6jzwIhAOK7LSIcZBh1bgBu3LrRisGsrV1riBv0XSQfNNjA/D4S","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.101.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c522babd881f3395127c9f9544c59f44/opensea-vessel-1.2.101.tgz","_integrity":"sha512-l9L0MZBUoaihiwUirgvMe6FFcnbd/UcNYf3rBdrbl2DKmmz/7IQpV3sBKjQkkITDevLRYkzgKfrVZf9RcJKeDA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.101_1748607466256_0.4878863318399427","host":"s3://npm-registry-packages-npm-production"}},"1.2.102":{"name":"@opensea/vessel","version":"1.2.102","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.102","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"4cafc4e60f65dab1cdc8a0dc6acc3fe8a4781a9b","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.102.tgz","fileCount":23,"integrity":"sha512-Nkm22IJ7Ud3WQuSE4xi88F2uOYXIwrkqSY/pxYunbalaTbLlxWnmvHKZeFsy9jrX6GFr4XqKey3dQUwAsOnU4g==","signatures":[{"sig":"MEUCIQDmX5GH5h7gRYrDdeDk3uOFkS8Na5vuBO5MsgVACY7UiAIgXTUpCrnpXxn6BQ4Ca5baYz3VDG2pdilj7MN5HtxRMG0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.102.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/9ddcd636b4e08cd04c955ad4d6029462/opensea-vessel-1.2.102.tgz","_integrity":"sha512-Nkm22IJ7Ud3WQuSE4xi88F2uOYXIwrkqSY/pxYunbalaTbLlxWnmvHKZeFsy9jrX6GFr4XqKey3dQUwAsOnU4g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.102_1748618610919_0.225597497709642","host":"s3://npm-registry-packages-npm-production"}},"1.2.103":{"name":"@opensea/vessel","version":"1.2.103","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.103","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"ed81a8805e7d7915ffb687f00c47995115fa67f9","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.103.tgz","fileCount":23,"integrity":"sha512-N+rdFOUuXlhFR12ryJ0s1DCoiK2/BMe0nMewHdigr+lNsXvTdwEfEYJzaRVffVjA9sKu3JZ4ctsHuhMldcbNhw==","signatures":[{"sig":"MEQCICO35pzCQz01CH0LQfyf0Y0Ni+B56ODdiJRlFYMq1DorAiAvLHlPpZkShJHIr1Ufl1MII0heiA5Kon50CXk0Sf6VqA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.103.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f2cb0b8498f565385f28ac676114b56a/opensea-vessel-1.2.103.tgz","_integrity":"sha512-N+rdFOUuXlhFR12ryJ0s1DCoiK2/BMe0nMewHdigr+lNsXvTdwEfEYJzaRVffVjA9sKu3JZ4ctsHuhMldcbNhw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.103_1748622207582_0.9276056260811727","host":"s3://npm-registry-packages-npm-production"}},"1.2.104":{"name":"@opensea/vessel","version":"1.2.104","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.104","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"42c8f6e5592715eeaa70a12eb77d74782aded6bc","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.104.tgz","fileCount":23,"integrity":"sha512-lVPvxEKAMe3Keu9Ldkwd8YAjDTDIifiXHybCFjzno3KitN5zVedcIDnfnw8oWjvh10e6grp14wx/qWbE/neUPg==","signatures":[{"sig":"MEYCIQDygN9FIW83QucDII4YRd1AhIL8jSW2Tg7IlE8KsbSLpQIhAIa6rtn0qxizCUE4Ep98+2hGzGB/BiqPJ80kdr6/Uc1p","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.104.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b776644bc213191ca12d5502635ae205/opensea-vessel-1.2.104.tgz","_integrity":"sha512-lVPvxEKAMe3Keu9Ldkwd8YAjDTDIifiXHybCFjzno3KitN5zVedcIDnfnw8oWjvh10e6grp14wx/qWbE/neUPg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.104_1748867434007_0.13157711884860768","host":"s3://npm-registry-packages-npm-production"}},"1.2.105":{"name":"@opensea/vessel","version":"1.2.105","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.105","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"df9e66b4c2a13ef859dcecf2dcf22318f205fab1","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.105.tgz","fileCount":23,"integrity":"sha512-g4NMwcK6VjEBQJdkSpvEYvfGzSzq6khL+Pn53w9lFpUwm6nbT8oeHibfdLldrtvEr1EwhQM6rDV7cUP+9vDx+Q==","signatures":[{"sig":"MEUCIQD2E6VcCvHWm0yRj3vPjJjKH2MnkEqz6r5Ut21moQ1ZbwIgETTw28BZQ3ES0y3VzlNSfRkzHXOjScFy8kx2OYzXsSI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.105.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/9e0652d896909862ff48a0a5f6ea362a/opensea-vessel-1.2.105.tgz","_integrity":"sha512-g4NMwcK6VjEBQJdkSpvEYvfGzSzq6khL+Pn53w9lFpUwm6nbT8oeHibfdLldrtvEr1EwhQM6rDV7cUP+9vDx+Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.105_1748874610066_0.4389073966785393","host":"s3://npm-registry-packages-npm-production"}},"1.2.106":{"name":"@opensea/vessel","version":"1.2.106","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.106","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"28dc2a16f26fb3f44dacc17712478488e0c70806","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.106.tgz","fileCount":23,"integrity":"sha512-zq9e0iwlS7DPJ0UE31w4ZCqco77jxNJkJDoyoMQme+MCxr89H7qbbvtUQFyoT77G3sHjMO9kTZOo2lVYGdhlCw==","signatures":[{"sig":"MEQCIEStyWvyt6U0jvf+3IhV86mZ1S1Ju59kH8fZsXOdJHPYAiAW/y3WFrNWcnhBbh6NYLh58WImrvDf7W2dx2N1MrfHFQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.106.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5ffeaf630b4d22d27e43e1d03a12dc61/opensea-vessel-1.2.106.tgz","_integrity":"sha512-zq9e0iwlS7DPJ0UE31w4ZCqco77jxNJkJDoyoMQme+MCxr89H7qbbvtUQFyoT77G3sHjMO9kTZOo2lVYGdhlCw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.106_1748877662782_0.8258991760991892","host":"s3://npm-registry-packages-npm-production"}},"1.2.107":{"name":"@opensea/vessel","version":"1.2.107","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.107","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"e5246b4534581848f00f960dae0529f53c1ffb65","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.107.tgz","fileCount":23,"integrity":"sha512-rfhMNrMR3ajizWqxgNzl1df35nt45EUC4A9V7Yg8umWB2AMpKhaKs4Gy0jpykNUMgKD4yRzK/3H2zrGmiCOauw==","signatures":[{"sig":"MEYCIQDjgmRKp7eBjM7jOAw8G0+dfk2jcpJj3CYhAzG/ViE/5AIhAP8L1ufWO3Eo2ErAFGUl6DFuERIwtj8zGtB9pDxDE9Dz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.107.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b9e5b328c973d135dff467c6e2d469f8/opensea-vessel-1.2.107.tgz","_integrity":"sha512-rfhMNrMR3ajizWqxgNzl1df35nt45EUC4A9V7Yg8umWB2AMpKhaKs4Gy0jpykNUMgKD4yRzK/3H2zrGmiCOauw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.107_1748894112400_0.6747368074266016","host":"s3://npm-registry-packages-npm-production"}},"1.2.108":{"name":"@opensea/vessel","version":"1.2.108","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.108","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"ff03561a8fe69dd2c7be162f7400b0614d9af212","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.108.tgz","fileCount":23,"integrity":"sha512-1PuUouuZn1G/PY4Nc8sWMWZbU3bU7+seuJVgQsBb81ALlAsK8wNpDI2odJP7L5v3EiGtemzQTJFvATa4FWFPUw==","signatures":[{"sig":"MEUCIQCW0+UBijxlM02qWJypEj2D5grdb7dn/pwCaKFcstOreAIgJ6bspo8SBt+tSWdYA6ueYYaMTJwwFB1Yv+Yr4PVkn+A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.108.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a41183bdc989c86036766191df3f6955/opensea-vessel-1.2.108.tgz","_integrity":"sha512-1PuUouuZn1G/PY4Nc8sWMWZbU3bU7+seuJVgQsBb81ALlAsK8wNpDI2odJP7L5v3EiGtemzQTJFvATa4FWFPUw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.108_1748900359867_0.48387758033372297","host":"s3://npm-registry-packages-npm-production"}},"1.2.109":{"name":"@opensea/vessel","version":"1.2.109","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.109","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"ccc01735371bb0204b2d4e7a06e00ccda605a5b5","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.109.tgz","fileCount":23,"integrity":"sha512-KSzIjdQwrAom6/COVt59Akmgsew+frpC5WEvawvqkP7d/SE1e9H6PatsY9eFuMq4K0zeT/Kt2MzBdH9MpgaTfg==","signatures":[{"sig":"MEQCIGl6WwCLdvc0lhUb1M1JgCiRgkCFJYgr3FLMc/BPCP7dAiB2eERlWDeGhlzi3ZTknU0eokor3Cf/ssneny8oC9vyPg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.109.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c67dfa68718f423e8953a052a20c2a96/opensea-vessel-1.2.109.tgz","_integrity":"sha512-KSzIjdQwrAom6/COVt59Akmgsew+frpC5WEvawvqkP7d/SE1e9H6PatsY9eFuMq4K0zeT/Kt2MzBdH9MpgaTfg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.109_1748969464053_0.946061195331886","host":"s3://npm-registry-packages-npm-production"}},"1.2.110":{"name":"@opensea/vessel","version":"1.2.110","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.110","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"dd0d01a3c34aabe85181d7e6494e8bf84a184717","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.110.tgz","fileCount":23,"integrity":"sha512-Q6m9XjfB80onPRrGsW/A+0DnB7AI3KPhtSR3T5Fx3O0mrqJ+e0rOpV8jLUVdrNhL8yqcHW+JtX+DSKIVlv+SIA==","signatures":[{"sig":"MEUCIQDuqMyIdiPwNpRpSfxbcv7F3jWy0D2x0s8PFmJ0g87KgQIgZz6qTbrf8/gURgiHJgN2reTvxhFOVEpDK+mqiCn3mac=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.110.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/509f0576cfb51cff7a3a9f7c860a4b5e/opensea-vessel-1.2.110.tgz","_integrity":"sha512-Q6m9XjfB80onPRrGsW/A+0DnB7AI3KPhtSR3T5Fx3O0mrqJ+e0rOpV8jLUVdrNhL8yqcHW+JtX+DSKIVlv+SIA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.110_1748978017741_0.3352522722127216","host":"s3://npm-registry-packages-npm-production"}},"1.2.111":{"name":"@opensea/vessel","version":"1.2.111","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.111","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"fa5520919afaf03b8cd8e5cce53a126e04928fcf","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.111.tgz","fileCount":23,"integrity":"sha512-b86qeU5R0PaF7dFb7VXDd3I9JNI7Ysr2O8wqcJ6TfL1gMect0L0F9Zo0WA0rLfLlv2va1HvZ6wbXpVfca5wzMg==","signatures":[{"sig":"MEUCIQCTPkqx+L/QdVuwyXkHCGsbm6uH+oL4MA8BleL1nMZrtwIgeLPLXZTuE9U8VzUq4x/Wl+iNtS3c93adrytgP7XC/RE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.111.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/0155f35e2a358596a90b8d626997b295/opensea-vessel-1.2.111.tgz","_integrity":"sha512-b86qeU5R0PaF7dFb7VXDd3I9JNI7Ysr2O8wqcJ6TfL1gMect0L0F9Zo0WA0rLfLlv2va1HvZ6wbXpVfca5wzMg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.111_1748989361808_0.4799055891458681","host":"s3://npm-registry-packages-npm-production"}},"1.2.112":{"name":"@opensea/vessel","version":"1.2.112","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.112","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"3bee6e0ded66216a8bdfbc844fdcc4fba06d7f41","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.112.tgz","fileCount":23,"integrity":"sha512-rvd/d+x1TQQ+AsPYVtjUUCRaUCdSzDnMd3SlpAQLI9islvg4eNNwWdPdmqGz7IKwQ3s01pjCw4Dj8/5EnUn7FQ==","signatures":[{"sig":"MEUCIFlgnh5ALCVJXoekJ4fUpElmmK3XelM9gAXlrepHPpGbAiEAtaL69Ag4T96ckOfwLlaPahtjCllLBowY2rTzKl35/04=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.112.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/7d6b9343f9c2ebd886945b808b51d211/opensea-vessel-1.2.112.tgz","_integrity":"sha512-rvd/d+x1TQQ+AsPYVtjUUCRaUCdSzDnMd3SlpAQLI9islvg4eNNwWdPdmqGz7IKwQ3s01pjCw4Dj8/5EnUn7FQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.112_1749025614316_0.2975189098922857","host":"s3://npm-registry-packages-npm-production"}},"1.2.113":{"name":"@opensea/vessel","version":"1.2.113","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.113","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"7d3c9725bd1bd91ef33ca4a5981d08e59b631276","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.113.tgz","fileCount":23,"integrity":"sha512-JXlOmc0tiU77bdOh4nhLVXOwicHoo1I/FVBmC6U7LaVBRHohCHuH1jH0/eq8yrRjsyguauindFaq+iowCpuj5w==","signatures":[{"sig":"MEUCIQDGpHgYNYhDGC+fe94FLRi1R534oOSIZ+EUjlxYuC4CLAIgRIeELEyAWak8eNYSoSWXMlxic77IJn+nrU8MCjL6L3o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.113.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/1f1651fb63a0e0a0ea809eb8f2893563/opensea-vessel-1.2.113.tgz","_integrity":"sha512-JXlOmc0tiU77bdOh4nhLVXOwicHoo1I/FVBmC6U7LaVBRHohCHuH1jH0/eq8yrRjsyguauindFaq+iowCpuj5w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.113_1749028296840_0.1327147359961871","host":"s3://npm-registry-packages-npm-production"}},"1.2.114":{"name":"@opensea/vessel","version":"1.2.114","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.114","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"c76101df8a46e762b9d2acb3e8cce6841d10bf11","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.114.tgz","fileCount":23,"integrity":"sha512-EGUrobZ04v8N8IgPy+H2E2sg/iGtwafJg7CrUAMzkxvqQv1f1FosLN34Ebp8XxX8nTBlj1BODKwFo8RGNIYLmQ==","signatures":[{"sig":"MEUCIDyyavVmiqy1DqH3zXifQwStT3niE3SfkBKuusiis0/+AiEAr28z/TKHDXPvSbdU66MIKGtI5SfqNip4KvTgHidRli8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.114.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/de5969b9785a2f5e839324b1ab030ae5/opensea-vessel-1.2.114.tgz","_integrity":"sha512-EGUrobZ04v8N8IgPy+H2E2sg/iGtwafJg7CrUAMzkxvqQv1f1FosLN34Ebp8XxX8nTBlj1BODKwFo8RGNIYLmQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.114_1749031917915_0.7922881731468674","host":"s3://npm-registry-packages-npm-production"}},"1.2.115":{"name":"@opensea/vessel","version":"1.2.115","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.115","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"ad138e818a47490036d8e901c833196045617855","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.115.tgz","fileCount":23,"integrity":"sha512-adXAzjW+TaJw/xiZhrPw7ipjSeDw3TkQ/3y8kSGmlG3Oz5N4ZUmls7u09xQ7t9QAnTbkT7IhzGsITkP1E052Aw==","signatures":[{"sig":"MEQCIClXp0uAQdPZwjD+Iz9b0XLfPq+wNoQ5qvZE//vbZFeuAiAJrtQGuw2ed08prred22YujJ8Vfrmj6uexjJ8+4xP3YQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.115.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/821c12f483238d9ed822f8f81cad421f/opensea-vessel-1.2.115.tgz","_integrity":"sha512-adXAzjW+TaJw/xiZhrPw7ipjSeDw3TkQ/3y8kSGmlG3Oz5N4ZUmls7u09xQ7t9QAnTbkT7IhzGsITkP1E052Aw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.115_1749035521064_0.5064874498559364","host":"s3://npm-registry-packages-npm-production"}},"1.2.116":{"name":"@opensea/vessel","version":"1.2.116","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.116","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"fefe16b41067743964541f73f9275ce3e6a06332","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.116.tgz","fileCount":23,"integrity":"sha512-LF7ttAzrRm9kqHrpA7KS0epHeSLApmkY7KkLi7lHaOwfuGn+/sk2Aw7jrmMIGdyKy/AZENFf+seJWptpXKAdAQ==","signatures":[{"sig":"MEQCIEZBXc/t/tT5COb/YDp5ZqQ6Em41mEz9ByBNaujA9FZWAiBb5E8hIzb83026GlRTgmOEyKKe9iPJoek7TT9t3CpTMA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.116.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/1f1f812d140ee2fd291c614db75adb7e/opensea-vessel-1.2.116.tgz","_integrity":"sha512-LF7ttAzrRm9kqHrpA7KS0epHeSLApmkY7KkLi7lHaOwfuGn+/sk2Aw7jrmMIGdyKy/AZENFf+seJWptpXKAdAQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.116_1749050589233_0.4464935533415888","host":"s3://npm-registry-packages-npm-production"}},"1.2.117":{"name":"@opensea/vessel","version":"1.2.117","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.117","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"2df9f6d1b70ce1dd43fec4d1a61e5c8c2246ac38","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.117.tgz","fileCount":23,"integrity":"sha512-YwMFEmozwEpopRkDP/7/XZFODi2RpNUvnkF7aVvDRtKGsBGcE2lHVo2NRLd2g4Sy2k93hKkPCrmi7nJovwk1Kg==","signatures":[{"sig":"MEUCIALKr/wW4qT9rpSTbQD0Qm3fENwfmRgoKeHgOlceOCJ7AiEA+m9c9nL5nRRYXOxhMxupCaF6XhQrMzxs38r/oc6MKcs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.117.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e7a06e820d8603ba9eef8b4093c90cb7/opensea-vessel-1.2.117.tgz","_integrity":"sha512-YwMFEmozwEpopRkDP/7/XZFODi2RpNUvnkF7aVvDRtKGsBGcE2lHVo2NRLd2g4Sy2k93hKkPCrmi7nJovwk1Kg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.117_1749058753359_0.36979695563221937","host":"s3://npm-registry-packages-npm-production"}},"1.2.118":{"name":"@opensea/vessel","version":"1.2.118","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.118","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"f3aa4b70e40230e4bc8e1504c4f3e6ecb4145c11","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.118.tgz","fileCount":23,"integrity":"sha512-IfTBU9JOUmiJiOt6ltwjMb2WlM1Ra76MYtY22JA2xmXsI0qg2LvmqjTWdB1pQHEv7mC0dbvTttldhoMEL7IBJA==","signatures":[{"sig":"MEUCIQCIOHr9CFFNataQH8JFAoVWE5yUZWHGgm/PsxrHdChvdwIgPDKKpbw1bKor8+bjncNOOuG6GwItAF8Rk0cSOCxGB8E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.118.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/02b2d76e3969c46c921bd195a7da2f00/opensea-vessel-1.2.118.tgz","_integrity":"sha512-IfTBU9JOUmiJiOt6ltwjMb2WlM1Ra76MYtY22JA2xmXsI0qg2LvmqjTWdB1pQHEv7mC0dbvTttldhoMEL7IBJA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.118_1749078736724_0.09146813995456671","host":"s3://npm-registry-packages-npm-production"}},"1.2.119":{"name":"@opensea/vessel","version":"1.2.119","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.119","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"a7cd65b7d239278278fb0085c5a047342e2ab3b5","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.119.tgz","fileCount":23,"integrity":"sha512-TyOd9MTEp5gHv1TZJZidbtvwU3MeDnKlHMU7Ehmf809fzj14rPsnaM58cBeKZPtnbKBfNF+5lWKzZLfx5tzTsA==","signatures":[{"sig":"MEQCID62IFaHh2QSf0W3B3oujbxgaKZdItEy+YUdPRgwU+rNAiBy4FGX06kL7BaAukQu5Lh3qc+TpZ/+/SUgSQT7TdnCPA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.119.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b61facb1578e7f9386074046b08d76bc/opensea-vessel-1.2.119.tgz","_integrity":"sha512-TyOd9MTEp5gHv1TZJZidbtvwU3MeDnKlHMU7Ehmf809fzj14rPsnaM58cBeKZPtnbKBfNF+5lWKzZLfx5tzTsA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.119_1749090394939_0.27184000023683197","host":"s3://npm-registry-packages-npm-production"}},"1.2.120":{"name":"@opensea/vessel","version":"1.2.120","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.120","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"fb3a682e04d04415bf175175ec62fb5ac2596860","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.120.tgz","fileCount":23,"integrity":"sha512-PCtdnrjecmSKKNmbeCqGje/woFGmtduZ+6jcyRBy/H8XYdiqVW80cUSMSLbqXPmXAG23y0vbCIGa3WPk3q/0Vw==","signatures":[{"sig":"MEUCIQD3yWhVT6ySSr6JJEgrTe1vkPmK8NGE3hOM1yFczetA4wIgBKvt4vUA3NM/7yBJ+Ebc7hOR4JBSuBZzSxK72h31exg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.120.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c8a251a535a548988e726b9e83c850d0/opensea-vessel-1.2.120.tgz","_integrity":"sha512-PCtdnrjecmSKKNmbeCqGje/woFGmtduZ+6jcyRBy/H8XYdiqVW80cUSMSLbqXPmXAG23y0vbCIGa3WPk3q/0Vw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.120_1749113349798_0.8397887493941274","host":"s3://npm-registry-packages-npm-production"}},"1.2.121":{"name":"@opensea/vessel","version":"1.2.121","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.121","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"dedb345b893198bd6c5cf81cb321273a77153ca2","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.121.tgz","fileCount":23,"integrity":"sha512-bwAMXNWBajjaS5u0TtBt0mdtfCq2DPpBtyFeex9T1Ljyr8gHT5Vu3MJz7Tl1XZl3tNfTHQOmhy2fGYqRi0rxHQ==","signatures":[{"sig":"MEYCIQDfvRwODt/2E+6fgolq3ylyabi/InZy9yCE0NWc2KOk1QIhAMucEhkXF3wLJPNUN4bmVgMv5IxhnDCsjiiZUub7EkYH","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.121.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/fd05b74f8f9d12a4e3c59dcc5bf6b01f/opensea-vessel-1.2.121.tgz","_integrity":"sha512-bwAMXNWBajjaS5u0TtBt0mdtfCq2DPpBtyFeex9T1Ljyr8gHT5Vu3MJz7Tl1XZl3tNfTHQOmhy2fGYqRi0rxHQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.121_1749114949341_0.5114874025021448","host":"s3://npm-registry-packages-npm-production"}},"1.2.122":{"name":"@opensea/vessel","version":"1.2.122","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.122","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"63ecdf7a7ef4ee1938f1ab3408226a21830f7bef","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.122.tgz","fileCount":23,"integrity":"sha512-Rnvn0n0UwDrimrugMogKIJqcir1eyepd/P+HY1INiaAXgW5/iHri+vjcdIXDpvV5olMCVnB1nOAddKPh8VmtFw==","signatures":[{"sig":"MEUCIFpq931B7uNI/76Yp4ZoVbdO9HtTdRU2znxwa/jLs1dPAiEA2VBdssy6OVGOGVQ8lmUNqK2h8VWl8CKIaTAY7lWFX7s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.122.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/171daab0937abbc11c2d3580fbb364ab/opensea-vessel-1.2.122.tgz","_integrity":"sha512-Rnvn0n0UwDrimrugMogKIJqcir1eyepd/P+HY1INiaAXgW5/iHri+vjcdIXDpvV5olMCVnB1nOAddKPh8VmtFw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.122_1749133649698_0.5882133337721676","host":"s3://npm-registry-packages-npm-production"}},"1.2.123":{"name":"@opensea/vessel","version":"1.2.123","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.123","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"efb57b1bc7c57f75f6cc763c630c738588d177c4","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.123.tgz","fileCount":23,"integrity":"sha512-AZIhwCODoAzMQAfsGb4f5tmStDq0Fgk9I8gUjX4nzHPeeVhK9RqhCZCFvY6FSnDzOMCUZX+8k9fxvzKFuWlKOQ==","signatures":[{"sig":"MEUCIGkCCeUhaBWQmKhN12UUJq0ZdTxgHUIpiZzQKLp1c5mTAiEAoqh9wo0OsoZUqOp7DCfidSFDdlrR+Jjc/iydQYVQiC4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.123.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/6d5cff092e5ac94fee0413cafc65994d/opensea-vessel-1.2.123.tgz","_integrity":"sha512-AZIhwCODoAzMQAfsGb4f5tmStDq0Fgk9I8gUjX4nzHPeeVhK9RqhCZCFvY6FSnDzOMCUZX+8k9fxvzKFuWlKOQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.123_1749166717353_0.5879054741068925","host":"s3://npm-registry-packages-npm-production"}},"1.2.124":{"name":"@opensea/vessel","version":"1.2.124","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.124","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"b4204755a936a39f77c1a274f888e897727439db","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.124.tgz","fileCount":23,"integrity":"sha512-HQtpqawIHcbLevL5n0C3QQXrpt9wrWm7E5isIIe/VLpoGXxZk1OncQyKLZ9sA1NDFGUFRpuMAemO5n2GTB1RXA==","signatures":[{"sig":"MEQCIEBcEUAG0K6ihgRQyp9AOT/7FneFCYq46LJS5qm7iJQyAiB44Y39Qg6iii13rWunxIHlWuuYWAZa8ulrFoBcng9iIQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.124.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/51219435b4bfe9cb18ba346f3fde3024/opensea-vessel-1.2.124.tgz","_integrity":"sha512-HQtpqawIHcbLevL5n0C3QQXrpt9wrWm7E5isIIe/VLpoGXxZk1OncQyKLZ9sA1NDFGUFRpuMAemO5n2GTB1RXA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.124_1749241213795_0.9282626748939791","host":"s3://npm-registry-packages-npm-production"}},"1.2.125":{"name":"@opensea/vessel","version":"1.2.125","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.125","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"ea90f08a5a13d910e5c4721d5153822f9cd76e92","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.125.tgz","fileCount":23,"integrity":"sha512-tOLYX/mSGbj1Yn+1pybLDvLQoJefl3Kp0pZlFclPUJWvKhaNb8Q2SGZ/UeFkGLKTBZKu7Lb4ENnPF9fD2LsmwQ==","signatures":[{"sig":"MEQCIFywQ1jhHBiW/lSsaoswQywdA2cjqj9EC6fhVExCwLWTAiBbS/N5IQ7FGmWfI1t7QJcx98KGYyfPijnTLJlriPdpYQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.125.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ff7d5bb745a33ed4eddfd8595382f677/opensea-vessel-1.2.125.tgz","_integrity":"sha512-tOLYX/mSGbj1Yn+1pybLDvLQoJefl3Kp0pZlFclPUJWvKhaNb8Q2SGZ/UeFkGLKTBZKu7Lb4ENnPF9fD2LsmwQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.125_1749242200289_0.9390569562944908","host":"s3://npm-registry-packages-npm-production"}},"1.2.126":{"name":"@opensea/vessel","version":"1.2.126","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.126","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"85068c1703c7040648882f823bb1d3b288064e52","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.126.tgz","fileCount":23,"integrity":"sha512-ocj7L1bFdYEGFDv2MwVFr3KR2vCzYkpN4ZYNrab7pX1BFfftY60us+ceCf3HWmVVxTMqvSGfMfI9cpFlFnnsvw==","signatures":[{"sig":"MEQCIBCHdodEm4I6KofVrXIRklTYRq3/InP7gIW8spImHq83AiAvrHvGxv7qBPKzBk7G3yeNbL+a/Utd87QDO1BFclJLvg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.126.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/791d0c3dd1135fd746a61d6b4e4a9935/opensea-vessel-1.2.126.tgz","_integrity":"sha512-ocj7L1bFdYEGFDv2MwVFr3KR2vCzYkpN4ZYNrab7pX1BFfftY60us+ceCf3HWmVVxTMqvSGfMfI9cpFlFnnsvw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.126_1749244232371_0.1169955342103346","host":"s3://npm-registry-packages-npm-production"}},"1.2.127":{"name":"@opensea/vessel","version":"1.2.127","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.127","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"2e689681476e1899bc4971fc1438391800d80fab","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.127.tgz","fileCount":23,"integrity":"sha512-70oN9Hw36J8b3yJ6d3vXjwmBr4yLtmbGyAz3QkuNb0zNDa4Hu2pYMmW2NNnm0PWInwNZKc1rR5xH2FcAAhYqqg==","signatures":[{"sig":"MEUCIQDl44Ui5TNTqZtt7nNvM/kz4vTSF1SlPd9OtigrqSjUJQIgB6h4DoXUIN6VXzor0iHJkoEQJ0tvDMivcfQw+vI3B2I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.127.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/30e7b6db4b283a5c855144a1b9c0100a/opensea-vessel-1.2.127.tgz","_integrity":"sha512-70oN9Hw36J8b3yJ6d3vXjwmBr4yLtmbGyAz3QkuNb0zNDa4Hu2pYMmW2NNnm0PWInwNZKc1rR5xH2FcAAhYqqg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.127_1749246655037_0.19602832300601225","host":"s3://npm-registry-packages-npm-production"}},"1.2.128":{"name":"@opensea/vessel","version":"1.2.128","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.128","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"6862af1dfc993ae15528409e2152b9fcbca699ce","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.128.tgz","fileCount":23,"integrity":"sha512-oX672WczGvpiEmLATeGa79IbGFLdFZMlU2v+zSR47UWY6Sb3GJC4pG9dq7/LxuuetoOAJkMHyYJut7JqXP2Sug==","signatures":[{"sig":"MEYCIQDHXz0hj14lpH5HW0wY78fIhGEoIGO/huILSFf9QHELowIhAJade5B/866GjoXddfVW1T8svK09d/0tq+TT0aDnIp5c","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.128.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e5fe854d834f1726ce94e006a78c810a/opensea-vessel-1.2.128.tgz","_integrity":"sha512-oX672WczGvpiEmLATeGa79IbGFLdFZMlU2v+zSR47UWY6Sb3GJC4pG9dq7/LxuuetoOAJkMHyYJut7JqXP2Sug==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.128_1749257765594_0.11501145161548476","host":"s3://npm-registry-packages-npm-production"}},"1.2.129":{"name":"@opensea/vessel","version":"1.2.129","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.129","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"25386f1fa8a03e4f761afd8fdebc53e5ec4e7ce3","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.129.tgz","fileCount":23,"integrity":"sha512-ChfgIzBrLGMdePFpWSEIA/cHUU/lZoE3aP+7GmvM2iy9+DVJ7PiFIt46a5ck7WbzK2NzaJg1/2DJ0ncbmVZfuA==","signatures":[{"sig":"MEUCIGzpKUIqz5YxWiW6u7415Wk1b2jO4apTodn2yy0jWpbbAiEAsTixfEjOpOFKsbNbH2ZmBFqcXAwsecuUcrltKyGwYGo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.129.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/263cacbe2f0805535118b30a3d91b517/opensea-vessel-1.2.129.tgz","_integrity":"sha512-ChfgIzBrLGMdePFpWSEIA/cHUU/lZoE3aP+7GmvM2iy9+DVJ7PiFIt46a5ck7WbzK2NzaJg1/2DJ0ncbmVZfuA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.129_1749260338073_0.21533577470412313","host":"s3://npm-registry-packages-npm-production"}},"1.2.130":{"name":"@opensea/vessel","version":"1.2.130","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.130","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"f56b8b067d20a3c2cc5dc836ddb371d1323ea278","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.130.tgz","fileCount":23,"integrity":"sha512-OIaRhYRI2KTURacwIHarE91uZzjreVXAw9/G3M6l/qK9sOrMuvqtcCxqrhmQxtGJDPPhtCWjGw1+EESEfp4myw==","signatures":[{"sig":"MEQCIDNnJ2enJwDYBqChL91FcY/EShJHtSSFlnJY1IsPa6mqAiBfGEoAfowJLyQwe7u5CZxfr5zT6piLuPOgaqx/G7mxCw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.130.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a891c23dddf0317e8d0a99c2c3793337/opensea-vessel-1.2.130.tgz","_integrity":"sha512-OIaRhYRI2KTURacwIHarE91uZzjreVXAw9/G3M6l/qK9sOrMuvqtcCxqrhmQxtGJDPPhtCWjGw1+EESEfp4myw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.130_1749283922422_0.2991523969667942","host":"s3://npm-registry-packages-npm-production"}},"1.2.131":{"name":"@opensea/vessel","version":"1.2.131","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.131","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"14a4bd1396a7ec41e28f66be1452acb0a165ab09","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.131.tgz","fileCount":23,"integrity":"sha512-XKtJGjWsKfzH0yHDsmgPg3Zc6c09rgYavJmKYyMeXxqKc//JaWMiRSvkblpqG5qIqVcb7etGHwJyC6TUfvgCTA==","signatures":[{"sig":"MEUCIHccpMT6hC2HNyKsu7ZYAxT5JmlWDDnxeEyQjEce5khFAiEA4TAwiiFkuPVXcAr+7TxVPSmu3iT+BAJZEW7Qsqwax+s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.131.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/df0537005020fdf33bf3e5474612d0b4/opensea-vessel-1.2.131.tgz","_integrity":"sha512-XKtJGjWsKfzH0yHDsmgPg3Zc6c09rgYavJmKYyMeXxqKc//JaWMiRSvkblpqG5qIqVcb7etGHwJyC6TUfvgCTA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.131_1749373823161_0.4853435539188362","host":"s3://npm-registry-packages-npm-production"}},"1.2.132":{"name":"@opensea/vessel","version":"1.2.132","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.132","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"4ac1215c241543e70e1999e477bccb8da67de306","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.132.tgz","fileCount":23,"integrity":"sha512-YS8R+drnhVYo547g6sr9W+9ybIPbcBLPoHnBaxOc5qhwyW3qm4GUwb5jRpYD0gcm/mIGqZtdV9Cjj3wR8BTVqw==","signatures":[{"sig":"MEUCICWGDglCBnXlENIQPlr/K3K5WcoJm7OynogMBRQdJN+ZAiEAywxYzLqtbMvPIhhklXU4oTzBxPQQiGhKvuVD2JZj/gA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.132.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/dfd039f3a6f3dbad24179879bd1fff03/opensea-vessel-1.2.132.tgz","_integrity":"sha512-YS8R+drnhVYo547g6sr9W+9ybIPbcBLPoHnBaxOc5qhwyW3qm4GUwb5jRpYD0gcm/mIGqZtdV9Cjj3wR8BTVqw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.132_1749453138471_0.6433618304059303","host":"s3://npm-registry-packages-npm-production"}},"1.2.133":{"name":"@opensea/vessel","version":"1.2.133","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.133","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"a14bf0b94047a757592c63d0eabb7dae8ba93123","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.133.tgz","fileCount":23,"integrity":"sha512-BEulW7e+xp2UOOhlbtTu/QP3nnKzfWbr9mtEbOo7NpvYoJDwctyvmsjEKtHl36miVfdMpxBVJ4pO33gyiLBqrg==","signatures":[{"sig":"MEUCIBrdi6sXDtjbZs4bZ+LPI6xA3Ppj1iEDHDbb6jqbNPLXAiEAzT4JKvkrvcjc1eRDnsPdVcif9VRaZWzOP6N6eMLCymE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.133.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/0982dab2f04a81916b716f1b7b872cd3/opensea-vessel-1.2.133.tgz","_integrity":"sha512-BEulW7e+xp2UOOhlbtTu/QP3nnKzfWbr9mtEbOo7NpvYoJDwctyvmsjEKtHl36miVfdMpxBVJ4pO33gyiLBqrg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.133_1749476542177_0.1706096668289987","host":"s3://npm-registry-packages-npm-production"}},"1.2.135":{"name":"@opensea/vessel","version":"1.2.135","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.135","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"857bcd2dca5eaf7c6dfc8d62e48dd07f75a66c14","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.135.tgz","fileCount":23,"integrity":"sha512-T7RmXdoLVW/ODqm66YbgYUKR0bNkSwWJXAVIwXtY6ew+68b1rgNw9RtaKfP+Vmd7aFJTCf+LNnv6ajnFti35gQ==","signatures":[{"sig":"MEQCIDGU3y5SX7m1VZHVjgnX/B9VYxitYcIO3igmHnq4jTCgAiA2l/0vhQgQCQO8NBEjrwkmOuu4yTsy3ss/Z5fyH/iMWg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.135.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/fc8c056bf3ab244b3848b2c9fc0cb74d/opensea-vessel-1.2.135.tgz","_integrity":"sha512-T7RmXdoLVW/ODqm66YbgYUKR0bNkSwWJXAVIwXtY6ew+68b1rgNw9RtaKfP+Vmd7aFJTCf+LNnv6ajnFti35gQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.135_1749499688490_0.14878784916269017","host":"s3://npm-registry-packages-npm-production"}},"1.2.136":{"name":"@opensea/vessel","version":"1.2.136","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.136","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"841afb0b3991aac57b6abaa8d097e10cdd7a4045","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.136.tgz","fileCount":23,"integrity":"sha512-QmGTCapSeQTWRf7fPzXlnEuRbkjXey4AXRGQegUxkickXZvW1U/Kqm9peSJXqqvfCgHFm6GXVtX3oUFstH9aXg==","signatures":[{"sig":"MEUCIBARnv4GRyu+D3sI0GQBwqXSqyrVZq/kdgM3h0PAMh5pAiEA1151GQmj1eRZnQM9+WNq7iSoiAIdU652qlDZplssSo4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.136.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/223d54f299a9253303495fd2400d3633/opensea-vessel-1.2.136.tgz","_integrity":"sha512-QmGTCapSeQTWRf7fPzXlnEuRbkjXey4AXRGQegUxkickXZvW1U/Kqm9peSJXqqvfCgHFm6GXVtX3oUFstH9aXg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.136_1749510648294_0.17111142244933797","host":"s3://npm-registry-packages-npm-production"}},"1.2.137":{"name":"@opensea/vessel","version":"1.2.137","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.137","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"d5131512f0dab9cdfa7664ae3e4af341a09d0edb","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.137.tgz","fileCount":23,"integrity":"sha512-b6ICAAwQDNUDTE/7j4mYCiTkjqdN0xVydYL3MZQdhNaJYhdS3j6V9lgh0DaQTSnM0utZ0Oa71NN+B6XxPp/BSg==","signatures":[{"sig":"MEUCICNkXqt5spFAC41k4Jgx9OAgpSOzbwTGL+e/sU97+c+7AiEAwGKK32Lg2faO+wzW8Rlr2NNEmM6O+DEPnfs5H+UhtmI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.137.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d1634e578b17c4884104a0c0bb18e83c/opensea-vessel-1.2.137.tgz","_integrity":"sha512-b6ICAAwQDNUDTE/7j4mYCiTkjqdN0xVydYL3MZQdhNaJYhdS3j6V9lgh0DaQTSnM0utZ0Oa71NN+B6XxPp/BSg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.137_1749515494656_0.736741566254818","host":"s3://npm-registry-packages-npm-production"}},"1.2.138":{"name":"@opensea/vessel","version":"1.2.138","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.138","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"a7e8d81960b99cd7ae7063288ae1e1178c34cea1","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.138.tgz","fileCount":23,"integrity":"sha512-349OU6skil/DPLOGd93IYXk+DQhAwM6kI6J5SSr5qi28LJLiGmtjid4bJI3iVBR0PhdacmYb6sX4E1TV1e6cPg==","signatures":[{"sig":"MEUCIDNCHWaDH5uWmaUtTTPHgoOXtFLt3lHowJM0sRfniKgqAiEAp0ZY/maq4yQkzYk50DgCUHUUQImli3IGs5ob2PHglc8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.138.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/6269b3a4cf7864bcf36297129d29bf52/opensea-vessel-1.2.138.tgz","_integrity":"sha512-349OU6skil/DPLOGd93IYXk+DQhAwM6kI6J5SSr5qi28LJLiGmtjid4bJI3iVBR0PhdacmYb6sX4E1TV1e6cPg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.138_1749529292194_0.7566888440479946","host":"s3://npm-registry-packages-npm-production"}},"1.2.139":{"name":"@opensea/vessel","version":"1.2.139","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.139","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"8ab59353214f4dfd7ed005787f369fb6c507b1f6","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.139.tgz","fileCount":23,"integrity":"sha512-1lj2JOqsvHhyiMAYtjyOsB+yoRcO3yz+7J7Gx9wGz4P9j/FYIEIjT83imYmXFl6cdR8s2lEVE78jnACQdukzlQ==","signatures":[{"sig":"MEUCIFrvJxEVI+CP+o+MAGe+Bxn+oPG56C8Zkb6hnhcqriS4AiEA15ah6ihMqUp4vuXYuXq96TcV9ibeCHncXt9BwZZX1xQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.139.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/899a35e6e3308861133e2c1d2c239d9e/opensea-vessel-1.2.139.tgz","_integrity":"sha512-1lj2JOqsvHhyiMAYtjyOsB+yoRcO3yz+7J7Gx9wGz4P9j/FYIEIjT83imYmXFl6cdR8s2lEVE78jnACQdukzlQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.139_1749544757050_0.02701643897482109","host":"s3://npm-registry-packages-npm-production"}},"1.2.140":{"name":"@opensea/vessel","version":"1.2.140","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.140","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"57916d9fa76cac1987879d797cd8e9f612f98378","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.140.tgz","fileCount":23,"integrity":"sha512-Z9M8+mhG3uGNzHR1yxpvfUanwvuBGhkygpa1d5l4HDk6so6gmNLIX9ddebse5XgU0ltfuJjcJxvL0WiZOVBfRw==","signatures":[{"sig":"MEUCIDXLmbqADGGRfphpY8Lt0NB8dUdU+cmUxVYhw8oXJubpAiEAmkL5TJOcomObBdj4AWLcSVZiGSb7yM5XPHY/Uia9v/w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.140.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ab38a06bebb87f3f4705d9f6eaacecbc/opensea-vessel-1.2.140.tgz","_integrity":"sha512-Z9M8+mhG3uGNzHR1yxpvfUanwvuBGhkygpa1d5l4HDk6so6gmNLIX9ddebse5XgU0ltfuJjcJxvL0WiZOVBfRw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.140_1749546737830_0.3381800506471839","host":"s3://npm-registry-packages-npm-production"}},"1.2.141":{"name":"@opensea/vessel","version":"1.2.141","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.141","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"698b961ef6c124ae8db668e37f852f3b49b709cc","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.141.tgz","fileCount":23,"integrity":"sha512-ZznmGBlHD23y2bAbm7ViCFBNiZAsfC3jTn/j8XUezIOH27KVuCyrmVZQqlLXOmKD26yWRn+XDuR4sCBRhxPb+g==","signatures":[{"sig":"MEYCIQDuQB6hXhZUGYIoF4WGonw08PbQBQEoiTWkp53Wmzot/wIhAIOwo8ujvv8mVHm87so+/ciznbg1JPfTrqyy3KyZ2dEb","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.141.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/2bdeca611045eb05fc1c47feb535238e/opensea-vessel-1.2.141.tgz","_integrity":"sha512-ZznmGBlHD23y2bAbm7ViCFBNiZAsfC3jTn/j8XUezIOH27KVuCyrmVZQqlLXOmKD26yWRn+XDuR4sCBRhxPb+g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.141_1749571921802_0.12917562527809623","host":"s3://npm-registry-packages-npm-production"}},"1.2.142":{"name":"@opensea/vessel","version":"1.2.142","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.142","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"f8cba2c21bf52f02b818660e6487c4982c5110f9","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.142.tgz","fileCount":23,"integrity":"sha512-fTXXXUPvkQRfrL/xQkSAurrrFrXx2aOihh/MprtQSCzQSSmbYMqBvM6y3IglinosPLqyXb4t4XOL10twWj1EEA==","signatures":[{"sig":"MEUCIHwZHru+BMV6h/PcLoHYy5Cxfj0rq3cZMARw4mD3jHNiAiEA9QSeX9p9S1rDl2M0EY1oX711fwCuPDjPegiKiiLyJGI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.142.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/42b5798f34db38c22801a8274ffe84e3/opensea-vessel-1.2.142.tgz","_integrity":"sha512-fTXXXUPvkQRfrL/xQkSAurrrFrXx2aOihh/MprtQSCzQSSmbYMqBvM6y3IglinosPLqyXb4t4XOL10twWj1EEA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.142_1749573956415_0.5117853288297469","host":"s3://npm-registry-packages-npm-production"}},"1.2.143":{"name":"@opensea/vessel","version":"1.2.143","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.143","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"2eeee3abcd2154e251fd0f28f4ce4bb69068cacb","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.143.tgz","fileCount":23,"integrity":"sha512-bYEKHM62n5+JDuqf+n8bUgpz0yfZoov28ybnX1/FfcGHKc96Gmw0fiFbAxVwVEzjnhWdUKWzIGRPaTyL9vigWA==","signatures":[{"sig":"MEUCICoHxHvHzFyOPy50iySgpow9A86DedAOqsi28gKdPfK1AiEA3Iqu5d8bljbvXYdRMGww2CNq8znoFdGYoI479Q/cVJQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.143.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5a34d332a5c773f1b2bb8df60ef090a1/opensea-vessel-1.2.143.tgz","_integrity":"sha512-bYEKHM62n5+JDuqf+n8bUgpz0yfZoov28ybnX1/FfcGHKc96Gmw0fiFbAxVwVEzjnhWdUKWzIGRPaTyL9vigWA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.143_1749580524607_0.35923749157913343","host":"s3://npm-registry-packages-npm-production"}},"1.2.144":{"name":"@opensea/vessel","version":"1.2.144","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.144","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"3e2bf566278614813474321e5c8816aa9c49175d","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.144.tgz","fileCount":23,"integrity":"sha512-Xw178S7psexE/21Hh2TUapi5UTTuDrNbaN1F0ZHPk9X/HnHekmQITU6YTbvT6EEQ0mNB0L2RmKrfDlZfIFHwzg==","signatures":[{"sig":"MEUCIQCCUbqhsimc7VEGHiO1yeL+sYFRQ9a3YSsNHvVhCUJX7gIgTBFCQnKAhltAmN3FL2cybvps+0wH3cbNuvRXJpsMlQY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.144.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c5664d17669e5ba9ee533ab8f8390dc3/opensea-vessel-1.2.144.tgz","_integrity":"sha512-Xw178S7psexE/21Hh2TUapi5UTTuDrNbaN1F0ZHPk9X/HnHekmQITU6YTbvT6EEQ0mNB0L2RmKrfDlZfIFHwzg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.144_1749582586269_0.5978636810268008","host":"s3://npm-registry-packages-npm-production"}},"1.2.145":{"name":"@opensea/vessel","version":"1.2.145","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.145","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"424db46ad6b2eabf6078c752d8b820c3bcc6912f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.145.tgz","fileCount":23,"integrity":"sha512-4O6AK7nDJrSHadwXTdX+iQCax5vWQdeOACs9yV8SA1Mod3h97HxHBv3LqK9I9FfAyRA7nJwX9HHt51c5wWqvqQ==","signatures":[{"sig":"MEUCIECR2/sI/1bcPTzHq7sqw0Oxssq7nHJ7lmwJT8TJF9cqAiEAwViFr21XFjO7moWpAI8pWzBBZCczDYM77+9XXspJWQk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.145.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/6fb2620c19d8229d0c667128471206a5/opensea-vessel-1.2.145.tgz","_integrity":"sha512-4O6AK7nDJrSHadwXTdX+iQCax5vWQdeOACs9yV8SA1Mod3h97HxHBv3LqK9I9FfAyRA7nJwX9HHt51c5wWqvqQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.145_1749654153986_0.44405508862374","host":"s3://npm-registry-packages-npm-production"}},"1.2.146":{"name":"@opensea/vessel","version":"1.2.146","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.146","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"8d6d1497a218bb05d5a25e28a49c5c1a1ac14186","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.146.tgz","fileCount":23,"integrity":"sha512-OmLD5ACE/U3H+u2w66DDOENupdmYnHWydhZNkYkLQ0JkRjqXOcldJvhqOqV6OdUb4rMZFU6mPtqsCJpTCWdVeQ==","signatures":[{"sig":"MEQCIGpwn0R17bGRc8Y1HzFZSpf8HjYSYBkZwlImjsXpYjrFAiAioCpBvnrCMjGLxlCjn0G7mp/azqqSYFrEL43tHkm95w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.146.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c2ec6403f2fc148fb80ba5a078bbe0ca/opensea-vessel-1.2.146.tgz","_integrity":"sha512-OmLD5ACE/U3H+u2w66DDOENupdmYnHWydhZNkYkLQ0JkRjqXOcldJvhqOqV6OdUb4rMZFU6mPtqsCJpTCWdVeQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.146_1749660095045_0.8418874677727421","host":"s3://npm-registry-packages-npm-production"}},"1.2.147":{"name":"@opensea/vessel","version":"1.2.147","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.147","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"9806b7afc151806b7f5733b1d2377f4b0a31da04","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.147.tgz","fileCount":23,"integrity":"sha512-+dVioe53osDj86qmOF8ydpuZCqwhkzk7FtiRlWcko9FEDnXYUiBxoTJhC7InhJJS9+iD05cRISFi1L3rWSWvPg==","signatures":[{"sig":"MEQCIGTg8uihZxhl27UZ68151SSxytOUlUeRbURnfwhbjDXqAiBqiMZuu1VkoIftHWhZIVp4gDD6044S3/NATJdHFlvw7w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.147.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/da54c29d4450ce9c9f26a69d4af74f9c/opensea-vessel-1.2.147.tgz","_integrity":"sha512-+dVioe53osDj86qmOF8ydpuZCqwhkzk7FtiRlWcko9FEDnXYUiBxoTJhC7InhJJS9+iD05cRISFi1L3rWSWvPg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.147_1749769606496_0.7369905710004307","host":"s3://npm-registry-packages-npm-production"}},"1.2.148":{"name":"@opensea/vessel","version":"1.2.148","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.148","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"59f47f02b40e3fe30ffbfd9346045e13c53c5e28","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.148.tgz","fileCount":23,"integrity":"sha512-31G7Mcu2yDQ31i31hYrP+fQohVRjbb1kTpC6dNYR57oiypoFnU5BnnkZFPq8ZDLIv3uBKgUwJXvwQXTDiLg63Q==","signatures":[{"sig":"MEUCIFfWDk8PH2826d+Za2Lh47UsqYl9cveA7UnyygGJlfIWAiEAmdeykoC99VlBC96TV+IJmGE/f81DNRBwcPZfuEzLM/w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.148.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/7c1c1fc811543af33c092f87c86afb8b/opensea-vessel-1.2.148.tgz","_integrity":"sha512-31G7Mcu2yDQ31i31hYrP+fQohVRjbb1kTpC6dNYR57oiypoFnU5BnnkZFPq8ZDLIv3uBKgUwJXvwQXTDiLg63Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.148_1749772356028_0.39403125453265053","host":"s3://npm-registry-packages-npm-production"}},"1.2.149":{"name":"@opensea/vessel","version":"1.2.149","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.149","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"42a97f0c44c282ac66b185bdbba5d1583f52660e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.149.tgz","fileCount":23,"integrity":"sha512-jmZ44Yyw81E8dNQR5chiKrrL8gyCpni4EpyROWcA03OyQBLiMNj4rZ97azlP5d8l3pwaBbiGuxxWMpLABHJPpQ==","signatures":[{"sig":"MEUCID2SDle82svhcloytrK00MZQovl7KxUqGW2/okaRykH0AiEA0XMjUnwQOy+6TNHwiwyPe6LzOA9raspTqpTQ/Tu5hzQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.149.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b661d45e644c2da8d5b11faff95a9dd0/opensea-vessel-1.2.149.tgz","_integrity":"sha512-jmZ44Yyw81E8dNQR5chiKrrL8gyCpni4EpyROWcA03OyQBLiMNj4rZ97azlP5d8l3pwaBbiGuxxWMpLABHJPpQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.149_1749780329890_0.49585729614003005","host":"s3://npm-registry-packages-npm-production"}},"1.2.150":{"name":"@opensea/vessel","version":"1.2.150","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.150","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"4d019e3cabac1cf78b283536bd86c43e5ebdbfc3","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.150.tgz","fileCount":23,"integrity":"sha512-f/EMJ8AzFVOFL4j/tk8LYcpEb+wOL1k6JEfGthCx9uN/rhJglpJHzcWMO9aVFe3wlWPAQs1qto2DPj4F9DZkZQ==","signatures":[{"sig":"MEQCIBLqqwoW3PjghcIDnvZKuN61HnkQEvPPvi1stfVCf7bzAiBlCsSU9C3guvTejZN/ue8zP3ELWJBLkSx4xrTzbMwO3w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.150.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/938b4b2b5e5fb84905393255198ec002/opensea-vessel-1.2.150.tgz","_integrity":"sha512-f/EMJ8AzFVOFL4j/tk8LYcpEb+wOL1k6JEfGthCx9uN/rhJglpJHzcWMO9aVFe3wlWPAQs1qto2DPj4F9DZkZQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.150_1749782978529_0.8516336707057159","host":"s3://npm-registry-packages-npm-production"}},"1.2.151":{"name":"@opensea/vessel","version":"1.2.151","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.151","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"8ef5ebc35e2442cf22475b36788fd9fcb70cec8c","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.151.tgz","fileCount":23,"integrity":"sha512-8sOt2I0zzw9HVUK0gGPct593b37NhVipNpnmd3cpXqjvi2sk9CmEc2ReIa+L+eHJW+jIPpXzBTAaNwickOicsw==","signatures":[{"sig":"MEUCIQCEIWGgXHR5LR80hfG9OWTkc7b7uc3YiklBLrlVblZO0gIgAfTtbm3IIr7D0P3/ZJanyHlcDi+pN1ou8TRYOp8mV9U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.151.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/dc764b59d119d443aa104331b3e4787e/opensea-vessel-1.2.151.tgz","_integrity":"sha512-8sOt2I0zzw9HVUK0gGPct593b37NhVipNpnmd3cpXqjvi2sk9CmEc2ReIa+L+eHJW+jIPpXzBTAaNwickOicsw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.151_1749793951039_0.3950324810744257","host":"s3://npm-registry-packages-npm-production"}},"1.2.152":{"name":"@opensea/vessel","version":"1.2.152","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.152","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"a71991f062bbe61c88d60c0dea9b2c5ddf461003","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.152.tgz","fileCount":23,"integrity":"sha512-axP63tudC/uDgTxl4AEOIXFxf39UD7m/kKkRux+Mm7GOZXJvYzOYBijnm+LbecMWdnYxi417V+V5Pt5pIJ3uVg==","signatures":[{"sig":"MEYCIQDP6e53QGTxST7IXsJfM0U8lXZE/x3YJwKVNzQDijavSgIhANF9YnUn35dHht2d1QyLygE0MNZaM05RpD+ZYMmQ906Q","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.152.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/cad0ab57ef3432857b6eda518c9b42cf/opensea-vessel-1.2.152.tgz","_integrity":"sha512-axP63tudC/uDgTxl4AEOIXFxf39UD7m/kKkRux+Mm7GOZXJvYzOYBijnm+LbecMWdnYxi417V+V5Pt5pIJ3uVg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.152_1749795195289_0.048599741152608456","host":"s3://npm-registry-packages-npm-production"}},"1.2.153":{"name":"@opensea/vessel","version":"1.2.153","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.153","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"7002c3c510a2ff73cdfdc34b5ab5a88d97472dda","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.153.tgz","fileCount":23,"integrity":"sha512-5/lO2r2q5bWifTn2EYzKQq7dNKoudzo9BpTnB1ZrvR24DAnlralTjx5noGM3nLpogGDVuEm9/v46teKWBTofZA==","signatures":[{"sig":"MEQCIEDn82IqGHcGNxq9mmIi7wacjcE861t0Kg2JjTi8TRY1AiB+My41En8D/0kAllbFeH/Wq3jOQ2pKMQ1mhWOopeyM2g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304278},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.153.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/611df03ceb36ddfdc0ba57a1f72654cc/opensea-vessel-1.2.153.tgz","_integrity":"sha512-5/lO2r2q5bWifTn2EYzKQq7dNKoudzo9BpTnB1ZrvR24DAnlralTjx5noGM3nLpogGDVuEm9/v46teKWBTofZA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.153_1749798679779_0.763396079179899","host":"s3://npm-registry-packages-npm-production"}},"1.2.154":{"name":"@opensea/vessel","version":"1.2.154","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.154","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"4dbc51f8edda3eb89ace10f26d820a466ab0e123","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.154.tgz","fileCount":23,"integrity":"sha512-/cdYBy26Fh5kL3l+FBk+PU6IcURYRNqUIOftgiwTv3eax5iWEFfX1FTEQipigxCFKti//7zn9xaYXaWD2zqs3g==","signatures":[{"sig":"MEYCIQC5l75Lebu2sCq5W3mShyu3rScgcqHcoc/vkL3ZHVcRmgIhAJBa1WbpnZE8uOaEUj+6zceXnEQq3fWGENInDzm0YWHY","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.154.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/448c7207a3a993245f5500aeaeb3991c/opensea-vessel-1.2.154.tgz","_integrity":"sha512-/cdYBy26Fh5kL3l+FBk+PU6IcURYRNqUIOftgiwTv3eax5iWEFfX1FTEQipigxCFKti//7zn9xaYXaWD2zqs3g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.154_1749809494500_0.9118666486322635","host":"s3://npm-registry-packages-npm-production"}},"1.2.155":{"name":"@opensea/vessel","version":"1.2.155","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.155","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"719859e8b095cc9004c09b1887917a0950fde0a4","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.155.tgz","fileCount":23,"integrity":"sha512-1181DAVx4MTD9kMZccGcRT/ETsIHu2d/8N3CwQAFdbKyhQAyj5YVqIrIA86/SH8vtBtJwQxH/T0DOVRnMHGyaw==","signatures":[{"sig":"MEQCIBRY0hXmXywVAq0AxNmyTwfrBrsWcemGtfLGBbp1ES3/AiB7qtlzx/SAw+rTBUqjl2IjxYu7muqK4t3KDBNBi+Q85A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304283},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.155.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/738dccb5e1ac6968af45d1222162b593/opensea-vessel-1.2.155.tgz","_integrity":"sha512-1181DAVx4MTD9kMZccGcRT/ETsIHu2d/8N3CwQAFdbKyhQAyj5YVqIrIA86/SH8vtBtJwQxH/T0DOVRnMHGyaw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.155_1749840764956_0.0652477419886468","host":"s3://npm-registry-packages-npm-production"}},"1.2.156":{"name":"@opensea/vessel","version":"1.2.156","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.156","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"3d70b70866fdae9c6d0db7d2fee05adbf3011f36","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.156.tgz","fileCount":23,"integrity":"sha512-7XcwCKE+sDIp+aMuI9XBvASK7hY14VsX1skQ3WDveCzKhzy+DPi2rqKNgaBp3n6Y/j7Ria8vkNnWp8fsji4q6A==","signatures":[{"sig":"MEYCIQC+pG81j2cR0Ovs6sa3Ccj4Xui3d1V7h+EEP8GCWYHCeQIhAPQw67wqHmFuA9bp9SgkkDRQB3YjhRYUoKmRKdf1DE72","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":305763},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.156.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8d1f85c4a4c438c35266ff7da945d101/opensea-vessel-1.2.156.tgz","_integrity":"sha512-7XcwCKE+sDIp+aMuI9XBvASK7hY14VsX1skQ3WDveCzKhzy+DPi2rqKNgaBp3n6Y/j7Ria8vkNnWp8fsji4q6A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.156_1749843563703_0.07666314061134916","host":"s3://npm-registry-packages-npm-production"}},"1.2.157":{"name":"@opensea/vessel","version":"1.2.157","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.157","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"bb7de8bdf36f7faaf2005ff3c1571b0d9e4c3d64","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.157.tgz","fileCount":23,"integrity":"sha512-BytF9g5wVI+/KInZha6YbwJ6vHOwS8CJK+hdnpxqROy9FvW39CR68V9EnD3RZPFfe4JvYsCn9FZKVJTvUQ93ew==","signatures":[{"sig":"MEQCICLRQ6KYqGO2Y9cSI5WODQNaBbx/r0pETsHywNs0mQmtAiBYVMDXcTsyTfKX6PrcYctGxZ/N53p4SAHJMHxPLWXR+A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.157.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a43981e3e37b0b69b168ed37e87afb76/opensea-vessel-1.2.157.tgz","_integrity":"sha512-BytF9g5wVI+/KInZha6YbwJ6vHOwS8CJK+hdnpxqROy9FvW39CR68V9EnD3RZPFfe4JvYsCn9FZKVJTvUQ93ew==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.157_1749845521564_0.2962482730043743","host":"s3://npm-registry-packages-npm-production"}},"1.2.158":{"name":"@opensea/vessel","version":"1.2.158","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.158","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"b2fb0a85c1cbf335c3ac84b166118deb25bc18bb","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.158.tgz","fileCount":23,"integrity":"sha512-Qnzk56IGYmp6TDrYKaAhkOVitOlUTdpHFiJgIHW8nw94b6WiT8bUtsXLpyNfsoRnUNc/9JbKsGyi6K91exrrYg==","signatures":[{"sig":"MEUCIQDdq0Qr5URs/Ae1YWYE3Z3NhArVpCrG5NLNc7gxjIyWzAIgYe+BWSIz7nqz8L+bC+eO+09JVX4S5h+XFFVWEqD71ZU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.158.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d905a485946facf5e5dfb4bd54d7f7b3/opensea-vessel-1.2.158.tgz","_integrity":"sha512-Qnzk56IGYmp6TDrYKaAhkOVitOlUTdpHFiJgIHW8nw94b6WiT8bUtsXLpyNfsoRnUNc/9JbKsGyi6K91exrrYg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.158_1749846563209_0.865568846744154","host":"s3://npm-registry-packages-npm-production"}},"1.2.159":{"name":"@opensea/vessel","version":"1.2.159","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.159","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"b7fc839bcd172127d0bcbe0a53fe4e3c05b66aa8","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.159.tgz","fileCount":23,"integrity":"sha512-8w1YgCR2eNi+IxZ7zQQaTqZmuXjXQzh0aFqHBEe3/PQAtEM6q3UiVa5jsXuyhmnt1HOwjVB9KppCq1NMYI8X3w==","signatures":[{"sig":"MEQCIHmYCGrnHGcSht3CEkrR7QQUr4eJTXpkY+JJ0KwY1d+EAiALZ+FI+iQ8NXqcra7g2fmKtshfYUKnezVwK49M7OkKVQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.159.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f1c735f5e6ca0a741ae8b4e3b2a4dc54/opensea-vessel-1.2.159.tgz","_integrity":"sha512-8w1YgCR2eNi+IxZ7zQQaTqZmuXjXQzh0aFqHBEe3/PQAtEM6q3UiVa5jsXuyhmnt1HOwjVB9KppCq1NMYI8X3w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.159_1749847037028_0.16035375149652742","host":"s3://npm-registry-packages-npm-production"}},"1.2.160":{"name":"@opensea/vessel","version":"1.2.160","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.160","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"2aee169a98e1d4105ab11727f1109b13251002f0","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.160.tgz","fileCount":23,"integrity":"sha512-//GIyuc/+sk13iMMY0LC8SY+LZw3zlTE1exzw+LoXjxcbKjtka0Njb6ii3Jmr7Ku9o6IkZJ3LYgq3eeYtEmDEQ==","signatures":[{"sig":"MEUCIEtjI+WvDmWKaidaHZUbeM1Z981mJxn5SsesPkbwXtL5AiEA+evEedbWefUeA2hhx76oS1smFxy6likWp0IqpgJD9f4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.160.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5eb2b8283d12795aeb3aff1ea1b282c8/opensea-vessel-1.2.160.tgz","_integrity":"sha512-//GIyuc/+sk13iMMY0LC8SY+LZw3zlTE1exzw+LoXjxcbKjtka0Njb6ii3Jmr7Ku9o6IkZJ3LYgq3eeYtEmDEQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.160_1749847684615_0.39987103014357706","host":"s3://npm-registry-packages-npm-production"}},"1.2.161":{"name":"@opensea/vessel","version":"1.2.161","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.161","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"82247d75b0a31f57a047fa67c53da58ebddcb4b5","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.161.tgz","fileCount":23,"integrity":"sha512-BvS538RMdVNodV3sIOaEouR/qXL7KhDECgdwi2mzR4cD7iJJq3xDKNV2yKicD93ZCiSreA9Sfx0AXBU/zgKkUA==","signatures":[{"sig":"MEUCIGpvN2KmiHLSlPgDyWd2XzqiQqBTw0bO1W5OFwaDKvQmAiEAtzCx/I++vX1MoO6XTCPCNfRE3LTe+3maUnO94L5Y+fA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.161.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/370aa484a81aa6a543fde62be44c84e4/opensea-vessel-1.2.161.tgz","_integrity":"sha512-BvS538RMdVNodV3sIOaEouR/qXL7KhDECgdwi2mzR4cD7iJJq3xDKNV2yKicD93ZCiSreA9Sfx0AXBU/zgKkUA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.161_1749848223329_0.3953601665232964","host":"s3://npm-registry-packages-npm-production"}},"1.2.162":{"name":"@opensea/vessel","version":"1.2.162","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.162","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"4afb22cfe9753cbb9c56c73d850ad9f88f28a221","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.162.tgz","fileCount":23,"integrity":"sha512-zjMiKDIY/qIxfFATJQvb7xa7Aq6XuvvU6fsFXQXWFGCNPpDBodC4uVKpOODgLMmySopHmzUd405XVIvI8R/aJg==","signatures":[{"sig":"MEUCIQCknahYhplb1L/KpigyMtz38/QLNpjVuGpya9NqTturcAIgK9w4OTF5NBOOMeyfQDgcImSyui9Ovcx0qnZ786UXY/U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.162.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/659d5f704844838a966e54e651840607/opensea-vessel-1.2.162.tgz","_integrity":"sha512-zjMiKDIY/qIxfFATJQvb7xa7Aq6XuvvU6fsFXQXWFGCNPpDBodC4uVKpOODgLMmySopHmzUd405XVIvI8R/aJg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.162_1749850013871_0.8634302265204465","host":"s3://npm-registry-packages-npm-production"}},"1.2.163":{"name":"@opensea/vessel","version":"1.2.163","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.163","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"2a71335a605b4924d46df6a1fc5c64fa3eb7e8a2","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.163.tgz","fileCount":23,"integrity":"sha512-iBwlP60tf+0nP8VrwwAy9OVaoBUc+KZZe2NE7slJRUKzv1g4JH9mCmvyM2y1yxH3hRuLvXvTDdXkpfB4cEHhng==","signatures":[{"sig":"MEUCIGuV/1L9Af+EhFgO3TEYoP0w1iW432VwFMWfrsJL6qFNAiEAvNdbr7D8EqpEhXb68KChzOJ6PxQ7hKh3i7F0oCjdFEY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.163.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/11859599d276d756051fb02c722a1444/opensea-vessel-1.2.163.tgz","_integrity":"sha512-iBwlP60tf+0nP8VrwwAy9OVaoBUc+KZZe2NE7slJRUKzv1g4JH9mCmvyM2y1yxH3hRuLvXvTDdXkpfB4cEHhng==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.163_1749850793816_0.6519659197626977","host":"s3://npm-registry-packages-npm-production"}},"1.2.164":{"name":"@opensea/vessel","version":"1.2.164","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.164","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"0bd16139be3ee296043973d78c1ac135591dc588","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.164.tgz","fileCount":23,"integrity":"sha512-9330qZ5uDmKrFrRS5jGdUxMWUROycRYufCf9ufXKRksmr+xBeIFSL5Gb+3XuuucNR1lvwReThozVodiXQV4FJw==","signatures":[{"sig":"MEUCIQClBFAR6MKkF5owsNRWkFTdiLWJ8uY7Vbu9oddCnNWL5QIgfqdST0CbOBU15yO7wRiGn2sHvRabfkjitqbt6VBy8m8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.164.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/0e6750576916ae0ca233113ee5e2c68b/opensea-vessel-1.2.164.tgz","_integrity":"sha512-9330qZ5uDmKrFrRS5jGdUxMWUROycRYufCf9ufXKRksmr+xBeIFSL5Gb+3XuuucNR1lvwReThozVodiXQV4FJw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.164_1749915835356_0.4213437688937043","host":"s3://npm-registry-packages-npm-production"}},"1.2.165":{"name":"@opensea/vessel","version":"1.2.165","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.165","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"09f179d497b9d32890a0c65febb69c851f067f87","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.165.tgz","fileCount":23,"integrity":"sha512-J9tUAzmEYCa/UqEfLqSIZ8GSg9D5MFITCqosg0JNs3kCMjjssR/zNKAOgz7JWeIg5mn/RLCFbT6at+qZUhXPmg==","signatures":[{"sig":"MEUCIA/HLIODXD6+i8UNx2BodqBOQW69suuq5l0weomsTPKpAiEAuAvT6m5ZI5l+4bFyFmzVvxf/mZczZPzU4x0DFW97A4Y=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.165.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/6204bcf1a5a57060066eadc30ad62125/opensea-vessel-1.2.165.tgz","_integrity":"sha512-J9tUAzmEYCa/UqEfLqSIZ8GSg9D5MFITCqosg0JNs3kCMjjssR/zNKAOgz7JWeIg5mn/RLCFbT6at+qZUhXPmg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.165_1749916700498_0.8372442505579845","host":"s3://npm-registry-packages-npm-production"}},"1.2.166":{"name":"@opensea/vessel","version":"1.2.166","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.166","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"37fb5479f601553d5f11795cfa4b759373b333aa","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.166.tgz","fileCount":23,"integrity":"sha512-iB3W2U1V0JoBmNPXeSzI1Z+aWN9sl1+9csXhUK8KWauYSU23dyXucwf221HSeeihrB9zBb00SgKzc4ghr3LjSA==","signatures":[{"sig":"MEUCIGw8R4rxzjbsMBc7otVqq8dqobTgF0PrVUf+dZIPsRGuAiEAsEe0NC1SvAnMUCRgaNUcz7MeANEdXFQP0XlqzDOk+08=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.166.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/203fbdb3f1ef3565a849e8e3c0dc5c5b/opensea-vessel-1.2.166.tgz","_integrity":"sha512-iB3W2U1V0JoBmNPXeSzI1Z+aWN9sl1+9csXhUK8KWauYSU23dyXucwf221HSeeihrB9zBb00SgKzc4ghr3LjSA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.166_1749918309649_0.3060826412277591","host":"s3://npm-registry-packages-npm-production"}},"1.2.167":{"name":"@opensea/vessel","version":"1.2.167","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.167","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"6661e936f640e6cbd6d4acbb3050e31f3843c01d","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.167.tgz","fileCount":23,"integrity":"sha512-eDDVSRejZuhhldGxTxwUnhaO7QBWiz4H6i5fs0U2E/wHg2PDuVPojrrIn1J0NhfXAL20OM2RY6hxyOk3Rc7UNg==","signatures":[{"sig":"MEQCIFWzlR4BScGWExH7bV0VirHchQjrdDbgmLiL47kUFYItAiAbaoFR/WJL9ez5HmEuBWzAxzzN81p8SNh3dW5M4CYXew==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.167.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/aec704bdf1d9270610b2fc8b452bb416/opensea-vessel-1.2.167.tgz","_integrity":"sha512-eDDVSRejZuhhldGxTxwUnhaO7QBWiz4H6i5fs0U2E/wHg2PDuVPojrrIn1J0NhfXAL20OM2RY6hxyOk3Rc7UNg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.167_1749921910015_0.5510497361320001","host":"s3://npm-registry-packages-npm-production"}},"1.2.168":{"name":"@opensea/vessel","version":"1.2.168","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.168","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"a24621ceaeecc6bfa406bd3e6118ea786c7e6583","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.168.tgz","fileCount":23,"integrity":"sha512-/JSNr08w8pTSYhKpRuwg933ouTuxvINqGBvB04CPSLv2tYV/KfJiy4RQn3sK2qL8ysQG1JdYPWZGOIl/w52l/w==","signatures":[{"sig":"MEUCIClkgzFmn5gDTFM4vNAg5Oe2b6is/LdiR6s80OYCD2zFAiEAjqux6OE2nRuBZxOf0QvD5ZXyVNf86qVvw0JOH55N+VQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.168.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/7c4f0ce019777ecc897c06e59e0bfab5/opensea-vessel-1.2.168.tgz","_integrity":"sha512-/JSNr08w8pTSYhKpRuwg933ouTuxvINqGBvB04CPSLv2tYV/KfJiy4RQn3sK2qL8ysQG1JdYPWZGOIl/w52l/w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.168_1749939136736_0.5732389469897952","host":"s3://npm-registry-packages-npm-production"}},"1.2.169":{"name":"@opensea/vessel","version":"1.2.169","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.169","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"1016fcf0ce2842c4d9bad1cd0a5be862a406f83a","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.169.tgz","fileCount":23,"integrity":"sha512-Ubz9mm+sIesMhGUfQo8h09RlpvOhEhKxJ1vc/AckZL5VG99oa21CRXfQA4AxZBH0JotdWkaENqldBTADKGN2+g==","signatures":[{"sig":"MEUCICDHINKhlPDKenvVhwpVhRPfxxjiwOEYh8Sh2JEZp3DmAiEA2yWnia6njB1VURNcwgsMyQhwwGzZsTuHVsyluZ0m6m4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.169.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e2570b18b579addcf5d2737e080d9ecb/opensea-vessel-1.2.169.tgz","_integrity":"sha512-Ubz9mm+sIesMhGUfQo8h09RlpvOhEhKxJ1vc/AckZL5VG99oa21CRXfQA4AxZBH0JotdWkaENqldBTADKGN2+g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.169_1749985780724_0.5632920810325373","host":"s3://npm-registry-packages-npm-production"}},"1.2.170":{"name":"@opensea/vessel","version":"1.2.170","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.170","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"fb8411e17b0dbb4a11081a18f03b7045dfe0a597","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.170.tgz","fileCount":23,"integrity":"sha512-rGC5LJQLHx9Pv//tza4LxCb1g1+XSYNJoNgksfIKvlxL+Ml3WkLGKOQ2g/Gd4dIhGecp+d/eTK5E3hR7xIAvmA==","signatures":[{"sig":"MEUCIEuRGiF+AZMlQzDC31xMRAt5Qsf4HH+1xTkyygrLR2eqAiEA1JmwHsnExywoiedCLl5smebXBXY32uQ70557XPH0Dro=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.170.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/6b985326e76b3d3098c00b8b0391a1f1/opensea-vessel-1.2.170.tgz","_integrity":"sha512-rGC5LJQLHx9Pv//tza4LxCb1g1+XSYNJoNgksfIKvlxL+Ml3WkLGKOQ2g/Gd4dIhGecp+d/eTK5E3hR7xIAvmA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.170_1749998213464_0.3704267971906967","host":"s3://npm-registry-packages-npm-production"}},"1.2.171":{"name":"@opensea/vessel","version":"1.2.171","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.171","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"8eb8cd63650253e0305cdeccd1ca6042f8581e70","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.171.tgz","fileCount":23,"integrity":"sha512-m7h3nW88N/cRMbIsRjIZdYGnIyFxQ23tbtAVi+lKpJd5wIgHOt8kMfRLm0NV8UG9Rte5uA9ZA70eF+Yz5/PIag==","signatures":[{"sig":"MEYCIQDgK8QKmLsOGwDnzSUU2PgAkjXD8p7mDRYQhOL3VX/t3QIhAKT3XAK7Ajn5ZR3nm4dDua25hFRQ3HmnMMMU7IDHYcD9","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.171.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a1c471fbb493030716b9a937d34fdbc1/opensea-vessel-1.2.171.tgz","_integrity":"sha512-m7h3nW88N/cRMbIsRjIZdYGnIyFxQ23tbtAVi+lKpJd5wIgHOt8kMfRLm0NV8UG9Rte5uA9ZA70eF+Yz5/PIag==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.171_1750000228011_0.3905993609924121","host":"s3://npm-registry-packages-npm-production"}},"1.2.172":{"name":"@opensea/vessel","version":"1.2.172","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.172","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"91319391429374f5bcc9c545a8d969accf56a4e4","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.172.tgz","fileCount":23,"integrity":"sha512-g+VlAhKtSy95OXD7xwi7xwbGYbA3f1JbPLSfCpp4TZfZqiHTTSuPisAdupYxyuma0QO6krTrqe2Ube5Ip5cGVQ==","signatures":[{"sig":"MEUCIFWz8CAxU96Amppfsl4DTkPQISlj59aXo6FvGdZVAjYPAiEApaE7axNQmH8JpYiIkyj5wL9/sn8cvk2sraqNsvimV/E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.172.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e1b17de8779bfa7f433034124d396c2a/opensea-vessel-1.2.172.tgz","_integrity":"sha512-g+VlAhKtSy95OXD7xwi7xwbGYbA3f1JbPLSfCpp4TZfZqiHTTSuPisAdupYxyuma0QO6krTrqe2Ube5Ip5cGVQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.172_1750072229802_0.010423092526727906","host":"s3://npm-registry-packages-npm-production"}},"1.2.173":{"name":"@opensea/vessel","version":"1.2.173","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.173","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"bca45f63fa1986e568227f82f5d9a80cd41c9519","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.173.tgz","fileCount":23,"integrity":"sha512-T+mifO3+zZfCx9a3nXVCQBeTgdVz8wTcVsZjWffhNfwXbI5J1WDP/4lh6y6WLwYa9iL0Nspyi1Et/zUS1Epo1Q==","signatures":[{"sig":"MEQCIEyDKw5GSRGnyxpkl838QLmtRDbbqLDfU/KlYe1SG010AiAsiESddbb7PVe6ouJ5qY5pDXJNMgtuyq80Utc8XLI0Mw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.173.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/2b2883fa381e3cc40d5b7bc1a7d90615/opensea-vessel-1.2.173.tgz","_integrity":"sha512-T+mifO3+zZfCx9a3nXVCQBeTgdVz8wTcVsZjWffhNfwXbI5J1WDP/4lh6y6WLwYa9iL0Nspyi1Et/zUS1Epo1Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.173_1750087326292_0.4444510250430227","host":"s3://npm-registry-packages-npm-production"}},"1.2.174":{"name":"@opensea/vessel","version":"1.2.174","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.174","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"edadad3e5a515a5a33668d7116643a19d0734362","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.174.tgz","fileCount":23,"integrity":"sha512-KCjLJX6lAT+DWdV6o0ML/L02Q/Hn2QArMb8hu5RMVa2BIIW7m9gjUiTqELsOZ7SJa30wDSI1wJg1zMwckToH1w==","signatures":[{"sig":"MEUCIBzMnsnMrEj49AEgn8oK/hGaL6MHtG0q1I9kwHX2L88+AiEA5Qjnt6PbcIpJi/6wspwEPy5Z/QzmGa06/8Up2stkmC8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.174.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/196a867aefd44e203297721de563a574/opensea-vessel-1.2.174.tgz","_integrity":"sha512-KCjLJX6lAT+DWdV6o0ML/L02Q/Hn2QArMb8hu5RMVa2BIIW7m9gjUiTqELsOZ7SJa30wDSI1wJg1zMwckToH1w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.174_1750536451453_0.8285917189940346","host":"s3://npm-registry-packages-npm-production"}},"1.2.175":{"name":"@opensea/vessel","version":"1.2.175","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.175","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"92b7c7efe763aad98e309dd64a017588c8452a47","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.175.tgz","fileCount":23,"integrity":"sha512-FQJHfwYvogu89gq9Vyhy3n45F0k+xMmo6EgFjIdKOe8JNLvXt2JHIokuWqiNPhPLYeE0C4Y4LU+CCSDqyOQ9yw==","signatures":[{"sig":"MEUCIFjqCwp02QrPWDMH6FRvYBIruAVTifRLG7HFIe9xLRnpAiEA8nZshEMkMofHsfmK2zuJZyhDmoHq2qqEOZHvZB2qnzM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.175.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/76b3a13566bad06bdfdba0741922a035/opensea-vessel-1.2.175.tgz","_integrity":"sha512-FQJHfwYvogu89gq9Vyhy3n45F0k+xMmo6EgFjIdKOe8JNLvXt2JHIokuWqiNPhPLYeE0C4Y4LU+CCSDqyOQ9yw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.175_1750536683599_0.9014639450608886","host":"s3://npm-registry-packages-npm-production"}},"1.2.176":{"name":"@opensea/vessel","version":"1.2.176","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.176","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"bdc8c6ad322861407226a54541154e5f86444886","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.176.tgz","fileCount":23,"integrity":"sha512-rdBnM3y5374f1dNmhP2yl4rh06T6NEZpUcV265l7VddtOD9+LwvXYTnXeSK2rRVRMa7UXrMYXcw3uvojJEpZKA==","signatures":[{"sig":"MEUCIDVq2ekndcgi7ojMwu0OGpeiw2Qs7+G0jwWXsUkxexNtAiEA9jQ1OUsywrskv8NJp9u9w1KPPQla6btB/q6jKhlGNUs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.176.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/78e2f7db266c5b47dfc8e238ac24a3b0/opensea-vessel-1.2.176.tgz","_integrity":"sha512-rdBnM3y5374f1dNmhP2yl4rh06T6NEZpUcV265l7VddtOD9+LwvXYTnXeSK2rRVRMa7UXrMYXcw3uvojJEpZKA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.176_1750576263946_0.7119024926345523","host":"s3://npm-registry-packages-npm-production"}},"1.2.177":{"name":"@opensea/vessel","version":"1.2.177","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.177","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"3893b1936a25b7e9faf970bf4e88f73c15f93c9d","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.177.tgz","fileCount":23,"integrity":"sha512-FczbD0NMVCJuziMT81nBwNuSTYb3wo2hcF+P4S8V/kUmCZ17hpZFMrv+ElD8Bqvf1K0ec0yQmeDXCt/FUxcIIw==","signatures":[{"sig":"MEQCIHxqNrYHYoUZ5xnoGtZYEHMofyJSa5uV/ShfOO8QZYF+AiAFGkW95/4RqzHoKn+QO5GTikIZvKkUiqSfX9aN7VKajA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.177.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/9b2e541707401e027127c1343ac97513/opensea-vessel-1.2.177.tgz","_integrity":"sha512-FczbD0NMVCJuziMT81nBwNuSTYb3wo2hcF+P4S8V/kUmCZ17hpZFMrv+ElD8Bqvf1K0ec0yQmeDXCt/FUxcIIw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.177_1750646862664_0.6065843479421054","host":"s3://npm-registry-packages-npm-production"}},"1.2.178":{"name":"@opensea/vessel","version":"1.2.178","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.178","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"9b9ffee8d922a4fd0df5faffb44f0f1ed097c0ba","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.178.tgz","fileCount":23,"integrity":"sha512-b2OaU29Wii8v7ewrl7OkXFJQv5MPpT4vXL5agSF594zJJk0GUBSeAw4Pjm+fZWWv+x78l8ZT+Xk+j7Md6QcfvA==","signatures":[{"sig":"MEUCIQDbEQAk7UymTkbp+xgY8V8lxMHzRMqFBH1MUJmHbsw5dAIgUQ1aB4e32gsLcVHjWaL+YyANhcLxE5vLjiFaAD/Z6Es=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.178.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5397a5adb5849bc4891295c606136cd1/opensea-vessel-1.2.178.tgz","_integrity":"sha512-b2OaU29Wii8v7ewrl7OkXFJQv5MPpT4vXL5agSF594zJJk0GUBSeAw4Pjm+fZWWv+x78l8ZT+Xk+j7Md6QcfvA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.178_1750673510870_0.06741191153973336","host":"s3://npm-registry-packages-npm-production"}},"1.2.179":{"name":"@opensea/vessel","version":"1.2.179","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.179","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"a32d52a91e5a7d40d5fe2452fbbff6d71cc2d58a","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.179.tgz","fileCount":23,"integrity":"sha512-ugO8ELZEOFgzs/FAAy8lZydU7cWHeAzS1k4FgxbmElvHnO5X27Ywr6t9KaKyigPECfy50fUxzihde3Ms2Nlt4A==","signatures":[{"sig":"MEUCIQDnrOncClwlYQQvzImOjJZtrHZVm6zNH6xnzarxJlFOGgIgBShZCxJAfY12YEEhScDovV2avgX7Qd+n47mAqPhNZJU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.179.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/279c0d6111af954e512d8d351a1115bb/opensea-vessel-1.2.179.tgz","_integrity":"sha512-ugO8ELZEOFgzs/FAAy8lZydU7cWHeAzS1k4FgxbmElvHnO5X27Ywr6t9KaKyigPECfy50fUxzihde3Ms2Nlt4A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.179_1750767314420_0.29723332849824025","host":"s3://npm-registry-packages-npm-production"}},"1.2.180":{"name":"@opensea/vessel","version":"1.2.180","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.180","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"e277b44b9d2bf2b0f74e25ea85239179d4e56192","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.180.tgz","fileCount":23,"integrity":"sha512-cogF/WG5ULpdw+FP2gcDF/UjSLgmBSVHR38mxUfenngQ+3Sf+o9NkbkgpUGC92buusALJ4WIulKg+sn4SbRvkg==","signatures":[{"sig":"MEUCIQC5KqEzl93MUy7FpN1rY8ZNpkHJej8MfEYwlDXe1j/E6AIgDJASxGzld3qXNZOeV0rmhGYgdGZ5qKcWAvuG8CSIyiY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.180.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/6641fc33719b19ec49856ec8f036070d/opensea-vessel-1.2.180.tgz","_integrity":"sha512-cogF/WG5ULpdw+FP2gcDF/UjSLgmBSVHR38mxUfenngQ+3Sf+o9NkbkgpUGC92buusALJ4WIulKg+sn4SbRvkg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.180_1750940240732_0.8383947822179181","host":"s3://npm-registry-packages-npm-production"}},"1.2.181":{"name":"@opensea/vessel","version":"1.2.181","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.181","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"69bfed1bfb4532091f641bc6cb4a5f455e400688","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.181.tgz","fileCount":23,"integrity":"sha512-snz4alzukmgnlrAVKuOgg0lTAm7kTKNTvBox1Hw9v7m5+imAtolrpNj5wZW+NFQv7FCPgcVXRcfpr1I1hrTMgQ==","signatures":[{"sig":"MEQCIC2nkct5gi7jQtpZriucqZhf7K+wtv3WbV5MIEHge4jCAiBlo4I2muAZwM+eXQZ0np6ksWV3hoBsQzP29IrPxsHa/A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.181.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e32cfc56987af43117758e1500c2d80d/opensea-vessel-1.2.181.tgz","_integrity":"sha512-snz4alzukmgnlrAVKuOgg0lTAm7kTKNTvBox1Hw9v7m5+imAtolrpNj5wZW+NFQv7FCPgcVXRcfpr1I1hrTMgQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.181_1750944654553_0.6190023526264776","host":"s3://npm-registry-packages-npm-production"}},"1.2.182":{"name":"@opensea/vessel","version":"1.2.182","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.182","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"715502df112689e7c8abc5d20a1f1db3a5be33b8","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.182.tgz","fileCount":23,"integrity":"sha512-hlewQztcOXdt+VBBsn5coPyfI0Q7wUd0GpKaKTZUgjIXcfsAxwObQJuAXxVXy0n7LWH57uT60Bfig09khU8iDA==","signatures":[{"sig":"MEUCIFDCFEAEtxw8XG2TggS4pBLe3aO0URAlBvQ9VEKeEv4iAiEAiqDVOsBEF227cS1kWLtM+Z40DSw1SLvonA8s+zZQKGg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.182.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5fd1326afe71aa19703ed6a8071e23b7/opensea-vessel-1.2.182.tgz","_integrity":"sha512-hlewQztcOXdt+VBBsn5coPyfI0Q7wUd0GpKaKTZUgjIXcfsAxwObQJuAXxVXy0n7LWH57uT60Bfig09khU8iDA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.182_1750968134919_0.12228871099686267","host":"s3://npm-registry-packages-npm-production"}},"1.2.183":{"name":"@opensea/vessel","version":"1.2.183","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.183","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"95034409ab9eff29c673c643b6f0e4e7f7c789e7","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.183.tgz","fileCount":23,"integrity":"sha512-rK3jPX2xbmxtsoyubz5cNyW4nC4NgGRjv1extT5CPvv6l9eltkhRsclroKnYa7nWVgngsEV+3CW1rIUURvoQdA==","signatures":[{"sig":"MEUCIQD6R5MmvMtR7grtp/U7unPvbqmSlG5vkZwqK9+9WsaKigIgO3+HwrpHTeLodVm553nP/lJ5CqIhnbG5lnW0Qiyq41U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.183.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/200ba6c7e8e4474d39d5d6c08cee4f03/opensea-vessel-1.2.183.tgz","_integrity":"sha512-rK3jPX2xbmxtsoyubz5cNyW4nC4NgGRjv1extT5CPvv6l9eltkhRsclroKnYa7nWVgngsEV+3CW1rIUURvoQdA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.183_1750970602479_0.5096485413701581","host":"s3://npm-registry-packages-npm-production"}},"1.2.184":{"name":"@opensea/vessel","version":"1.2.184","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.184","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"f31f9c0026809447272a5a86b2cc494811fc92f0","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.184.tgz","fileCount":23,"integrity":"sha512-HZqDVNjmyWatJ4Dsuhfkr3uydmaB/N8vcV62DZeZfMzZTzMohH/Sg+gE7eCQIIQOFSF6h6Wcd099kQAj21Ao2Q==","signatures":[{"sig":"MEUCIGeTDfj6XidBImmhmNygWQurkAVz5mwG0dgzsJDgLnwsAiEAi3JpPdU5i5YOAXW2N7bOk//7wXF4BK0O8BUylJsMZRc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.184.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/9f1969bae937a403a1c3cbb9f46d669e/opensea-vessel-1.2.184.tgz","_integrity":"sha512-HZqDVNjmyWatJ4Dsuhfkr3uydmaB/N8vcV62DZeZfMzZTzMohH/Sg+gE7eCQIIQOFSF6h6Wcd099kQAj21Ao2Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.184_1751126174758_0.3060964024433659","host":"s3://npm-registry-packages-npm-production"}},"1.2.185":{"name":"@opensea/vessel","version":"1.2.185","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.185","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"6a9751ab2273330fc2c9f743154aebcae0bd1073","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.185.tgz","fileCount":23,"integrity":"sha512-KiIRyjRkzu45ycKjyeglT8l4C13MLnoBQpB2HDyD22ayH11j8l9GVdxBeaafqkuWB8FUGud9+5rNa9dk3Iwwiw==","signatures":[{"sig":"MEYCIQC8tkqV/vv/vqtdBLJRZZAuuQ9YkoccnPg7GrLKlKlqAgIhAIqKPedFEbEyeTSERsSA3dpNOJgopTHgl2+mEJL7amr8","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.185.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f9250356a32d59b3205698921c274d85/opensea-vessel-1.2.185.tgz","_integrity":"sha512-KiIRyjRkzu45ycKjyeglT8l4C13MLnoBQpB2HDyD22ayH11j8l9GVdxBeaafqkuWB8FUGud9+5rNa9dk3Iwwiw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.185_1751128648106_0.1053821294663917","host":"s3://npm-registry-packages-npm-production"}},"1.2.186":{"name":"@opensea/vessel","version":"1.2.186","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.186","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"76bd097972983a5cf8c885ea326d03c7967cd8a4","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.186.tgz","fileCount":23,"integrity":"sha512-IcDAAhWhZoGP5H/zSbZaxuogsHIZCAD791Wj762fKymQjwNf61pYV0VWrQ+WzmpQetOUeUtlz/ytmZFNKCaEGQ==","signatures":[{"sig":"MEUCIQDmLNsES0rpMWivl3r9SINYU20Cx7snIme82Hu52BvYnAIgGM6cJPm5XG3B0umuyzYaXPpKJ0F74UTwKtD4/ZU4Dvo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.186.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/adf5003164b49659c3320f1a89f6f19b/opensea-vessel-1.2.186.tgz","_integrity":"sha512-IcDAAhWhZoGP5H/zSbZaxuogsHIZCAD791Wj762fKymQjwNf61pYV0VWrQ+WzmpQetOUeUtlz/ytmZFNKCaEGQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.186_1751238551258_0.8273019983511585","host":"s3://npm-registry-packages-npm-production"}},"1.2.187":{"name":"@opensea/vessel","version":"1.2.187","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.187","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"a4f7fbda28d854e55de49a7d62be25b636184c51","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.187.tgz","fileCount":23,"integrity":"sha512-gdac+96GdczYCR9NtqAJ3EkBr4M0VAteymUi6G5LZSD1VuGA7CZ5kN8JqaDmQvAFWGfBbYfN0jNlhAE9mKIkyw==","signatures":[{"sig":"MEUCIGxpB6tOpTbmKwFOK1w4yDSpDDIpQZZl4z739Ym42wxOAiEA31u/8b7OQjFPbzQg2RysgXkGEWqzOWe4izdlDcz1H+o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.187.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/937a3b5454d075e61c975a8cecaa87f7/opensea-vessel-1.2.187.tgz","_integrity":"sha512-gdac+96GdczYCR9NtqAJ3EkBr4M0VAteymUi6G5LZSD1VuGA7CZ5kN8JqaDmQvAFWGfBbYfN0jNlhAE9mKIkyw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.187_1751287964547_0.4290839460660838","host":"s3://npm-registry-packages-npm-production"}},"1.2.188":{"name":"@opensea/vessel","version":"1.2.188","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.188","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"9b27ea94cf89b1b8810ad002e230e5326f529055","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.188.tgz","fileCount":23,"integrity":"sha512-Fx+yB+0U8hcCXZDGuM+e82xe4v42lERkaAiV50lwLo+J2ESN1XntllutzrspW7g1+vm9JWTvldMsJM04uMO9Vw==","signatures":[{"sig":"MEYCIQCAf/oS94gObfS+FpiPhFrzpfGP8QyVRw/nBdcBkfPJkQIhAI/O44Elm5jY5O4dkPlGAAGHvESBXBDJRNNR6s4iNJkU","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.188.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/59a13c74eff7ed0ce8d4ac7d74e3357b/opensea-vessel-1.2.188.tgz","_integrity":"sha512-Fx+yB+0U8hcCXZDGuM+e82xe4v42lERkaAiV50lwLo+J2ESN1XntllutzrspW7g1+vm9JWTvldMsJM04uMO9Vw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.188_1751288998382_0.4919663046342848","host":"s3://npm-registry-packages-npm-production"}},"1.2.189":{"name":"@opensea/vessel","version":"1.2.189","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.189","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"5b821b7b4ff10652cabc6d28e7d4d446115adc6d","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.189.tgz","fileCount":23,"integrity":"sha512-LpJ4HmbvZtC8DJ5jhxEjkeQHOhBVeM5EhU8Z46y5ZE/FMI1120MscQDvXzjlK0GnjTMk1gMjJcLZ6fr5vZ04IA==","signatures":[{"sig":"MEYCIQCSYRiuESRZIBx7quqxfaMgHtvOEFET/6GBWrIGO3RhrgIhAJioUSBKDVORKDZVm4JEFKLSXRhJLsQiDiKEVaDD0OfX","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.189.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f737c931760396567dbcd94974d7a489/opensea-vessel-1.2.189.tgz","_integrity":"sha512-LpJ4HmbvZtC8DJ5jhxEjkeQHOhBVeM5EhU8Z46y5ZE/FMI1120MscQDvXzjlK0GnjTMk1gMjJcLZ6fr5vZ04IA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.189_1751322611753_0.9802523268247101","host":"s3://npm-registry-packages-npm-production"}},"1.2.190":{"name":"@opensea/vessel","version":"1.2.190","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.190","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"7242cf65f35461f818d7c939a67cf26cf9cefdd6","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.190.tgz","fileCount":23,"integrity":"sha512-hQeA8/OfLC75mwvhSQsa5MX50oHSH1z9lolW0cuG5gnQrMTHi9FeH33t7kdx9aH9WC4S/HNtVBLFHL5K81Zf5Q==","signatures":[{"sig":"MEUCICL7+EzATg3Hp1cB+LJ+BDb5vWhriQGVzYoKEXs9QiyGAiEAxInhcEyW4zYfQkOKhkg1U2CFKGSfeR2k8+oonUaENBE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.190.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/eaea9fac415f6527c766602a58af0a67/opensea-vessel-1.2.190.tgz","_integrity":"sha512-hQeA8/OfLC75mwvhSQsa5MX50oHSH1z9lolW0cuG5gnQrMTHi9FeH33t7kdx9aH9WC4S/HNtVBLFHL5K81Zf5Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.190_1751388700453_0.636947948995882","host":"s3://npm-registry-packages-npm-production"}},"1.2.191":{"name":"@opensea/vessel","version":"1.2.191","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.191","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"f2a053dff720f08c8dad38a440b43228869e3317","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.191.tgz","fileCount":23,"integrity":"sha512-TWSQ+l7AQijWDbSanZU2iBWmQbW0BNtRaKRRyCLMSQonXxWo4ROu3UBGDZHf2ZOii689Xy6R+lUyLEDsD/pUew==","signatures":[{"sig":"MEUCID6FmIMjNDiyuYNTln1Q96uaT59cGvbtMNA9GJsshaxvAiEAneVRPUDPV3vlGRCdAVT9OXaHWBPpJ/Wbwy+7O0i5ino=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.191.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ee751d85d938705d3b03894684900668/opensea-vessel-1.2.191.tgz","_integrity":"sha512-TWSQ+l7AQijWDbSanZU2iBWmQbW0BNtRaKRRyCLMSQonXxWo4ROu3UBGDZHf2ZOii689Xy6R+lUyLEDsD/pUew==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.191_1751393606869_0.38023757266433367","host":"s3://npm-registry-packages-npm-production"}},"1.2.192":{"name":"@opensea/vessel","version":"1.2.192","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.192","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"bc6f97af81aafbfd9e6b6f9b73c2a2cfcc430a66","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.192.tgz","fileCount":23,"integrity":"sha512-IGIt3I5viJPZuWiacp4NgSj4p+G2e6weGpMfjNfK2yrwEWGod7GU6u2dtmPGGhZkIlBgIAQDFEnpgpQADPUUIA==","signatures":[{"sig":"MEUCIGsC2SW4jjY7U0thI/gz9iBZ2llk+EhEdtWrkZ+ZbKklAiEA6JI1GdiQcJ3UgAJbUO4v3PsKIIi2RYNGxz63RWtKh1I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.192.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/4cfe4db0045b72a91b75524e6e92157e/opensea-vessel-1.2.192.tgz","_integrity":"sha512-IGIt3I5viJPZuWiacp4NgSj4p+G2e6weGpMfjNfK2yrwEWGod7GU6u2dtmPGGhZkIlBgIAQDFEnpgpQADPUUIA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.192_1751394826728_0.4464629756135934","host":"s3://npm-registry-packages-npm-production"}},"1.2.193":{"name":"@opensea/vessel","version":"1.2.193","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.193","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"bed87c1f5898c74f45a212e90439a1587209c15b","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.193.tgz","fileCount":23,"integrity":"sha512-TzJAPNyozdhypjDMp1+sxhxJtx5dhWopEXvpK7NlO9wwNsoBJKbvjaWawlV2T8tP7t/6bbH9fy00AABoXyxSVw==","signatures":[{"sig":"MEUCIFiEjjjebGyiyEJoaHzMPRFLXjNF6Rd+yuBFDgrUl6OvAiEArKq9ykzZewzAWTiGA9OqKxwfiQcqKq63Dhz+oJQeH6k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.193.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/24377c6ad6a1e338bd5f88ddba8a50b2/opensea-vessel-1.2.193.tgz","_integrity":"sha512-TzJAPNyozdhypjDMp1+sxhxJtx5dhWopEXvpK7NlO9wwNsoBJKbvjaWawlV2T8tP7t/6bbH9fy00AABoXyxSVw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.193_1751416296340_0.19726006495617776","host":"s3://npm-registry-packages-npm-production"}},"1.2.194":{"name":"@opensea/vessel","version":"1.2.194","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.194","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"4310f3c6e99fffa2e6ccd3e7bc1381888f926ad3","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.194.tgz","fileCount":23,"integrity":"sha512-5llu+Sxvm4zPRrfj3sToQbrfm/lxKSJWkmmsECCUhcbyGx0B/dUXDlocXwEosK9KkPwCPPzRhZAx0XGF8hCYQQ==","signatures":[{"sig":"MEYCIQDzWYfplkOTySqCkJxYKRjT+RedQ7J9BWG/tLSU//jdogIhAJwgE4spm6Tnr7p3RonwTmQscfMxLkBtLGvcdpOWG8rs","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.194.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/26364ae31153198ec08318dcc6df70fa/opensea-vessel-1.2.194.tgz","_integrity":"sha512-5llu+Sxvm4zPRrfj3sToQbrfm/lxKSJWkmmsECCUhcbyGx0B/dUXDlocXwEosK9KkPwCPPzRhZAx0XGF8hCYQQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.194_1751430232909_0.5560680790888579","host":"s3://npm-registry-packages-npm-production"}},"1.2.195":{"name":"@opensea/vessel","version":"1.2.195","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.195","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"e77d9529e4f5d3df8fa7cb05ef86ceca8c22b0bb","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.195.tgz","fileCount":23,"integrity":"sha512-kKRpWj5t7GOcS8vydY7SuupPqFL9XAM9hXvmkmt/Nf5Tccfe58sV5jv5/NG2+6TuUCbKKsIm8gsQoKNviqxKyg==","signatures":[{"sig":"MEUCIHRQKv9mSjjuC6S2Lszce98Qveby/8MnbM10KQw7mNjoAiEA0QCv7HqJ2WuZuNGLea5DrqpZ4diTUw4k0MFJi3/8tS4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.195.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/9179d1375dc482538bd3ece0d0958bb8/opensea-vessel-1.2.195.tgz","_integrity":"sha512-kKRpWj5t7GOcS8vydY7SuupPqFL9XAM9hXvmkmt/Nf5Tccfe58sV5jv5/NG2+6TuUCbKKsIm8gsQoKNviqxKyg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.195_1751433189632_0.4189010857289108","host":"s3://npm-registry-packages-npm-production"}},"1.2.196":{"name":"@opensea/vessel","version":"1.2.196","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.196","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"3c6708e14531b8c5d252b55f7272cbc7c987ef7e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.196.tgz","fileCount":23,"integrity":"sha512-I9H9gzWqZRvsPGNRY0uU5noBrJVhtSIM5fOBSSMXfulkUO5AtMKu11cEj/7HeNrsDb5ztPD5d5/Ur9+snJSy8Q==","signatures":[{"sig":"MEUCIEwXPr3RGo8zPDgi6q7XYu8pm00HgAzKmteFtE/mTu+mAiEA8SYH+9pKhErFzqxl6yLnx8Alk7MDSAmQFt3AfCKAdWU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.196.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/4d43a0ecced75eb801ee837dea268fa6/opensea-vessel-1.2.196.tgz","_integrity":"sha512-I9H9gzWqZRvsPGNRY0uU5noBrJVhtSIM5fOBSSMXfulkUO5AtMKu11cEj/7HeNrsDb5ztPD5d5/Ur9+snJSy8Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.196_1751435607898_0.5925762784263264","host":"s3://npm-registry-packages-npm-production"}},"1.2.197":{"name":"@opensea/vessel","version":"1.2.197","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.197","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"39ebcd12c538aef3c2806158eceeee2789a96ab1","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.197.tgz","fileCount":23,"integrity":"sha512-AxQNxsbVMLMQ8OCN1R+dkT3ObUAwucgEaGjaRP8JCuP5aYUFj/l1PHgAHtVf7KGqJ0/eQE9KFcofpqqiN/0KwQ==","signatures":[{"sig":"MEYCIQDpzl2asJbecKZMW8QVZvmxJDMbW3LTymYZ9Cbhz33STgIhANGCHtmotMSzXZ0W3l8PGR8ZnHzYSNH8LLdnOYok/+nI","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.197.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/3b4fa0cf979a1ecaa742ede5930cf4c8/opensea-vessel-1.2.197.tgz","_integrity":"sha512-AxQNxsbVMLMQ8OCN1R+dkT3ObUAwucgEaGjaRP8JCuP5aYUFj/l1PHgAHtVf7KGqJ0/eQE9KFcofpqqiN/0KwQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.197_1751436870682_0.1951856299485435","host":"s3://npm-registry-packages-npm-production"}},"1.2.198":{"name":"@opensea/vessel","version":"1.2.198","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.198","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"0b54d0ff96938a8062b6a7f29721d6797895313f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.198.tgz","fileCount":23,"integrity":"sha512-lSqlPXg3tymb16htrjXNGIkKD36gf0Sk96Au+qRRMHyFr+0SH93GKsIkvmdage0cMC+UOvUsOH3eGDNOhywQsA==","signatures":[{"sig":"MEQCIDZpZvJgyJeFEBrtGoSryS2S8mmjL4CLroLH5SkYJUXAAiA9o2RwpwQMj68NHs5pS8lacz8/BUbA0NHkx0U2Fl9Cdg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.198.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e616def3082947943174958c93bcdaea/opensea-vessel-1.2.198.tgz","_integrity":"sha512-lSqlPXg3tymb16htrjXNGIkKD36gf0Sk96Au+qRRMHyFr+0SH93GKsIkvmdage0cMC+UOvUsOH3eGDNOhywQsA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.198_1751447570157_0.284543433242642","host":"s3://npm-registry-packages-npm-production"}},"1.2.199":{"name":"@opensea/vessel","version":"1.2.199","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.199","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"4478f9aef3931934febef9f4a02c060d9ea970ec","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.199.tgz","fileCount":23,"integrity":"sha512-a+zt8s24RkVrSyF1mtyW8IsmOKp8rQrSj1GZwhYyE/wOifdbagOHXnoCzmc7lmDvePftQCvmWLEqUEOVc/IbvA==","signatures":[{"sig":"MEQCIBPpto0Kq51w/2+pPk6CGf7ArDfYirk4dZB/nu/X692tAiAvQHe3GsfeAfjkbL8QatwgAYVowsNRXvSBd1CkBaGfUQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.199.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/4ebf714060e11782e1eaa1c38ccd57f4/opensea-vessel-1.2.199.tgz","_integrity":"sha512-a+zt8s24RkVrSyF1mtyW8IsmOKp8rQrSj1GZwhYyE/wOifdbagOHXnoCzmc7lmDvePftQCvmWLEqUEOVc/IbvA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.199_1751451106057_0.5307352918833925","host":"s3://npm-registry-packages-npm-production"}},"1.2.200":{"name":"@opensea/vessel","version":"1.2.200","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.200","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"979b9d8a4a29d7801842a685fdda38af61c3e60c","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.200.tgz","fileCount":23,"integrity":"sha512-iyZABeZ9qQxFYw7gxnixx8XzukRh2SJoDDhJJnjAP4e8EWPNeN0fv2uqv6sUaHzR1cyqueuOafd2X6q1y7ng6g==","signatures":[{"sig":"MEUCIQCB38FZ2z+HmQLaIk/7hSoa5jlGCcCglHWREli34IvvZAIgF8xHtlRYKRVsc2c0sSVWwH+GX3i/LFm/tO818ULeFA0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.200.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b5079aa828842249fccd3a49095afabd/opensea-vessel-1.2.200.tgz","_integrity":"sha512-iyZABeZ9qQxFYw7gxnixx8XzukRh2SJoDDhJJnjAP4e8EWPNeN0fv2uqv6sUaHzR1cyqueuOafd2X6q1y7ng6g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.200_1751469175506_0.03144107983899613","host":"s3://npm-registry-packages-npm-production"}},"1.2.201":{"name":"@opensea/vessel","version":"1.2.201","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.201","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"5f49379a4c5f177a1e7698cd016718f08a008bef","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.201.tgz","fileCount":23,"integrity":"sha512-pg/QrUvu6G2Z2nuYV4Jy9kfI3G24XFijBUWQKRT4sxgIs6HYZtbM5pjC8l+7T4kjFgArBvPJbyAsmTFKmBmnrA==","signatures":[{"sig":"MEQCIAksT7oB/NbOjaq9XdOPOzddsIzR/4q/cK1sfGfls750AiAy9wgCby0bloSfo7780ONEZqN1IojvqT7wHQvAKoiI9w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.201.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b1658daaed6ba3bc18ef63368886c299/opensea-vessel-1.2.201.tgz","_integrity":"sha512-pg/QrUvu6G2Z2nuYV4Jy9kfI3G24XFijBUWQKRT4sxgIs6HYZtbM5pjC8l+7T4kjFgArBvPJbyAsmTFKmBmnrA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.201_1751471820322_0.7416518337940468","host":"s3://npm-registry-packages-npm-production"}},"1.2.202":{"name":"@opensea/vessel","version":"1.2.202","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.202","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"99eb34fb3fdb1910d8806676fc3f9ef9ef01ab35","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.202.tgz","fileCount":23,"integrity":"sha512-mj2ZnHvQ0qd2/gJtzFNlri/VWAkFo6OBtWHfVqX8Z5FvZ+AtRX7vPxU7uwaqU083zL/vU0du1gXD7XyKXHh3WQ==","signatures":[{"sig":"MEQCIE3APh3QMkIno4r4l8zHTPUF4Pv+9q9y2+xlwX9l6s/WAiB/jE6FPj3KWtk2qFa+1cgMKR3Av/azCX/7foWa37M6JQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.202.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/0489e4d410a35b0e2abb51b25c5adc97/opensea-vessel-1.2.202.tgz","_integrity":"sha512-mj2ZnHvQ0qd2/gJtzFNlri/VWAkFo6OBtWHfVqX8Z5FvZ+AtRX7vPxU7uwaqU083zL/vU0du1gXD7XyKXHh3WQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.202_1751483415944_0.28187160067292405","host":"s3://npm-registry-packages-npm-production"}},"1.2.203":{"name":"@opensea/vessel","version":"1.2.203","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.203","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"18d2459c27df8088e638ebcbabbb2cf7cb41b0e0","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.203.tgz","fileCount":23,"integrity":"sha512-LMaJ+PGsoXXCYyWl5VAeI+vR/XrMW2IdVCJCZbWLTzqy7Y9uPXS+lj7D0QitL08lRbW+QJfI/Ry0X7QweT7XuA==","signatures":[{"sig":"MEUCIQDB6pumpZ4ugrcZQmVvpLHrZc6eOhd7eRfGpa9XdrDSRQIgfa+ZctWcb7TpWVUuqsTIK9cvtgfAcskHwx4WgUHWzLI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.203.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/85972a63242c95b363de9a7cfc7e61a6/opensea-vessel-1.2.203.tgz","_integrity":"sha512-LMaJ+PGsoXXCYyWl5VAeI+vR/XrMW2IdVCJCZbWLTzqy7Y9uPXS+lj7D0QitL08lRbW+QJfI/Ry0X7QweT7XuA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.203_1751512120045_0.9367598136485604","host":"s3://npm-registry-packages-npm-production"}},"1.2.204":{"name":"@opensea/vessel","version":"1.2.204","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.204","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"191689f79fd87356af555202841f1525e8148210","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.204.tgz","fileCount":23,"integrity":"sha512-DBnmJbdY+4qzaPrrjBe/37tmE5TJdmdIMQnQbudYZKk2FmT7QbONUAXHWjK9+9x1/hboBcd1kEqD/oc1ztf/UA==","signatures":[{"sig":"MEUCIQD6iJMTWf9n1efrpOKI7+xBadOQEUQBviHakVqloIJ0XQIgdIuECqcIRgRjvv/ICwNaTHnsnVD++XLXLx9vpNHg0C0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.204.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/08199d0aa824a7358801c755ca487b22/opensea-vessel-1.2.204.tgz","_integrity":"sha512-DBnmJbdY+4qzaPrrjBe/37tmE5TJdmdIMQnQbudYZKk2FmT7QbONUAXHWjK9+9x1/hboBcd1kEqD/oc1ztf/UA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.204_1751513704122_0.6863154973360837","host":"s3://npm-registry-packages-npm-production"}},"1.2.205":{"name":"@opensea/vessel","version":"1.2.205","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.205","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"f74cd366298161255e441c0e6491ef6beb36210e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.205.tgz","fileCount":23,"integrity":"sha512-OdDwGm7jBC3yP/mIssXuMz6zo2yzQ4QDo2ag/n2ktFLx29ApeCwMXSube7Z0LjWx4VGFQROis2YXvf6Fq6c9cg==","signatures":[{"sig":"MEQCIGIgkw/WDJ+vDSekr43R4aKDl419WLcVUnYr8NYejDChAiBrb96UutGqcPulHchSxnrObUO8TnIbkjjfZ3pl2mJ3fA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.205.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/aeeb1c465bd56efb51857e36faba6bf3/opensea-vessel-1.2.205.tgz","_integrity":"sha512-OdDwGm7jBC3yP/mIssXuMz6zo2yzQ4QDo2ag/n2ktFLx29ApeCwMXSube7Z0LjWx4VGFQROis2YXvf6Fq6c9cg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.205_1751519651866_0.30913560743501334","host":"s3://npm-registry-packages-npm-production"}},"1.2.206":{"name":"@opensea/vessel","version":"1.2.206","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.206","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"141f1e1eb048dfd34ddd8c5c38c4e09a4f405d78","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.206.tgz","fileCount":23,"integrity":"sha512-9gC5jB3JBn5BE5XMXarGg30VRXJwUq1mTErFKpVY218a7SkUKOC1vSXQzvpkhYw0+ChYgsnlCI4Noj6Nw88S7w==","signatures":[{"sig":"MEUCIQDU/nJcMvHvJNUGBsOZEFJSquB40rMWLPeVMgE14O94sAIgOYw1tn/kB8ymGV6JPqAEweT6SP/2gp6k1H42y4LREtg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.206.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f30047dec0b468b1f3bc33dc98e840bc/opensea-vessel-1.2.206.tgz","_integrity":"sha512-9gC5jB3JBn5BE5XMXarGg30VRXJwUq1mTErFKpVY218a7SkUKOC1vSXQzvpkhYw0+ChYgsnlCI4Noj6Nw88S7w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.206_1751526733104_0.38128187755537835","host":"s3://npm-registry-packages-npm-production"}},"1.2.207":{"name":"@opensea/vessel","version":"1.2.207","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.207","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"ca33305d61fe615c5ae37b3680fe6a0de9c52d2f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.207.tgz","fileCount":23,"integrity":"sha512-FIgcPjW449QPpm0LQfcu3AUiqtzWZvazUQSlxrG52pzcNsA/uAZa2PUIpig3HHZEYj0zUcnOxa4AOvC7zcBo9g==","signatures":[{"sig":"MEUCIFXvoewkqylHBtFMRM+hLBFDTCWW+Dl10PPUGIoo3ZWiAiEAwNVGscunGK+aGBygPRT6yQacB9c167Gu0NeXNwaZOhU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.207.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/457384c8841619ed5d30c849544a4501/opensea-vessel-1.2.207.tgz","_integrity":"sha512-FIgcPjW449QPpm0LQfcu3AUiqtzWZvazUQSlxrG52pzcNsA/uAZa2PUIpig3HHZEYj0zUcnOxa4AOvC7zcBo9g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.207_1751530404971_0.7075909731738554","host":"s3://npm-registry-packages-npm-production"}},"1.2.208":{"name":"@opensea/vessel","version":"1.2.208","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.208","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"bec1d1067539a714506bfdfcd978e04ecafebf21","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.208.tgz","fileCount":23,"integrity":"sha512-WS/P/yvYtqi3OjHFdRKZJwm9S4yb/ZpEZzO7CmHoMnBXEjO6oCVCaaadmhPgV370fkECzzTOJSDjBdJKGDPnuQ==","signatures":[{"sig":"MEYCIQDoRYEsiE+n7vLnTJL8HTvUdDkFWdP5pmmKhm+0g9phCgIhAPxDHDhlxsclk7tgw14w/AYqJLDvpVbCZ8pFT/FrOsnS","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.208.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/7ce7f68ace7bd90e56fc47406e3ae888/opensea-vessel-1.2.208.tgz","_integrity":"sha512-WS/P/yvYtqi3OjHFdRKZJwm9S4yb/ZpEZzO7CmHoMnBXEjO6oCVCaaadmhPgV370fkECzzTOJSDjBdJKGDPnuQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.208_1751551470631_0.1768743278988052","host":"s3://npm-registry-packages-npm-production"}},"1.2.209":{"name":"@opensea/vessel","version":"1.2.209","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.209","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"4e6ec185b758332163636ddaae492e0e18f0f843","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.209.tgz","fileCount":23,"integrity":"sha512-lHyUilSQRGsLZfbP+vCRcSZfnpZBlaqHtCv3urS99bl6KYbrPAGkbMLVpkoKq6c6QFsO0VJRa2wgQaYLOmE5KA==","signatures":[{"sig":"MEUCIQDo/KVQZhEa0gRxdlyRwkE8cpNMHR1NvScx5+7Zq8y+tgIgWqX95kHyrSpQRhMw2H4lC7YzW5OdYAcWueq8fuaysmw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.209.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/49795c362943dd26cb1f473554fee2ff/opensea-vessel-1.2.209.tgz","_integrity":"sha512-lHyUilSQRGsLZfbP+vCRcSZfnpZBlaqHtCv3urS99bl6KYbrPAGkbMLVpkoKq6c6QFsO0VJRa2wgQaYLOmE5KA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.209_1751551866517_0.2743341324220365","host":"s3://npm-registry-packages-npm-production"}},"1.2.210":{"name":"@opensea/vessel","version":"1.2.210","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.210","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"cc226fc554e488ca2518424f10beed6a2da1f294","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.210.tgz","fileCount":23,"integrity":"sha512-0QE2vqQFuIKDsXhl8qnp+A3d4G/mCnc1bJUGOGUjt8suzQ/m7ifHq7UBTMjSBSiIkMammNp+jn75gtJwl8TFRg==","signatures":[{"sig":"MEQCIAdEfCj+ptXax9x7Bi6CqI90AFMEyS5aS2EZ8YQzhAMaAiAbCd6WgeAUmyq9UK6ByxZ7tgtWh4o5H7KMCTIyFs09Xg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.210.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/269f98a5b35268a411f6e118416d0626/opensea-vessel-1.2.210.tgz","_integrity":"sha512-0QE2vqQFuIKDsXhl8qnp+A3d4G/mCnc1bJUGOGUjt8suzQ/m7ifHq7UBTMjSBSiIkMammNp+jn75gtJwl8TFRg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.210_1751555481642_0.46568932164474663","host":"s3://npm-registry-packages-npm-production"}},"1.2.211":{"name":"@opensea/vessel","version":"1.2.211","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.211","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"cdf29cba736c751a7288f2b3b409fb15dc7f69bb","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.211.tgz","fileCount":23,"integrity":"sha512-WjnMIzCl/ODumIEzChUZkM/l4JhI43ypTa6BnfkgIlx3i1LHBK5SaDZdqBJsHuaFCzH1Adoq8ycZBQqIML6qiQ==","signatures":[{"sig":"MEUCIBpanGKLWE3IADBdVOFu6a76njca0pcLeLtG18GFkcZ3AiEAxWDlB7pmTz5cPxUhrjhfjMqZdfvcOs654MGUgzBJUAA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.211.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/14451a673a2046920b3a309fc424679d/opensea-vessel-1.2.211.tgz","_integrity":"sha512-WjnMIzCl/ODumIEzChUZkM/l4JhI43ypTa6BnfkgIlx3i1LHBK5SaDZdqBJsHuaFCzH1Adoq8ycZBQqIML6qiQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.211_1751563962984_0.349910842869374","host":"s3://npm-registry-packages-npm-production"}},"1.2.212":{"name":"@opensea/vessel","version":"1.2.212","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.212","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"b5385de73e1f3fe7e3cda1e4b5dfc640decce47b","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.212.tgz","fileCount":23,"integrity":"sha512-YldWA+Bn2RGfbkwCLXJXpuLNOYGtr8T0ykIkLrodEI6wDOxaatcoNziDCmxrK0atHoOQwiFf8CSLUfBp4tx5nQ==","signatures":[{"sig":"MEQCID6UQnCTcVnE2CGrK/IMvbba+dSzjOA3gmBIl69j7lWmAiBv5aULpWH7S4uC+I3AkDUpun3HdoJifr63nnPj3DxNsw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.212.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/85f040b10cccf3932f18917426c11e74/opensea-vessel-1.2.212.tgz","_integrity":"sha512-YldWA+Bn2RGfbkwCLXJXpuLNOYGtr8T0ykIkLrodEI6wDOxaatcoNziDCmxrK0atHoOQwiFf8CSLUfBp4tx5nQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.212_1751566374687_0.9778636639754805","host":"s3://npm-registry-packages-npm-production"}},"1.2.213":{"name":"@opensea/vessel","version":"1.2.213","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.213","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"beb6a33c4ea39c692bb8e60625fc20a892d91b8e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.213.tgz","fileCount":23,"integrity":"sha512-h5XSryJwM+hwbiE/REiO1h8rT8TWWjAUuGKvJzxqB20pTQ6DoYs7orJeDhnCU/lBXTRGUiVsGxWiv/SA24/Ygw==","signatures":[{"sig":"MEUCIHiNBHFxFLZpq9BO2eysVikTzqbfvCnsZfUKI9+qetygAiEApaoMoMQro9bfoEBpEmdoiiwIAj4gRP+Q1MF9AdLXEf8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.213.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/17404cd9da284fdce6679a7c3aeca0d2/opensea-vessel-1.2.213.tgz","_integrity":"sha512-h5XSryJwM+hwbiE/REiO1h8rT8TWWjAUuGKvJzxqB20pTQ6DoYs7orJeDhnCU/lBXTRGUiVsGxWiv/SA24/Ygw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.213_1751589084964_0.3245173423983163","host":"s3://npm-registry-packages-npm-production"}},"1.2.214":{"name":"@opensea/vessel","version":"1.2.214","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.214","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"be4a4357d84e8ffe89e9aad887cb752ee0c34278","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.214.tgz","fileCount":23,"integrity":"sha512-gjjje4j3am757CgfFSJJXWopGU/yUOYuGgmF0yByysS5JUmmr/+qPCgb6ZevoNRhv2miaSy2TMHk8rLGFk7UVQ==","signatures":[{"sig":"MEUCIEQTMTX6sC0quXhSbCHFkekGaB0uGMupBfciULLSLiymAiEAiE+CTpUjmC1EQhRYQ9rKi7zOJDRzga6ceKPL7Ps+bfw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.214.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/3e4c810b19d50ab08bbebf590e812118/opensea-vessel-1.2.214.tgz","_integrity":"sha512-gjjje4j3am757CgfFSJJXWopGU/yUOYuGgmF0yByysS5JUmmr/+qPCgb6ZevoNRhv2miaSy2TMHk8rLGFk7UVQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.214_1751609632631_0.6084125665008371","host":"s3://npm-registry-packages-npm-production"}},"1.2.215":{"name":"@opensea/vessel","version":"1.2.215","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.215","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"0f4f4bcb86441e8f6b0c7853dfdfe5f6b3b97b26","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.215.tgz","fileCount":23,"integrity":"sha512-+U3mX0vsHgkkx/tiCZwd2eFxs8pG3pbKhNsSdAXjOfS8R+mr8k8HhVyH0B9o4esi9Oc7NBlg91wPnTeWpmngyQ==","signatures":[{"sig":"MEUCIG8m4c/COd5NVG59oCAxfqdLzx+gUhMmF8l7im5dA0AZAiEA9TVrGB8oaFnjlatG9THok99fWThUliiKOQ0LI0Y4awQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.215.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/1fafcf328967334a8de31498dec48240/opensea-vessel-1.2.215.tgz","_integrity":"sha512-+U3mX0vsHgkkx/tiCZwd2eFxs8pG3pbKhNsSdAXjOfS8R+mr8k8HhVyH0B9o4esi9Oc7NBlg91wPnTeWpmngyQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.215_1751641864409_0.9274340610063365","host":"s3://npm-registry-packages-npm-production"}},"1.2.216":{"name":"@opensea/vessel","version":"1.2.216","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.216","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"50c02035956c21c0ca2b801357b1fbc3f7113982","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.216.tgz","fileCount":23,"integrity":"sha512-0XUKTi/YFsxTAlgsnJdeSUOZqKwWyWeSbN9W0IrRqEDu7A1XMi0ie+MnpWXZ/+2yGyG7GkWoLqEkqHum9FGbAQ==","signatures":[{"sig":"MEYCIQDoOrdmgVYnV57ou9RsMU9htiwfyUn3tans4YfRpG0nrwIhALmwfV0RtxBoSBKSn3AWVfwi/PuHXM0GR1JSVXK2WHbE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.216.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ef667f43812b9ae1d0f6892b90543576/opensea-vessel-1.2.216.tgz","_integrity":"sha512-0XUKTi/YFsxTAlgsnJdeSUOZqKwWyWeSbN9W0IrRqEDu7A1XMi0ie+MnpWXZ/+2yGyG7GkWoLqEkqHum9FGbAQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.216_1751652759483_0.5371717288159188","host":"s3://npm-registry-packages-npm-production"}},"1.2.217":{"name":"@opensea/vessel","version":"1.2.217","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.217","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"b821f52c168f3c118652b41b50d9b48624db581f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.217.tgz","fileCount":23,"integrity":"sha512-bZaUPoB4rX+xrJCf30C2NSXnArfr6yqbbcgfYz5pYUtoVynf5d1SKdozGqv7GqWsQHXQgNy9v+WgcWwZISP5jQ==","signatures":[{"sig":"MEUCIBAPNH2eZr4yhWjb466whtsmirpptzc0oHXPwtexfOzQAiEAindHnYxlqY48QeZRWHhI4qT754woI4b4aRqoRHKGYRM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.217.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b8f56900c06f7c902359ad5ed3a560f0/opensea-vessel-1.2.217.tgz","_integrity":"sha512-bZaUPoB4rX+xrJCf30C2NSXnArfr6yqbbcgfYz5pYUtoVynf5d1SKdozGqv7GqWsQHXQgNy9v+WgcWwZISP5jQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.217_1751906340715_0.7003653160149808","host":"s3://npm-registry-packages-npm-production"}},"1.2.218":{"name":"@opensea/vessel","version":"1.2.218","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.218","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"73d4cc43c088a289f97ccc8aededc4ccf3b7bd03","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.218.tgz","fileCount":23,"integrity":"sha512-R0s0OLeZXarAJ0kSUfsGp3USlMFovGMfU+TNtlU5jXXr2v3NZcTak0dLuuEZNPhrHW3/U8Andh+cL1PSHFIxKA==","signatures":[{"sig":"MEUCIBTExRXfDp58ahCRxrZqny4I8hDBUEfNAXu9BRA3c1xRAiEAggWJb2f269bDt9X+vigS5gPsJO1c3lz/dqDxs7SXlnA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.218.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5ec48aa42357d91c3c3db8c35764dcb8/opensea-vessel-1.2.218.tgz","_integrity":"sha512-R0s0OLeZXarAJ0kSUfsGp3USlMFovGMfU+TNtlU5jXXr2v3NZcTak0dLuuEZNPhrHW3/U8Andh+cL1PSHFIxKA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.218_1751952041977_0.9808235341913014","host":"s3://npm-registry-packages-npm-production"}},"1.2.219":{"name":"@opensea/vessel","version":"1.2.219","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.219","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"259aa864d8e9e789d8af83601533c90d8c5b0d22","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.219.tgz","fileCount":23,"integrity":"sha512-SfN9jBdGyupNcaZVQlGiao7ZeuQkxEDLVP/6rnO3TiaT2Fftaw+ZJj0l0JUU1XfcxQLvOgfPeYpzC0ImAixBZQ==","signatures":[{"sig":"MEQCIG+hNyDLxP88vi5bgun31hy3Q+/oUWMSh5P+PsOpgv38AiBVaelZJptVeaNxfH3So1LYcXTRcvf4OnIaanC6azQ39g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.219.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/827601500f70d61d8f285fcb6b4ebf53/opensea-vessel-1.2.219.tgz","_integrity":"sha512-SfN9jBdGyupNcaZVQlGiao7ZeuQkxEDLVP/6rnO3TiaT2Fftaw+ZJj0l0JUU1XfcxQLvOgfPeYpzC0ImAixBZQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.219_1751952788842_0.015918393363195227","host":"s3://npm-registry-packages-npm-production"}},"1.2.220":{"name":"@opensea/vessel","version":"1.2.220","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.220","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"cf877f63be2f9d5056bb0c2a2967b00719cd7717","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.220.tgz","fileCount":23,"integrity":"sha512-T3kP3Dec8EUnLDYSzCP8gHC/tew2z0p+1SLhHBiAj02zVJqK/c7zja6EgSh2gPsyUYO2GPmbsuqaU0rtmQGddg==","signatures":[{"sig":"MEUCIDL3OWY8oJBywW2LNMzlxokkl+4lfS9dJTrYcQK+J5lfAiEA06dUoP5fFC2XrNFqkIGE1+ukWL//Ne/ujvwOHq5R72c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.220.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b2ca856311ed84196a443a7965de16b5/opensea-vessel-1.2.220.tgz","_integrity":"sha512-T3kP3Dec8EUnLDYSzCP8gHC/tew2z0p+1SLhHBiAj02zVJqK/c7zja6EgSh2gPsyUYO2GPmbsuqaU0rtmQGddg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.220_1751954222128_0.5271122101510528","host":"s3://npm-registry-packages-npm-production"}},"1.2.221":{"name":"@opensea/vessel","version":"1.2.221","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.221","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"d0a0ead5bd27e6ece35791759001b9f782c7dfe2","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.221.tgz","fileCount":23,"integrity":"sha512-Dtlsj9W8/+y9r1WAnY6MlS4tsZFOFxr5hxgL6H0BCjuK8DoX/d4qu8EeAzMRnA2GZgz7AH52YdxvdeyIUGDgKg==","signatures":[{"sig":"MEUCIBAcuQv7X4LBjm62zUdSLHiFjsMmFrJysCp/xgUyYqDKAiEAqcI9V9LQnkhr3LiBB8HgY49oniRv47BB2AFieQzblE8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.221.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/9beb6e59c8cb86cb1b7bc5f1a13ed3b9/opensea-vessel-1.2.221.tgz","_integrity":"sha512-Dtlsj9W8/+y9r1WAnY6MlS4tsZFOFxr5hxgL6H0BCjuK8DoX/d4qu8EeAzMRnA2GZgz7AH52YdxvdeyIUGDgKg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.221_1751955226949_0.1762151734624835","host":"s3://npm-registry-packages-npm-production"}},"1.2.222":{"name":"@opensea/vessel","version":"1.2.222","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.222","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"275e511e079e384d52870a9c77280dd2b522b03d","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.222.tgz","fileCount":23,"integrity":"sha512-P6bnBP4QJF3zbcGxeNMOuE5vLNOCERXtH30Vz6PZwiIYMvbTJIOdOGJZQeQtJgrWm47KyOntURdBJUbx/GNfXg==","signatures":[{"sig":"MEQCICVkhsS4yluYZL8tTT02vd5wQJyDf1sRtmPPthkC16VFAiAoe4HYTwFObOWtmOlWJz988b1bmekAuYJV3igVkBSwLQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.222.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/141938db2d3e211f703e9a705754f2c3/opensea-vessel-1.2.222.tgz","_integrity":"sha512-P6bnBP4QJF3zbcGxeNMOuE5vLNOCERXtH30Vz6PZwiIYMvbTJIOdOGJZQeQtJgrWm47KyOntURdBJUbx/GNfXg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.222_1751965964773_0.06334803111507847","host":"s3://npm-registry-packages-npm-production"}},"1.2.223":{"name":"@opensea/vessel","version":"1.2.223","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.223","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"39add659ec43a92770f2f43500007a6dadd0f762","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.223.tgz","fileCount":23,"integrity":"sha512-Qj+b7YBJwT+/s+ukDMXmcLKTO+hI80uQDkNtNtSQRbkVDuu76NMxw+UBm4MBj0Chzio6xkJ4nrYE+NGt4ROQOw==","signatures":[{"sig":"MEUCICDUEeJGqXEfIkoFlh1iePeee3DjTAcXcYwr0b1JL4wiAiEA7PBvzuH8G7CKkPcAgD93L/aHWpMDH5XUwixHXmRp7jc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.223.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e280bdc3a93addc30323105f1e025325/opensea-vessel-1.2.223.tgz","_integrity":"sha512-Qj+b7YBJwT+/s+ukDMXmcLKTO+hI80uQDkNtNtSQRbkVDuu76NMxw+UBm4MBj0Chzio6xkJ4nrYE+NGt4ROQOw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.223_1751969480744_0.9462167204571974","host":"s3://npm-registry-packages-npm-production"}},"1.2.224":{"name":"@opensea/vessel","version":"1.2.224","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.224","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"94c8f88feb42136090634791b29a545303673a55","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.224.tgz","fileCount":23,"integrity":"sha512-yTP3BfcZOTWn+xpmEaCkoIwUy4xcXNzIisERTQLTWN5ypF1QN7XjTv6OR30+pDNS5UddsIz+r0IdgGvRcv4QzQ==","signatures":[{"sig":"MEUCIQDwIzuEt3VcK6AiD8tYaOlUIEHucQgJQ5zHnxuf/x5MIgIgeOuQBmF8XUqQu5uH+9xmfCRu0ad5AAlvn+QMfdEQeLY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.224.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e38ba6b4d8f08616726df57503b8f960/opensea-vessel-1.2.224.tgz","_integrity":"sha512-yTP3BfcZOTWn+xpmEaCkoIwUy4xcXNzIisERTQLTWN5ypF1QN7XjTv6OR30+pDNS5UddsIz+r0IdgGvRcv4QzQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.224_1751980876923_0.716859174131752","host":"s3://npm-registry-packages-npm-production"}},"1.2.225":{"name":"@opensea/vessel","version":"1.2.225","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.225","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"c81ccb53a3bb6ecb0a8985e1456bff79f8c8dab6","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.225.tgz","fileCount":23,"integrity":"sha512-c93yDLDxHu9NTYtbYZk0ecCiEfWDQ0d65O/9DUZZLtN7JARPQwXUxkXaPDXiDe1aLt5PETgApVJjHFfqQ6oz/g==","signatures":[{"sig":"MEUCIQCIMx38S/gIWyoLgdsv8oc7TjVxuwaUAcHAOrbRBirjUAIgOP8kHoqhXslsOVNkib/ESlnLC5pKuA51UpoyrHpQKc4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.225.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/7bfd6038fa8f59495cc31583acbc6ade/opensea-vessel-1.2.225.tgz","_integrity":"sha512-c93yDLDxHu9NTYtbYZk0ecCiEfWDQ0d65O/9DUZZLtN7JARPQwXUxkXaPDXiDe1aLt5PETgApVJjHFfqQ6oz/g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.225_1751994678279_0.13175843366246598","host":"s3://npm-registry-packages-npm-production"}},"1.2.226":{"name":"@opensea/vessel","version":"1.2.226","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.226","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"e949def5cd2607e334ffbcea98dc3eb9590c8292","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.226.tgz","fileCount":23,"integrity":"sha512-KMRny+LqyKCmZRn7siQipsRH0A9Gk/8hekJeXLPDvynA4iYwNG6VQswQ7nFpv0sSJa4uOttoYQBsl9/M8W8zMg==","signatures":[{"sig":"MEUCIQCT0LOKBkcD1i5lwLZKDVopmYf2sOc7VB2BNhJg0ycwrQIgExllexXBn4S0eCbMVvdsGG6q0X6OCMHXx8aZNnHKpoM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.226.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c18a2ada76abc12d269efe9fa75773d9/opensea-vessel-1.2.226.tgz","_integrity":"sha512-KMRny+LqyKCmZRn7siQipsRH0A9Gk/8hekJeXLPDvynA4iYwNG6VQswQ7nFpv0sSJa4uOttoYQBsl9/M8W8zMg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.226_1752045151828_0.44494777087045834","host":"s3://npm-registry-packages-npm-production"}},"1.2.227":{"name":"@opensea/vessel","version":"1.2.227","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.227","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"9a893ec6d9ce205f5dd3be2ca11d11dfde4635f2","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.227.tgz","fileCount":23,"integrity":"sha512-TwZSHfu4vCpqeIYBZDv6q77i7jiRkUKBu/FSpsxmrgfUjNtJGDJ46z34kRvl8C+x04fcC9DemVs07K27BrhCXw==","signatures":[{"sig":"MEQCIEjrCHtNJ91d+KaaZZAslBQLGpr9LWZ20FFRufswRanUAiA7XicF88/JMYgPwZvgUfvsOJrBehZ/tIhXP43PumHEwA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.227.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/eecbf575255f3f6ba7dd099ef600b4ba/opensea-vessel-1.2.227.tgz","_integrity":"sha512-TwZSHfu4vCpqeIYBZDv6q77i7jiRkUKBu/FSpsxmrgfUjNtJGDJ46z34kRvl8C+x04fcC9DemVs07K27BrhCXw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.227_1752124974223_0.010164132175624285","host":"s3://npm-registry-packages-npm-production"}},"1.2.228":{"name":"@opensea/vessel","version":"1.2.228","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.228","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"f9cb15fd349dc5cd84aa35290157884a36f0f0f1","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.228.tgz","fileCount":23,"integrity":"sha512-B5CACHMMgM2624xPeUYVIaHUKEttSLxJo2Cru0m3DdJj3OdK8m7UeTJM0hJjUDmaws3W+w+QatscnKVtpf7niw==","signatures":[{"sig":"MEQCIEFaOMOUQg75p1NqW8ZYqzSkDz5k9HTaLY61khWA7sNZAiAJvg/FcYt7WoG1ppIV1gfCS5qEvvy+g+W6ztBynvT0zw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.228.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/8a8b4071ea2817c0c736c6cdeb55be2c/opensea-vessel-1.2.228.tgz","_integrity":"sha512-B5CACHMMgM2624xPeUYVIaHUKEttSLxJo2Cru0m3DdJj3OdK8m7UeTJM0hJjUDmaws3W+w+QatscnKVtpf7niw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.228_1752128145672_0.4551783562602578","host":"s3://npm-registry-packages-npm-production"}},"1.2.229":{"name":"@opensea/vessel","version":"1.2.229","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.229","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"810483c738ebbb0de042659e8e79d63efe4456f5","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.229.tgz","fileCount":23,"integrity":"sha512-YUw53I1O+RjE7PGT9oRkIRZY0YSZedegaaBXT5QyREJLJSSmzuTtTMtDgmbs3clTtWUfK5b6B+k7bkNgNT9T5g==","signatures":[{"sig":"MEUCIQDKgDo0zFQysBmAT6VT51D+WlFxqiMwA6/xeEP/ZJtbHwIgR9XWbpdH0Ieuri8ERoWG7e35Hlul9PlaBZ9vI8GKEyI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.229.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/2453f3a7b5dc3c1d0a0ed6ba53927ce5/opensea-vessel-1.2.229.tgz","_integrity":"sha512-YUw53I1O+RjE7PGT9oRkIRZY0YSZedegaaBXT5QyREJLJSSmzuTtTMtDgmbs3clTtWUfK5b6B+k7bkNgNT9T5g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.229_1752157654960_0.557443422383207","host":"s3://npm-registry-packages-npm-production"}},"1.2.230":{"name":"@opensea/vessel","version":"1.2.230","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.230","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"22d0b542548a2b8311f164f75a7c1ccb4ecb8285","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.230.tgz","fileCount":23,"integrity":"sha512-GD37sfWjDlOum6ta9rqGqC3Ms4dgVqYwdic8Z3M/v4etwxwjResxXACQBJUNVdJ/g9ik3x9f+ZvOqIkjUtBtfw==","signatures":[{"sig":"MEYCIQCQ6lthuNwi/Fj24vMD4W2t67vI3dCynjVM5XBjw446kQIhANPqq2sGzhTT6pZU1tWsf2H/hxx4t6jp9oU7DEWtRNlL","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.230.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","actor":{"name":"meemaw","type":"user","email":"ematej.snuderl@gmail.com"},"email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c11e2029d7096ffb49378ffb81ffaf32/opensea-vessel-1.2.230.tgz","_integrity":"sha512-GD37sfWjDlOum6ta9rqGqC3Ms4dgVqYwdic8Z3M/v4etwxwjResxXACQBJUNVdJ/g9ik3x9f+ZvOqIkjUtBtfw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.230_1752160300068_0.02531424961776163","host":"s3://npm-registry-packages-npm-production"}},"1.2.231":{"name":"@opensea/vessel","version":"1.2.231","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.231","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"6a4d59a1a4729e7bc3ec5b016814a501d65bc9e5","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.231.tgz","fileCount":23,"integrity":"sha512-0Y1NNWrrscj5710o9aRwU7EBfRuUdz2WBgT++Y/QQ2bZZIh/fMDtdF5mq6Vtd721bkpMi+hy2vaqigHC/PGWdw==","signatures":[{"sig":"MEYCIQDS/ESeqT9n/bPQ2O/Yj2Gliisdgxdp+XPNQATPATt4EQIhAP5aBNYLQvWL/+ahltYG/WZe5KOFMf1mpg9Qqh5nhtwj","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.231.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/53c415645d6d80801d9ef7d8826ec46b/opensea-vessel-1.2.231.tgz","_integrity":"sha512-0Y1NNWrrscj5710o9aRwU7EBfRuUdz2WBgT++Y/QQ2bZZIh/fMDtdF5mq6Vtd721bkpMi+hy2vaqigHC/PGWdw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.231_1752189049103_0.8149334899333887","host":"s3://npm-registry-packages-npm-production"}},"1.2.232":{"name":"@opensea/vessel","version":"1.2.232","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.232","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"d429060f7fbefc89e42ba3147e49579753243ff7","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.232.tgz","fileCount":23,"integrity":"sha512-EVJb5Fna8kWm0SmpsN3ABL83infGYlOo65ly5hHRPAGHzJMXPYXRoy6t4N9liSn6/sK7aYyMeHjmIjhPBWXy6g==","signatures":[{"sig":"MEUCICFi/4QXrmVAPpYbFU2dr23/T4YgSQKX2y25XYQWtpfKAiEAmNiPP0jnJmcMUx40WEQnYnXl8j2b3H5W8XkgfLPgYMI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.232.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/09eec7ef09d5d8b1f2c64068b874292b/opensea-vessel-1.2.232.tgz","_integrity":"sha512-EVJb5Fna8kWm0SmpsN3ABL83infGYlOo65ly5hHRPAGHzJMXPYXRoy6t4N9liSn6/sK7aYyMeHjmIjhPBWXy6g==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.232_1752190407723_0.11117256241478324","host":"s3://npm-registry-packages-npm-production"}},"1.2.233":{"name":"@opensea/vessel","version":"1.2.233","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.233","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"edbfc6f0c354e2123b4a924487e082d28de1019d","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.233.tgz","fileCount":23,"integrity":"sha512-5TZh/LoY6S4jIrNvqBMn4a+QSoIfnouP300y1qcdUVTQDaI/EyrEg4y1kj/MKNBDFDojipH7++sIDcnMjQi8xQ==","signatures":[{"sig":"MEQCIAvyPKYBtG405wksSzcjQHYCTFDHzRGUccr9Y9HkM3olAiBUWN68NCF+48jr2KaHWyfbUbsH0L4hLGTdN80v6JTRqw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.233.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/1ba44780cc3170a3e508e9ed3812038d/opensea-vessel-1.2.233.tgz","_integrity":"sha512-5TZh/LoY6S4jIrNvqBMn4a+QSoIfnouP300y1qcdUVTQDaI/EyrEg4y1kj/MKNBDFDojipH7++sIDcnMjQi8xQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.233_1752193941697_0.06958615263251633","host":"s3://npm-registry-packages-npm-production"}},"1.2.234":{"name":"@opensea/vessel","version":"1.2.234","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.234","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"66a3a8f1374738ad57b62c80f81e34f6d90c5e4a","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.234.tgz","fileCount":23,"integrity":"sha512-OBevoPc8fpGEMj3PkWl6D22FNhlt7gph9Il/qBml7jVONnmePRDlpCdAqhkdkveaK5nNFcyLO/GFMWHxJUVjzw==","signatures":[{"sig":"MEUCIQCaadF/BXGq63FVd/gKyd3m7fb3zKcYIvqaGyDA8Z0m2AIgSULQzBCJbiuOkPzI/s9YdBomqjIMUnIIBivie3nj2m4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.234.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/ef09497077a9de23183cd3faba3da298/opensea-vessel-1.2.234.tgz","_integrity":"sha512-OBevoPc8fpGEMj3PkWl6D22FNhlt7gph9Il/qBml7jVONnmePRDlpCdAqhkdkveaK5nNFcyLO/GFMWHxJUVjzw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.234_1752232244505_0.6621799819052525","host":"s3://npm-registry-packages-npm-production"}},"1.2.235":{"name":"@opensea/vessel","version":"1.2.235","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.235","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"a1887ee4a73b7797616ad2a8bc69dd1eac6aaaa5","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.235.tgz","fileCount":23,"integrity":"sha512-8s5Grg45TJPTDzsxet2AIq66saLHzVbNDsKXd/3BUkqNzruvJGR5JRMVcya8baqNwYBGwu9UnJyupR1k2NJkqg==","signatures":[{"sig":"MEYCIQCl+HUzs+CfhmGPAU7yhCR6+f0Zaca6JuzHQXwG/zzElgIhAJtbOcFgFZQYGsPzdmyWqlixZZRBGKBPnQjfGKQ1kKlm","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.235.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/a4130dd21f8f9586f9dd3203af947241/opensea-vessel-1.2.235.tgz","_integrity":"sha512-8s5Grg45TJPTDzsxet2AIq66saLHzVbNDsKXd/3BUkqNzruvJGR5JRMVcya8baqNwYBGwu9UnJyupR1k2NJkqg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.235_1752245805110_0.6756383363638392","host":"s3://npm-registry-packages-npm-production"}},"1.2.236":{"name":"@opensea/vessel","version":"1.2.236","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.236","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"2589dea2c280612935777c0e99270a7ee663b4c1","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.236.tgz","fileCount":23,"integrity":"sha512-ElUyfED/geeVKSxJPcqHqP9yibhpn/e9ZJR59y9ogujAk80y+UfwUpoqTCoK4WXtm9SOAUpoL9G2/3RMv/duVw==","signatures":[{"sig":"MEYCIQCzb2wtubbA8RqIOxR3owLmloG1c1vc01Y6sw+UzjsrogIhAOQomNQGbe12lc24H8DD15cZSn788TKKYn7+KnEbHj9k","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.236.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/982689f8e7bb391a97256afd008b4c1b/opensea-vessel-1.2.236.tgz","_integrity":"sha512-ElUyfED/geeVKSxJPcqHqP9yibhpn/e9ZJR59y9ogujAk80y+UfwUpoqTCoK4WXtm9SOAUpoL9G2/3RMv/duVw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.236_1752260995804_0.27335281475888995","host":"s3://npm-registry-packages-npm-production"}},"1.2.237":{"name":"@opensea/vessel","version":"1.2.237","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.237","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"f832a4580bac12d9f715780b184583828eb1ec74","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.237.tgz","fileCount":23,"integrity":"sha512-zYNE5Edt4+gAjWm9g3eqjaIhvUf/E9jhCVKs24TDnm3MPcFIDo4tS1hGk0JRJHk5nvmhNjCwAbBzLVwDG21PKQ==","signatures":[{"sig":"MEUCIEBBYKb6u/I901i8+in2X9/dHOjOs+5s9dbYp2xdh/D8AiEAvOkQnE6ezGIL1QRWVVtPzv0Ro6OTHGLCVwpO8+9cfik=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.237.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/b1eab3b86b9f3740a113a1ee65f32579/opensea-vessel-1.2.237.tgz","_integrity":"sha512-zYNE5Edt4+gAjWm9g3eqjaIhvUf/E9jhCVKs24TDnm3MPcFIDo4tS1hGk0JRJHk5nvmhNjCwAbBzLVwDG21PKQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.237_1752302589922_0.518310688413959","host":"s3://npm-registry-packages-npm-production"}},"1.2.238":{"name":"@opensea/vessel","version":"1.2.238","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.238","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"bbb4978cc2015e7a952225ab5902f5bea7a4fe19","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.238.tgz","fileCount":23,"integrity":"sha512-p8zWiKj5FYZkDi6aQYcD1/AetbTAS99k1Nps9AHXzw4slTSof27+IbyCAzuAxbpxZ8c9CLAZq8x6QSO9flbHKw==","signatures":[{"sig":"MEUCIE3m+PutB7NOx/1Leq6TnGfKArcAh/ELRhNsoT/HRS/3AiEA8LW18DVNT4Nnl02v7ZE2ZM3R0LI8PTE/gKNvjj50Awk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.238.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d69cb42ee57b6e1ca2e1e107c46a8777/opensea-vessel-1.2.238.tgz","_integrity":"sha512-p8zWiKj5FYZkDi6aQYcD1/AetbTAS99k1Nps9AHXzw4slTSof27+IbyCAzuAxbpxZ8c9CLAZq8x6QSO9flbHKw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.238_1752571382622_0.5133899587224142","host":"s3://npm-registry-packages-npm-production"}},"1.2.239":{"name":"@opensea/vessel","version":"1.2.239","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.239","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"8e3e653b92cbf9107d6c4302bcb0fb21b8c9156c","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.239.tgz","fileCount":23,"integrity":"sha512-tQDoshxF26+ofaJFtBoiicUEWCStgDm0SWKCT8EWGGjhrLjz0YAPnBK3qHAwEUp/mHOHMXHnrdnQWV8CKRVcWA==","signatures":[{"sig":"MEUCIQCeCSLDzvfsunnAS7sfZ3XEbjTdkOmrme9EHa5pZ/G3+AIgU56gW0bfIDwoh7NPhV9oxJgpSeaLMqaQ6HmopTHXFi4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.239.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/29357633ebb9710db61a2bb922eec30c/opensea-vessel-1.2.239.tgz","_integrity":"sha512-tQDoshxF26+ofaJFtBoiicUEWCStgDm0SWKCT8EWGGjhrLjz0YAPnBK3qHAwEUp/mHOHMXHnrdnQWV8CKRVcWA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.239_1752572505020_0.23737125824570993","host":"s3://npm-registry-packages-npm-production"}},"1.2.240":{"name":"@opensea/vessel","version":"1.2.240","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.240","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"002fb528c88edccf78ec3376ced6e697cd5379ff","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.240.tgz","fileCount":23,"integrity":"sha512-p569vXwibbCaM/wla6m1SJNY1Voi2p25WkffKr0kHaoHcz3zoujIlxVOfvI+mCTeU2j4Ca5kt9Pl5w/bu+7V+A==","signatures":[{"sig":"MEYCIQCVPDmpMO2RodEznX+ejzalRNGX0HLiW7P3Pfr/W26rygIhALGg1iwEHxUq0jsSIsBTUNKkw5f4Fy0hPOPFEHdL//yO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.240.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c92caa3c2aa8c0f6cfb61becb57b5c5d/opensea-vessel-1.2.240.tgz","_integrity":"sha512-p569vXwibbCaM/wla6m1SJNY1Voi2p25WkffKr0kHaoHcz3zoujIlxVOfvI+mCTeU2j4Ca5kt9Pl5w/bu+7V+A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.240_1752574348281_0.42540218536347285","host":"s3://npm-registry-packages-npm-production"}},"1.2.241":{"name":"@opensea/vessel","version":"1.2.241","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.241","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"a3ec47dd96b8444e080f7a1c17375a40c257b13e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.241.tgz","fileCount":23,"integrity":"sha512-Tiy8LHdii76y8MxedewaWB+0rtLs+R2hE99Vn8KISB4dumjbcvdFmpoaqMOvQR/axfxWt9kIMGPYyT37UB5vYg==","signatures":[{"sig":"MEQCICwX7iuXR8S1kKzPJP3+tUkDXCXmnIMyYAqbsnGi5TDnAiACKN4qlyC+PHXhfjxI1oLEXPtJcqYK+J3pO8zDNnna1Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.241.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/7785dd234029b800e22f1e808b28af73/opensea-vessel-1.2.241.tgz","_integrity":"sha512-Tiy8LHdii76y8MxedewaWB+0rtLs+R2hE99Vn8KISB4dumjbcvdFmpoaqMOvQR/axfxWt9kIMGPYyT37UB5vYg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.241_1752575540335_0.3054453349729085","host":"s3://npm-registry-packages-npm-production"}},"1.2.242":{"name":"@opensea/vessel","version":"1.2.242","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.242","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"f129a4a995459a94c873aafeedd52e635666caf9","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.242.tgz","fileCount":23,"integrity":"sha512-wYcPLpt7SpgXEXoIO1KE7+iri1J1GUZI3KkE1IFHxV+UUhTwlubfByJDyZGsS7rHK6aOkA9b9mu3CkYfZOaKmg==","signatures":[{"sig":"MEQCIFlj0XenCAo3OIvWOp3yyJHLzuviIJYihH4d27GwcgHVAiBh/Ok9de9NbpJ5ke2nmLW60eamBEf509VkO6Issj9kxg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.242.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/62396a339b8809dc9ba1607940ff52c4/opensea-vessel-1.2.242.tgz","_integrity":"sha512-wYcPLpt7SpgXEXoIO1KE7+iri1J1GUZI3KkE1IFHxV+UUhTwlubfByJDyZGsS7rHK6aOkA9b9mu3CkYfZOaKmg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.242_1752581766524_0.379596081260714","host":"s3://npm-registry-packages-npm-production"}},"1.2.243":{"name":"@opensea/vessel","version":"1.2.243","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.243","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"db26d5b57644a62d44445bba5bb6df6b71f5981b","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.243.tgz","fileCount":23,"integrity":"sha512-uR46Z9XGzRuSVN7C2EoDwaxGlk7gMa00u9RgulvbbhLkRHqUwmKS8dVCOZ7L7VPh2bZxKt4rSIzJShpRXDX/Fg==","signatures":[{"sig":"MEYCIQD9utvsj7lgVG8nN2lffcBF4Rh6VDzBZ5uc+GeS8OXK9QIhAOI+Q6KiGQVHL1S676n9FhK6zUxrG0O3lI38fTwXT6Ia","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.243.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f171db3fbe6be75c3f3b70db03d279a6/opensea-vessel-1.2.243.tgz","_integrity":"sha512-uR46Z9XGzRuSVN7C2EoDwaxGlk7gMa00u9RgulvbbhLkRHqUwmKS8dVCOZ7L7VPh2bZxKt4rSIzJShpRXDX/Fg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.243_1752592285780_0.5297389680742703","host":"s3://npm-registry-packages-npm-production"}},"1.2.244":{"name":"@opensea/vessel","version":"1.2.244","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.244","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"11209a77fe7e9d97b1673d3a97b687dcbfdad79b","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.244.tgz","fileCount":23,"integrity":"sha512-OK94vjQ3WqeRFw0wFEcTL2VRr+7tqKLv+xR9Eo2xpCtxJY0brEx6isDyDXXG++9qLeSFPLu72r7Y6RE403wjzg==","signatures":[{"sig":"MEYCIQCRUQERL/zHeF2XWRA73NdqKtt11pxy9dStJfQHq8EoNgIhAJN6KqxD/VFmAokWYFpP313QlgMoUYEiNrO8V/tJuvYf","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.244.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f8fb84364cedad6fefa9ba3d5224b837/opensea-vessel-1.2.244.tgz","_integrity":"sha512-OK94vjQ3WqeRFw0wFEcTL2VRr+7tqKLv+xR9Eo2xpCtxJY0brEx6isDyDXXG++9qLeSFPLu72r7Y6RE403wjzg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.244_1752625955333_0.1668612996118588","host":"s3://npm-registry-packages-npm-production"}},"1.2.245":{"name":"@opensea/vessel","version":"1.2.245","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.245","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"fb8c6e00ab501e76587e88150e9354fbb9f844b7","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.245.tgz","fileCount":23,"integrity":"sha512-u4dlKCwnEqxm0W0P4f4XMnddOw/q19LL48gZkI6u0xQEqeMF6JvO76wLPHR4l5qW+p+GlIDX314A2PcLi3D5CQ==","signatures":[{"sig":"MEYCIQDT+U23yGZtJUDAdcdyx8Gh4HziMBTWsr4kLC0BlQN+AQIhAIfI9Jv3Oa7Sm2alY2WeI1owR/mTvsyXSEPoq1wahIHV","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.245.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/e605f07ce3a623808f49017460cc25ae/opensea-vessel-1.2.245.tgz","_integrity":"sha512-u4dlKCwnEqxm0W0P4f4XMnddOw/q19LL48gZkI6u0xQEqeMF6JvO76wLPHR4l5qW+p+GlIDX314A2PcLi3D5CQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.245_1752657264392_0.7205589240859","host":"s3://npm-registry-packages-npm-production"}},"1.2.246":{"name":"@opensea/vessel","version":"1.2.246","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.246","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"14c342ffb4c430c2c023f3b23189288d8c54e559","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.246.tgz","fileCount":23,"integrity":"sha512-uGjUFlbvZgEbF1NJKAi4Ze2QgnVErDEfinNGhWLrzBHGHmq+ggmpfYQhVhctg4JxEvLBRhKlJXAkuNb1NgFGcg==","signatures":[{"sig":"MEYCIQCcPys/Hh2gkKWB7z/1jxWdNHsWswP9RdyuQdz3eV3iRAIhALQ+E6eLKxGnWTDr2QwetCJF+Kvjh2fGuQqMz92MKbwW","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.246.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/1ef63c5500eebcc6195cfdcb2b4fe8d9/opensea-vessel-1.2.246.tgz","_integrity":"sha512-uGjUFlbvZgEbF1NJKAi4Ze2QgnVErDEfinNGhWLrzBHGHmq+ggmpfYQhVhctg4JxEvLBRhKlJXAkuNb1NgFGcg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.246_1752667672459_0.30274176619941207","host":"s3://npm-registry-packages-npm-production"}},"1.2.247":{"name":"@opensea/vessel","version":"1.2.247","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.247","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"9bb8eba34a0267eabf9ba8d2e92a10ffd58e863d","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.247.tgz","fileCount":23,"integrity":"sha512-MBHDEKTXnSxSJVeLNc9GtL5LiHMK+66VMqvKM62+UAWOz0mL+c4C5S+U9YEjgjJ6zXrduaGpTshb7qufefyuJA==","signatures":[{"sig":"MEQCIBEWFyQoyaM9B0X79eJqeG5Elavr72Hv1xqE6IvdAY+KAiBafo3teFJ9QucZWZvTzJJ2IP8lBQA61m8ZskXyLzYKAw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.247.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5f04fc9c3f01962f5aa50d66149bb4ec/opensea-vessel-1.2.247.tgz","_integrity":"sha512-MBHDEKTXnSxSJVeLNc9GtL5LiHMK+66VMqvKM62+UAWOz0mL+c4C5S+U9YEjgjJ6zXrduaGpTshb7qufefyuJA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.247_1752675847535_0.28269208001800217","host":"s3://npm-registry-packages-npm-production"}},"1.2.248":{"name":"@opensea/vessel","version":"1.2.248","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.248","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"7fa539da34234ccf779e944ed23cd72e395e9c00","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.248.tgz","fileCount":23,"integrity":"sha512-QBH1bb8FScMp9jjeHKqoVe6/W7K3wPIDqRQPDkWc0sHNbqE+HpxMIP2D2l8ZCcG0ZfSG7V5XHLC2DVShfMVdsQ==","signatures":[{"sig":"MEUCIQDZ+sCv1PC9dHgnIq7WdwNDgQFTpTebLFetGuj53m1uYAIgXv7a0iz99dF0+Lpnok9EjN26wFsWBXTebvLxDgWL00E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.248.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/4c89f7a520b934d274a5356c987d22c2/opensea-vessel-1.2.248.tgz","_integrity":"sha512-QBH1bb8FScMp9jjeHKqoVe6/W7K3wPIDqRQPDkWc0sHNbqE+HpxMIP2D2l8ZCcG0ZfSG7V5XHLC2DVShfMVdsQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.248_1752735018502_0.5458451340823149","host":"s3://npm-registry-packages-npm-production"}},"1.2.249":{"name":"@opensea/vessel","version":"1.2.249","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.249","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"ffc3685d99deafaa08d7701836fff4ee53b7bb8c","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.249.tgz","fileCount":23,"integrity":"sha512-LLDeJCgfcIHxfMPW18gYUBaHBoFQLkTLInPdEm3CGRw3JY4nNah6Jqi+7ZLgVp0+UDFCSJWv/94WB+Fth2PHqw==","signatures":[{"sig":"MEQCIGYPrBlcJ5kogdhe+oAwrlUQu1BGzpqxFPmt2HZYdjWWAiA1eVy0GlSa2bXYFnfovQBSX+HzB7TnJFL30IowTyhWYQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.249.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/c00ff95a9c596b1dc7147f08c6c62ca9/opensea-vessel-1.2.249.tgz","_integrity":"sha512-LLDeJCgfcIHxfMPW18gYUBaHBoFQLkTLInPdEm3CGRw3JY4nNah6Jqi+7ZLgVp0+UDFCSJWv/94WB+Fth2PHqw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.249_1752746416399_0.5215207497445511","host":"s3://npm-registry-packages-npm-production"}},"1.2.250":{"name":"@opensea/vessel","version":"1.2.250","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.250","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"db31e662ccd43abdbf872b253865399b3c046dbb","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.250.tgz","fileCount":23,"integrity":"sha512-oyGZvJLf1l+AO1bnYEZFfUFh6Zc6nnDG3z5YblAs3LgKFLtMW6eGo+ibZL6H1ih4ei53qi/isoPikessuOqfmw==","signatures":[{"sig":"MEQCIEg68jpT62+6Ay1jk2Oy3vKLRq0tLzT7u5nJ1um8PtHbAiBTVBEU3CigA9domimQugW1nn24VI8QJcPhF2ylmnxkcw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.250.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/9d3766de2d0d4ffa7d8e8977ea820572/opensea-vessel-1.2.250.tgz","_integrity":"sha512-oyGZvJLf1l+AO1bnYEZFfUFh6Zc6nnDG3z5YblAs3LgKFLtMW6eGo+ibZL6H1ih4ei53qi/isoPikessuOqfmw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.250_1752779010453_0.8997989455822348","host":"s3://npm-registry-packages-npm-production"}},"1.2.251":{"name":"@opensea/vessel","version":"1.2.251","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.251","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"6593e4deb6e2a8e6c77b178f0466885416d949a2","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.251.tgz","fileCount":23,"integrity":"sha512-b63/pc/E+cPW2iY5fwr7AzK0evFRjcN3i/S0WvIyE0INUoDfM53Pr0HNSfCDGk0csWEYZ8h2Eq+DH08dwloYMA==","signatures":[{"sig":"MEUCIQDSePiG9Lp1jXMfXojBGpef7HzcF5s78dXkpRsyCp3ZHAIgb0FuXldFJM/6B+XKJk0JcMs9COJ+FU3QE7IH0Jo9TP4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.251.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/5c122af16203a4e6503323ef20005345/opensea-vessel-1.2.251.tgz","_integrity":"sha512-b63/pc/E+cPW2iY5fwr7AzK0evFRjcN3i/S0WvIyE0INUoDfM53Pr0HNSfCDGk0csWEYZ8h2Eq+DH08dwloYMA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.251_1752779678745_0.5419168811869877","host":"s3://npm-registry-packages-npm-production"}},"1.2.252":{"name":"@opensea/vessel","version":"1.2.252","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.252","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"d56140d9b7e942b590e07309ed4d8b3ddca108b0","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.252.tgz","fileCount":23,"integrity":"sha512-jvb9QyL7XW+QmPpFSS+F3fP8gC9b9NJ/0NMZNpV1LvhN9qdNw/BQzUUcr0A9zXaB5h+QdcaEd0g6jDyJN5olZg==","signatures":[{"sig":"MEUCIC9pkCDxo7HLyKF3DSVNIk26J3CGlmYh6aFcDPl1C3g4AiEA0zsE2u2Sa1AOx05TCKzrXiBQYkAWwxjWsf8hMKqURl8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.252.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/18236ecb58c26669b50a88abd84077c0/opensea-vessel-1.2.252.tgz","_integrity":"sha512-jvb9QyL7XW+QmPpFSS+F3fP8gC9b9NJ/0NMZNpV1LvhN9qdNw/BQzUUcr0A9zXaB5h+QdcaEd0g6jDyJN5olZg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.252_1752781332349_0.6706377517343183","host":"s3://npm-registry-packages-npm-production"}},"1.2.253":{"name":"@opensea/vessel","version":"1.2.253","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.253","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"9cbadd36a2c3d9a0e9d78ec1b77dfaeee460ac6f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.253.tgz","fileCount":23,"integrity":"sha512-Tfxl+xKYrlaJjGB53zhERfzD61gs5Uc9S1MVrrc4GPYa3plPN3gzwP7I/2HtpkAF5dBHOAeWszgYuqD/u483lA==","signatures":[{"sig":"MEYCIQC2I13mqj9jFrODIHEAJvYEoOhaTir8kxYVaW+8gBP1qgIhAMzB/Fo5wBUwndhrPlmtCZLhHAago6MOYGA3Be4/NKUd","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.253.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/f357bcc955c1ddb5a37947710ec090fa/opensea-vessel-1.2.253.tgz","_integrity":"sha512-Tfxl+xKYrlaJjGB53zhERfzD61gs5Uc9S1MVrrc4GPYa3plPN3gzwP7I/2HtpkAF5dBHOAeWszgYuqD/u483lA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.253_1752783106105_0.909416120422172","host":"s3://npm-registry-packages-npm-production"}},"1.2.254":{"name":"@opensea/vessel","version":"1.2.254","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.254","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"fe8ae4b080fd3ce23153680c94d5e7a986f6d03e","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.254.tgz","fileCount":23,"integrity":"sha512-Eq064wnvxwRQzAkI4qtB9kfo/rpMGh55mTPmauArNxwAtswZLK4gyd+jwGKQP0E+rK3arm7c3WKOWpDSGhkXhg==","signatures":[{"sig":"MEUCIA7ygOswqu69Lb4f8Udc9xuYQuVvwW+IWoYV9xsbw92IAiEAgRb6lvM6uscHTAY15qSngrKzhua0iTuBGhX/UCyIjY4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.254.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/7cd294815acdde26da0cbf10b6e32659/opensea-vessel-1.2.254.tgz","_integrity":"sha512-Eq064wnvxwRQzAkI4qtB9kfo/rpMGh55mTPmauArNxwAtswZLK4gyd+jwGKQP0E+rK3arm7c3WKOWpDSGhkXhg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.254_1752786285128_0.3431294736609949","host":"s3://npm-registry-packages-npm-production"}},"1.2.255":{"name":"@opensea/vessel","version":"1.2.255","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.255","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"6982714f80bb96de736662b51cbb86f8fea853ed","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.255.tgz","fileCount":23,"integrity":"sha512-3kHliCeMoedOuVDBo6g7KebWO2fjXJFRWDdrRcKkXqpzevY5g3G8rjFg5ballgwU7xm/Y8WVDib/8o19sc3jCA==","signatures":[{"sig":"MEQCIEZg1iurNQBDmNJDPVVZJ45Wk2ZSoxAnW1hkYZyX9LIkAiBPGJXRRKpMQUQ9VzU39Egou5tmFG0XnKoIO1CBzZCS1Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.255.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/0c4068f132c1e7c92aa5dc39fb966b0c/opensea-vessel-1.2.255.tgz","_integrity":"sha512-3kHliCeMoedOuVDBo6g7KebWO2fjXJFRWDdrRcKkXqpzevY5g3G8rjFg5ballgwU7xm/Y8WVDib/8o19sc3jCA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.255_1752793886923_0.2845278599487484","host":"s3://npm-registry-packages-npm-production"}},"1.2.256":{"name":"@opensea/vessel","version":"1.2.256","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.256","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"427b0cec8e03ce481aea6c03251a3476acde7601","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.256.tgz","fileCount":23,"integrity":"sha512-b6bxvU2PdQ+J8anglXt71hmBxrG3qUhtTttsOsJeLfGcjTU+SWOib/bxfRYyE4RDqOoF2fodYN8ThwZDRWfgMw==","signatures":[{"sig":"MEUCIGNAHv7P+KWz4dVsYKVPN924fmfEkBLgWFyQadMrRhmfAiEA1NWJV7EvK4b+LeQiF/vuh0gDVAvR/QfixdnHnJGN+Io=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.256.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/229de8bf1151a34975e5f7102bcb6aab/opensea-vessel-1.2.256.tgz","_integrity":"sha512-b6bxvU2PdQ+J8anglXt71hmBxrG3qUhtTttsOsJeLfGcjTU+SWOib/bxfRYyE4RDqOoF2fodYN8ThwZDRWfgMw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.256_1752824287510_0.9591048821564405","host":"s3://npm-registry-packages-npm-production"}},"1.2.257":{"name":"@opensea/vessel","version":"1.2.257","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.257","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"c263dc16f60931df95c1e41be986519a6451cdf3","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.257.tgz","fileCount":23,"integrity":"sha512-Of0I+j0KrMsGlOzDN+yCkK5/KB4r9LfyGbLXzRYlYRNa6tY82hUTNKS5jqYCN/YEpwAYnyMv5CaFBYuIFC4T8Q==","signatures":[{"sig":"MEUCIA0Eo5lU88LTX6oynNo9ftCGwUi0nK5jTrx79ayb3JKrAiEAs7+NXZm7+0FndYt6jALDom2eOtb/qmbDfbkH2O8WBX0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.257.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/10025e8b57f9740e61953b67a860fa00/opensea-vessel-1.2.257.tgz","_integrity":"sha512-Of0I+j0KrMsGlOzDN+yCkK5/KB4r9LfyGbLXzRYlYRNa6tY82hUTNKS5jqYCN/YEpwAYnyMv5CaFBYuIFC4T8Q==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.257_1752826392982_0.9045865180294885","host":"s3://npm-registry-packages-npm-production"}},"1.2.258":{"name":"@opensea/vessel","version":"1.2.258","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.258","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"89fdef3530ad6a07cad1ffd95cf5751a5a3a0687","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.258.tgz","fileCount":23,"integrity":"sha512-OhHg3z+CiryJjq+xcRWASkzMNJJ+UQlagCNyHBkPC5Nlp1JYoSMiMpjT66iGeT94ecSQmaX7PGkVDK3g8Hh0/A==","signatures":[{"sig":"MEUCIBpSNUsLaaR9obcKBV2d6LexFXLFi/ZqIk8ZcQPk5CoVAiEA2D4ETT8o/WpgyfJZqPsMqnGtvIwazroMXZqN+DCA+cE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.258.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/820346df6d3201dbb5aa1edcb4a7bab6/opensea-vessel-1.2.258.tgz","_integrity":"sha512-OhHg3z+CiryJjq+xcRWASkzMNJJ+UQlagCNyHBkPC5Nlp1JYoSMiMpjT66iGeT94ecSQmaX7PGkVDK3g8Hh0/A==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.258_1752837039887_0.24511177333774348","host":"s3://npm-registry-packages-npm-production"}},"1.2.259":{"name":"@opensea/vessel","version":"1.2.259","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.259","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"6596ca0d88772d1464c2cd605760e9fda112c09f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.259.tgz","fileCount":23,"integrity":"sha512-R1BfNW8bDY5Pd2BmWwj5Nxgv3gPM2E3jKlnM2LjaE9pWwi81mcM8ZnyS9vvdMBxYfpd+hNkOX6o/qsKpRObaJQ==","signatures":[{"sig":"MEQCIEjth9RuG1o/UKx6/1zKpCjbah/U9z3uFfIT7unWqeX7AiAG7oLLka2OO1e4voHhZgd+rPzyf9O0Zj1t5a0ZxZjO9g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.259.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/904ef16ba0da47e0323c2928ee37fbfa/opensea-vessel-1.2.259.tgz","_integrity":"sha512-R1BfNW8bDY5Pd2BmWwj5Nxgv3gPM2E3jKlnM2LjaE9pWwi81mcM8ZnyS9vvdMBxYfpd+hNkOX6o/qsKpRObaJQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.259_1752851472676_0.001976553897105493","host":"s3://npm-registry-packages-npm-production"}},"1.2.260":{"name":"@opensea/vessel","version":"1.2.260","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.260","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"4d22eed09c2fd5867f8d9783cfde7d088e3dafdc","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.260.tgz","fileCount":23,"integrity":"sha512-E7weHo1HQaHAJIX2ETTGJx1++IxlybgaRIXxzH6s2WJLOL/88YuwgP6EsIlNZpsrEKtEr4eqm5QGSNfvXeH4Ag==","signatures":[{"sig":"MEYCIQCXFIsDhvhNUBV8if3dVhKiYr2DckjyCh8COaFZyUjnUAIhAJd6JDwweUrhsUAsjxVRIax4yOoZeHLvbakS5UNJqoo+","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.260.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/521fcd41004a54bda597fbdd39760cfc/opensea-vessel-1.2.260.tgz","_integrity":"sha512-E7weHo1HQaHAJIX2ETTGJx1++IxlybgaRIXxzH6s2WJLOL/88YuwgP6EsIlNZpsrEKtEr4eqm5QGSNfvXeH4Ag==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.260_1752869511653_0.4992694132524158","host":"s3://npm-registry-packages-npm-production"}},"1.2.261":{"name":"@opensea/vessel","version":"1.2.261","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.261","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"28ceb679c426053e01f881df8c8409cda6b4f7b1","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.261.tgz","fileCount":23,"integrity":"sha512-xyjOblQHyzzC39985X2zKNVispkCNim+vLAKCdeVWFIgCKNSjC869u5zF0/o1S/Z5+pQDloyvDjfpQJD6zrt7w==","signatures":[{"sig":"MEUCIAG75AX33c5SfvCmQuQoihefpV9SP1VS71vN32dyayXnAiEAmsSgwe2I8HMSYaAP4jmxIOvMoTIcyaHnFj1p2otSBK0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.261.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/66273cdae63d25fcf379cceb0a10dd15/opensea-vessel-1.2.261.tgz","_integrity":"sha512-xyjOblQHyzzC39985X2zKNVispkCNim+vLAKCdeVWFIgCKNSjC869u5zF0/o1S/Z5+pQDloyvDjfpQJD6zrt7w==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.261_1752896603452_0.3334916022514376","host":"s3://npm-registry-packages-npm-production"}},"1.2.262":{"name":"@opensea/vessel","version":"1.2.262","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.262","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"452a09cd2e0b105e0c181d45437d2d863adfc478","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.262.tgz","fileCount":23,"integrity":"sha512-GlAoGbVJULRe5kyxtGyvf/FHBzkasx6u1AdAymwzSvrAjIoxiRma2YXDQfXydw/K8YjxlnvsqiAwp894AbQgwQ==","signatures":[{"sig":"MEYCIQC/XIAfZzZI+Af65yU3xFHX0+6bpbTzohTI/jd8DBfxagIhAKHHP9k4Ph7HWcTb2bEHxTKpQd9VJwsg70WJldguNb3X","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.262.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/1fad596175d2620f7dd3de9c85bfcbea/opensea-vessel-1.2.262.tgz","_integrity":"sha512-GlAoGbVJULRe5kyxtGyvf/FHBzkasx6u1AdAymwzSvrAjIoxiRma2YXDQfXydw/K8YjxlnvsqiAwp894AbQgwQ==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.262_1756492279262_0.746527750515279","host":"s3://npm-registry-packages-npm-production"}},"1.2.263":{"name":"@opensea/vessel","version":"1.2.263","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.263","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"0f1c2893107084db47cb089ea08c6bd41978724f","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.263.tgz","fileCount":23,"integrity":"sha512-9/sjdS5oUwdP+urAFIYfeRhue1ECDDWttKVwZRLg2I8KEeQcHBpr8lszRE/5SpAZ3Wa1p48vm1JJ+UPL82aofg==","signatures":[{"sig":"MEQCIAuen86NhJPMpTiWCetT/RFlxM3820EXdZaXmo62FVO7AiAe07fEBtwPKrs2KMB4LKIL9gl1qAG6UUnQz8JxeNAr6w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.263.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/29aee6315bf0a8deef1a1fda60ebc5b7/opensea-vessel-1.2.263.tgz","_integrity":"sha512-9/sjdS5oUwdP+urAFIYfeRhue1ECDDWttKVwZRLg2I8KEeQcHBpr8lszRE/5SpAZ3Wa1p48vm1JJ+UPL82aofg==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.263_1757525319110_0.27125871876622587","host":"s3://npm-registry-packages-npm-production"}},"1.2.264":{"name":"@opensea/vessel","version":"1.2.264","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.264","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"4e43ed1f8f41a454e74861f4a8962708ec3598ba","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.264.tgz","fileCount":23,"integrity":"sha512-jOW1rDJsLJDA9k+Rl5NcGDfSPZ14ErctrL4IO7/bKs7IUnA8Cia2UNDsaqA/433Z4YtnWtoMs1doJ/mz97yCuA==","signatures":[{"sig":"MEUCIFJ+gWRh4CHH0Uho/11yy02irC2/EZkOrMJhSL/MUuT2AiEAmFqPhMdl/BAd9CzGAcREMaAbJTVP2AkAT8zVqWJbrrU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307935},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.264.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d021ea5750e9bdbbac8a2914c0453a25/opensea-vessel-1.2.264.tgz","_integrity":"sha512-jOW1rDJsLJDA9k+Rl5NcGDfSPZ14ErctrL4IO7/bKs7IUnA8Cia2UNDsaqA/433Z4YtnWtoMs1doJ/mz97yCuA==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.264_1758294586130_0.18109022624473958","host":"s3://npm-registry-packages-npm-production"}},"1.2.265":{"name":"@opensea/vessel","version":"1.2.265","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.265","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"8801cbbbf4ecbf3b9739bc80570a7885223ecfd8","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.265.tgz","fileCount":23,"integrity":"sha512-p5pCD/zwPMe3Dt0cmaHtnFWPeB6sGLjGw9UV26UVR8SVpRK4jjrAcw2htQH1UdSO3cId2exusAdbKWnEhViBAw==","signatures":[{"sig":"MEQCIAJfzvRlMnctnq5aaQc7wASQ69my8grRmaJIAN4ZN/Y7AiAZuAYzXSRK2L3zL98hi5Nsz5R8sZBJ4q1pE6ZOWgxYvw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.265.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/117cdfafe3d7b2d891c36c76cefead0d/opensea-vessel-1.2.265.tgz","_integrity":"sha512-p5pCD/zwPMe3Dt0cmaHtnFWPeB6sGLjGw9UV26UVR8SVpRK4jjrAcw2htQH1UdSO3cId2exusAdbKWnEhViBAw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.265_1760960593144_0.685661191591785","host":"s3://npm-registry-packages-npm-production"}},"1.2.266":{"name":"@opensea/vessel","version":"1.2.266","author":{"name":"OpenSea Developers"},"license":"ISC","_id":"@opensea/vessel@1.2.266","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"sunwrobert","email":"sunwrobert@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"darnfish","email":"william@darn.fish"},{"name":"royliu2","email":"royliu2@gmail.com"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"jakubkrehel","email":"jakub.krehel@opensea.io"},{"name":"imfromthebay","email":"greg.reznik@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"dist":{"shasum":"40deb8eb733745eacf8ebb9becdf3f36ead47861","tarball":"https://registry.npmjs.org/@opensea/vessel/-/vessel-1.2.266.tgz","fileCount":23,"integrity":"sha512-4XZ9ZTOuYB81QbKD7YvR36d9lHJhP1hdojJsKwlW2xOddx5SBqXv2rp9sbexPvEIN+MbeNmVLGG9DQwCHrHkrw==","signatures":[{"sig":"MEUCIQC+EHmR7roTIY2Dfz04QDmbdgfpbgu2LFh69pdbIc6ZjQIgAqJJoSU93Ib/bbVnQLClmwJd5sqk/pnWhBq4k35cJsE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":307930},"main":"./dist/index.js","type":"module","_from":"file:opensea-vessel-1.2.266.tgz","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"scripts":{"lint":"pnpm typecheck","test":"playwright test","build":"rollup -c","release":"pnpm publish","postbuild":"cp dist/index.d.ts dist/index.d.cts","storybook":"storybook dev -p 6006","typecheck":"tsc --noEmit","eslint:fix":"eslint . --fix","eslint:check":"eslint . --max-warnings 0 --ext .ts,.tsx","build-storybook":"storybook build","typecheck:build":"pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"},"_npmUser":{"name":"meemaw","email":"ematej.snuderl@gmail.com"},"_resolved":"/tmp/d0af353e1088812f90c095230b11bee9/opensea-vessel-1.2.266.tgz","_integrity":"sha512-4XZ9ZTOuYB81QbKD7YvR36d9lHJhP1hdojJsKwlW2xOddx5SBqXv2rp9sbexPvEIN+MbeNmVLGG9DQwCHrHkrw==","_npmVersion":"9.8.0","description":"Promise based wrapper for postMessage API 🚢","directories":{},"_nodeVersion":"20.5.0","_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","tslib":"^2.6.2","rollup":"^4.4.1","react-dom":"^18.2.0","storybook":"^7.4.0","@types/node":"20.3.2","@types/react":"^18.2.0","@storybook/csf":"^0.1.2","@playwright/test":"1.43.1","@storybook/react":"^7.4.0","eslint-config-custom":"0.0.0","@arethetypeswrong/cli":"^0.16.0","@rollup/plugin-terser":"^0.4.4","@storybook/react-vite":"^7.4.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-visualizer":"^5.9.2","@rollup/plugin-typescript":"^11.1.5"},"_npmOperationalInternal":{"tmp":"tmp/vessel_1.2.266_1760962525121_0.5863267211760714","host":"s3://npm-registry-packages-npm-production"}}},"time":{"created":"2023-07-05T05:09:02.992Z","modified":"2026-03-26T20:35:43.224Z","0.0.1":"2023-07-05T05:09:03.364Z","0.0.2":"2023-07-05T05:16:04.904Z","0.0.3":"2023-07-05T15:05:05.944Z","0.0.4":"2023-07-06T13:58:40.799Z","0.0.5":"2023-07-06T22:00:41.517Z","0.0.6":"2023-07-06T23:46:29.211Z","0.0.7":"2023-07-07T00:00:04.294Z","0.0.8":"2023-07-24T13:43:20.345Z","0.0.9":"2023-07-26T13:39:56.221Z","0.0.10":"2023-07-26T13:49:25.671Z","0.0.11":"2023-08-30T13:46:05.519Z","0.0.12":"2023-08-30T14:42:54.060Z","0.0.13":"2023-08-30T14:52:23.531Z","0.0.14":"2023-08-30T15:07:43.042Z","0.0.15":"2023-08-31T18:29:40.619Z","0.0.16":"2023-08-31T18:31:10.536Z","0.0.17":"2023-09-04T18:33:38.895Z","0.0.18":"2023-09-22T14:05:13.688Z","0.0.19":"2023-09-22T14:15:52.180Z","0.0.20":"2023-10-16T23:07:08.919Z","0.0.21":"2024-03-13T14:10:44.970Z","0.0.22":"2024-04-12T01:47:49.029Z","0.1.0":"2024-05-10T03:51:11.204Z","0.2.0":"2024-05-22T21:53:46.166Z","0.2.1":"2024-05-23T02:02:22.414Z","0.2.2":"2024-07-29T11:18:53.769Z","0.4.79":"2024-08-15T06:29:44.608Z","0.4.80":"2024-08-15T13:56:52.381Z","0.4.81":"2024-08-15T14:46:56.711Z","0.4.82":"2024-08-15T16:30:55.060Z","0.4.83":"2024-08-15T17:11:21.017Z","0.4.84":"2024-08-15T17:27:41.584Z","0.4.85":"2024-08-15T17:57:08.723Z","0.4.86":"2024-08-15T21:29:12.768Z","0.4.87":"2024-08-15T22:33:27.084Z","0.4.88":"2024-08-15T23:36:02.923Z","0.4.89":"2024-08-15T23:56:40.647Z","0.4.90":"2024-08-16T18:16:29.910Z","0.4.91":"2024-08-16T18:48:50.623Z","0.4.92":"2024-08-16T22:38:08.954Z","0.4.93":"2024-08-16T23:21:42.460Z","0.4.94":"2024-08-17T00:25:59.401Z","0.4.95":"2024-08-17T16:53:30.676Z","0.4.96":"2024-08-17T17:58:33.120Z","0.4.97":"2024-08-17T18:43:01.304Z","0.4.98":"2024-08-19T14:41:11.647Z","0.4.99":"2024-08-19T16:53:32.796Z","0.4.100":"2024-08-19T17:32:53.891Z","0.4.101":"2024-08-20T17:37:37.630Z","0.4.102":"2024-08-20T19:01:36.221Z","0.4.103":"2024-08-20T19:25:02.601Z","0.4.104":"2024-08-20T22:50:19.974Z","0.4.105":"2024-08-21T14:41:45.526Z","0.5.0":"2024-08-21T15:47:54.736Z","0.5.1":"2024-08-21T15:56:15.009Z","0.5.2":"2024-08-22T01:17:16.816Z","0.5.3":"2024-08-22T14:55:00.327Z","0.5.4":"2024-08-23T18:27:21.851Z","0.5.5":"2024-08-25T14:25:51.664Z","0.5.6":"2024-08-26T20:31:46.415Z","0.5.7":"2024-08-26T22:21:38.594Z","0.5.8":"2024-08-26T23:06:21.371Z","0.5.9":"2024-08-27T14:21:46.489Z","0.5.10":"2024-08-27T17:42:11.877Z","0.5.11":"2024-08-27T19:01:38.955Z","0.5.12":"2024-08-29T15:32:17.718Z","0.5.13":"2024-08-29T18:28:08.232Z","0.5.14":"2024-08-29T19:56:57.171Z","0.5.15":"2024-08-29T20:17:54.674Z","0.5.16":"2024-08-29T20:30:38.712Z","0.5.17":"2024-08-30T17:29:02.984Z","0.5.18":"2024-08-30T19:15:35.434Z","0.5.19":"2024-08-30T20:40:52.790Z","0.5.20":"2024-08-30T20:57:52.396Z","0.5.21":"2024-09-01T21:01:43.824Z","0.5.22":"2024-09-03T17:44:55.560Z","0.5.23":"2024-09-03T22:46:33.085Z","0.5.24":"2024-09-04T19:54:37.437Z","0.5.25":"2024-09-04T22:06:12.118Z","0.5.26":"2024-09-04T22:19:53.410Z","0.5.27":"2024-09-05T15:55:52.994Z","0.5.28":"2024-09-05T16:02:26.243Z","0.5.29":"2024-09-05T19:19:16.395Z","0.5.30":"2024-09-06T00:30:41.382Z","0.5.31":"2024-09-10T03:48:50.825Z","0.5.32":"2024-09-11T16:51:49.015Z","0.5.33":"2024-09-11T22:17:46.444Z","0.5.34":"2024-09-12T08:15:04.726Z","0.5.35":"2024-09-12T15:05:37.222Z","0.5.36":"2024-09-12T15:57:11.631Z","0.5.37":"2024-09-12T16:14:32.346Z","0.5.38":"2024-09-12T20:25:37.504Z","0.5.39":"2024-09-12T21:35:32.149Z","0.5.40":"2024-09-13T20:35:05.675Z","0.5.41":"2024-09-15T15:17:23.832Z","0.5.42":"2024-09-16T17:04:16.871Z","0.5.43":"2024-09-16T23:50:32.194Z","0.5.44":"2024-09-17T04:07:21.611Z","0.5.45":"2024-09-17T14:01:21.211Z","0.5.46":"2024-09-17T14:35:38.256Z","0.5.47":"2024-09-17T15:44:25.297Z","0.5.48":"2024-09-17T16:15:25.643Z","0.5.49":"2024-09-17T17:33:00.282Z","0.5.50":"2024-09-17T18:49:31.004Z","0.5.51":"2024-09-17T19:58:41.295Z","0.5.52":"2024-09-17T20:10:16.018Z","0.5.53":"2024-09-18T06:42:27.724Z","0.5.54":"2024-09-18T06:45:40.583Z","0.5.55":"2024-09-18T20:06:02.122Z","0.5.56":"2024-09-18T20:24:19.527Z","0.5.57":"2024-09-19T05:58:19.443Z","0.5.58":"2024-09-19T06:43:48.342Z","0.5.59":"2024-09-19T15:30:45.307Z","0.5.60":"2024-09-19T18:57:55.542Z","0.5.61":"2024-09-19T19:03:28.887Z","0.5.62":"2024-09-20T13:34:21.928Z","0.5.63":"2024-09-20T13:53:23.671Z","0.5.64":"2024-09-20T14:18:44.554Z","0.5.65":"2024-09-20T15:18:01.080Z","0.5.66":"2024-09-21T21:42:02.892Z","0.5.67":"2024-09-24T12:15:09.774Z","0.5.68":"2024-09-24T18:46:38.090Z","0.5.69":"2024-09-24T20:31:36.394Z","0.5.70":"2024-09-24T21:55:41.442Z","0.5.71":"2024-09-25T14:48:18.266Z","0.5.72":"2024-09-25T16:08:54.978Z","0.5.73":"2024-09-26T05:05:44.006Z","0.5.74":"2024-09-26T05:18:26.696Z","0.5.75":"2024-09-26T07:58:02.344Z","0.5.76":"2024-09-26T17:44:17.234Z","0.5.77":"2024-09-26T19:38:29.406Z","0.5.78":"2024-09-26T19:54:16.091Z","0.5.79":"2024-09-27T13:33:07.466Z","0.5.80":"2024-09-27T15:42:39.704Z","0.5.81":"2024-09-27T18:01:20.194Z","0.5.82":"2024-09-27T20:27:03.119Z","0.5.83":"2024-09-27T22:00:39.320Z","0.5.84":"2024-09-27T22:43:50.406Z","0.5.85":"2024-09-29T21:18:02.822Z","0.5.86":"2024-09-29T21:38:00.243Z","0.5.87":"2024-09-29T22:32:16.886Z","0.5.88":"2024-09-29T22:47:31.346Z","0.5.89":"2024-09-29T22:59:49.943Z","0.5.90":"2024-09-30T00:53:33.650Z","0.5.91":"2024-09-30T14:42:43.944Z","0.5.92":"2024-09-30T14:51:44.388Z","0.5.93":"2024-09-30T15:02:38.303Z","0.5.94":"2024-09-30T15:16:06.601Z","0.5.95":"2024-09-30T15:23:07.331Z","0.5.96":"2024-09-30T15:33:57.080Z","0.5.97":"2024-09-30T16:01:45.477Z","0.5.98":"2024-09-30T18:12:28.022Z","0.5.99":"2024-09-30T20:24:24.301Z","0.5.100":"2024-10-01T15:54:48.252Z","0.5.101":"2024-10-01T16:22:30.984Z","0.5.102":"2024-10-01T16:27:47.197Z","0.5.103":"2024-10-01T16:55:48.283Z","0.5.104":"2024-10-01T18:30:30.192Z","0.5.105":"2024-10-01T19:01:48.397Z","0.5.106":"2024-10-01T22:09:43.114Z","0.5.107":"2024-10-02T20:38:07.180Z","0.5.108":"2024-10-02T21:47:53.490Z","0.5.109":"2024-10-03T01:02:46.487Z","0.5.110":"2024-10-03T13:55:11.407Z","0.5.111":"2024-10-03T14:17:02.673Z","0.5.112":"2024-10-03T17:41:08.612Z","0.5.113":"2024-10-03T22:39:54.251Z","0.5.114":"2024-10-03T23:35:48.827Z","0.5.115":"2024-10-04T14:19:23.166Z","0.5.116":"2024-10-04T15:46:47.208Z","0.5.117":"2024-10-04T16:14:16.700Z","0.5.118":"2024-10-05T21:31:48.979Z","0.5.119":"2024-10-07T20:00:09.666Z","0.5.120":"2024-10-08T14:23:06.963Z","0.5.121":"2024-10-08T16:34:31.149Z","0.5.122":"2024-10-08T17:39:55.937Z","0.5.123":"2024-10-10T03:06:22.094Z","0.5.124":"2024-10-10T08:16:19.647Z","0.5.125":"2024-10-10T14:00:32.646Z","0.5.126":"2024-10-10T17:46:11.926Z","0.5.127":"2024-10-10T20:59:13.645Z","0.5.128":"2024-10-10T21:07:13.412Z","0.5.129":"2024-10-11T00:15:04.855Z","0.5.130":"2024-10-11T15:38:08.761Z","0.5.131":"2024-10-11T16:41:58.810Z","0.5.132":"2024-10-11T18:23:38.116Z","0.5.133":"2024-10-15T05:31:28.284Z","0.5.134":"2024-10-15T15:50:31.528Z","0.5.135":"2024-10-15T16:06:25.378Z","0.5.136":"2024-10-15T16:11:21.553Z","0.5.137":"2024-10-15T16:36:37.550Z","0.5.138":"2024-10-15T23:05:50.754Z","0.5.139":"2024-10-15T23:20:43.964Z","0.5.140":"2024-10-16T03:04:31.174Z","0.5.141":"2024-10-16T03:23:57.374Z","0.5.142":"2024-10-16T13:55:21.616Z","0.5.143":"2024-10-16T16:09:36.424Z","0.5.144":"2024-10-16T19:44:56.824Z","0.5.145":"2024-10-16T20:33:14.932Z","0.5.146":"2024-10-17T13:49:42.735Z","0.5.147":"2024-10-17T15:06:53.926Z","0.5.148":"2024-10-17T15:11:11.281Z","0.5.149":"2024-10-17T15:14:58.776Z","0.5.150":"2024-10-17T15:23:18.520Z","0.5.151":"2024-10-18T02:18:44.908Z","0.5.152":"2024-10-18T10:58:40.999Z","0.5.153":"2024-10-18T14:59:30.139Z","0.5.154":"2024-10-19T22:43:43.798Z","0.5.155":"2024-10-21T05:51:09.807Z","0.5.156":"2024-10-21T13:19:48.599Z","0.5.157":"2024-10-21T15:10:25.707Z","0.5.158":"2024-10-21T15:28:27.142Z","0.5.159":"2024-10-21T16:55:40.435Z","0.5.160":"2024-10-21T23:47:30.985Z","0.5.161":"2024-10-22T00:07:17.577Z","0.5.162":"2024-10-22T00:36:50.774Z","0.5.163":"2024-10-22T02:22:37.958Z","0.5.164":"2024-10-22T14:53:49.466Z","0.5.165":"2024-10-22T15:24:03.841Z","0.5.166":"2024-10-22T17:14:28.827Z","0.5.167":"2024-10-22T17:29:28.868Z","0.5.168":"2024-10-22T19:03:34.459Z","0.5.169":"2024-10-23T02:17:19.892Z","0.5.170":"2024-10-23T05:57:10.731Z","0.5.171":"2024-10-23T10:16:06.418Z","0.5.172":"2024-10-23T12:42:45.272Z","0.5.173":"2024-10-23T13:30:55.481Z","0.5.174":"2024-10-23T13:46:04.425Z","0.5.175":"2024-10-23T17:05:56.631Z","0.5.176":"2024-10-23T22:57:41.507Z","0.5.177":"2024-10-24T02:04:21.766Z","0.5.178":"2024-10-24T04:57:10.087Z","0.5.179":"2024-10-24T09:28:09.896Z","0.5.180":"2024-10-24T11:37:41.647Z","0.5.181":"2024-10-24T14:35:46.009Z","0.5.182":"2024-10-24T16:13:41.761Z","0.5.183":"2024-10-24T17:15:51.160Z","0.5.184":"2024-10-25T03:43:52.662Z","0.5.185":"2024-10-25T12:27:52.732Z","0.5.186":"2024-10-25T12:40:47.026Z","0.5.187":"2024-10-25T12:44:47.867Z","0.5.188":"2024-10-25T13:27:51.715Z","0.5.189":"2024-10-25T14:11:46.037Z","0.5.190":"2024-10-25T16:08:07.004Z","0.5.191":"2024-10-27T09:58:03.904Z","0.5.192":"2024-10-28T13:08:11.482Z","0.5.193":"2024-10-28T13:15:02.870Z","0.5.194":"2024-10-28T13:41:24.597Z","0.5.195":"2024-10-28T13:50:24.428Z","0.5.196":"2024-10-28T14:58:33.245Z","0.5.197":"2024-10-28T15:48:58.261Z","0.5.198":"2024-10-29T01:23:07.100Z","0.5.199":"2024-10-29T02:09:32.715Z","0.5.200":"2024-10-29T02:14:38.217Z","0.5.201":"2024-10-29T04:08:46.110Z","0.5.202":"2024-10-29T05:15:36.764Z","0.5.203":"2024-10-29T11:24:08.455Z","0.5.204":"2024-10-29T17:14:20.641Z","0.5.205":"2024-10-29T18:09:32.881Z","0.5.206":"2024-10-30T06:17:30.774Z","0.5.207":"2024-10-30T13:39:37.824Z","0.5.208":"2024-10-30T17:10:38.611Z","0.5.209":"2024-10-31T00:29:58.702Z","0.5.210":"2024-10-31T00:45:58.513Z","0.5.211":"2024-10-31T03:28:40.094Z","0.5.212":"2024-10-31T09:53:14.304Z","0.5.213":"2024-10-31T11:48:18.682Z","0.5.214":"2024-10-31T13:24:20.842Z","0.5.215":"2024-10-31T13:36:04.337Z","0.5.216":"2024-10-31T15:09:07.064Z","0.5.217":"2024-10-31T15:38:05.824Z","0.5.218":"2024-10-31T15:53:34.087Z","0.5.219":"2024-10-31T18:31:27.128Z","0.5.220":"2024-10-31T19:45:18.667Z","0.5.221":"2024-10-31T21:15:55.574Z","0.5.222":"2024-10-31T21:58:39.561Z","0.5.223":"2024-11-01T00:48:33.142Z","0.5.224":"2024-11-01T02:36:46.883Z","0.5.225":"2024-11-01T02:46:42.172Z","0.5.226":"2024-11-01T09:47:37.878Z","0.5.227":"2024-11-01T11:48:44.170Z","0.5.228":"2024-11-01T15:26:07.678Z","0.5.229":"2024-11-01T16:29:18.177Z","0.5.230":"2024-11-01T16:38:26.637Z","0.5.231":"2024-11-01T20:13:44.041Z","0.5.232":"2024-11-02T10:32:40.136Z","0.5.233":"2024-11-03T08:03:01.357Z","0.5.234":"2024-11-03T08:24:06.447Z","0.5.235":"2024-11-03T09:30:36.335Z","0.5.236":"2024-11-03T09:55:17.269Z","0.5.237":"2024-11-03T20:08:22.246Z","0.5.238":"2024-11-03T20:31:34.540Z","0.5.239":"2024-11-03T22:20:10.427Z","0.5.240":"2024-11-03T23:41:44.611Z","0.5.241":"2024-11-04T00:13:56.995Z","0.5.242":"2024-11-04T01:17:29.156Z","0.5.243":"2024-11-04T01:58:12.954Z","0.5.244":"2024-11-04T02:02:42.446Z","0.5.245":"2024-11-04T02:34:46.393Z","0.5.246":"2024-11-04T12:24:29.103Z","0.5.247":"2024-11-04T22:34:43.461Z","0.5.248":"2024-11-05T07:28:46.956Z","0.5.249":"2024-11-05T07:40:09.775Z","0.5.250":"2024-11-05T13:00:53.750Z","0.5.251":"2024-11-05T13:23:40.146Z","0.5.252":"2024-11-05T18:47:58.606Z","0.5.253":"2024-11-05T20:44:04.782Z","0.5.254":"2024-11-05T21:50:52.020Z","0.5.255":"2024-11-05T22:03:38.763Z","0.5.256":"2024-11-06T10:28:24.398Z","0.5.257":"2024-11-06T20:30:23.262Z","0.5.258":"2024-11-07T03:19:18.003Z","0.5.259":"2024-11-07T14:40:00.750Z","0.5.260":"2024-11-07T17:08:17.324Z","0.5.261":"2024-11-07T17:44:57.953Z","0.5.262":"2024-11-07T20:28:17.410Z","0.5.263":"2024-11-07T22:17:44.434Z","0.5.264":"2024-11-07T22:37:59.959Z","0.5.265":"2024-11-08T02:26:57.287Z","0.5.266":"2024-11-08T02:56:43.005Z","0.5.267":"2024-11-08T14:47:49.749Z","0.5.268":"2024-11-08T15:02:07.814Z","0.5.269":"2024-11-08T18:10:14.508Z","0.5.270":"2024-11-08T18:59:06.077Z","0.5.271":"2024-11-09T04:30:26.575Z","0.5.272":"2024-11-09T10:00:42.682Z","0.6.0":"2024-11-09T12:19:29.434Z","0.6.1":"2024-11-09T16:19:27.721Z","0.6.2":"2024-11-09T17:25:48.945Z","0.6.3":"2024-11-11T04:47:50.575Z","0.6.4":"2024-11-11T10:57:11.305Z","0.6.5":"2024-11-12T03:06:52.865Z","0.6.6":"2024-11-12T03:27:59.202Z","0.6.7":"2024-11-12T08:43:21.661Z","0.6.8":"2024-11-12T09:28:28.116Z","0.6.9":"2024-11-12T15:07:45.820Z","0.6.10":"2024-11-12T16:59:24.990Z","0.6.11":"2024-11-12T18:56:53.073Z","0.6.12":"2024-11-13T00:45:27.897Z","0.6.13":"2024-11-13T04:23:39.187Z","0.6.14":"2024-11-15T09:43:14.649Z","0.6.15":"2024-11-15T12:27:49.444Z","0.6.16":"2024-11-15T20:36:35.755Z","0.6.17":"2024-11-15T22:19:48.139Z","0.6.18":"2024-11-16T12:31:03.831Z","0.6.19":"2024-11-25T17:35:41.762Z","0.6.20":"2024-11-25T22:25:36.584Z","0.6.21":"2024-11-26T14:48:07.155Z","0.6.22":"2024-11-27T15:52:18.326Z","0.6.23":"2024-11-27T18:57:06.262Z","0.6.24":"2024-11-28T12:08:31.972Z","0.6.25":"2024-11-29T19:32:59.850Z","0.6.26":"2024-11-29T19:51:19.680Z","0.6.27":"2024-11-30T03:03:06.914Z","0.6.28":"2024-12-03T02:42:21.736Z","0.6.29":"2024-12-03T05:34:31.005Z","0.6.30":"2024-12-03T17:19:14.337Z","0.6.31":"2024-12-03T20:01:30.093Z","0.6.32":"2024-12-03T20:07:30.466Z","0.6.33":"2024-12-03T20:13:48.187Z","0.6.34":"2024-12-03T20:21:35.410Z","0.7.0":"2024-12-04T16:11:44.563Z","0.7.1":"2024-12-04T17:00:39.987Z","0.7.2":"2024-12-04T18:14:21.618Z","0.7.3":"2024-12-04T18:31:07.506Z","0.7.4":"2024-12-04T18:42:48.226Z","0.7.5":"2024-12-04T20:32:05.219Z","0.7.6":"2024-12-04T20:50:07.397Z","0.7.7":"2024-12-04T20:57:32.718Z","0.7.8":"2024-12-05T07:35:01.512Z","0.7.9":"2024-12-05T08:14:44.289Z","0.7.10":"2024-12-05T16:58:45.327Z","0.7.11":"2024-12-05T17:23:19.717Z","0.7.12":"2024-12-05T19:23:06.933Z","0.7.13":"2024-12-05T20:01:58.142Z","0.7.14":"2024-12-05T20:09:27.595Z","0.7.15":"2024-12-05T20:40:12.561Z","0.7.16":"2024-12-05T21:24:16.610Z","0.7.17":"2024-12-05T21:32:28.127Z","0.7.18":"2024-12-06T17:40:02.737Z","0.7.19":"2024-12-06T17:47:28.640Z","0.7.20":"2024-12-06T19:03:37.274Z","0.7.21":"2024-12-06T19:07:20.797Z","0.7.22":"2024-12-06T20:29:32.340Z","0.7.23":"2024-12-09T03:48:03.267Z","0.7.24":"2024-12-09T05:04:03.175Z","0.7.25":"2024-12-09T09:56:23.359Z","0.7.26":"2024-12-09T09:59:37.612Z","0.7.27":"2024-12-09T11:28:19.985Z","0.7.28":"2024-12-09T12:31:57.522Z","0.7.29":"2024-12-09T15:57:16.244Z","0.7.30":"2024-12-09T18:33:52.974Z","0.7.31":"2024-12-09T18:44:31.460Z","0.7.32":"2024-12-09T19:17:37.540Z","0.7.33":"2024-12-09T21:36:37.322Z","0.7.34":"2024-12-10T02:30:37.256Z","0.7.35":"2024-12-10T10:12:26.327Z","0.7.36":"2024-12-10T16:19:26.037Z","0.7.37":"2024-12-10T16:39:46.503Z","0.7.38":"2024-12-10T18:30:28.246Z","0.7.39":"2024-12-10T19:36:54.462Z","0.7.40":"2024-12-10T20:09:11.941Z","0.7.41":"2024-12-10T20:36:55.951Z","0.7.42":"2024-12-10T21:14:58.447Z","0.7.43":"2024-12-11T00:38:42.166Z","0.7.44":"2024-12-11T18:36:51.554Z","0.7.45":"2024-12-11T19:11:06.690Z","0.7.46":"2024-12-11T20:09:06.509Z","0.7.47":"2024-12-11T23:16:42.349Z","0.7.48":"2024-12-12T01:48:47.313Z","0.7.49":"2024-12-12T04:21:29.568Z","0.7.50":"2024-12-12T15:57:04.144Z","0.7.51":"2024-12-12T18:06:18.458Z","0.7.52":"2024-12-12T19:33:22.985Z","0.7.53":"2024-12-12T19:38:41.845Z","0.7.54":"2024-12-12T20:50:59.444Z","0.7.55":"2024-12-12T20:54:09.693Z","0.7.56":"2024-12-13T14:55:15.161Z","0.7.57":"2024-12-13T15:25:56.329Z","0.7.58":"2024-12-13T15:33:42.664Z","0.7.59":"2024-12-13T15:44:53.008Z","0.7.60":"2024-12-13T15:49:42.371Z","0.7.61":"2024-12-13T18:54:09.849Z","0.7.62":"2024-12-13T19:24:06.198Z","0.7.63":"2024-12-13T19:28:26.277Z","0.7.64":"2024-12-13T20:08:17.093Z","0.7.65":"2024-12-13T20:30:20.051Z","0.7.66":"2024-12-13T21:52:52.158Z","0.7.67":"2024-12-13T21:57:10.641Z","0.7.68":"2024-12-13T22:14:20.071Z","0.7.69":"2024-12-14T01:50:38.354Z","0.7.70":"2024-12-14T17:02:06.905Z","0.7.71":"2024-12-15T05:23:52.729Z","0.7.72":"2024-12-15T09:59:44.324Z","0.7.73":"2024-12-16T01:54:49.832Z","0.7.74":"2024-12-16T16:34:59.933Z","0.7.75":"2024-12-16T17:09:56.514Z","0.7.76":"2024-12-16T19:16:12.120Z","0.7.77":"2024-12-16T21:15:38.362Z","0.7.78":"2024-12-17T03:56:50.880Z","0.7.79":"2024-12-17T16:59:00.995Z","0.7.80":"2024-12-17T18:36:40.228Z","0.7.81":"2024-12-18T02:30:47.427Z","0.7.82":"2024-12-18T07:05:32.799Z","0.7.83":"2024-12-18T12:54:29.884Z","0.7.84":"2024-12-18T15:19:28.255Z","0.7.85":"2024-12-18T16:06:29.495Z","0.7.86":"2024-12-18T16:31:23.888Z","0.7.87":"2024-12-18T17:13:26.835Z","0.7.88":"2024-12-18T19:57:00.547Z","0.7.89":"2024-12-18T20:35:03.243Z","0.7.90":"2024-12-18T20:39:33.528Z","0.7.91":"2024-12-18T21:21:23.201Z","0.7.92":"2024-12-18T21:33:32.916Z","0.7.93":"2024-12-18T22:05:09.505Z","0.7.94":"2024-12-18T22:20:51.603Z","0.7.95":"2024-12-18T22:42:45.562Z","0.7.96":"2024-12-18T23:44:45.743Z","0.7.97":"2024-12-19T01:42:48.741Z","0.7.98":"2024-12-19T02:56:11.802Z","0.7.99":"2024-12-19T13:10:09.490Z","0.7.100":"2024-12-19T16:30:43.343Z","0.7.101":"2024-12-19T17:53:07.780Z","0.7.102":"2024-12-19T18:36:17.373Z","0.7.103":"2024-12-19T20:31:50.273Z","0.7.104":"2024-12-20T01:43:30.774Z","0.7.105":"2024-12-20T06:54:37.027Z","0.7.106":"2024-12-20T13:59:06.940Z","0.7.107":"2024-12-20T16:19:04.187Z","0.7.108":"2024-12-20T16:42:18.283Z","0.7.109":"2024-12-20T18:09:28.036Z","0.7.110":"2024-12-20T19:33:10.579Z","0.7.111":"2024-12-20T19:54:58.951Z","0.7.112":"2024-12-20T22:45:25.877Z","0.7.113":"2024-12-21T04:21:56.891Z","0.7.114":"2024-12-21T17:13:28.436Z","0.7.115":"2024-12-21T21:51:17.414Z","0.7.116":"2024-12-24T05:41:21.098Z","0.7.117":"2024-12-24T09:37:15.045Z","0.7.118":"2024-12-26T15:13:22.159Z","0.7.119":"2024-12-26T22:53:43.761Z","0.7.120":"2024-12-30T17:33:57.776Z","0.7.121":"2024-12-30T22:12:08.059Z","0.7.122":"2024-12-31T05:31:03.595Z","0.7.123":"2024-12-31T11:07:19.312Z","0.7.124":"2024-12-31T22:14:06.045Z","0.7.125":"2025-01-01T09:39:30.136Z","0.7.126":"2025-01-01T09:45:44.077Z","0.7.127":"2025-01-01T11:50:26.216Z","0.7.128":"2025-01-01T12:08:07.770Z","0.7.129":"2025-01-02T16:48:32.625Z","0.7.130":"2025-01-02T21:37:16.824Z","0.7.131":"2025-01-03T16:56:18.109Z","0.7.132":"2025-01-04T00:27:05.723Z","0.7.133":"2025-01-06T12:50:32.545Z","0.7.134":"2025-01-06T19:34:42.580Z","0.7.135":"2025-01-06T20:06:36.751Z","0.7.136":"2025-01-06T21:40:32.379Z","0.7.137":"2025-01-07T14:05:35.373Z","0.7.138":"2025-01-07T14:18:06.277Z","0.7.139":"2025-01-07T14:25:37.896Z","0.7.140":"2025-01-07T18:45:32.894Z","0.7.141":"2025-01-07T19:16:10.997Z","0.7.142":"2025-01-07T19:37:13.391Z","0.7.143":"2025-01-07T19:56:50.325Z","0.7.144":"2025-01-07T21:06:54.991Z","0.7.145":"2025-01-07T23:10:09.044Z","0.7.146":"2025-01-08T08:57:59.169Z","0.7.147":"2025-01-08T16:17:07.407Z","0.7.148":"2025-01-08T21:17:40.574Z","0.7.149":"2025-01-08T23:23:37.468Z","0.7.150":"2025-01-08T23:51:02.630Z","0.7.151":"2025-01-09T00:27:54.209Z","0.7.152":"2025-01-09T02:34:10.091Z","0.7.153":"2025-01-09T05:52:14.710Z","0.7.154":"2025-01-09T06:29:36.695Z","0.7.155":"2025-01-09T07:08:16.227Z","0.7.156":"2025-01-09T07:33:12.909Z","0.7.157":"2025-01-09T07:37:39.596Z","0.7.158":"2025-01-09T19:39:48.103Z","0.7.159":"2025-01-09T19:51:46.828Z","0.7.160":"2025-01-09T22:38:10.604Z","0.7.161":"2025-01-10T07:47:19.041Z","0.7.162":"2025-01-10T18:05:58.782Z","0.7.163":"2025-01-10T19:39:17.686Z","0.7.164":"2025-01-10T19:42:46.165Z","0.7.165":"2025-01-12T11:36:53.132Z","0.7.166":"2025-01-12T20:09:24.935Z","0.7.167":"2025-01-13T07:16:42.905Z","0.7.168":"2025-01-13T07:58:21.865Z","0.7.169":"2025-01-13T08:27:00.581Z","0.7.170":"2025-01-13T15:58:06.517Z","0.7.171":"2025-01-13T16:19:13.993Z","0.7.172":"2025-01-13T17:57:51.218Z","0.7.173":"2025-01-13T19:18:46.116Z","0.7.174":"2025-01-13T19:42:16.719Z","0.7.175":"2025-01-14T18:43:21.145Z","0.7.176":"2025-01-14T19:02:22.531Z","0.7.177":"2025-01-14T19:22:37.966Z","0.7.178":"2025-01-15T03:34:49.324Z","0.7.179":"2025-01-15T06:49:57.649Z","0.7.180":"2025-01-15T10:39:44.725Z","0.7.181":"2025-01-15T11:09:17.311Z","0.7.182":"2025-01-15T11:31:01.583Z","0.7.183":"2025-01-15T12:45:30.032Z","0.0.23":"2025-01-15T16:50:47.529Z","0.7.184":"2025-01-15T18:08:02.403Z","0.7.185":"2025-01-15T18:23:07.515Z","0.0.24":"2025-01-15T19:58:19.373Z","0.7.186":"2025-01-15T20:57:28.451Z","0.7.187":"2025-01-15T22:29:07.778Z","0.7.188":"2025-01-16T00:12:44.896Z","0.7.189":"2025-01-16T01:37:51.424Z","0.7.190":"2025-01-16T06:38:23.152Z","0.7.191":"2025-01-16T16:45:41.417Z","0.7.192":"2025-01-16T17:29:55.215Z","0.7.193":"2025-01-16T18:49:25.988Z","0.7.194":"2025-01-16T19:22:45.714Z","0.7.195":"2025-01-16T19:27:08.337Z","0.7.196":"2025-01-16T20:37:16.195Z","0.7.197":"2025-01-16T21:50:46.694Z","0.7.198":"2025-01-16T22:15:50.784Z","0.7.199":"2025-01-17T03:45:39.560Z","0.7.200":"2025-01-17T19:22:57.814Z","0.7.201":"2025-01-17T19:37:37.239Z","0.7.202":"2025-01-17T23:48:36.783Z","0.7.203":"2025-01-18T04:13:01.359Z","0.7.204":"2025-01-18T08:22:11.216Z","0.7.205":"2025-01-18T08:43:31.481Z","0.7.206":"2025-01-18T21:37:02.821Z","0.7.207":"2025-01-20T03:02:38.093Z","0.7.208":"2025-01-20T06:59:06.864Z","0.7.209":"2025-01-20T19:35:48.896Z","0.7.210":"2025-01-20T20:03:14.619Z","0.7.211":"2025-01-20T20:30:07.678Z","0.7.212":"2025-01-20T21:14:15.950Z","0.7.213":"2025-01-20T22:32:46.490Z","0.7.214":"2025-01-20T22:49:48.462Z","0.7.215":"2025-01-20T22:55:20.787Z","0.7.216":"2025-01-20T23:15:42.142Z","0.7.217":"2025-01-21T00:25:48.264Z","0.7.218":"2025-01-21T07:13:43.984Z","0.7.219":"2025-01-21T20:17:48.312Z","0.7.220":"2025-01-21T20:33:28.830Z","0.7.221":"2025-01-21T20:56:09.565Z","0.7.222":"2025-01-21T21:09:06.246Z","0.7.223":"2025-01-21T21:41:21.034Z","0.7.224":"2025-01-21T22:16:43.517Z","0.7.225":"2025-01-22T01:47:19.863Z","0.7.226":"2025-01-22T06:56:57.331Z","0.7.227":"2025-01-22T07:05:06.859Z","0.7.228":"2025-01-22T16:30:14.819Z","0.7.229":"2025-01-22T16:56:29.715Z","0.7.230":"2025-01-22T18:12:29.333Z","0.7.231":"2025-01-22T19:29:11.379Z","0.7.232":"2025-01-22T21:28:32.079Z","0.7.233":"2025-01-22T21:37:22.655Z","0.7.234":"2025-01-22T22:03:26.884Z","0.7.235":"2025-01-22T23:24:12.194Z","0.7.236":"2025-01-22T23:46:10.541Z","0.7.237":"2025-01-23T03:03:00.620Z","0.7.238":"2025-01-23T07:58:53.457Z","0.7.239":"2025-01-23T14:09:20.175Z","0.7.240":"2025-01-23T17:54:11.401Z","0.7.241":"2025-01-23T19:23:23.246Z","0.7.242":"2025-01-23T20:42:07.758Z","0.7.243":"2025-01-23T20:52:20.515Z","0.7.244":"2025-01-23T22:45:07.073Z","0.7.245":"2025-01-23T23:09:47.809Z","0.7.246":"2025-01-24T08:58:50.401Z","0.7.247":"2025-01-24T15:33:12.497Z","0.7.248":"2025-01-24T16:12:52.269Z","0.7.249":"2025-01-24T16:27:37.208Z","0.7.250":"2025-01-24T16:55:44.145Z","0.7.251":"2025-01-24T19:30:21.944Z","0.7.252":"2025-01-24T20:51:30.075Z","0.7.253":"2025-01-24T21:38:05.206Z","0.7.254":"2025-01-24T22:06:16.644Z","0.7.255":"2025-01-24T22:40:21.050Z","0.7.256":"2025-01-24T23:37:07.215Z","0.7.257":"2025-01-25T02:21:29.459Z","0.7.258":"2025-01-25T02:34:22.904Z","0.7.259":"2025-01-25T02:46:38.496Z","0.7.260":"2025-01-25T06:26:38.179Z","0.7.261":"2025-01-25T19:59:00.000Z","0.7.262":"2025-01-25T21:52:44.600Z","0.7.263":"2025-01-25T22:44:13.358Z","0.7.264":"2025-01-26T20:39:22.132Z","0.7.265":"2025-01-27T01:48:54.636Z","0.7.266":"2025-01-27T11:39:17.959Z","0.7.267":"2025-01-27T17:38:30.660Z","0.7.268":"2025-01-27T19:15:59.268Z","0.7.269":"2025-01-27T20:03:16.495Z","0.7.270":"2025-01-27T20:27:02.147Z","0.7.271":"2025-01-27T23:42:28.290Z","0.7.272":"2025-01-28T00:57:39.739Z","0.7.273":"2025-01-28T01:10:16.559Z","0.7.274":"2025-01-28T01:33:02.340Z","0.7.275":"2025-01-28T09:09:45.463Z","0.7.276":"2025-01-28T15:45:21.912Z","0.7.277":"2025-01-28T16:47:36.681Z","0.7.278":"2025-01-28T18:49:59.669Z","0.7.279":"2025-01-28T18:56:17.354Z","0.7.280":"2025-01-28T19:35:58.136Z","0.7.281":"2025-01-28T19:57:43.462Z","0.7.282":"2025-01-28T20:48:38.661Z","0.7.283":"2025-01-28T20:58:29.584Z","0.7.284":"2025-01-29T02:05:53.122Z","0.7.285":"2025-01-29T02:34:10.728Z","0.7.286":"2025-01-29T04:12:16.877Z","0.7.287":"2025-01-29T06:25:56.664Z","0.7.288":"2025-01-29T09:16:04.164Z","0.7.289":"2025-01-29T13:18:06.216Z","0.7.290":"2025-01-29T15:40:54.744Z","0.7.291":"2025-01-29T16:32:42.065Z","0.7.292":"2025-01-29T18:12:11.441Z","0.7.293":"2025-01-29T19:54:49.434Z","0.7.294":"2025-01-30T16:51:22.255Z","0.7.295":"2025-01-30T17:02:42.580Z","0.7.296":"2025-01-30T17:31:06.265Z","0.7.297":"2025-01-30T18:29:25.676Z","0.7.298":"2025-01-30T18:34:19.367Z","0.7.299":"2025-01-30T20:35:29.953Z","0.7.300":"2025-01-30T20:43:57.936Z","0.7.301":"2025-01-30T21:14:37.724Z","0.7.302":"2025-01-30T21:25:53.549Z","0.7.303":"2025-01-30T22:02:20.506Z","0.7.304":"2025-01-30T22:19:03.691Z","0.7.305":"2025-01-30T23:30:33.255Z","0.7.306":"2025-01-31T00:08:17.731Z","0.7.307":"2025-01-31T00:33:19.157Z","0.7.308":"2025-01-31T00:51:42.495Z","0.7.309":"2025-01-31T01:24:05.902Z","0.7.310":"2025-01-31T01:57:19.135Z","0.7.311":"2025-01-31T03:31:17.720Z","0.7.312":"2025-01-31T09:23:11.690Z","0.7.313":"2025-01-31T17:59:22.151Z","0.7.314":"2025-01-31T19:10:46.616Z","0.7.315":"2025-01-31T19:58:59.378Z","0.7.316":"2025-01-31T21:43:55.894Z","0.7.317":"2025-02-01T00:08:25.947Z","0.7.318":"2025-02-01T00:29:10.915Z","0.7.319":"2025-02-02T01:36:31.015Z","0.7.320":"2025-02-02T20:25:00.826Z","0.7.321":"2025-02-02T21:00:36.874Z","0.7.322":"2025-02-03T10:37:48.925Z","0.7.323":"2025-02-03T15:55:53.870Z","0.7.324":"2025-02-03T16:25:18.496Z","0.7.325":"2025-02-03T17:07:03.639Z","0.7.326":"2025-02-03T18:06:30.236Z","0.7.327":"2025-02-03T19:29:06.135Z","0.7.328":"2025-02-04T05:37:58.875Z","0.7.329":"2025-02-04T06:10:11.522Z","0.7.330":"2025-02-04T17:39:00.928Z","0.7.331":"2025-02-04T17:48:01.606Z","0.7.332":"2025-02-04T19:23:46.346Z","0.7.333":"2025-02-04T19:51:30.352Z","0.7.334":"2025-02-04T19:59:45.775Z","0.7.335":"2025-02-04T21:56:23.491Z","0.7.336":"2025-02-04T23:12:10.597Z","0.7.337":"2025-02-04T23:35:44.821Z","0.7.338":"2025-02-05T02:27:10.560Z","0.7.339":"2025-02-05T05:21:27.624Z","0.7.340":"2025-02-05T16:28:01.669Z","0.7.341":"2025-02-05T17:32:36.151Z","0.7.342":"2025-02-05T18:03:01.196Z","0.7.343":"2025-02-05T18:40:57.661Z","0.7.344":"2025-02-05T19:14:37.869Z","0.7.345":"2025-02-05T19:43:04.153Z","0.7.346":"2025-02-05T20:07:28.175Z","0.7.347":"2025-02-05T21:01:55.636Z","0.7.348":"2025-02-05T21:21:24.829Z","0.7.349":"2025-02-05T22:29:16.835Z","0.7.350":"2025-02-05T22:44:59.882Z","0.7.351":"2025-02-05T23:04:37.920Z","0.7.352":"2025-02-05T23:24:52.510Z","0.7.353":"2025-02-06T00:06:12.821Z","0.7.354":"2025-02-06T04:30:03.217Z","0.7.355":"2025-02-06T15:54:29.529Z","0.7.356":"2025-02-06T18:33:29.243Z","0.7.357":"2025-02-06T18:56:27.767Z","0.7.358":"2025-02-06T21:54:17.648Z","0.7.359":"2025-02-07T01:46:54.795Z","0.7.360":"2025-02-07T02:06:11.675Z","0.7.361":"2025-02-07T15:09:40.417Z","0.7.362":"2025-02-07T20:31:51.125Z","0.7.363":"2025-02-07T22:59:35.473Z","0.7.364":"2025-02-07T23:13:57.214Z","0.7.365":"2025-02-10T02:58:15.843Z","0.7.366":"2025-02-10T04:29:10.941Z","0.7.367":"2025-02-10T16:53:33.413Z","0.7.368":"2025-02-10T17:33:01.884Z","0.7.369":"2025-02-10T19:37:45.193Z","0.7.370":"2025-02-10T19:45:29.236Z","0.7.371":"2025-02-10T20:32:04.578Z","0.7.372":"2025-02-10T21:09:29.425Z","0.7.373":"2025-02-10T22:35:10.797Z","0.7.374":"2025-02-10T22:58:01.507Z","0.7.375":"2025-02-11T02:40:41.185Z","0.7.376":"2025-02-11T13:02:03.844Z","0.7.377":"2025-02-11T14:32:30.086Z","0.7.378":"2025-02-11T16:35:36.780Z","0.7.379":"2025-02-11T17:18:07.578Z","0.7.380":"2025-02-11T17:42:41.655Z","0.7.381":"2025-02-11T20:37:59.439Z","0.7.382":"2025-02-11T23:01:08.430Z","0.7.383":"2025-02-12T13:53:11.408Z","0.7.384":"2025-02-12T15:41:03.892Z","0.7.385":"2025-02-12T21:53:32.325Z","0.7.386":"2025-02-12T22:28:55.858Z","0.7.387":"2025-02-13T00:19:15.379Z","0.7.388":"2025-02-13T01:43:02.338Z","0.7.389":"2025-02-13T02:26:33.983Z","0.7.390":"2025-02-13T02:45:39.243Z","0.7.391":"2025-02-13T03:18:47.008Z","0.7.392":"2025-02-13T15:34:53.004Z","0.7.393":"2025-02-13T15:42:59.480Z","0.7.394":"2025-02-13T16:05:11.225Z","0.7.395":"2025-02-13T17:58:18.153Z","0.7.396":"2025-02-13T18:16:35.833Z","0.7.397":"2025-02-14T02:24:29.189Z","0.7.398":"2025-02-14T02:41:24.606Z","0.7.399":"2025-02-14T03:55:14.964Z","0.7.400":"2025-02-14T04:01:20.397Z","0.7.401":"2025-02-14T10:20:30.635Z","0.7.402":"2025-02-14T18:14:04.276Z","0.7.403":"2025-02-14T18:25:57.865Z","0.7.404":"2025-02-14T21:23:35.824Z","0.7.405":"2025-02-14T21:28:36.100Z","0.7.406":"2025-02-14T22:50:08.085Z","0.7.407":"2025-02-15T03:50:31.744Z","0.7.408":"2025-02-16T05:40:19.227Z","0.7.409":"2025-02-16T07:26:47.600Z","0.7.410":"2025-02-18T10:22:17.575Z","0.7.411":"2025-02-18T22:11:13.263Z","0.7.412":"2025-02-19T01:06:48.062Z","0.7.413":"2025-02-19T01:23:20.101Z","0.7.414":"2025-02-19T15:58:28.946Z","0.7.415":"2025-02-19T17:44:27.517Z","0.7.416":"2025-02-19T23:45:55.458Z","0.7.417":"2025-02-20T15:46:11.266Z","0.7.418":"2025-02-20T16:19:20.914Z","0.7.419":"2025-02-20T17:00:13.131Z","0.7.420":"2025-02-20T18:50:07.359Z","0.7.421":"2025-02-21T16:03:29.886Z","0.7.422":"2025-02-21T17:19:46.717Z","0.7.423":"2025-02-21T18:39:07.603Z","0.7.424":"2025-02-21T20:12:27.256Z","0.7.425":"2025-02-24T13:03:22.802Z","0.7.426":"2025-02-24T13:44:09.716Z","0.7.427":"2025-02-24T15:34:43.654Z","0.7.428":"2025-02-24T15:42:01.481Z","0.7.429":"2025-02-24T17:33:12.292Z","0.7.430":"2025-02-24T18:23:34.575Z","0.7.431":"2025-02-24T18:45:22.473Z","0.7.432":"2025-02-25T20:37:49.070Z","0.7.433":"2025-02-25T21:59:42.912Z","0.7.434":"2025-02-26T14:10:57.518Z","0.7.435":"2025-02-26T15:42:57.058Z","0.7.436":"2025-02-27T19:59:57.877Z","0.7.437":"2025-02-27T20:04:50.318Z","0.7.438":"2025-02-28T00:48:40.926Z","0.7.439":"2025-02-28T01:04:39.436Z","0.7.440":"2025-02-28T05:12:55.589Z","0.7.441":"2025-02-28T10:08:01.923Z","0.7.442":"2025-02-28T11:11:52.167Z","0.7.443":"2025-02-28T19:26:50.056Z","0.7.444":"2025-03-02T09:20:06.870Z","0.7.445":"2025-03-04T18:50:17.887Z","0.7.446":"2025-03-05T00:22:54.047Z","0.7.447":"2025-03-05T01:05:02.758Z","0.7.448":"2025-03-05T04:23:36.279Z","0.7.449":"2025-03-05T04:32:20.829Z","0.7.450":"2025-03-05T19:21:56.682Z","0.7.451":"2025-03-05T19:59:48.824Z","0.7.452":"2025-03-05T21:08:58.891Z","0.7.453":"2025-03-05T21:34:57.064Z","0.7.454":"2025-03-06T00:15:14.026Z","0.7.455":"2025-03-06T01:26:09.792Z","0.7.456":"2025-03-06T07:56:54.270Z","0.7.457":"2025-03-06T21:08:48.275Z","0.7.458":"2025-03-06T21:26:58.744Z","0.7.459":"2025-03-06T22:14:41.286Z","0.7.460":"2025-03-10T19:47:51.512Z","0.7.461":"2025-03-10T19:52:38.362Z","0.7.462":"2025-03-10T20:22:33.413Z","0.7.463":"2025-03-11T16:14:51.820Z","0.7.464":"2025-03-11T17:02:47.574Z","0.7.465":"2025-03-11T17:34:42.330Z","0.7.466":"2025-03-12T05:56:35.676Z","0.7.467":"2025-03-12T06:52:34.977Z","0.7.468":"2025-03-13T09:28:45.218Z","0.7.469":"2025-03-13T19:57:57.287Z","0.7.470":"2025-03-13T21:15:20.759Z","0.7.471":"2025-03-14T15:13:37.222Z","0.7.472":"2025-03-14T21:24:53.575Z","0.7.473":"2025-03-14T21:52:16.949Z","0.7.474":"2025-03-14T22:50:03.780Z","0.7.475":"2025-03-14T23:02:45.813Z","0.7.476":"2025-03-15T01:37:12.251Z","0.7.477":"2025-03-15T07:09:48.600Z","0.7.478":"2025-03-15T08:10:45.302Z","0.7.479":"2025-03-15T18:10:42.470Z","0.7.480":"2025-03-15T18:45:17.563Z","0.7.481":"2025-03-15T19:04:00.167Z","0.7.482":"2025-03-16T11:31:43.029Z","0.7.483":"2025-03-16T13:12:34.342Z","0.7.484":"2025-03-17T02:36:40.064Z","0.7.485":"2025-03-17T03:17:47.135Z","0.7.486":"2025-03-17T16:11:45.899Z","0.7.487":"2025-03-17T18:12:01.021Z","0.7.488":"2025-03-17T19:09:25.615Z","0.7.489":"2025-03-18T03:02:50.632Z","0.7.490":"2025-03-18T06:57:28.060Z","0.7.491":"2025-03-18T09:15:36.082Z","0.7.492":"2025-03-18T20:12:24.829Z","0.7.493":"2025-03-19T16:31:23.744Z","0.7.494":"2025-03-19T17:10:07.712Z","0.7.495":"2025-03-19T18:12:30.473Z","0.7.496":"2025-03-20T03:10:26.941Z","0.7.497":"2025-03-20T16:11:29.373Z","0.7.498":"2025-03-20T19:34:49.357Z","0.7.499":"2025-03-20T21:27:35.384Z","0.7.500":"2025-03-21T16:16:27.323Z","0.7.501":"2025-03-21T17:51:06.200Z","0.7.502":"2025-03-21T18:34:47.420Z","0.7.503":"2025-03-21T19:06:19.814Z","0.7.504":"2025-03-21T19:11:37.475Z","1.0.0":"2025-03-22T03:39:28.789Z","1.0.1":"2025-03-23T05:44:18.641Z","1.0.2":"2025-03-24T18:24:43.790Z","1.0.3":"2025-03-24T20:51:01.030Z","1.0.4":"2025-03-25T11:39:03.700Z","1.0.5":"2025-03-25T13:35:32.652Z","1.0.6":"2025-03-25T18:47:21.554Z","1.0.7":"2025-03-26T01:18:21.214Z","1.0.8":"2025-03-26T01:41:03.172Z","1.0.9":"2025-03-26T01:51:29.761Z","1.0.10":"2025-03-26T04:12:26.031Z","1.0.11":"2025-03-26T06:12:13.769Z","1.0.12":"2025-03-26T09:10:20.365Z","1.0.13":"2025-03-26T10:10:40.674Z","1.0.14":"2025-03-26T11:09:39.144Z","1.0.15":"2025-03-26T12:34:54.974Z","1.0.16":"2025-03-26T13:16:07.131Z","1.0.17":"2025-03-26T15:30:57.080Z","1.0.18":"2025-03-26T17:04:05.821Z","1.0.19":"2025-03-26T18:12:21.412Z","1.1.0":"2025-03-26T21:11:34.911Z","1.1.1":"2025-03-26T21:58:37.496Z","1.1.2":"2025-03-26T22:10:09.935Z","1.1.3":"2025-03-27T02:36:35.724Z","1.1.4":"2025-03-27T05:51:16.796Z","1.1.5":"2025-03-27T09:11:10.498Z","1.1.6":"2025-03-27T10:10:37.319Z","1.1.7":"2025-03-27T12:14:33.637Z","1.1.8":"2025-03-27T15:11:08.129Z","1.1.9":"2025-03-27T17:10:00.486Z","1.1.10":"2025-03-28T14:33:47.618Z","1.1.11":"2025-03-28T15:02:13.775Z","1.1.12":"2025-03-28T15:10:47.691Z","1.1.13":"2025-03-28T16:11:28.240Z","1.1.14":"2025-03-28T17:16:08.149Z","1.1.15":"2025-03-28T18:12:34.042Z","1.1.16":"2025-03-29T00:29:07.614Z","1.1.17":"2025-03-29T01:38:17.279Z","1.1.18":"2025-03-29T07:08:21.096Z","1.1.19":"2025-03-31T09:11:49.007Z","1.1.20":"2025-03-31T15:03:49.993Z","1.1.21":"2025-03-31T15:58:03.610Z","1.1.22":"2025-03-31T16:12:01.629Z","1.1.23":"2025-03-31T21:32:14.184Z","1.1.24":"2025-03-31T21:40:30.714Z","1.1.25":"2025-03-31T22:04:00.706Z","1.1.26":"2025-03-31T22:10:59.155Z","1.1.27":"2025-03-31T22:31:51.880Z","1.1.28":"2025-03-31T23:10:19.750Z","1.1.29":"2025-04-01T08:12:37.269Z","1.1.30":"2025-04-01T10:11:36.195Z","1.1.31":"2025-04-01T16:11:07.508Z","1.1.32":"2025-04-01T17:10:18.498Z","1.1.33":"2025-04-01T22:22:01.366Z","1.1.34":"2025-04-02T02:18:17.222Z","1.1.35":"2025-04-02T04:04:54.461Z","1.1.36":"2025-04-02T19:24:25.131Z","1.1.37":"2025-04-03T02:48:38.906Z","1.1.38":"2025-04-03T21:10:40.675Z","1.1.39":"2025-04-04T02:38:05.959Z","1.1.40":"2025-04-04T03:09:29.240Z","1.1.41":"2025-04-04T03:21:57.723Z","1.1.42":"2025-04-04T03:43:44.156Z","1.1.43":"2025-04-04T07:54:20.125Z","1.1.44":"2025-04-04T09:11:12.856Z","1.1.45":"2025-04-04T10:11:00.108Z","1.1.46":"2025-04-04T18:23:16.513Z","1.1.47":"2025-04-04T19:05:47.010Z","1.1.48":"2025-04-04T19:10:02.476Z","1.1.49":"2025-04-04T21:10:13.603Z","1.1.50":"2025-04-04T22:50:24.086Z","1.1.51":"2025-04-04T23:10:28.710Z","1.1.52":"2025-04-05T02:35:51.972Z","1.1.53":"2025-04-06T10:10:33.230Z","1.1.54":"2025-04-07T06:09:45.211Z","1.1.55":"2025-04-07T07:11:37.277Z","1.1.56":"2025-04-07T10:12:02.322Z","1.1.57":"2025-04-07T17:10:47.934Z","1.1.58":"2025-04-07T19:50:30.923Z","1.1.59":"2025-04-07T20:11:35.146Z","1.1.60":"2025-04-08T02:57:44.402Z","1.1.61":"2025-04-08T07:11:10.094Z","1.1.62":"2025-04-08T12:20:11.432Z","1.1.63":"2025-04-08T19:04:10.918Z","1.1.64":"2025-04-08T19:10:16.815Z","1.1.65":"2025-04-09T08:12:51.921Z","1.1.66":"2025-04-09T16:11:46.479Z","1.1.67":"2025-04-09T17:10:19.142Z","1.1.68":"2025-04-09T19:25:40.075Z","1.1.69":"2025-04-10T00:08:31.407Z","1.1.70":"2025-04-10T00:18:02.629Z","1.1.71":"2025-04-10T16:27:58.462Z","1.1.72":"2025-04-10T16:52:31.883Z","1.1.73":"2025-04-10T17:25:11.263Z","1.1.74":"2025-04-11T15:30:39.997Z","1.1.75":"2025-04-11T16:35:39.093Z","1.1.77":"2025-04-11T23:10:29.533Z","1.1.78":"2025-04-11T23:22:09.020Z","1.1.79":"2025-04-12T00:29:41.572Z","1.1.80":"2025-04-14T14:20:40.747Z","1.1.81":"2025-04-14T16:15:11.040Z","1.1.82":"2025-04-14T17:51:40.665Z","1.1.83":"2025-04-14T18:12:42.104Z","1.1.84":"2025-04-14T20:24:36.318Z","1.1.85":"2025-04-14T20:52:21.558Z","1.1.86":"2025-04-14T21:10:38.943Z","1.1.87":"2025-04-14T21:20:46.768Z","1.1.88":"2025-04-14T21:33:45.246Z","1.1.89":"2025-04-14T22:10:29.594Z","1.1.90":"2025-04-14T23:23:09.437Z","1.1.91":"2025-04-14T23:33:27.343Z","1.1.92":"2025-04-15T00:30:11.376Z","1.1.93":"2025-04-15T00:54:26.328Z","1.1.94":"2025-04-15T03:14:55.558Z","1.1.95":"2025-04-15T04:25:30.479Z","1.1.96":"2025-04-15T09:11:38.438Z","1.1.97":"2025-04-15T10:11:25.861Z","1.1.98":"2025-04-15T11:10:26.005Z","1.1.99":"2025-04-15T13:51:30.540Z","1.1.100":"2025-04-15T14:11:19.819Z","1.1.101":"2025-04-15T15:10:32.039Z","1.1.102":"2025-04-15T16:11:07.016Z","1.1.103":"2025-04-15T16:46:18.481Z","1.1.104":"2025-04-15T17:10:53.835Z","1.1.105":"2025-04-15T19:51:36.483Z","1.1.106":"2025-04-15T20:11:43.022Z","1.1.107":"2025-04-15T20:40:05.091Z","1.1.108":"2025-04-15T21:10:30.571Z","1.1.109":"2025-04-15T22:26:35.279Z","1.1.110":"2025-04-15T22:48:59.992Z","1.1.111":"2025-04-15T23:40:32.768Z","1.1.112":"2025-04-16T00:30:11.465Z","1.1.113":"2025-04-16T03:36:16.672Z","1.1.114":"2025-04-16T09:11:36.012Z","1.1.115":"2025-04-16T11:10:17.534Z","1.1.116":"2025-04-16T13:18:00.871Z","1.1.117":"2025-04-16T13:35:11.385Z","1.1.118":"2025-04-16T14:11:59.150Z","1.1.119":"2025-04-16T15:40:57.937Z","1.1.120":"2025-04-16T17:13:30.482Z","1.1.121":"2025-04-16T20:52:10.617Z","1.1.122":"2025-04-16T21:16:58.925Z","1.1.123":"2025-04-17T04:13:56.621Z","1.1.124":"2025-04-17T14:47:37.796Z","1.1.125":"2025-04-17T20:21:39.361Z","1.1.126":"2025-04-18T17:11:31.707Z","1.1.127":"2025-04-18T17:18:38.328Z","1.1.128":"2025-04-20T20:18:40.924Z","1.1.129":"2025-04-20T21:10:16.470Z","1.1.130":"2025-04-21T00:21:20.125Z","1.1.131":"2025-04-21T10:11:37.891Z","1.1.132":"2025-04-21T16:04:09.559Z","1.1.133":"2025-04-21T16:11:20.629Z","1.1.134":"2025-04-21T17:10:27.413Z","1.1.135":"2025-04-21T17:28:28.499Z","1.1.136":"2025-04-22T05:20:26.859Z","1.1.137":"2025-04-22T06:14:51.885Z","1.1.138":"2025-04-22T09:11:29.995Z","1.1.139":"2025-04-22T10:11:37.839Z","1.1.140":"2025-04-22T12:39:42.492Z","1.1.141":"2025-04-22T15:43:15.763Z","1.1.142":"2025-04-22T16:11:50.557Z","1.1.143":"2025-04-22T17:09:12.292Z","1.2.0":"2025-04-23T04:19:55.004Z","1.2.1":"2025-04-23T09:12:03.226Z","1.2.2":"2025-04-23T10:11:50.733Z","1.2.3":"2025-04-23T13:59:28.006Z","1.2.4":"2025-04-23T15:09:13.035Z","1.2.5":"2025-04-23T17:10:51.883Z","1.2.6":"2025-04-23T17:37:12.251Z","1.2.7":"2025-04-23T18:43:13.578Z","1.2.8":"2025-04-23T18:55:46.297Z","1.2.9":"2025-04-23T19:08:34.442Z","1.2.10":"2025-04-24T13:26:23.248Z","1.2.11":"2025-04-24T16:41:42.419Z","1.2.12":"2025-04-28T10:57:36.285Z","1.2.13":"2025-04-28T13:27:52.409Z","1.2.14":"2025-04-29T04:56:20.940Z","1.2.15":"2025-04-29T06:20:26.706Z","1.2.16":"2025-04-29T06:28:08.654Z","1.2.17":"2025-04-29T12:37:48.588Z","1.2.18":"2025-04-29T13:01:41.114Z","1.2.19":"2025-04-29T13:16:16.916Z","1.2.20":"2025-04-30T00:43:21.566Z","1.2.21":"2025-04-30T16:43:04.693Z","1.2.22":"2025-04-30T17:32:37.536Z","1.2.23":"2025-05-01T04:02:42.336Z","1.2.24":"2025-05-02T18:21:34.128Z","1.2.25":"2025-05-02T20:45:33.671Z","1.2.26":"2025-05-03T02:24:12.964Z","1.2.27":"2025-05-03T03:26:08.471Z","1.2.28":"2025-05-03T06:12:04.873Z","1.2.29":"2025-05-03T06:17:59.450Z","1.2.30":"2025-05-03T09:10:26.875Z","1.2.31":"2025-05-05T07:11:38.895Z","1.2.32":"2025-05-05T11:10:22.119Z","1.2.33":"2025-05-05T17:10:36.581Z","1.2.34":"2025-05-07T18:50:20.511Z","1.2.35":"2025-05-12T01:57:18.379Z","1.2.36":"2025-05-13T09:30:43.330Z","1.2.37":"2025-05-13T10:03:13.262Z","1.2.38":"2025-05-13T14:00:33.844Z","1.2.39":"2025-05-13T20:56:49.066Z","1.2.40":"2025-05-14T05:21:24.927Z","1.2.41":"2025-05-14T13:24:03.985Z","1.2.42":"2025-05-16T16:00:09.893Z","1.2.43":"2025-05-16T17:09:56.848Z","1.2.44":"2025-05-16T22:34:41.098Z","1.2.45":"2025-05-16T23:10:40.370Z","1.2.46":"2025-05-17T07:10:25.336Z","1.2.47":"2025-05-17T22:24:13.557Z","1.2.48":"2025-05-17T23:12:47.124Z","1.2.49":"2025-05-17T23:44:45.389Z","1.2.50":"2025-05-18T11:10:29.841Z","1.2.51":"2025-05-19T01:40:50.933Z","1.2.52":"2025-05-19T06:49:41.741Z","1.2.53":"2025-05-19T08:13:57.592Z","1.2.54":"2025-05-19T11:10:40.072Z","1.2.55":"2025-05-19T13:15:10.015Z","1.2.56":"2025-05-19T15:09:17.468Z","1.2.57":"2025-05-19T15:54:19.576Z","1.2.58":"2025-05-19T17:10:46.808Z","1.2.59":"2025-05-19T19:08:24.199Z","1.2.60":"2025-05-20T13:08:14.036Z","1.2.61":"2025-05-21T16:48:24.234Z","1.2.62":"2025-05-21T17:46:13.833Z","1.2.63":"2025-05-21T18:59:11.566Z","1.2.64":"2025-05-22T16:39:17.027Z","1.2.65":"2025-05-22T18:44:00.020Z","1.2.66":"2025-05-22T20:14:41.293Z","1.2.67":"2025-05-23T04:16:48.198Z","1.2.68":"2025-05-23T05:11:26.803Z","1.2.69":"2025-05-23T06:13:40.164Z","1.2.70":"2025-05-23T07:03:11.077Z","1.2.71":"2025-05-23T07:11:29.338Z","1.2.72":"2025-05-23T09:11:31.560Z","1.2.73":"2025-05-23T14:10:51.880Z","1.2.74":"2025-05-23T15:16:09.086Z","1.2.75":"2025-05-24T02:21:46.717Z","1.2.76":"2025-05-25T17:10:10.082Z","1.2.77":"2025-05-27T22:02:36.321Z","1.2.78":"2025-05-27T23:20:36.046Z","1.2.79":"2025-05-28T00:31:03.984Z","1.2.80":"2025-05-28T01:39:08.327Z","1.2.81":"2025-05-28T02:40:34.312Z","1.2.82":"2025-05-28T07:11:40.920Z","1.2.83":"2025-05-28T08:13:16.659Z","1.2.84":"2025-05-28T09:55:56.992Z","1.2.85":"2025-05-28T15:11:07.848Z","1.2.86":"2025-05-28T15:39:09.672Z","1.2.87":"2025-05-28T15:59:58.873Z","1.2.88":"2025-05-28T16:11:31.458Z","1.2.89":"2025-05-28T16:17:38.427Z","1.2.90":"2025-05-28T16:56:20.063Z","1.2.91":"2025-05-28T18:33:17.747Z","1.2.92":"2025-05-28T22:37:19.228Z","1.2.93":"2025-05-28T22:54:37.494Z","1.2.94":"2025-05-28T23:45:03.595Z","1.2.95":"2025-05-29T01:39:00.174Z","1.2.96":"2025-05-29T08:13:23.304Z","1.2.97":"2025-05-29T11:31:07.185Z","1.2.98":"2025-05-29T12:06:58.242Z","1.2.99":"2025-05-29T16:00:01.179Z","1.2.100":"2025-05-29T16:12:08.576Z","1.2.101":"2025-05-30T12:17:46.427Z","1.2.102":"2025-05-30T15:23:31.104Z","1.2.103":"2025-05-30T16:23:27.744Z","1.2.104":"2025-06-02T12:30:34.263Z","1.2.105":"2025-06-02T14:30:10.253Z","1.2.106":"2025-06-02T15:21:02.947Z","1.2.107":"2025-06-02T19:55:12.577Z","1.2.108":"2025-06-02T21:39:20.048Z","1.2.109":"2025-06-03T16:51:04.285Z","1.2.110":"2025-06-03T19:13:38.008Z","1.2.111":"2025-06-03T22:22:42.080Z","1.2.112":"2025-06-04T08:26:54.517Z","1.2.113":"2025-06-04T09:11:37.033Z","1.2.114":"2025-06-04T10:11:58.183Z","1.2.115":"2025-06-04T11:12:01.233Z","1.2.116":"2025-06-04T15:23:09.517Z","1.2.117":"2025-06-04T17:39:13.542Z","1.2.118":"2025-06-04T23:12:16.979Z","1.2.119":"2025-06-05T02:26:35.140Z","1.2.120":"2025-06-05T08:49:09.996Z","1.2.121":"2025-06-05T09:15:49.726Z","1.2.122":"2025-06-05T14:27:29.888Z","1.2.123":"2025-06-05T23:38:37.549Z","1.2.124":"2025-06-06T20:20:13.983Z","1.2.125":"2025-06-06T20:36:40.760Z","1.2.126":"2025-06-06T21:10:32.690Z","1.2.127":"2025-06-06T21:50:55.207Z","1.2.128":"2025-06-07T00:56:05.770Z","1.2.129":"2025-06-07T01:38:58.343Z","1.2.130":"2025-06-07T08:12:02.593Z","1.2.131":"2025-06-08T09:10:23.336Z","1.2.132":"2025-06-09T07:12:18.675Z","1.2.133":"2025-06-09T13:42:22.367Z","1.2.135":"2025-06-09T20:08:08.730Z","1.2.136":"2025-06-09T23:10:48.509Z","1.2.137":"2025-06-10T00:31:34.869Z","1.2.138":"2025-06-10T04:21:32.492Z","1.2.139":"2025-06-10T08:39:17.211Z","1.2.140":"2025-06-10T09:12:18.015Z","1.2.141":"2025-06-10T16:12:02.010Z","1.2.142":"2025-06-10T16:45:56.633Z","1.2.143":"2025-06-10T18:35:24.791Z","1.2.144":"2025-06-10T19:09:46.508Z","1.2.145":"2025-06-11T15:02:34.144Z","1.2.146":"2025-06-11T16:41:35.272Z","1.2.147":"2025-06-12T23:06:46.680Z","1.2.148":"2025-06-12T23:52:36.192Z","1.2.149":"2025-06-13T02:05:30.059Z","1.2.150":"2025-06-13T02:49:38.723Z","1.2.151":"2025-06-13T05:52:31.226Z","1.2.152":"2025-06-13T06:13:15.467Z","1.2.153":"2025-06-13T07:11:19.969Z","1.2.154":"2025-06-13T10:11:34.673Z","1.2.155":"2025-06-13T18:53:19.323Z","1.2.156":"2025-06-13T19:39:23.962Z","1.2.157":"2025-06-13T20:12:01.741Z","1.2.158":"2025-06-13T20:29:23.433Z","1.2.159":"2025-06-13T20:37:17.214Z","1.2.160":"2025-06-13T20:48:04.805Z","1.2.161":"2025-06-13T20:57:03.499Z","1.2.162":"2025-06-13T21:26:54.083Z","1.2.163":"2025-06-13T21:39:54.070Z","1.2.164":"2025-06-14T15:43:55.536Z","1.2.165":"2025-06-14T15:58:20.699Z","1.2.166":"2025-06-14T16:25:09.852Z","1.2.167":"2025-06-14T17:25:10.205Z","1.2.168":"2025-06-14T22:12:16.932Z","1.2.169":"2025-06-15T11:09:40.934Z","1.2.170":"2025-06-15T14:36:53.647Z","1.2.171":"2025-06-15T15:10:28.231Z","1.2.172":"2025-06-16T11:10:30.047Z","1.2.173":"2025-06-16T15:22:06.598Z","1.2.174":"2025-06-21T20:07:31.649Z","1.2.175":"2025-06-21T20:11:23.793Z","1.2.176":"2025-06-22T07:11:04.139Z","1.2.177":"2025-06-23T02:47:42.836Z","1.2.178":"2025-06-23T10:11:51.061Z","1.2.179":"2025-06-24T12:15:14.588Z","1.2.180":"2025-06-26T12:17:20.944Z","1.2.181":"2025-06-26T13:30:54.723Z","1.2.182":"2025-06-26T20:02:15.117Z","1.2.183":"2025-06-26T20:43:22.675Z","1.2.184":"2025-06-28T15:56:15.131Z","1.2.185":"2025-06-28T16:37:28.362Z","1.2.186":"2025-06-29T23:09:11.469Z","1.2.187":"2025-06-30T12:52:44.769Z","1.2.188":"2025-06-30T13:09:58.607Z","1.2.189":"2025-06-30T22:30:11.934Z","1.2.190":"2025-07-01T16:51:40.749Z","1.2.191":"2025-07-01T18:13:27.153Z","1.2.192":"2025-07-01T18:33:46.911Z","1.2.193":"2025-07-02T00:31:36.550Z","1.2.194":"2025-07-02T04:23:53.085Z","1.2.195":"2025-07-02T05:13:09.843Z","1.2.196":"2025-07-02T05:53:28.141Z","1.2.197":"2025-07-02T06:14:30.924Z","1.2.198":"2025-07-02T09:12:50.367Z","1.2.199":"2025-07-02T10:11:46.227Z","1.2.200":"2025-07-02T15:12:55.678Z","1.2.201":"2025-07-02T15:57:00.511Z","1.2.202":"2025-07-02T19:10:16.143Z","1.2.203":"2025-07-03T03:08:40.280Z","1.2.204":"2025-07-03T03:35:04.403Z","1.2.205":"2025-07-03T05:14:12.048Z","1.2.206":"2025-07-03T07:12:13.306Z","1.2.207":"2025-07-03T08:13:25.182Z","1.2.208":"2025-07-03T14:04:30.869Z","1.2.209":"2025-07-03T14:11:06.788Z","1.2.210":"2025-07-03T15:11:21.854Z","1.2.211":"2025-07-03T17:32:43.192Z","1.2.212":"2025-07-03T18:12:54.885Z","1.2.213":"2025-07-04T00:31:25.145Z","1.2.214":"2025-07-04T06:13:52.864Z","1.2.215":"2025-07-04T15:11:04.655Z","1.2.216":"2025-07-04T18:12:39.675Z","1.2.217":"2025-07-07T16:39:00.911Z","1.2.218":"2025-07-08T05:20:42.144Z","1.2.219":"2025-07-08T05:33:09.045Z","1.2.220":"2025-07-08T05:57:02.376Z","1.2.221":"2025-07-08T06:13:47.165Z","1.2.222":"2025-07-08T09:12:45.005Z","1.2.223":"2025-07-08T10:11:20.925Z","1.2.224":"2025-07-08T13:21:17.124Z","1.2.225":"2025-07-08T17:11:18.458Z","1.2.226":"2025-07-09T07:12:32.006Z","1.2.227":"2025-07-10T05:22:54.451Z","1.2.228":"2025-07-10T06:15:45.856Z","1.2.229":"2025-07-10T14:27:35.140Z","1.2.230":"2025-07-10T15:11:40.229Z","1.2.231":"2025-07-10T23:10:49.290Z","1.2.232":"2025-07-10T23:33:27.949Z","1.2.233":"2025-07-11T00:32:21.874Z","1.2.234":"2025-07-11T11:10:44.784Z","1.2.235":"2025-07-11T14:56:45.306Z","1.2.236":"2025-07-11T19:09:55.987Z","1.2.237":"2025-07-12T06:43:10.116Z","1.2.238":"2025-07-15T09:23:02.866Z","1.2.239":"2025-07-15T09:41:45.238Z","1.2.240":"2025-07-15T10:12:28.452Z","1.2.241":"2025-07-15T10:32:20.612Z","1.2.242":"2025-07-15T12:16:06.734Z","1.2.243":"2025-07-15T15:11:26.018Z","1.2.244":"2025-07-16T00:32:35.509Z","1.2.245":"2025-07-16T09:14:24.576Z","1.2.246":"2025-07-16T12:07:52.653Z","1.2.247":"2025-07-16T14:24:07.713Z","1.2.248":"2025-07-17T06:50:18.681Z","1.2.249":"2025-07-17T10:00:16.726Z","1.2.250":"2025-07-17T19:03:30.641Z","1.2.251":"2025-07-17T19:14:38.989Z","1.2.252":"2025-07-17T19:42:12.597Z","1.2.253":"2025-07-17T20:11:46.267Z","1.2.254":"2025-07-17T21:04:45.326Z","1.2.255":"2025-07-17T23:11:27.149Z","1.2.256":"2025-07-18T07:38:07.774Z","1.2.257":"2025-07-18T08:13:13.141Z","1.2.258":"2025-07-18T11:10:40.062Z","1.2.259":"2025-07-18T15:11:12.855Z","1.2.260":"2025-07-18T20:11:52.022Z","1.2.261":"2025-07-19T03:43:23.646Z","1.2.262":"2025-08-29T18:31:19.459Z","1.2.263":"2025-09-10T17:28:39.476Z","1.2.264":"2025-09-19T15:09:46.346Z","1.2.265":"2025-10-20T11:43:13.353Z","1.2.266":"2025-10-20T12:15:25.316Z"},"author":{"name":"OpenSea Developers"},"license":"ISC","description":"Promise based wrapper for postMessage API 🚢","maintainers":[{"email":"ematej.snuderl@gmail.com","name":"meemaw"},{"email":"ryan@ryanio.com","name":"ralxz"},{"email":"cody.sears@opensea.io","name":"codysearsos"},{"email":"joshuatallum@gmail.com","name":"jallum"},{"email":"james.wright@opensea.io","name":"j-dubz"},{"email":"alicia.gansley@opensea.io","name":"agansley"}],"readme":"# OpenSea Vessel 🚢\n\nA promise based wrapper for the postMessage API for communications between a parent app and an iframed child app.\n\nOpenSea Vessel can be used to send messages between a parent app and an iframed app, and await responses to messages.\nExample: Confirmation of receipt, result of RPC call.\n\n## Installation\n\nYou guessed it!\n\n```sh\npnpm install @opensea/vessel\n```\n\n## Getting Started\n\n### Import the `Vessel` class\n\n```ts\nimport { Vessel } from \"@opensea/vessel\"\n```\n\n`Vessel` class contains logic for sending and receiving messages via the postMessage. It can be used in both the parent app and child app.\n\n### Parent app\n\nThe parent app mounts the iframe that loads the child app.\nThe parent app must pass a reference to the child iframe element into the `Vessel` class constructor.\nIt is used to access the postMessage method of the iframe window.\n\n```ts\n// NOTE: Replace with reference to your iframe\nconst iframe = document.createElement(\"iframe\")\nconst vessel = new Vessel({ iframe })\n```\n\n### Child app\n\nThe child app is mounted in an iframe and has access to the postMessage API of its parent app's window by default.\nIt does not require any extra params to be initialized.\n\n```ts\nconst vessel = new Vessel()\n```\n\n### `Vessel` Constructor\n\n`Vessel` instances can be constructed with an options object. It includes the following properties:\n\n| Property           | Description                                                                                                                                                                                       | Default                                |\n| ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------- |\n| `iframe`           | The iframe element to communicate with. If not provided the constructed instance will be a child vessel.                                                                                          | `undefined` (instance is child vessel) |\n| `application`      | The application name to use for vessel messages. Must be shared between parent and child.                                                                                                         | `\"opensea-vessel\"`                     |\n| `defaultTimeout`   | Default number of milliseconds to wait for a message response before throwing a `TimeoutError`                                                                                                    | `5_000` (5s)                           |\n| `handshakeTimeout` | Number of milliseconds to wait for a handshake response before throwing a `HandshakeTimeoutError`                                                                                                 | `10_000` (10s)                         |\n| `targetOrigin`     | The target origin for the iframe or parent window to connect to. Directly used as [postMessage `targetOrigin`](https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage#targetorigin). | `\"*\"` (Any origin)                     |\n| `debug`            | Whether to log debug messages to the console.                                                                                                                                                     | `false`                                |\n\n### Sending messages\n\nSending messages from parent and child via a `Vessel` class instance is the same.\n\n```ts\n// Examples\nconst response = await vessel.send(\"Any payload!\")\nconst objectPayload = await vessel.send({\n  foo: \"bar\",\n  baz: { odee: [\"nested\", \"is\", \"fine\"] },\n})\nconst customTimeout = await vessel.send(\n  \"If no response in 3 seconds this promise will reject.\",\n  { timeout: 3_000 },\n)\nconst noTimeout = await vessel.send(\"This promise might never resolve.\", {\n  timeout: undefined,\n})\n```\n\nThe send method takes any JSON serializable payload as first param and an options object as the second.\nThe options object includes the following properties:\n\n| Property  | Description                                                                    | Default      |\n| --------- | ------------------------------------------------------------------------------ | ------------ |\n| `timeout` | Number of milliseconds to wait for a response before throwing a `TimeoutError` | `5_000` (5s) |\n\n### Handling incoming messages\n\nThe `Vessel` class can be used to add message listeners and exposes a convenient reply function for listeners to use. Message listener must return a boolean to indicate whether they handled the message or not.\n\n```ts\ntype VesselMessageListener = (\n  message: VesselMessage,\n  reply: (response: unknown, options: ReplyOptions) => void,\n) => boolean\n\n// Example listener\nvessel.addMessageListener((message, reply) => {\n  if (message.shouldBeHandledHere) {\n    const result = handleThisMessage(message)\n    reply(result)\n    return true\n  } else {\n    return false\n  }\n})\n```\n\n### Replying with errors\n\nSometimes the response to a message is an error and it is preferrable for the `send` method to throw an error for the sender to handle.\nReplying to a message with the options `error` boolean set to true will cause sender to reject the send promise with the payload as an error when teh response is received.\n\n```ts\ninterface ReplyOptions {\n  error?: boolean\n}\n\n// Example reply error\nvessel.addMessageListener((message, reply) => {\n  if (message.shouldBeHandledHere) {\n    try {\n      const result = handleThisMessage(message)\n      reply(result)\n    } catch (error) {\n      reply(\n        { reason: \"Handling failed\", stepsToFix: [1, 2, 3] },\n        { error: true },\n      )\n    }\n    return true\n  } else {\n    return false\n  }\n})\n```\n","readmeFilename":"README.md"}