Compare commits
33 Commits
Author | SHA1 | Date | |
---|---|---|---|
96f27dadd7 | |||
0a380910dc | |||
98ab84e21f | |||
4cd0e6a1e3 | |||
27ef2b1e7f | |||
6b46502e81 | |||
cc8a946cd6 | |||
7580bcb90a | |||
07e384f98d | |||
5765b0e00b | |||
f6a8250db8 | |||
b94da7e56c | |||
b89a824004 | |||
b7845de2cb | |||
2f7b7645e3 | |||
6f4502389e | |||
636e769e56 | |||
d239610e81 | |||
e82de8da2a | |||
5232607549 | |||
1bacb3f46d | |||
6bf71399a3 | |||
4951107d89 | |||
5581e178a5 | |||
d688b9d34a | |||
dfe13b5ad5 | |||
eded025bd5 | |||
04ae797578 | |||
e38cf200b9 | |||
51d0d54771 | |||
664740860b | |||
8440fd8275 | |||
084e4239b4 |
@ -16,7 +16,7 @@ steps:
|
|||||||
- name: gitea_release
|
- name: gitea_release
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
settings:
|
settings:
|
||||||
base_url: https://gitea.raphaelpiccolo.com
|
base_url: https://gitea.data.raphaelpiccolo.com
|
||||||
files: ./*.vsix
|
files: ./*.vsix
|
||||||
api_key:
|
api_key:
|
||||||
from_secret: gitea_token
|
from_secret: gitea_token
|
||||||
|
612
package-lock.json
generated
612
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
18
package.json
18
package.json
@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": "vscodestat",
|
"name": "vscodestat",
|
||||||
"displayName": "vscodestat",
|
"displayName": "vscodestat",
|
||||||
"version": "1.1.12",
|
"version": "1.1.29",
|
||||||
"description": "",
|
"description": "",
|
||||||
"categories": [
|
"categories": [
|
||||||
"Other"
|
"Other"
|
||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "ssh://git@gitea.raphaelpiccolo.com:10022/root/vscodestat.git"
|
"url": "ssh://git@gitea.data.raphaelpiccolo.com:10022/root/vscodestat.git"
|
||||||
},
|
},
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"author": "Raphael Piccolo",
|
"author": "Raphael Piccolo",
|
||||||
@ -51,18 +51,18 @@
|
|||||||
"onStartupFinished"
|
"onStartupFinished"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/mocha": "^10.0.7",
|
"@types/mocha": "^10.0.8",
|
||||||
"@types/node": "22.x",
|
"@types/node": "22.x",
|
||||||
"@types/vscode": "^1.92.0",
|
"@types/vscode": "^1.94.0",
|
||||||
"@typescript-eslint/eslint-plugin": "^8.1.0",
|
"@typescript-eslint/eslint-plugin": "^8.8.0",
|
||||||
"@typescript-eslint/parser": "^8.1.0",
|
"@typescript-eslint/parser": "^8.8.0",
|
||||||
"@vscode/test-cli": "^0.0.10",
|
"@vscode/test-cli": "^0.0.10",
|
||||||
"@vscode/test-electron": "^2.4.1",
|
"@vscode/test-electron": "^2.4.1",
|
||||||
"eslint": "^9.9.0",
|
"eslint": "^9.12.0",
|
||||||
"typescript": "^5.5.4"
|
"typescript": "^5.6.2"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.92.0"
|
"vscode": "^1.94.0"
|
||||||
},
|
},
|
||||||
"icon": "icon.png",
|
"icon": "icon.png",
|
||||||
"extensionKind": [
|
"extensionKind": [
|
||||||
|
Reference in New Issue
Block a user