Skip to content

Commit

Permalink
Update cc-vim to v1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
krypciak committed Feb 5, 2024
1 parent e7db1a9 commit b4e7f43
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 14 deletions.
6 changes: 3 additions & 3 deletions input-locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
6 changes: 3 additions & 3 deletions mods.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
20 changes: 12 additions & 8 deletions npDatabase.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}
}
]
Expand Down

0 comments on commit b4e7f43

Please # to comment.