@vue-flow/core
Advanced tools
Comparing version 1.5.2 to 1.5.3
{ | ||
"name": "@vue-flow/core", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"private": false, | ||
@@ -58,3 +58,4 @@ "license": "MIT", | ||
"build": "vite build", | ||
"types": "pnpm prepare && vue-tsc --declaration --emitDeclarationOnly && tsc -p tsconfig.build.json && shx rm -rf tmp && pnpm lint:dist", | ||
"types": "pnpm prepare && vue-tsc --declaration --emitDeclarationOnly && tsc -p tsconfig.build.json && shx rm -rf tmp && pnpm lint:dist && pnpm run patch", | ||
"patch": "node patch/slots.js && pnpm lint:dist", | ||
"theme": "postcss src/style.css -o dist/style.css && postcss src/theme-default.css -o dist/theme-default.css", | ||
@@ -61,0 +62,0 @@ "lint": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix --ignore-path ../../.gitignore .", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
735302
13695