@tai2/aco 0.1.0 → 0.2.2
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 +4 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tai2/aco",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "Appium Command-line Operator — drive an Appium session from the shell, one command at a time.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -33,7 +33,8 @@
|
|
|
33
33
|
"node": ">=20"
|
|
34
34
|
},
|
|
35
35
|
"publishConfig": {
|
|
36
|
-
"access": "public"
|
|
36
|
+
"access": "public",
|
|
37
|
+
"provenance": true
|
|
37
38
|
},
|
|
38
39
|
"dependencies": {
|
|
39
40
|
"@appium/logger": "^2.0.8",
|
|
@@ -77,6 +78,7 @@
|
|
|
77
78
|
"aut:build:ios": "pnpm --dir aut run build:ios",
|
|
78
79
|
"aut:build:android": "pnpm --dir aut run build:android",
|
|
79
80
|
"gen:extensions": "node --import tsx/esm scripts/generate-extensions.ts",
|
|
81
|
+
"version": "biome format --write package.json && git add package.json",
|
|
80
82
|
"release:patch": "npm version patch -m \"Release %s\" && git push --follow-tags",
|
|
81
83
|
"release:minor": "npm version minor -m \"Release %s\" && git push --follow-tags",
|
|
82
84
|
"release:major": "npm version major -m \"Release %s\" && git push --follow-tags"
|