lupacode 1.0.3 → 1.0.5

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 (2) hide show
  1. package/dist/index.js +3 -2
  2. package/package.json +3 -2
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.3",
96425
+ version: "1.0.5",
96426
96426
  description: "AI-powered terminal coding assistant",
96427
96427
  type: "module",
96428
96428
  bin: {
@@ -96431,7 +96431,8 @@ var package_default2 = {
96431
96431
  files: [
96432
96432
  "bin/",
96433
96433
  "dist/",
96434
- "README.md"
96434
+ "README.md",
96435
+ "package.json"
96435
96436
  ],
96436
96437
  scripts: {
96437
96438
  dev: "bun run --watch src/index.tsx",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lupacode",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "AI-powered terminal coding assistant",
5
5
  "type": "module",
6
6
  "bin": {
@@ -9,7 +9,8 @@
9
9
  "files": [
10
10
  "bin/",
11
11
  "dist/",
12
- "README.md"
12
+ "README.md",
13
+ "package.json"
13
14
  ],
14
15
  "scripts": {
15
16
  "dev": "bun run --watch src/index.tsx",