@a5c-ai/babysitter 0.0.169 → 0.0.170-staging.00aac85c

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 +0 -1
  2. package/package.json +2 -3
package/README.md CHANGED
@@ -27,7 +27,6 @@ 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
31
30
 
32
31
  ## CLI Entry Point
33
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a5c-ai/babysitter",
3
- "version": "0.0.169",
3
+ "version": "0.0.170-staging.00aac85c",
4
4
  "description": "Metapackage for installing all babysitter npm packages",
5
5
  "license": "UNLICENSED",
6
6
  "type": "commonjs",
@@ -12,8 +12,7 @@
12
12
  "README.md"
13
13
  ],
14
14
  "dependencies": {
15
- "@a5c-ai/babysitter-sdk": "latest",
16
- "@a5c-ai/babysitter-breakpoints": "latest"
15
+ "@a5c-ai/babysitter-sdk": "latest"
17
16
  },
18
17
  "repository": {
19
18
  "type": "git",