@daiyam/artifact-lang-js 0.11.6 → 0.12.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daiyam/artifact-lang-js",
3
- "version": "0.11.6",
3
+ "version": "0.12.0",
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": "b0379f836b22ace9e7fb271249c76ef9d99ed5ce"
34
+ "gitHead": "1fd9bedb284bd66dbc50e8d749316fb5a949455d"
35
35
  }
@@ -1,4 +1,4 @@
1
- $schema: https://raw.githubusercontent.com/zokugun/artifact/v0.6.0/schemas/v1/package.json
1
+ $schema: https://raw.githubusercontent.com/zokugun/artifact/v0.9.0/schemas/v2/package.json
2
2
 
3
3
  always:
4
4
  .czrc:
@@ -37,3 +37,36 @@ update:
37
37
  filter:
38
38
  - scripts
39
39
  - devDependencies
40
+
41
+ journeys:
42
+ - name: fixpack
43
+ travels:
44
+ - path: .fixpackrc
45
+ format: json
46
+ route:
47
+ mapSort:
48
+ compose:
49
+ sortToTop: listConcatAfter
50
+ $$default:
51
+ fork:
52
+ array: listConcat
53
+ object:
54
+ - mapConcat
55
+ - mapSort
56
+ default: primitive
57
+
58
+ - name: taze
59
+ travels:
60
+ - path: .tazerc.json
61
+ route:
62
+ mapSort:
63
+ compose:
64
+ $$default:
65
+ fork:
66
+ array: listConcat
67
+ object:
68
+ - mapConcat
69
+ - mapSort
70
+ default: primitive
71
+ $$remove:
72
+ - write