pushnetgo-cli 1.1.0 → 1.1.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.
@@ -111,6 +111,7 @@ if (process.argv.length <= 2) {
111
111
  pushnetgo-cli api-url — HTTP endpoint
112
112
  pushnetgo-cli --help — all options
113
113
 
114
+ Public guide (no auth): GET https://flutter-ai-playground-f8e3b.web.app/api
114
115
  HTTP endpoint: ${API_URL}
115
116
  Auth: x-api-key: pushnetgo-xxx
116
117
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pushnetgo-cli",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "PushNetGo App CLI — HTTP API: https://us-central1-flutter-ai-playground-f8e3b.cloudfunctions.net/unifiedGatewayApi",
5
5
  "bin": {
6
6
  "pushnetgo-cli": "./bin/pushnetgo-cli.js"