@stacksjs/action-runner 0.74.7 → 0.74.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/action-runner",
3
3
  "type": "module",
4
- "version": "0.74.7",
4
+ "version": "0.74.8",
5
5
  "description": "How a package runs an action by name, without depending on the action layer.",
6
6
  "author": "Chris Breuer",
7
7
  "contributors": [
@@ -44,7 +44,7 @@
44
44
  "typecheck": "bun --bun tsc --noEmit"
45
45
  },
46
46
  "dependencies": {
47
- "@stacksjs/enums": "0.74.7",
48
- "@stacksjs/types": "0.74.7"
47
+ "@stacksjs/enums": "0.74.8",
48
+ "@stacksjs/types": "0.74.8"
49
49
  }
50
50
  }