@opensea/vessel
Advanced tools
Comparing version 0.0.21 to 0.0.22
{ | ||
"name": "@opensea/vessel", | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"description": "🚢 Vessel: a promise-based postMessage library that sails your data smoothly across the Opensea.", | ||
@@ -15,19 +15,7 @@ "files": [ | ||
"import": "./dist/@opensea/vessel.es.js", | ||
"require": "./dist/@opensea/vessel.umd.js" | ||
"require": "./dist/@opensea/vessel.umd.js", | ||
"types": "./dist/index.d.ts" | ||
} | ||
}, | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"build": "vite build && yarn tsc && rimraf tsconfig.tsbuildinfo", | ||
"dev": "vite", | ||
"dev:e2e": "concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test --ui' --kill-others --success first", | ||
"lint:types": "tsc", | ||
"postinstall": "husky install || exit 0", | ||
"prebuild": "rimraf tsconfig.tsbuildinfo dist", | ||
"prepare": "yarn build", | ||
"pretest:e2e": "tsc && vite build && cpy dist/* tests/parent && cpy dist/* tests/child", | ||
"test:e2e": "concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test' --kill-others --success first", | ||
"test:unit": "vitest src", | ||
"test:unit:coverage": "vitest src --coverage" | ||
}, | ||
"dependencies": { | ||
@@ -58,3 +46,15 @@ "nanoid": "4.0.2" | ||
] | ||
}, | ||
"scripts": { | ||
"build": "vite build && yarn tsc && rimraf tsconfig.tsbuildinfo", | ||
"dev": "vite", | ||
"dev:e2e": "concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test --ui' --kill-others --success first", | ||
"lint:types": "tsc", | ||
"postinstall": "husky install || exit 0", | ||
"prebuild": "rimraf tsconfig.tsbuildinfo dist", | ||
"pretest:e2e": "tsc && vite build && cpy dist/* tests/parent && cpy dist/* tests/child", | ||
"test:e2e": "concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test' --kill-others --success first", | ||
"test:unit": "vitest src", | ||
"test:unit:coverage": "vitest src --coverage" | ||
} | ||
} | ||
} |
75968