@pi-unipi/workflow 0.1.9 → 0.1.12

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 -1
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -149,7 +149,7 @@ export default function (pi: ExtensionAPI) {
149
149
  });
150
150
 
151
151
  // Listen for ralph module ready event
152
- pi.on(UNIPI_EVENTS.MODULE_READY as any, (event: any) => {
152
+ pi.events.on(UNIPI_EVENTS.MODULE_READY, (event: any) => {
153
153
  if (event?.name === MODULES.RALPH) {
154
154
  ralphDetected = true;
155
155
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/workflow",
3
- "version": "0.1.9",
3
+ "version": "0.1.12",
4
4
  "description": "Structured development workflow commands for Pi coding agent",
5
5
  "type": "module",
6
6
  "license": "MIT",