@daiyam/artifact-lang-js 0.12.4 → 0.12.5

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.4",
3
+ "version": "0.12.5",
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": "4d1c657e7cd39f5ba6e5f20054188f0804eb1339"
34
+ "gitHead": "e51847abb818409ee0a0c1bab446e149886dd4ce"
35
35
  }
@@ -55,6 +55,20 @@ journeys:
55
55
  - mapSort
56
56
  default: primitive
57
57
 
58
+ - name: lintstaged
59
+ travels:
60
+ - 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
71
+
58
72
  - name: taze
59
73
  travels:
60
74
  - path: .tazerc.json
@@ -1,4 +1,4 @@
1
+ .github/workflows/*.yml: zizmor
1
2
  package.json:
2
3
  - fixpack
3
4
  - npm audit
4
- .github/workflows/*.yml: zizmor