@w32191/just-loop 0.1.3 → 0.1.4

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.
@@ -4,7 +4,7 @@ function isObject(value) {
4
4
  }
5
5
  function parseEnabled(value) {
6
6
  if (value === undefined)
7
- return false;
7
+ return true;
8
8
  if (typeof value === "boolean")
9
9
  return value;
10
10
  throw new Error("ralph_loop.enabled must be a boolean");
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@w32191/just-loop",
3
3
  "type": "module",
4
- "version": "0.1.3",
4
+ "version": "0.1.4",
5
5
  "description": "OpenCode plugin package for just-loop.",
6
6
  "license": "MIT",
7
7
  "repository": {