@automatify-au/cli 0.1.12 → 0.1.14
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/README.md +5 -5
- package/dist/automatify.cjs +815 -226
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automatify-au/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.14",
|
|
4
4
|
"description": "Forge-first CLI for Automatify Jira TestOps",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
"dev": "tsx src/index.ts --help",
|
|
44
44
|
"cli": "node dist/automatify.cjs",
|
|
45
45
|
"cli:dev": "tsx src/index.ts",
|
|
46
|
-
"lint": "
|
|
47
|
-
"format": "
|
|
46
|
+
"lint": "biome lint .",
|
|
47
|
+
"format": "biome format --write .",
|
|
48
48
|
"test": "tsx --test src/*.test.ts",
|
|
49
|
-
"test:allure": "
|
|
49
|
+
"test:allure": "node scripts/run-tests-with-allure.mjs"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@automatify/allure-core": "workspace:*",
|