@xstate/graph
Advanced tools
Comparing version 2.0.0-alpha.2 to 2.0.0-beta.3
{ | ||
"name": "@xstate/graph", | ||
"version": "2.0.0-alpha.2", | ||
"version": "2.0.0-beta.3", | ||
"description": "XState graph utilities", | ||
@@ -16,11 +16,19 @@ "keywords": [ | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"module": "es/index.js", | ||
"types": "lib/index.d.ts", | ||
"main": "dist/xstate-graph.cjs.js", | ||
"module": "dist/xstate-graph.esm.js", | ||
"exports": { | ||
".": { | ||
"types": { | ||
"import": "./dist/xstate-graph.cjs.mjs", | ||
"default": "./dist/xstate-graph.cjs.js" | ||
}, | ||
"module": "./dist/xstate-graph.esm.js", | ||
"import": "./dist/xstate-graph.cjs.mjs", | ||
"default": "./dist/xstate-graph.cjs.js" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"sideEffects": false, | ||
"files": [ | ||
"lib/**/*.js", | ||
"lib/**/*.d.ts", | ||
"es/**/*.js", | ||
"es/**/*.d.ts" | ||
"dist" | ||
], | ||
@@ -31,8 +39,3 @@ "repository": { | ||
}, | ||
"scripts": { | ||
"clean": "rm -rf dist lib es tsconfig.tsbuildinfo", | ||
"build": "tsc && tsc --outDir es --module es2015", | ||
"test": "jest", | ||
"prepare": "npm run build" | ||
}, | ||
"scripts": {}, | ||
"bugs": { | ||
@@ -42,12 +45,8 @@ "url": "https://github.com/statelyai/xstate/issues" | ||
"peerDependencies": { | ||
"xstate": "^4.37.2" | ||
"xstate": "^5.0.0-beta.26" | ||
}, | ||
"devDependencies": { | ||
"jest": "^26.6.3", | ||
"lerna-alias": "3.0.3-0", | ||
"ts-jest": "^26.5.6", | ||
"typescript": "^4.8.4", | ||
"xstate": "*" | ||
"xstate": "5.0.0-beta.26" | ||
}, | ||
"dependencies": {} | ||
} |
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
1
38757
17
1067
1