@pi-unipi/ralph 0.1.11 → 2.0.0

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 (2) hide show
  1. package/index.ts +1 -2
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -17,8 +17,7 @@ import {
17
17
 
18
18
  // Get info registry from global
19
19
  function getInfoRegistry() {
20
- const g = globalThis as any;
21
- return g.__unipi_info_registry;
20
+ return globalThis.__unipi_info_registry;
22
21
  }
23
22
  import { RalphLoopManager } from "./ralph-loop.js";
24
23
  import { registerRalphTools } from "./tools.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/ralph",
3
- "version": "0.1.11",
3
+ "version": "2.0.0",
4
4
  "description": "Long-running iterative development loops for Pi coding agent",
5
5
  "type": "module",
6
6
  "license": "MIT",