@otterlabs/blocx 0.1.0 → 1.0.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
@@ -57,8 +57,3 @@ Create keys in the dashboard under **Developer → API Keys**.
57
57
 
58
58
  This package is fully generated from the public OpenAPI spec via
59
59
  [`@hey-api/openapi-ts`](https://heyapi.dev). To regenerate after API changes:
60
-
61
- ```bash
62
- npm run generate # dumps openapi.json + runs codegen
63
- npm run build # generates + bundles
64
- ```