@daiyam/artifact-vsx-ts 0.11.10 → 0.11.11

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.
@@ -12,7 +12,7 @@ jobs:
12
12
  environment: publish
13
13
  steps:
14
14
  - name: Checkout code
15
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
15
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
16
16
  with:
17
17
  fetch-depth: 0
18
18
  persist-credentials: false
@@ -19,7 +19,7 @@ jobs:
19
19
  environment: publish
20
20
  steps:
21
21
  - name: Checkout code
22
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
22
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
23
23
  with:
24
24
  fetch-depth: 0
25
25
  persist-credentials: false
package/configs/gitignore CHANGED
@@ -1,4 +1,3 @@
1
1
  /lib/
2
2
  /out/
3
- /.vscode-test/
4
3
  /*.vsix
@@ -8,27 +8,22 @@
8
8
  "browser": "./lib/index.js",
9
9
  "scripts": {
10
10
  "build": "npm run clean && npm run compile:src && npm run bundle",
11
- "clean": "rimraf out",
11
+ "clean": "rimraf out *.vsix",
12
12
  "package": "rimraf *.vsix && vsce package",
13
13
  "release": "release-it",
14
14
  "vscode:prepublish": "npm run build",
15
15
  "watch:src": "tsc-watch -p src --onSuccess 'npm run bundle'"
16
16
  },
17
17
  "dependencies": {
18
- "@zokugun/fs-extra-plus": "0.4.1",
18
+ "@zokugun/fs-extra-plus": "0.5.0",
19
19
  "@zokugun/is-it-type": "0.8.1",
20
20
  "@zokugun/xtry": "0.11.6"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/vscode": "1.56.0",
24
- "release-it": "20.0.1",
24
+ "release-it": "20.2.0",
25
25
  "tsc-watch": "7.2.0"
26
26
  },
27
- "overrides": {
28
- "@inquirer/core": {
29
- "mute-stream": "3.0.0"
30
- }
31
- },
32
27
  "activationEvents": [
33
28
  "onStartupFinished"
34
29
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daiyam/artifact-vsx-ts",
3
- "version": "0.11.10",
3
+ "version": "0.11.11",
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": "e51847abb818409ee0a0c1bab446e149886dd4ce"
34
+ "gitHead": "19805320925f3b643ce19109bb14768660059465"
35
35
  }