@gguf/coder 0.0.4 → 0.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.
- package/package.json +2 -2
- package/assets/coder-vscode.vsix +0 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gguf/coder",
|
|
3
3
|
"main": "dist/cli.js",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.5",
|
|
5
5
|
"description": "GGUF coder",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"ai",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"test:knip": "knip",
|
|
33
33
|
"format": "biome check --write .",
|
|
34
34
|
"format:check": "biome check .",
|
|
35
|
-
"build:vscode": "cd plugins/vscode && pnpm run build && pnpm exec vsce package --allow-missing-repository --skip-license --no-dependencies
|
|
35
|
+
"build:vscode": "cd plugins/vscode && pnpm run build && pnpm exec vsce package --allow-missing-repository --skip-license --no-dependencies",
|
|
36
36
|
"prepublishOnly": "pnpm run build && pnpm run build:vscode",
|
|
37
37
|
"prepare": "husky"
|
|
38
38
|
},
|
package/assets/coder-vscode.vsix
DELETED
|
Binary file
|