@a5c-ai/babysitter-omp 5.0.1-staging.69cb593ea536 → 5.0.1-staging.6be34ee2a7bf

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.
@@ -104,7 +104,7 @@ function ensureMarketplaceEntry(marketplacePath, pluginRoot) {
104
104
  name: PLUGIN_NAME,
105
105
  source: relSource,
106
106
  description: "Orchestrate complex, multi-step workflows with event-sourced state management, hook-based extensibility, and human-in-the-loop approval",
107
- version: "5.0.1-staging.69cb593ea536",
107
+ version: "5.0.1-staging.6be34ee2a7bf",
108
108
  author: { name: "a5c.ai" },
109
109
  };
110
110
  if (idx >= 0) marketplace.plugins[idx] = entry;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a5c-ai/babysitter-omp",
3
- "version": "5.0.1-staging.69cb593ea536",
3
+ "version": "5.0.1-staging.6be34ee2a7bf",
4
4
  "type": "module",
5
5
  "description": "Orchestrate complex, multi-step workflows with event-sourced state management, hook-based extensibility, and human-in-the-loop approval — oh-my-pi",
6
6
  "keywords": [
package/versions.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
- "sdkVersion": "5.0.1-staging.69cb593ea536",
3
- "extensionVersion": "5.0.1-staging.69cb593ea536"
2
+ "sdkVersion": "5.0.1-staging.6be34ee2a7bf",
3
+ "extensionVersion": "5.0.1-staging.6be34ee2a7bf"
4
4
  }