@daiyam/artifact-npm 0.8.7 → 0.8.9

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.
@@ -16,7 +16,7 @@ jobs:
16
16
  environment: publish
17
17
  steps:
18
18
  - name: Checkout code
19
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
19
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
20
20
  with:
21
21
  fetch-depth: 0
22
22
  persist-credentials: false
@@ -3,11 +3,6 @@
3
3
  "release": "release-it"
4
4
  },
5
5
  "devDependencies": {
6
- "release-it": "20.0.1"
7
- },
8
- "overrides": {
9
- "@inquirer/core": {
10
- "mute-stream": "3.0.0"
11
- }
6
+ "release-it": "20.2.0"
12
7
  }
13
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daiyam/artifact-npm",
3
- "version": "0.8.7",
3
+ "version": "0.8.9",
4
4
  "description": "The configuration to create node modules and publish them on npm.",
5
5
  "author": {
6
6
  "name": "Baptiste Augrain",
@@ -31,5 +31,5 @@
31
31
  "project-template",
32
32
  "scaffold"
33
33
  ],
34
- "gitHead": "e51847abb818409ee0a0c1bab446e149886dd4ce"
34
+ "gitHead": "19805320925f3b643ce19109bb14768660059465"
35
35
  }