netheriteai-code 1.1.0 → 1.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,10 +1,16 @@
1
1
  {
2
2
  "name": "netheriteai-code",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "NetheriteAI:Code by hurdacu. High-performance coding assistant.",
5
5
  "author": "hurdacu",
6
6
  "license": "MIT",
7
7
  "type": "module",
8
+ "files": [
9
+ "bin",
10
+ "src",
11
+ "README.md",
12
+ "package.json"
13
+ ],
8
14
  "bin": {
9
15
  "netheriteai-code": "bin/netheriteai-code.js",
10
16
  "netheritecode": "bin/netheriteai-code.js",
@@ -12,7 +18,6 @@
12
18
  },
13
19
  "scripts": {
14
20
  "start": "node ./bin/netheriteai-code.js",
15
- "models": "node ./bin/netheriteai-code.js models",
16
21
  "chat": "node ./bin/netheriteai-code.js chat",
17
22
  "tui": "node ./bin/netheriteai-code.js tui"
18
23
  },
package/src/cli.js CHANGED
@@ -11,7 +11,7 @@ import { printTable, resolveWorkspaceRoot } from "./utils.js";
11
11
 
12
12
  const execFileAsync = promisify(execFile);
13
13
 
14
- const VERSION = "1.1.0";
14
+ const VERSION = "1.1.1";
15
15
 
16
16
  async function handleAutoUpdate() {
17
17
  // If we were just restarted by an update, don't check again
package/hi.txt DELETED
@@ -1 +0,0 @@
1
- Hello there! Welcome to your new file. Feel free to edit it whenever you'd like.
package/image.png DELETED
Binary file