lupacode 1.0.2 → 1.0.4

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/bin/lupacode CHANGED
File without changes
package/dist/index.js CHANGED
@@ -96422,7 +96422,7 @@ var import_react35 = __toESM(require_react(), 1);
96422
96422
  // package.json
96423
96423
  var package_default2 = {
96424
96424
  name: "lupacode",
96425
- version: "1.0.2",
96425
+ version: "1.0.4",
96426
96426
  description: "AI-powered terminal coding assistant",
96427
96427
  type: "module",
96428
96428
  bin: {
package/package.json CHANGED
@@ -1,50 +1,50 @@
1
- {
2
- "name": "lupacode",
3
- "version": "1.0.2",
4
- "description": "AI-powered terminal coding assistant",
5
- "type": "module",
6
- "bin": {
7
- "lupacode": "bin/lupacode"
8
- },
9
- "files": [
10
- "bin/",
11
- "dist/",
12
- "README.md"
13
- ],
14
- "scripts": {
15
- "dev": "bun run --watch src/index.tsx",
16
- "build": "bun build src/index.tsx --outdir dist --target bun --external \"@opentui/core-*\"",
17
- "prepublishOnly": "bun run build",
18
- "typecheck": "tsc -p tsconfig.json --noEmit"
19
- },
20
- "engines": {
21
- "bun": ">=1.0.0"
22
- },
23
- "devDependencies": {
24
- "@types/bun": "latest",
25
- "@types/react": "^19.2.17"
26
- },
27
- "peerDependencies": {
28
- "typescript": "^5"
29
- },
30
- "peerDependenciesMeta": {
31
- "typescript": {
32
- "optional": true
33
- }
34
- },
35
- "dependencies": {
36
- "@ai-sdk/react": "^4.0.4",
37
- "@opentui/core": "^0.3.4",
38
- "@opentui/react": "^0.3.4",
39
- "ai": "^7.0.3",
40
- "date-fns": "^4.4.0",
41
- "dotenv": "^16.4.7",
42
- "hono": "^4.12.26",
43
- "open": "^11.0.0",
44
- "opentui-spinner": "^0.0.7",
45
- "pretty-ms": "^9.3.0",
46
- "react": "^19.2.6",
47
- "react-router": "^8.0.1",
48
- "zod": "^4.4.3"
49
- }
50
- }
1
+ {
2
+ "name": "lupacode",
3
+ "version": "1.0.4",
4
+ "description": "AI-powered terminal coding assistant",
5
+ "type": "module",
6
+ "bin": {
7
+ "lupacode": "bin/lupacode"
8
+ },
9
+ "files": [
10
+ "bin/",
11
+ "dist/",
12
+ "README.md"
13
+ ],
14
+ "scripts": {
15
+ "dev": "bun run --watch src/index.tsx",
16
+ "build": "bun build src/index.tsx --outdir dist --target bun --external \"@opentui/core-*\"",
17
+ "prepublishOnly": "bun run build",
18
+ "typecheck": "tsc -p tsconfig.json --noEmit"
19
+ },
20
+ "engines": {
21
+ "bun": ">=1.0.0"
22
+ },
23
+ "devDependencies": {
24
+ "@types/bun": "latest",
25
+ "@types/react": "^19.2.17"
26
+ },
27
+ "peerDependencies": {
28
+ "typescript": "^5"
29
+ },
30
+ "peerDependenciesMeta": {
31
+ "typescript": {
32
+ "optional": true
33
+ }
34
+ },
35
+ "dependencies": {
36
+ "@ai-sdk/react": "^4.0.4",
37
+ "@opentui/core": "^0.3.4",
38
+ "@opentui/react": "^0.3.4",
39
+ "ai": "^7.0.3",
40
+ "date-fns": "^4.4.0",
41
+ "dotenv": "^16.4.7",
42
+ "hono": "^4.12.26",
43
+ "open": "^11.0.0",
44
+ "opentui-spinner": "^0.0.7",
45
+ "pretty-ms": "^9.3.0",
46
+ "react": "^19.2.6",
47
+ "react-router": "^8.0.1",
48
+ "zod": "^4.4.3"
49
+ }
50
+ }