@spectratools/assembly-cli 0.10.0 → 0.10.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -54,7 +54,7 @@ Current `assembly-cli` write commands require `PRIVATE_KEY`, but tx-shared suppo
54
54
 
55
55
  - private key (`PRIVATE_KEY`)
56
56
  - keystore (`--keystore` + `--password` or `KEYSTORE_PASSWORD`)
57
- - Privy (`PRIVY_APP_ID`, `PRIVY_WALLET_ID`, `PRIVY_AUTHORIZATION_KEY`; implementation tracked in [#117](https://github.com/spectra-the-bot/spectra-tools/issues/117))
57
+ - Privy (`--privy` and env `PRIVY_APP_ID`, `PRIVY_WALLET_ID`, `PRIVY_AUTHORIZATION_KEY`; optional `--privy-api-url` / `PRIVY_API_URL`)
58
58
 
59
59
  ## Command Group Intent Summary
60
60
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectratools/assembly-cli",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "description": "CLI for Assembly governance on Abstract (members, council, forum, proposals, and treasury).",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -33,7 +33,7 @@
33
33
  "ox": "^0.14.0",
34
34
  "viem": "^2.47.0",
35
35
  "@spectratools/cli-shared": "0.1.1",
36
- "@spectratools/tx-shared": "0.5.1"
36
+ "@spectratools/tx-shared": "0.5.2"
37
37
  },
38
38
  "devDependencies": {
39
39
  "typescript": "5.7.3",