spongewallet 0.1.20 → 0.1.22
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 +4 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -103,6 +103,10 @@ For non-interactive usage, set an API key:
|
|
|
103
103
|
export SPONGE_API_KEY=<agent-api-key>
|
|
104
104
|
```
|
|
105
105
|
|
|
106
|
+
## Telemetry
|
|
107
|
+
|
|
108
|
+
The CLI sends anonymous usage events to Sponge's PostHog project so we can understand command adoption and login success rates. It does not send raw command arguments, API keys, wallet addresses, or email values.
|
|
109
|
+
|
|
106
110
|
## What It Wraps
|
|
107
111
|
|
|
108
112
|
This package is a thin launcher around `@paysponge/sdk`. If you want the SDK and the CLI in one dependency, install:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "spongewallet",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.22",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "CLI launcher for SpongeWallet onboarding and MCP setup",
|
|
6
6
|
"bin": {
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"README.md"
|
|
12
12
|
],
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@paysponge/sdk": "^0.1.
|
|
14
|
+
"@paysponge/sdk": "^0.1.42"
|
|
15
15
|
},
|
|
16
16
|
"keywords": [
|
|
17
17
|
"wallet",
|