rapidkit 0.32.1 → 0.32.2
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 +4 -2
- package/data/modules-embeddings.json +16907 -80088
- package/dist/{autopilot-release-WYDX67HR.js → autopilot-release-BQT23OL7.js} +1 -1
- package/dist/{chunk-LSFRHYMD.js → chunk-3V47U5UZ.js} +1 -1
- package/dist/chunk-W62Q2D3K.js +33 -0
- package/dist/{create-6AMYKNEG.js → create-YPTSMFZH.js} +7 -7
- package/dist/{dotnet-webapi-clean-W7SD3U3W.js → dotnet-webapi-clean-TPQMNFSD.js} +111 -43
- package/dist/index.js +51 -51
- package/dist/{pythonRapidkitExec-4MP62M5R.js → pythonRapidkitExec-JXOKKTXZ.js} +1 -1
- package/dist/{workspace-EHYCBFXL.js → workspace-QCU3VBCD.js} +1 -1
- package/dist/workspace-run-KMENEDIZ.js +1 -0
- package/package.json +7 -7
- package/dist/chunk-BFCIY2QK.js +0 -33
- package/dist/workspace-run-OIPQYI6V.js +0 -1
package/README.md
CHANGED
|
@@ -663,12 +663,14 @@ npm run install:local
|
|
|
663
663
|
npx rapidkit --version
|
|
664
664
|
```
|
|
665
665
|
|
|
666
|
-
> Packaging note: `npm run prepack`
|
|
666
|
+
> Packaging note: `npm run prepack` validates the committed `data/modules-embeddings.json`
|
|
667
|
+
> artifact before `npm pack` / `npm publish`. This keeps packaging deterministic and avoids
|
|
668
|
+
> registry or `npx` downloads during release.
|
|
667
669
|
>
|
|
668
670
|
> If you need to refresh the local test embeddings manually, run:
|
|
669
671
|
>
|
|
670
672
|
> ```bash
|
|
671
|
-
> npm run
|
|
673
|
+
> npm run generate-embeddings
|
|
672
674
|
> ```
|
|
673
675
|
|
|
674
676
|
## Troubleshooting
|