@lobu/embeddings 18.0.0 → 19.1.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/dist/server.js +1 -2
  2. package/package.json +1 -1
package/dist/server.js CHANGED
@@ -155,8 +155,7 @@ app.post("/api/embeddings", async (c) => {
155
155
  // When forked by the embedded runtime (startEmbeddings), exit if the parent
156
156
  // dies without a graceful teardown — otherwise the child is orphaned and leaks
157
157
  // until killed by hand. Standalone `npm start` has no IPC channel, so
158
- // process.send is undefined and this never fires. Same pattern as
159
- // connector-worker child-runner.ts installParentDeathHandlers().
158
+ // process.send is undefined and this never fires.
160
159
  //
161
160
  // Register the listener BEFORE checking process.connected: Node does not
162
161
  // replay a 'disconnect' emitted before a listener exists, and the parent can
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobu/embeddings",
3
- "version": "18.0.0",
3
+ "version": "19.1.0",
4
4
  "license": "BUSL-1.1",
5
5
  "type": "module",
6
6
  "description": "Embeddings HTTP service for Lobu memory",