Compare commits
62 Commits
Author | SHA1 | Date | |
---|---|---|---|
239e6c6a65 | |||
64d4e014a1 | |||
a9eab4ab5e | |||
a62b9eadde | |||
ca8646527c | |||
f662462072 | |||
30cbe757d3 | |||
39a5ab8ff9 | |||
0777c9eb99 | |||
7a4b225934 | |||
479452b271 | |||
2fb00d6eeb | |||
02362ade1e | |||
249b972406 | |||
81a9321531 | |||
cf6e1d2e62 | |||
5f5cfd26db | |||
60ed9c664b | |||
190287cd72 | |||
e443cda701 | |||
8ec77904db | |||
e2227f3a6c | |||
84fb11cf4a | |||
3eb7ab4cd4 | |||
0e8d39f0c1 | |||
559223da39 | |||
5d6b14acc7 | |||
58e1b1d9c3 | |||
32bfc62714 | |||
bf09ddbac0 | |||
59261999f0 | |||
663b1cb364 | |||
aa9bba4755 | |||
f55c48eb4e | |||
1cddb4d88a | |||
944b7368d0 | |||
295745ed3b | |||
16c19e915c | |||
7a74aeac9a | |||
47da521a15 | |||
2f300a0ab6 | |||
7aa4310359 | |||
51d6bed019 | |||
92f922ff93 | |||
82025b9624 | |||
014ef099f2 | |||
febc36ef36 | |||
9a7217cbb6 | |||
64c8d8d77e | |||
7bebd66b20 | |||
7d8e82a7de | |||
89c1150c7d | |||
65a1db8157 | |||
c7bb134cff | |||
640ba2fbf5 | |||
c21ddcdd2e | |||
910c941222 | |||
6d6c56b87c | |||
96f27dadd7 | |||
0a380910dc | |||
98ab84e21f | |||
4cd0e6a1e3 |
@ -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.data.raphaelpiccolo.com
|
base_url: https://gitea.raphaelpiccolo.com
|
||||||
files: ./*.vsix
|
files: ./*.vsix
|
||||||
api_key:
|
api_key:
|
||||||
from_secret: gitea_token
|
from_secret: gitea_token
|
||||||
|
712
package-lock.json
generated
712
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.27",
|
"version": "1.1.57",
|
||||||
"description": "",
|
"description": "",
|
||||||
"categories": [
|
"categories": [
|
||||||
"Other"
|
"Other"
|
||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "ssh://git@gitea.data.raphaelpiccolo.com:10022/root/vscodestat.git"
|
"url": "ssh://git@gitea.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.8",
|
"@types/mocha": "^10.0.10",
|
||||||
"@types/node": "22.x",
|
"@types/node": "22.x",
|
||||||
"@types/vscode": "^1.93.0",
|
"@types/vscode": "^1.96.0",
|
||||||
"@typescript-eslint/eslint-plugin": "^8.8.0",
|
"@typescript-eslint/eslint-plugin": "^8.20.0",
|
||||||
"@typescript-eslint/parser": "^8.8.0",
|
"@typescript-eslint/parser": "^8.20.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.11.1",
|
"eslint": "^9.18.0",
|
||||||
"typescript": "^5.6.2"
|
"typescript": "^5.7.3"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.93.0"
|
"vscode": "^1.96.0"
|
||||||
},
|
},
|
||||||
"icon": "icon.png",
|
"icon": "icon.png",
|
||||||
"extensionKind": [
|
"extensionKind": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user