avo 3.2.7-beta.1 → 3.2.7
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/Avo.js +1 -1
- package/README.md +5 -1
- package/package.json +5 -5
package/Avo.js
CHANGED
package/README.md
CHANGED
|
@@ -45,4 +45,8 @@ For more documentation, visit [https://www.avo.app/docs/implementation/cli](http
|
|
|
45
45
|
|
|
46
46
|
**Caught a Bug?** Thank you, you are precious to us :hug: Please create a issue on the GitHub repo or send an email to friends@avo.app. We'll do our best to resolve it quickly!
|
|
47
47
|
|
|
48
|
-
**To create a release:**
|
|
48
|
+
**To create a release:**
|
|
49
|
+
1. Verify that the changes in the _Unreleased_ section in CHANGELOG.md are accurate, create a new heading with the correct semantic version then move the content from the _Unreleased_ section there
|
|
50
|
+
2. Udate the semantic version in `package.json` to match the one you just created in the changelog
|
|
51
|
+
3. Commit with the message `Release <version>` and push the changes
|
|
52
|
+
4. Publish the package to npm (you'll need to be a maintainer of the avo project in npm): `npm publish`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "avo",
|
|
3
|
-
"version": "3.2.7
|
|
3
|
+
"version": "3.2.7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "The command-line interface for Avo",
|
|
6
6
|
"author": "Avo (https://www.avo.app)",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"log-symbols": "^5.1.0",
|
|
43
43
|
"minimatch": "^7.0.0",
|
|
44
44
|
"node-avo-inspector": "^1.0.1",
|
|
45
|
-
"open": "^
|
|
45
|
+
"open": "^9.1.0",
|
|
46
46
|
"ora": "^6.0.1",
|
|
47
47
|
"pify": "^6.0.0",
|
|
48
48
|
"portfinder": "^1.0.28",
|
|
@@ -57,14 +57,14 @@
|
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@types/ignore-walk": "^4.0.0",
|
|
59
59
|
"@types/minimatch": "^5.1.2",
|
|
60
|
-
"@types/node": "^
|
|
60
|
+
"@types/node": "^20.1.0",
|
|
61
61
|
"@typescript-eslint/eslint-plugin": "^5.30.5",
|
|
62
62
|
"@typescript-eslint/parser": "^5.30.5",
|
|
63
63
|
"eslint": "^7.32.0 || ^8.2.0",
|
|
64
64
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
65
65
|
"eslint-config-prettier": "^8.5.0",
|
|
66
66
|
"eslint-plugin-import": "^2.25.2",
|
|
67
|
-
"prettier": "2.8.
|
|
68
|
-
"typescript": "^
|
|
67
|
+
"prettier": "2.8.8",
|
|
68
|
+
"typescript": "^5.0.2"
|
|
69
69
|
}
|
|
70
70
|
}
|