@a5c-ai/babysitter 0.0.170-staging.ff24b07d → 0.0.170

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/README.md +1 -0
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -27,6 +27,7 @@ babysitter --help
27
27
  This metapackage installs:
28
28
 
29
29
  - **@a5c-ai/babysitter-sdk** - Core SDK with CLI for managing babysitter workflows
30
+ - **@a5c-ai/babysitter-breakpoints** - Breakpoint management system
30
31
 
31
32
  ## CLI Entry Point
32
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a5c-ai/babysitter",
3
- "version": "0.0.170-staging.ff24b07d",
3
+ "version": "0.0.170",
4
4
  "description": "Metapackage for installing all babysitter npm packages",
5
5
  "license": "UNLICENSED",
6
6
  "type": "commonjs",
@@ -12,7 +12,8 @@
12
12
  "README.md"
13
13
  ],
14
14
  "dependencies": {
15
- "@a5c-ai/babysitter-sdk": "latest"
15
+ "@a5c-ai/babysitter-sdk": "latest",
16
+ "@a5c-ai/babysitter-breakpoints": "latest"
16
17
  },
17
18
  "repository": {
18
19
  "type": "git",