@daiyam/artifact-vsx-ts 0.4.4 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,10 +1,8 @@
1
1
  name: Publish Extension
2
-
3
2
  on:
4
3
  push:
5
4
  tags:
6
- - '*'
7
-
5
+ - "*"
8
6
  jobs:
9
7
  publish:
10
8
  runs-on: ubuntu-latest
@@ -12,7 +10,7 @@ jobs:
12
10
  - uses: actions/checkout@v2
13
11
  - uses: actions/setup-node@v2
14
12
  with:
15
- node-version: 14
13
+ node-version: 16
16
14
  - run: npm ci
17
15
  - name: Publish to Open VSX Registry
18
16
  uses: HaaLeo/publish-vscode-extension@v0
@@ -12,24 +12,21 @@
12
12
  },
13
13
  "devDependencies": {
14
14
  "@types/vscode": "^1.23.0",
15
- "release-it": "^14.11.3",
16
- "tsc-watch": "^4.4.0"
15
+ "release-it": "^15.3.0",
16
+ "tsc-watch": "^5.0.3"
17
17
  },
18
18
  "activationEvents": [
19
19
  "*"
20
20
  ],
21
21
  "contributes": {
22
- "commands": [
23
- ],
22
+ "commands": [],
24
23
  "configuration": {
25
24
  "title": "EXT_DISPLAY_NAME configuration",
26
- "properties": {
27
- }
25
+ "properties": {}
28
26
  }
29
27
  },
30
28
  "categories": [
31
29
  "Other"
32
30
  ],
33
- "keywords": [
34
- ]
31
+ "keywords": []
35
32
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daiyam/artifact-vsx-ts",
3
- "version": "0.4.4",
3
+ "version": "0.5.1",
4
4
  "description": "The configuration to create Visual Studio extensions and publish them on Visual Studio Marketplace and Open VSX Registry.",
5
5
  "author": {
6
6
  "name": "Baptiste Augrain",
@@ -31,5 +31,5 @@
31
31
  "project-template",
32
32
  "scaffold"
33
33
  ],
34
- "gitHead": "9a97ac12e28b9874a3de24ac0cacf3117c50537a"
34
+ "gitHead": "ac62e5c04538b5029689393fa7341421e239385d"
35
35
  }