@broccolo1d/wallet-browser 0.1.3 → 0.2.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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Core browser-wallet runtime helpers for dapp QA.
4
4
 
5
- This package owns launch configuration, MetaMask-oriented browser helpers, prompt guardrails, network/account assertions, local smoke artifacts, proof verification, and the `wallet-browser` CLI. It is the lower-level dependency used by `@broccolo1d/playwright`.
5
+ This package owns launch configuration, MetaMask-oriented browser helpers, prompt guardrails, network/account assertions, local smoke artifacts, proof verification, and the `wallet-browser` CLI. It is the lower-level dependency used by `@broccolo1d/playwright`; use the Playwright package for ergonomic app-owned fixtures and public proof manifests.
6
6
 
7
7
  ## Install
8
8
 
@@ -108,3 +108,4 @@ Never commit `.env`, wallet profiles, extension bundles, traces, screenshots, vi
108
108
  - Smoke commands launch Chromium and capture local-only screenshots, but do not import, unlock, connect, sign, or transact.
109
109
  - Prompt approval requires explicit prompt-driver support and guardrail policy.
110
110
  - Unknown prompts, signatures, and transactions fail closed unless intentionally supported by the caller.
111
+ - The ergonomic Playwright helper layer verifies public manifests without storing full local paths or full wallet addresses.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@broccolo1d/wallet-browser",
3
- "version": "0.1.3",
3
+ "version": "0.2.0",
4
4
  "description": "Core browser-wallet runtime, guardrails, CLI, and artifact helpers for dapp QA.",
5
5
  "private": false,
6
6
  "type": "module",