@cytoscape-web/types
Advanced tools
Comparing version 1.1.8 to 1.1.9
{ | ||
"name": "@cytoscape-web/types", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"description": "Type definitions for Cytoscape Web data models", | ||
"main": "index.d.ts", | ||
"types": "index.d.ts", | ||
"files": [ | ||
"index.d.ts" | ||
"dist/**/*" | ||
], | ||
"scripts": { | ||
"clean": "find . -name '*.d.ts' -not -path './node_modules/*' -delete", | ||
"build": "find . -name '*.d.ts' -not -path './node_modules/*' -delete && tsc --project tsconfig.json", | ||
"clean": "rm -rf ./dist && find . -name '*.d.ts' -not -path './node_modules/*' -delete", | ||
"build": "npm run clean && tsc --project tsconfig.json", | ||
"format": "prettier --config ../../.prettierrc.json --write .", | ||
@@ -14,0 +13,0 @@ "test": "echo \"Error: Types only. No test specified\" && exit 1" |
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
71403
141
1768
1