@todoforai/cli 0.1.29 → 0.1.31

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.
@@ -44221,7 +44221,7 @@ import { parseArgs } from "util";
44221
44221
  // package.json
44222
44222
  var package_default = {
44223
44223
  name: "@todoforai/cli",
44224
- version: "0.1.29",
44224
+ version: "0.1.31",
44225
44225
  type: "module",
44226
44226
  bin: {
44227
44227
  "todoforai-cli": "bin/todoforai-cli.js",
@@ -44239,8 +44239,6 @@ var package_default = {
44239
44239
  dev: "bun run src/index.ts"
44240
44240
  },
44241
44241
  dependencies: {
44242
- "@shared/api": "file:../packages/shared-api",
44243
- "@shared/credentials": "file:../packages/shared-credentials",
44244
44242
  "@todoforai/update-notifier": "^0.1.0",
44245
44243
  "cli-highlight": "^2.1.11",
44246
44244
  "diff-match-patch": "^1.0.5",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todoforai/cli",
3
- "version": "0.1.29",
3
+ "version": "0.1.31",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "todoforai-cli": "bin/todoforai-cli.js",
@@ -18,8 +18,6 @@
18
18
  "dev": "bun run src/index.ts"
19
19
  },
20
20
  "dependencies": {
21
- "@shared/api": "file:../packages/shared-api",
22
- "@shared/credentials": "file:../packages/shared-credentials",
23
21
  "@todoforai/update-notifier": "^0.1.0",
24
22
  "cli-highlight": "^2.1.11",
25
23
  "diff-match-patch": "^1.0.5",