@xyflow/svelte
Advanced tools
Comparing version 0.0.17 to 0.0.18
{ | ||
"name": "@xyflow/svelte", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"description": "Svelte Flow - A highly customizable Svelte library for building node-based editors, workflow systems, diagrams and more.", | ||
@@ -15,8 +15,8 @@ "keywords": [ | ||
"type": "module", | ||
"module": "./dist/index.js", | ||
"module": "./dist/lib/index.js", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"svelte": "./dist/index.js", | ||
"default": "./dist/index.js" | ||
"types": "./dist/lib/index.d.ts", | ||
"svelte": "./dist/lib/index.js", | ||
"default": "./dist/lib/index.js" | ||
}, | ||
@@ -35,3 +35,3 @@ "./dist/base.css": "./dist/base.css", | ||
"classcat": "^5.0.4", | ||
"@xyflow/system": "0.0.4" | ||
"@xyflow/system": "0.0.5" | ||
}, | ||
@@ -62,4 +62,3 @@ "devDependencies": { | ||
"tslib": "^2.5.3", | ||
"typescript": "5.1.3", | ||
"vite": "^4.3.9" | ||
"typescript": "5.1.3" | ||
}, | ||
@@ -75,3 +74,3 @@ "peerDependencies": { | ||
"index": [ | ||
"./dist/index.d.ts" | ||
"./dist/lib/index.d.ts" | ||
] | ||
@@ -81,4 +80,4 @@ } | ||
"scripts": { | ||
"dev": "concurrently \"vite dev\" pnpm:css-watch", | ||
"build": "svelte-kit sync && svelte-package -o dist && pnpm css", | ||
"dev": "concurrently \"svelte-kit sync && svelte-package -o dist/lib -w\" pnpm:css-watch", | ||
"build": "svelte-kit sync && svelte-package -o dist/lib && pnpm css", | ||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", | ||
@@ -85,0 +84,0 @@ "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
203694
24
3394
1
+ Added@xyflow/system@0.0.5(transitive)
- Removed@xyflow/system@0.0.4(transitive)
Updated@xyflow/system@0.0.5