eas-cli 18.2.0 → 18.3.0
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 +88 -88
- package/build/commands/account/view.js +6 -2
- package/build/graphql/generated.d.ts +1 -0
- package/build/graphql/queries/UserQuery.js +3 -0
- package/oclif.manifest.json +1954 -1954
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eas-cli",
|
|
3
|
-
"version": "18.
|
|
3
|
+
"version": "18.3.0",
|
|
4
4
|
"description": "EAS command line tool",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli",
|
|
@@ -243,5 +243,5 @@
|
|
|
243
243
|
"engines": {
|
|
244
244
|
"node": ">=20.0.0"
|
|
245
245
|
},
|
|
246
|
-
"gitHead": "
|
|
246
|
+
"gitHead": "3984c9a938014518c3d469dffe7dc4862013bf0d"
|
|
247
247
|
}
|