Skip to content

Commit 072fd2c

Browse files
committed
chore(release): 0.2.2
1 parent 350226a commit 072fd2c

6 files changed

Lines changed: 257 additions & 257 deletions

File tree

apps/cli/package.json

Lines changed: 88 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -1,90 +1,90 @@
11
{
2-
"name": "offworld",
3-
"version": "0.2.1",
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-
"picocolors": "^1.1.1",
78-
"trpc-cli": "^0.12.2",
79-
"zod": "catalog:"
80-
},
81-
"devDependencies": {
82-
"@types/node": "catalog:",
83-
"tsdown": "catalog:",
84-
"typescript": "catalog:",
85-
"vitest": "catalog:"
86-
},
87-
"engines": {
88-
"node": ">=18"
89-
}
2+
"name": "offworld",
3+
"version": "0.2.2",
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+
"picocolors": "^1.1.1",
78+
"trpc-cli": "^0.12.2",
79+
"zod": "catalog:"
80+
},
81+
"devDependencies": {
82+
"@types/node": "catalog:",
83+
"tsdown": "catalog:",
84+
"typescript": "catalog:",
85+
"vitest": "catalog:"
86+
},
87+
"engines": {
88+
"node": ">=18"
89+
}
9090
}

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.2.1";
32+
export const version = "0.2.2";
3333

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

packages/backend-api/package.json

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

0 commit comments

Comments
 (0)