@opensea/vessel
Advanced tools
Comparing version 0.4.83 to 0.4.84
{ | ||
"name": "@opensea/vessel", | ||
"version": "0.4.83", | ||
"version": "0.4.84", | ||
"description": "Promise based wrapper for postMessage API 🚢", | ||
@@ -21,15 +21,2 @@ "license": "ISC", | ||
], | ||
"scripts": { | ||
"build": "rollup -c", | ||
"postbuild": "cp dist/index.d.ts dist/index.d.cts", | ||
"build-storybook": "storybook build", | ||
"eslint:check": "eslint . --max-warnings 0 --ext .ts,.tsx", | ||
"eslint:fix": "eslint . --fix", | ||
"lint": "pnpm typecheck", | ||
"release": "npm publish", | ||
"storybook": "storybook dev -p 6006", | ||
"test": "playwright test", | ||
"typecheck": "tsc --noEmit", | ||
"typecheck:build": "pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm" | ||
}, | ||
"devDependencies": { | ||
@@ -45,3 +32,2 @@ "@arethetypeswrong/cli": "^0.16.0", | ||
"@types/react": "^18.2.0", | ||
"eslint-config-custom": "workspace:*", | ||
"eslint-plugin-storybook": "^0.8.0", | ||
@@ -54,4 +40,18 @@ "react": "^18.2.0", | ||
"storybook": "^7.4.0", | ||
"tslib": "^2.6.2" | ||
"tslib": "^2.6.2", | ||
"eslint-config-custom": "0.0.0" | ||
}, | ||
"scripts": { | ||
"build": "rollup -c", | ||
"postbuild": "cp dist/index.d.ts dist/index.d.cts", | ||
"build-storybook": "storybook build", | ||
"eslint:check": "eslint . --max-warnings 0 --ext .ts,.tsx", | ||
"eslint:fix": "eslint . --fix", | ||
"lint": "pnpm typecheck", | ||
"release": "pnpm publish", | ||
"storybook": "storybook dev -p 6006", | ||
"test": "playwright test", | ||
"typecheck": "tsc --noEmit", | ||
"typecheck:build": "pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
300919