@daiyam/artifact-lang-js 0.12.6 → 0.13.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daiyam/artifact-lang-js",
3
- "version": "0.12.6",
3
+ "version": "0.13.1",
4
4
  "description": "The base configuration for my javascript projects",
5
5
  "author": {
6
6
  "name": "Baptiste Augrain",
@@ -31,5 +31,5 @@
31
31
  "project-template",
32
32
  "scaffold"
33
33
  ],
34
- "gitHead": "0fd5659c24641df5622764729744ec27e48ffc65"
34
+ "gitHead": "89f8a74f9d76cf6201ce9de3064c32d3a961b0a2"
35
35
  }
@@ -1,4 +1,4 @@
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
  always:
4
4
  .czrc:
@@ -40,47 +40,31 @@ update:
40
40
 
41
41
  journeys:
42
42
  - name: fixpack
43
+ scope: global
43
44
  travels:
44
45
  - path: .fixpackrc
45
46
  format: json
46
47
  route:
47
- mapSort:
48
- compose:
49
- sortToTop: listConcatAfter
50
- $$default:
51
- fork:
52
- array: listConcat
53
- object:
54
- - mapConcat
55
- - mapSort
56
- default: primitive
48
+ $$extend: default(sort)
49
+ patches:
50
+ - op: add
51
+ path: /map(sort)/map(compose)/sortToTop
52
+ value: list(dedup-first)
57
53
 
58
54
  - name: lintstaged
55
+ scope: global
59
56
  travels:
60
57
  - path: .lintstagedrc.yml
61
- route:
62
- mapSort:
63
- compose:
64
- $$default:
65
- fork:
66
- array: listConcat
67
- object:
68
- - mapConcat
69
- - mapSort
70
- default: primitive
58
+ route: default(sort)
71
59
 
72
60
  - name: taze
61
+ scope: global
73
62
  travels:
74
63
  - path: .tazerc.json
75
64
  route:
76
- mapSort:
77
- compose:
78
- $$default:
79
- fork:
80
- array: listConcat
81
- object:
82
- - mapConcat
83
- - mapSort
84
- default: primitive
85
- $$remove:
65
+ $$extend: default(sort)
66
+ patches:
67
+ - op: add
68
+ path: /map(sort)/map(compose)/$$remove
69
+ value:
86
70
  - write
@@ -1,4 +1,4 @@
1
- .github/workflows/*.yml: zizmor
2
- package.json:
1
+ ./package.json:
3
2
  - fixpack
4
3
  - npm audit
4
+ .github/workflows/*.yml: zizmor