@daiyam/artifact-lang-ts 0.9.2 → 0.10.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.
Files changed (2) hide show
  1. package/.artifactrc.yml +8 -9
  2. package/package.json +2 -2
package/.artifactrc.yml CHANGED
@@ -1,16 +1,15 @@
1
- $schema: https://raw.githubusercontent.com/zokugun/artifact/v0.9.0/schemas/v2/package.json
1
+ $schema: https://raw.githubusercontent.com/zokugun/artifact/v0.11.0/schemas/v3/package.json
2
2
 
3
3
  journeys:
4
4
  - name: xo
5
+ scope: global
5
6
  travels:
6
7
  - path: .xo-config.json
7
8
  route:
8
- mapSort:
9
- compose:
10
- ignores: listConcat
11
- overrides: listConcat
12
- plugins: listConcat
13
- rules:
14
- - mapConcat
15
- - mapSort
9
+ map(sort):
10
+ map(compose):
11
+ ignores: list(concat)
12
+ overrides: list(concat)
13
+ plugins: list(concat)
14
+ rules: map(sort, concat)
16
15
  $$default: overwrite
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daiyam/artifact-lang-ts",
3
- "version": "0.9.2",
3
+ "version": "0.10.1",
4
4
  "description": "The configuration for my typescript projects",
5
5
  "author": {
6
6
  "name": "Baptiste Augrain",
@@ -31,5 +31,5 @@
31
31
  "project-template",
32
32
  "scaffold"
33
33
  ],
34
- "gitHead": "4d1c657e7cd39f5ba6e5f20054188f0804eb1339"
34
+ "gitHead": "89f8a74f9d76cf6201ce9de3064c32d3a961b0a2"
35
35
  }