Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "robot3", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A functional, immutable Finite State Machine library", | ||
@@ -10,6 +10,10 @@ "main": "dist/machine.js", | ||
"require": "./dist/machine.js", | ||
"types": "./index.d.ts", | ||
"import": "./machine.js", | ||
"default": "./machine.js", | ||
"types": "./index.d.ts" | ||
}, | ||
"./debug": { | ||
"require": "./dist/debug.js", | ||
"import": "./debug.js", | ||
"default": "./debug.js" | ||
} | ||
@@ -16,0 +20,0 @@ }, |
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
26072