@offworld/sdk 0.1.0 → 0.1.1

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.
package/package.json CHANGED
@@ -1,43 +1,43 @@
1
1
  {
2
- "name": "@offworld/sdk",
3
- "version": "0.1.0",
4
- "license": "MIT",
5
- "files": [
6
- "dist"
7
- ],
8
- "type": "module",
9
- "exports": {
10
- ".": {
11
- "types": "./dist/index.d.mts",
12
- "import": "./dist/index.mjs"
13
- }
14
- },
15
- "publishConfig": {
16
- "access": "public"
17
- },
18
- "scripts": {
19
- "build": "tsdown",
20
- "dev": "tsdown --watch",
21
- "typecheck": "tsc --noEmit",
22
- "test": "vitest run",
23
- "test:watch": "vitest",
24
- "test:unit": "vitest run --exclude '**/*.integration.test.ts'",
25
- "test:integration": "vitest run src/__tests__/integration/",
26
- "test:smoke": "SMOKE_TESTS=1 vitest run --testNamePattern Smoke",
27
- "prepublishOnly": "bun run build"
28
- },
29
- "dependencies": {
30
- "@offworld/backend-api": "workspace:*",
31
- "@offworld/types": "workspace:*",
32
- "@opencode-ai/sdk": "^1.1.36",
33
- "convex": "catalog:",
34
- "xdg-basedir": "^5.1.0",
35
- "zod": "catalog:"
36
- },
37
- "devDependencies": {
38
- "@types/node": "catalog:",
39
- "tsdown": "catalog:",
40
- "typescript": "catalog:",
41
- "vitest": "catalog:"
42
- }
2
+ "name": "@offworld/sdk",
3
+ "version": "0.1.1",
4
+ "license": "MIT",
5
+ "files": [
6
+ "dist"
7
+ ],
8
+ "type": "module",
9
+ "exports": {
10
+ ".": {
11
+ "types": "./dist/index.d.mts",
12
+ "import": "./dist/index.mjs"
13
+ }
14
+ },
15
+ "publishConfig": {
16
+ "access": "public"
17
+ },
18
+ "scripts": {
19
+ "build": "tsdown",
20
+ "dev": "tsdown --watch",
21
+ "typecheck": "tsc --noEmit",
22
+ "test": "vitest run",
23
+ "test:watch": "vitest",
24
+ "test:unit": "vitest run --exclude '**/*.integration.test.ts'",
25
+ "test:integration": "vitest run src/__tests__/integration/",
26
+ "test:smoke": "SMOKE_TESTS=1 vitest run --testNamePattern Smoke",
27
+ "prepublishOnly": "bun run build"
28
+ },
29
+ "dependencies": {
30
+ "@offworld/backend-api": "^0.1.1",
31
+ "@offworld/types": "^0.1.1",
32
+ "@opencode-ai/sdk": "^1.1.36",
33
+ "convex": "catalog:",
34
+ "xdg-basedir": "^5.1.0",
35
+ "zod": "catalog:"
36
+ },
37
+ "devDependencies": {
38
+ "@types/node": "catalog:",
39
+ "tsdown": "catalog:",
40
+ "typescript": "catalog:",
41
+ "vitest": "catalog:"
42
+ }
43
43
  }