eitri-cli 1.33.0 → 1.33.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/.husky/pre-commit +4 -0
- package/bitbucket-pipelines.yml +1 -0
- package/eitri-cli-v2/eitri-cli-v2.darwin-arm64.node +0 -0
- package/eitri-cli-v2/eitri-cli-v2.darwin-x64.node +0 -0
- package/eitri-cli-v2/eitri-cli-v2.linux-x64-gnu.node +0 -0
- package/eitri-cli-v2/eitri-cli-v2.win32-x64-msvc.node +0 -0
- package/package.json +3 -8
- package/.husky/commit-msg +0 -4
package/bitbucket-pipelines.yml
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eitri-cli",
|
|
3
|
-
"version": "1.33.
|
|
3
|
+
"version": "1.33.1",
|
|
4
4
|
"description": "Command Line Interface to make \"Eitri-App\" with code and fire.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -13,7 +13,8 @@
|
|
|
13
13
|
"docsify:run": "cd docsify && docsify serve",
|
|
14
14
|
"build": "echo \"no build\"",
|
|
15
15
|
"release": "semantic-release",
|
|
16
|
-
"release:dry": "semantic-release --dry-run"
|
|
16
|
+
"release:dry": "semantic-release --dry-run",
|
|
17
|
+
"prepare": "husky install"
|
|
17
18
|
},
|
|
18
19
|
"engines": {
|
|
19
20
|
"node": ">=16.0.0",
|
|
@@ -22,12 +23,6 @@
|
|
|
22
23
|
"keywords": [],
|
|
23
24
|
"author": "Calindra",
|
|
24
25
|
"license": "ISC",
|
|
25
|
-
"lint-staged": {
|
|
26
|
-
"*.js": [
|
|
27
|
-
"./node_modules/.bin/eslint --fix",
|
|
28
|
-
"git add"
|
|
29
|
-
]
|
|
30
|
-
},
|
|
31
26
|
"dependencies": {
|
|
32
27
|
"adm-zip": "^0.5.9",
|
|
33
28
|
"axios": "^1.7.2",
|
package/.husky/commit-msg
DELETED