@a5c-ai/babysitter-cursor 5.0.1-staging.fcac7259 → 5.0.1-staging.ff2c19f9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a5c-ai/babysitter-cursor",
3
- "version": "5.0.1-staging.fcac7259",
3
+ "version": "5.0.1-staging.ff2c19f9",
4
4
  "description": "Orchestrate complex, multi-step workflows with event-sourced state management, hook-based extensibility, and human-in-the-loop approval",
5
5
  "scripts": {
6
6
  "deploy": "npm publish --access public",
@@ -37,7 +37,7 @@
37
37
  "access": "public"
38
38
  },
39
39
  "dependencies": {
40
- "@a5c-ai/babysitter-sdk": "5.0.1-staging.fcac7259"
40
+ "@a5c-ai/babysitter-sdk": "5.0.1-staging.ff2c19f9"
41
41
  },
42
42
  "repository": {
43
43
  "type": "git",
package/plugin.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "babysitter",
3
- "version": "5.0.1-staging.fcac7259",
3
+ "version": "5.0.1-staging.ff2c19f9",
4
4
  "description": "Orchestrate complex, multi-step workflows with event-sourced state management, hook-based extensibility, and human-in-the-loop approval",
5
5
  "author": "a5c.ai",
6
6
  "license": "MIT",
package/versions.json CHANGED
@@ -1,3 +1,3 @@
1
1
  {
2
- "sdkVersion": "5.0.1-staging.fcac7259"
2
+ "sdkVersion": "5.0.1-staging.ff2c19f9"
3
3
  }