@daiyam/artifact-lang-js 0.10.3 → 0.10.4

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.10.3",
3
+ "version": "0.10.4",
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": "a13ae298dde76d9c2f8638fbc842b25c1ff48139"
34
+ "gitHead": "011ef976082ba6e71cd0d7d0a43851cd3fa32727"
35
35
  }
@@ -1,4 +1,7 @@
1
1
  {
2
+ "required": [
3
+ "dependencies"
4
+ ],
2
5
  "sortToTop": [
3
6
  "name",
4
7
  "displayName",
@@ -38,7 +38,7 @@ jobs:
38
38
 
39
39
  - name: Lint code
40
40
  run: |
41
- npm run lint
41
+ npm run lint:all
42
42
 
43
43
  - name: Lint commit
44
44
  run: |
@@ -1,3 +1,4 @@
1
1
  {
2
- "package.json": "fixpack"
2
+ "package.json": "fixpack",
3
+ ".github/**/*.yml": "zizmor"
3
4
  }
@@ -2,9 +2,11 @@
2
2
  "scripts": {
3
3
  "ci:lint": "zizmor .",
4
4
  "ci:lint:fix": "zizmor . --fix=all",
5
- "ci:update": "PINACT_MIN_AGE=7 pinact run",
6
- "deps:update": "taze",
7
- "prepare": "husky; fixpack || true"
5
+ "lint:all": "fixpack && npm run ci:lint",
6
+ "prepare": "husky; fixpack || true",
7
+ "update:artifacts": "artifact update",
8
+ "update:ci": "PINACT_MIN_AGE=7 pinact run",
9
+ "update:deps": "taze"
8
10
  },
9
11
  "dependencies": {},
10
12
  "devDependencies": {