diff --git a/input-locations.json b/input-locations.json index d38f17b9..f2392371 100644 --- a/input-locations.json +++ b/input-locations.json @@ -346,11 +346,11 @@ }, { "type": "modZip", - "urlZip": "https://github.com/krypciak/cc-vim/archive/refs/tags/1.3.1.zip", - "source": "cc-vim-1.3.1" + "urlZip": "https://github.com/krypciak/cc-vim/archive/refs/tags/v1.5.4.zip", + "source": "cc-vim-1.5.4" }, { "type": "ccmod", - "url": "https://github.com/krypciak/cc-vim/releases/download/1.3.1/cc-vim-1.3.1.ccmod" + "url": "https://github.com/krypciak/cc-vim/releases/download/v1.5.4/cc-vim-1.5.4.ccmod" } ] diff --git a/mods.json b/mods.json index f52bc408..cb9c0b10 100644 --- a/mods.json +++ b/mods.json @@ -432,11 +432,11 @@ "url": "https://github.com/krypciak/cc-vim" } ], - "archive_link": "https://github.com/krypciak/cc-vim/releases/download/1.3.1/cc-vim-1.3.1.ccmod", + "archive_link": "https://github.com/krypciak/cc-vim/releases/download/v1.5.4/cc-vim-1.5.4.ccmod", "hash": { - "sha256": "58dae609b70fb78a9a02cb17c900619453250c31495f8467ffa98f2111fd0527" + "sha256": "956b112b9e9928c8de6e8eac68f3e132dd275d31904f3bed607c4aee0ff09eb0" }, - "version": "1.3.1" + "version": "1.5.4" }, "crosscode-tweak-pack": { "name": "dmitmel's tweak pack", diff --git a/npDatabase.json b/npDatabase.json index a768f0d2..0b1e7c79 100644 --- a/npDatabase.json +++ b/npDatabase.json @@ -750,15 +750,18 @@ "cc-vim": { "metadata": { "name": "cc-vim", - "version": "1.3.1", + "version": "1.5.4", "description": "Adds a popup command prompt", "scripts": { "start": "esbuild --target=es2018 --format=esm --platform=node --bundle --sourcemap=inline --outfile=plugin.js src/plugin.ts", - "watch": "esbuild --target=es2018 --format=esm --platform=node --bundle --sourcemap=inline --watch --outfile=plugin.js src/plugin.ts" + "watch": "esbuild --target=es2018 --format=esm --platform=node --bundle --sourcemap=inline --watch --outfile=plugin.js src/plugin.ts", + "build": "npx esbuild --target=es2018 --format=esm --platform=node --bundle --outfile='plugin.js' 'src/plugin.ts'", + "format": "prettier ./src -w" }, "author": "krypek", "license": "GNU GPLv3", "homepage": "https://github.com/krypciak/cc-vim", + "types": "src/global.d.ts", "devDependencies": { "@types/node": "^20.4.4", "@typescript-eslint/eslint-plugin": "^6.2.0", @@ -767,23 +770,24 @@ "fuse.js": "^6.6.2", "prettier": "3.0.0", "typescript": "^5.1.6", - "ultimate-crosscode-typedefs": "github:krypciak/ultimate-crosscode-typedefs" + "ultimate-crosscode-typedefs": "github:krypciak/ultimate-crosscode-typedefs", + "cc-quick-menu-ext": "github:krypciak/cc-quick-menu-ext" } }, "installation": [ { "type": "modZip", - "url": "https://github.com/krypciak/cc-vim/archive/refs/tags/1.3.1.zip", - "source": "cc-vim-1.3.1", + "url": "https://github.com/krypciak/cc-vim/archive/refs/tags/v1.5.4.zip", + "source": "cc-vim-1.5.4", "hash": { - "sha256": "cc036a8ba6700ebde6659dd2e39674047cb9721abe773c7beeac036e6c7399f8" + "sha256": "c6c650179f47dcd4734c1df2364057b22d752c9fb8b4ce53b5ffc51b0e8566db" } }, { "type": "ccmod", - "url": "https://github.com/krypciak/cc-vim/releases/download/1.3.1/cc-vim-1.3.1.ccmod", + "url": "https://github.com/krypciak/cc-vim/releases/download/v1.5.4/cc-vim-1.5.4.ccmod", "hash": { - "sha256": "58dae609b70fb78a9a02cb17c900619453250c31495f8467ffa98f2111fd0527" + "sha256": "956b112b9e9928c8de6e8eac68f3e132dd275d31904f3bed607c4aee0ff09eb0" } } ]