Compare commits

..

No commits in common. "master" and "1.1.27" have entirely different histories.

3 changed files with 330 additions and 370 deletions

View File

@ -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

680
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,14 +1,14 @@
{ {
"name": "vscodestat", "name": "vscodestat",
"displayName": "vscodestat", "displayName": "vscodestat",
"version": "1.1.57", "version": "1.1.27",
"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.10", "@types/mocha": "^10.0.8",
"@types/node": "22.x", "@types/node": "22.x",
"@types/vscode": "^1.96.0", "@types/vscode": "^1.93.0",
"@typescript-eslint/eslint-plugin": "^8.20.0", "@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.20.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.18.0", "eslint": "^9.11.1",
"typescript": "^5.7.3" "typescript": "^5.6.2"
}, },
"engines": { "engines": {
"vscode": "^1.96.0" "vscode": "^1.93.0"
}, },
"icon": "icon.png", "icon": "icon.png",
"extensionKind": [ "extensionKind": [