@2toad/fluent-state
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "@2toad/fluent-state", | ||
"version": "2.0.0", | ||
"description": "A fluent JavaScript State Machine (with TypeScript support)", | ||
"version": "2.0.1", | ||
"description": "A fluent JavaScript State Machine with full TypeScript support", | ||
"homepage": "https://github.com/2Toad/fluent-state", | ||
@@ -19,3 +19,3 @@ "author": "2Toad", | ||
"format": "prettier . --write", | ||
"prepublishOnly": "npm run lint && npm test", | ||
"prepublishOnly": "npm run lint && npm test && npm run build", | ||
"prepare": "husky" | ||
@@ -25,3 +25,3 @@ }, | ||
"type": "git", | ||
"url": "git+ssh://git@github.com:2Toad/fluent-state.git" | ||
"url": "git+ssh://git@github.com/2Toad/fluent-state.git" | ||
}, | ||
@@ -33,5 +33,7 @@ "keywords": [ | ||
"@eslint/js": "^9.9.1", | ||
"@types/benchmark": "^2.1.5", | ||
"@types/chai": "^4.3.19", | ||
"@types/chai-spies": "^1.0.6", | ||
"@types/eslint__js": "^8.42.3", | ||
"@types/eslint-config-prettier": "^6.11.3", | ||
"@types/eslint-plugin-security": "^3.0.0", | ||
"@types/mocha": "^10.0.7", | ||
@@ -41,3 +43,2 @@ "@types/node": "^22.5.2", | ||
"@typescript-eslint/parser": "^8.4.0", | ||
"benchmark": "^2.1.4", | ||
"chai": "^4.5.0", | ||
@@ -44,0 +45,0 @@ "chai-spies": "^1.1.0", |
@@ -7,3 +7,3 @@ # Fluent State 🔄 | ||
A fluent JavaScript [State Machine](./state-machine.md) (with TypeScript support) | ||
A fluent JavaScript [State Machine](./state-machine.md) with full TypeScript support | ||
@@ -10,0 +10,0 @@ ## Getting Started |
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
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
40582
36
454
26