@cline/sdk 0.0.39 → 0.0.40-nightly.1778642379

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 +4 -5
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@cline/sdk",
3
3
  "description": "Cline SDK - user-facing alias for @cline/core",
4
- "version": "0.0.39",
4
+ "version": "0.0.40-nightly.1778642379",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "https://github.com/cline/sdk",
8
- "directory": "packages/sdk"
7
+ "url": "https://github.com/cline/cline",
8
+ "directory": "sdk/packages/sdk"
9
9
  },
10
10
  "type": "module",
11
11
  "types": "./dist/index.d.ts",
@@ -22,11 +22,10 @@
22
22
  },
23
23
  "scripts": {
24
24
  "build": "bun run bun.mts && bun tsc -p tsconfig.build.json",
25
- "clean": "rm -rf dist node_modules",
26
25
  "typecheck": "bun tsc -p tsconfig.json --noEmit"
27
26
  },
28
27
  "dependencies": {
29
- "@cline/core": "0.0.39"
28
+ "@cline/core": "0.0.40-nightly.1778642379"
30
29
  },
31
30
  "engines": {
32
31
  "node": ">=22"