@crossdelta/platform-sdk 0.8.36 → 0.9.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.
package/README.md
CHANGED
|
@@ -199,6 +199,7 @@ pf event publish orders.created
|
|
|
199
199
|
| `pf test` | 🧪 Run tests across the monorepo |
|
|
200
200
|
| `pf build` | 📦 Build all packages and services |
|
|
201
201
|
| `pf lint` | ✨ Lint and format with Biome |
|
|
202
|
+
| `pf audit` | 🔒 Run security audit on dependencies |
|
|
202
203
|
|
|
203
204
|
> `pf` proxies all commands to Turborepo (works from any subdirectory).
|
|
204
205
|
|
|
@@ -426,11 +427,5 @@ Every workspace includes pre-configured NATS with JetStream:
|
|
|
426
427
|
---
|
|
427
428
|
|
|
428
429
|
<p align="center">
|
|
429
|
-
<strong>MIT ©
|
|
430
|
-
</p>
|
|
431
|
-
|
|
432
|
-
<p align="center">
|
|
433
|
-
<a href="https://www.npmjs.com/package/@crossdelta/platform-sdk">npm</a> •
|
|
434
|
-
<a href="https://github.com/crossdelta/platform-sdk">GitHub</a> •
|
|
435
|
-
<a href="https://crossdelta.io">Website</a>
|
|
430
|
+
<strong>MIT © crossdelta</strong>
|
|
436
431
|
</p>
|