@daiyam/artifact-vsx-ts 0.10.2 → 0.11.0

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.
package/.artifactrc.yml CHANGED
@@ -1,20 +1,28 @@
1
+ $schema: https://raw.githubusercontent.com/zokugun/artifact/v0.6.0/schemas/v1/package.json
2
+
1
3
  update:
2
4
  CHANGELOG.md:
3
- update: false
5
+ if_exists: skip
6
+
4
7
  package.json:
5
8
  filter:
6
9
  - main
7
10
  - scripts
8
11
  - devDependencies
12
+
9
13
  .github/**/*.yml:
10
- overwrite: true
14
+ if_exists: overwrite
15
+
11
16
  src/document-manager.ts:
12
- overwrite: true
17
+ if_exists: overwrite
18
+
13
19
  src/extension.ts:
14
- missing: false
15
- update: false
20
+ if_missing: skip
21
+ if_exists: skip
22
+
16
23
  src/commands/*:
17
- missing: false
18
- update: false
24
+ if_missing: skip
25
+ if_exists: skip
26
+
19
27
  src/utils/*:
20
- overwrite: true
28
+ if_exists: overwrite
@@ -2,5 +2,5 @@ rules:
2
2
  superfluous-actions:
3
3
  ignore:
4
4
  # allows `softprops/action-gh-release` action
5
- - preview.yml:63
6
- - publish.yml:97
5
+ - preview.yml:67
6
+ - publish.yml:106
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daiyam/artifact-vsx-ts",
3
- "version": "0.10.2",
3
+ "version": "0.11.0",
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": "5e7b7908f4358fd128d49236f5918003cfb10b6e"
34
+ "gitHead": "8a61833eedfc4021b76adc935e6b673b93488079"
35
35
  }