@hasna/loops 0.3.41 → 0.3.42
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.
- package/dist/cli/index.js +1 -1
- package/dist/daemon/index.js +1 -1
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -5716,7 +5716,7 @@ function buildScriptInventoryReport(store, opts = {}) {
|
|
|
5716
5716
|
// package.json
|
|
5717
5717
|
var package_default = {
|
|
5718
5718
|
name: "@hasna/loops",
|
|
5719
|
-
version: "0.3.
|
|
5719
|
+
version: "0.3.42",
|
|
5720
5720
|
description: "Persistent local loop and workflow runner for deterministic commands and headless AI coding agents",
|
|
5721
5721
|
type: "module",
|
|
5722
5722
|
main: "dist/index.js",
|
package/dist/daemon/index.js
CHANGED
|
@@ -5030,7 +5030,7 @@ function enableStartup(result) {
|
|
|
5030
5030
|
// package.json
|
|
5031
5031
|
var package_default = {
|
|
5032
5032
|
name: "@hasna/loops",
|
|
5033
|
-
version: "0.3.
|
|
5033
|
+
version: "0.3.42",
|
|
5034
5034
|
description: "Persistent local loop and workflow runner for deterministic commands and headless AI coding agents",
|
|
5035
5035
|
type: "module",
|
|
5036
5036
|
main: "dist/index.js",
|
package/package.json
CHANGED