@statelyai/inspect
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -59,3 +59,3 @@ "use strict"; | ||
name: "@statelyai/inspect", | ||
version: "0.0.8", | ||
version: "0.0.9", | ||
description: "Inspection utilities for state, actors, workflows, and state machines.", | ||
@@ -74,3 +74,4 @@ main: "dist/index.js", | ||
watch: "tsup src/index.ts --dts --watch", | ||
test: "vitest" | ||
test: "vitest", | ||
prepublishOnly: "tsup src/index.ts --dts" | ||
} | ||
@@ -77,0 +78,0 @@ }; |
@@ -11,3 +11,3 @@ { | ||
"name": "@statelyai/inspect", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Inspection utilities for state, actors, workflows, and state machines.", | ||
@@ -26,4 +26,5 @@ "main": "dist/index.js", | ||
"watch": "tsup src/index.ts --dts --watch", | ||
"test": "vitest" | ||
"test": "vitest", | ||
"prepublishOnly": "tsup src/index.ts --dts" | ||
} | ||
} |
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
57362
1465