@a5c-ai/babysitter-codex 5.0.1-staging.d73033a7 → 5.0.1-staging.e4f17eff

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a5c-ai/babysitter-codex",
3
- "version": "5.0.1-staging.d73033a7",
3
+ "version": "5.0.1-staging.e4f17eff",
4
4
  "description": "Babysitter Codex skill bundle and integration package for OpenAI Codex CLI with SDK-managed process-library bootstrapping, 15 orchestration modes, and BOM-safe SKILL installation",
5
5
  "scripts": {
6
6
  "test": "node test/integration.test.js && node test/packaged-install.test.js",
@@ -46,6 +46,6 @@
46
46
  },
47
47
  "homepage": "https://github.com/a5c-ai/babysitter/tree/main/plugins/babysitter-codex#readme",
48
48
  "dependencies": {
49
- "@a5c-ai/babysitter-sdk": "5.0.1-staging.d73033a7"
49
+ "@a5c-ai/babysitter-sdk": "5.0.1-staging.e4f17eff"
50
50
  }
51
51
  }