Skip to content

Commit b661d68

Browse files
committed
chore(release): 0.1.10
1 parent 1e85765 commit b661d68

6 files changed

Lines changed: 251 additions & 251 deletions

File tree

apps/cli/package.json

Lines changed: 87 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -1,89 +1,89 @@
11
{
2-
"name": "offworld",
3-
"version": "0.1.9",
4-
"description": "Offworld CLI - Repository reference generation for AI coding agents",
5-
"keywords": [
6-
"ai",
7-
"ai-agents",
8-
"amp",
9-
"anthropic",
10-
"claude",
11-
"claude-code",
12-
"cli",
13-
"codex",
14-
"coding-agent",
15-
"context",
16-
"cursor",
17-
"dependencies",
18-
"developer-tools",
19-
"documentation",
20-
"git",
21-
"llm",
22-
"monorepo",
23-
"offworld",
24-
"opencode",
25-
"reference",
26-
"repository",
27-
"skill",
28-
"typescript"
29-
],
30-
"homepage": "https://offworld.sh",
31-
"bugs": {
32-
"url": "https://github.com/oscabriel/offworld/issues"
33-
},
34-
"license": "MIT",
35-
"author": "Oscar Gabriel",
36-
"repository": {
37-
"type": "git",
38-
"url": "https://github.com/oscabriel/offworld.git",
39-
"directory": "apps/cli"
40-
},
41-
"bin": {
42-
"offworld": "./dist/cli.mjs",
43-
"ow": "./dist/cli.mjs"
44-
},
45-
"files": [
46-
"dist",
47-
"LICENSE",
48-
"README.md"
49-
],
50-
"type": "module",
51-
"exports": {
52-
".": {
53-
"types": "./dist/index.d.mts",
54-
"import": "./dist/index.mjs"
55-
}
56-
},
57-
"publishConfig": {
58-
"access": "public"
59-
},
60-
"scripts": {
61-
"build": "tsdown && chmod +x ./dist/cli.mjs",
62-
"dev": "tsdown --watch",
63-
"ow:dev": "bun run src/cli.ts",
64-
"typecheck": "tsc --noEmit",
65-
"test": "vitest run",
66-
"test:watch": "vitest",
67-
"prepublishOnly": "npm run build",
68-
"check": "oxlint && oxfmt --write"
69-
},
70-
"dependencies": {
71-
"@clack/prompts": "^0.11.0",
72-
"@offworld/sdk": "workspace:*",
73-
"@offworld/types": "workspace:*",
74-
"@orpc/server": "^1.13.4",
75-
"convex": "catalog:",
76-
"open": "^11.0.0",
77-
"trpc-cli": "^0.12.2",
78-
"zod": "catalog:"
79-
},
80-
"devDependencies": {
81-
"@types/node": "catalog:",
82-
"tsdown": "catalog:",
83-
"typescript": "catalog:",
84-
"vitest": "catalog:"
85-
},
86-
"engines": {
87-
"node": ">=18"
88-
}
2+
"name": "offworld",
3+
"version": "0.1.10",
4+
"description": "Offworld CLI - Repository reference generation for AI coding agents",
5+
"keywords": [
6+
"ai",
7+
"ai-agents",
8+
"amp",
9+
"anthropic",
10+
"claude",
11+
"claude-code",
12+
"cli",
13+
"codex",
14+
"coding-agent",
15+
"context",
16+
"cursor",
17+
"dependencies",
18+
"developer-tools",
19+
"documentation",
20+
"git",
21+
"llm",
22+
"monorepo",
23+
"offworld",
24+
"opencode",
25+
"reference",
26+
"repository",
27+
"skill",
28+
"typescript"
29+
],
30+
"homepage": "https://offworld.sh",
31+
"bugs": {
32+
"url": "https://github.com/oscabriel/offworld/issues"
33+
},
34+
"license": "MIT",
35+
"author": "Oscar Gabriel",
36+
"repository": {
37+
"type": "git",
38+
"url": "https://github.com/oscabriel/offworld.git",
39+
"directory": "apps/cli"
40+
},
41+
"bin": {
42+
"offworld": "./dist/cli.mjs",
43+
"ow": "./dist/cli.mjs"
44+
},
45+
"files": [
46+
"dist",
47+
"LICENSE",
48+
"README.md"
49+
],
50+
"type": "module",
51+
"exports": {
52+
".": {
53+
"types": "./dist/index.d.mts",
54+
"import": "./dist/index.mjs"
55+
}
56+
},
57+
"publishConfig": {
58+
"access": "public"
59+
},
60+
"scripts": {
61+
"build": "tsdown && chmod +x ./dist/cli.mjs",
62+
"dev": "tsdown --watch",
63+
"ow:dev": "bun run src/cli.ts",
64+
"typecheck": "tsc --noEmit",
65+
"test": "vitest run",
66+
"test:watch": "vitest",
67+
"prepublishOnly": "npm run build",
68+
"check": "oxlint && oxfmt --write"
69+
},
70+
"dependencies": {
71+
"@clack/prompts": "^0.11.0",
72+
"@offworld/sdk": "workspace:*",
73+
"@offworld/types": "workspace:*",
74+
"@orpc/server": "^1.13.4",
75+
"convex": "catalog:",
76+
"open": "^11.0.0",
77+
"trpc-cli": "^0.12.2",
78+
"zod": "catalog:"
79+
},
80+
"devDependencies": {
81+
"@types/node": "catalog:",
82+
"tsdown": "catalog:",
83+
"typescript": "catalog:",
84+
"vitest": "catalog:"
85+
},
86+
"engines": {
87+
"node": ">=18"
88+
}
8989
}

apps/cli/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import {
2929
mapSearchHandler,
3030
} from "./handlers/index.js";
3131

32-
export const version = "0.1.9";
32+
export const version = "0.1.10";
3333

3434
export const router = os.router({
3535
pull: os

packages/backend-api/package.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
{
2-
"name": "@offworld/backend-api",
3-
"version": "0.1.9",
4-
"description": "Generated Convex API types for Offworld",
5-
"license": "MIT",
6-
"files": [
7-
"dist"
8-
],
9-
"type": "module",
10-
"exports": {
11-
"./api": {
12-
"types": "./dist/_generated/api.d.ts",
13-
"import": "./dist/_generated/api.js"
14-
},
15-
"./server": {
16-
"types": "./dist/_generated/server.d.ts",
17-
"import": "./dist/_generated/server.js"
18-
}
19-
},
20-
"publishConfig": {
21-
"access": "public"
22-
},
23-
"scripts": {
24-
"build": "bun run ./scripts/copy-generated.ts",
25-
"prepublishOnly": "bun run build"
26-
},
27-
"dependencies": {
28-
"convex": "catalog:"
29-
},
30-
"devDependencies": {
31-
"typescript": "catalog:"
32-
}
2+
"name": "@offworld/backend-api",
3+
"version": "0.1.10",
4+
"description": "Generated Convex API types for Offworld",
5+
"license": "MIT",
6+
"files": [
7+
"dist"
8+
],
9+
"type": "module",
10+
"exports": {
11+
"./api": {
12+
"types": "./dist/_generated/api.d.ts",
13+
"import": "./dist/_generated/api.js"
14+
},
15+
"./server": {
16+
"types": "./dist/_generated/server.d.ts",
17+
"import": "./dist/_generated/server.js"
18+
}
19+
},
20+
"publishConfig": {
21+
"access": "public"
22+
},
23+
"scripts": {
24+
"build": "bun run ./scripts/copy-generated.ts",
25+
"prepublishOnly": "bun run build"
26+
},
27+
"dependencies": {
28+
"convex": "catalog:"
29+
},
30+
"devDependencies": {
31+
"typescript": "catalog:"
32+
}
3333
}

packages/sdk/package.json

Lines changed: 71 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,73 @@
11
{
2-
"name": "@offworld/sdk",
3-
"version": "0.1.9",
4-
"description": "Core SDK for Offworld - clone repos, generate references, sync with offworld.sh",
5-
"keywords": [
6-
"ai",
7-
"ai-agents",
8-
"anthropic",
9-
"claude",
10-
"clone",
11-
"coding-agent",
12-
"convex",
13-
"dependencies",
14-
"git",
15-
"llm",
16-
"offworld",
17-
"opencode",
18-
"reference",
19-
"sdk",
20-
"skill",
21-
"sync"
22-
],
23-
"homepage": "https://offworld.sh",
24-
"bugs": {
25-
"url": "https://github.com/oscabriel/offworld/issues"
26-
},
27-
"license": "MIT",
28-
"author": "Oscar Gabriel",
29-
"repository": {
30-
"type": "git",
31-
"url": "https://github.com/oscabriel/offworld.git",
32-
"directory": "packages/sdk"
33-
},
34-
"files": [
35-
"dist"
36-
],
37-
"type": "module",
38-
"exports": {
39-
".": {
40-
"types": "./dist/index.d.mts",
41-
"import": "./dist/index.mjs"
42-
}
43-
},
44-
"publishConfig": {
45-
"access": "public"
46-
},
47-
"scripts": {
48-
"build": "tsdown",
49-
"dev": "tsdown --watch",
50-
"typecheck": "tsc --noEmit",
51-
"test": "vitest run",
52-
"test:watch": "vitest",
53-
"test:unit": "vitest run --exclude '**/*.integration.test.ts'",
54-
"test:integration": "vitest run src/__tests__/integration/",
55-
"test:smoke": "SMOKE_TESTS=1 vitest run --testNamePattern Smoke",
56-
"prepublishOnly": "bun run build",
57-
"check": "oxlint && oxfmt --write"
58-
},
59-
"dependencies": {
60-
"@offworld/backend-api": "workspace:*",
61-
"@offworld/types": "workspace:*",
62-
"@opencode-ai/sdk": "^1.1.36",
63-
"convex": "catalog:",
64-
"xdg-basedir": "^5.1.0",
65-
"zod": "catalog:"
66-
},
67-
"devDependencies": {
68-
"@types/node": "catalog:",
69-
"tsdown": "catalog:",
70-
"typescript": "catalog:",
71-
"vitest": "catalog:"
72-
}
2+
"name": "@offworld/sdk",
3+
"version": "0.1.10",
4+
"description": "Core SDK for Offworld - clone repos, generate references, sync with offworld.sh",
5+
"keywords": [
6+
"ai",
7+
"ai-agents",
8+
"anthropic",
9+
"claude",
10+
"clone",
11+
"coding-agent",
12+
"convex",
13+
"dependencies",
14+
"git",
15+
"llm",
16+
"offworld",
17+
"opencode",
18+
"reference",
19+
"sdk",
20+
"skill",
21+
"sync"
22+
],
23+
"homepage": "https://offworld.sh",
24+
"bugs": {
25+
"url": "https://github.com/oscabriel/offworld/issues"
26+
},
27+
"license": "MIT",
28+
"author": "Oscar Gabriel",
29+
"repository": {
30+
"type": "git",
31+
"url": "https://github.com/oscabriel/offworld.git",
32+
"directory": "packages/sdk"
33+
},
34+
"files": [
35+
"dist"
36+
],
37+
"type": "module",
38+
"exports": {
39+
".": {
40+
"types": "./dist/index.d.mts",
41+
"import": "./dist/index.mjs"
42+
}
43+
},
44+
"publishConfig": {
45+
"access": "public"
46+
},
47+
"scripts": {
48+
"build": "tsdown",
49+
"dev": "tsdown --watch",
50+
"typecheck": "tsc --noEmit",
51+
"test": "vitest run",
52+
"test:watch": "vitest",
53+
"test:unit": "vitest run --exclude '**/*.integration.test.ts'",
54+
"test:integration": "vitest run src/__tests__/integration/",
55+
"test:smoke": "SMOKE_TESTS=1 vitest run --testNamePattern Smoke",
56+
"prepublishOnly": "bun run build",
57+
"check": "oxlint && oxfmt --write"
58+
},
59+
"dependencies": {
60+
"@offworld/backend-api": "workspace:*",
61+
"@offworld/types": "workspace:*",
62+
"@opencode-ai/sdk": "^1.1.36",
63+
"convex": "catalog:",
64+
"xdg-basedir": "^5.1.0",
65+
"zod": "catalog:"
66+
},
67+
"devDependencies": {
68+
"@types/node": "catalog:",
69+
"tsdown": "catalog:",
70+
"typescript": "catalog:",
71+
"vitest": "catalog:"
72+
}
7373
}

0 commit comments

Comments
 (0)