@opensecret/react 1.4.2 → 1.5.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 +1 -1
- package/dist/index.d.ts +803 -25
- package/dist/opensecret-react.es.js +1517 -1395
- package/dist/opensecret-react.umd.js +25 -25
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -363,7 +363,7 @@ bun test --env-file .env.local
|
|
|
363
363
|
To test a specific file or test case:
|
|
364
364
|
|
|
365
365
|
```bash
|
|
366
|
-
bun test --test-name-pattern="Developer login and token storage" src/lib/developer.test.ts --env-file .env.local
|
|
366
|
+
bun test --test-name-pattern="Developer login and token storage" src/lib/test/integration/developer.test.ts --env-file .env.local
|
|
367
367
|
```
|
|
368
368
|
|
|
369
369
|
Currently this build step requires `npx` because of [a Bun incompatibility with `vite-plugin-dts`](https://github.com/OpenSecretCloud/OpenSecret-SDK/issues/16).
|