@tool-bridge/server 0.1.0 → 0.1.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.
@@ -57097,7 +57097,7 @@ import { join as join4 } from "path";
57097
57097
  // package.json
57098
57098
  var package_default = {
57099
57099
  name: "@tool-bridge/server",
57100
- version: "0.1.0",
57100
+ version: "0.1.1",
57101
57101
  description: "tool-bridge self-hosted server: run the HTBP gateway on Node with SQLite persistence, filesystem object storage and WebSocket device channel \u2014 single container via docker run",
57102
57102
  type: "module",
57103
57103
  license: "MIT",
package/dist/index.js CHANGED
@@ -6,7 +6,7 @@ import {
6
6
  configFromEnv,
7
7
  createDataObjectStore,
8
8
  createTbServer
9
- } from "./chunk-6SMIQ6QU.js";
9
+ } from "./chunk-MQEYFCJB.js";
10
10
  import "./chunk-MLKGABMK.js";
11
11
  export {
12
12
  DEVICE_WS_PATH,
package/dist/main.js CHANGED
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  configFromEnv,
4
4
  createTbServer
5
- } from "./chunk-6SMIQ6QU.js";
5
+ } from "./chunk-MQEYFCJB.js";
6
6
  import "./chunk-MLKGABMK.js";
7
7
 
8
8
  // src/main.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tool-bridge/server",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "tool-bridge self-hosted server: run the HTBP gateway on Node with SQLite persistence, filesystem object storage and WebSocket device channel — single container via docker run",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -38,7 +38,7 @@
38
38
  "better-sqlite3": "^12.6.0",
39
39
  "hono": "^4.12.28",
40
40
  "ws": "8.21.0",
41
- "@tool-bridge/dashboard": "0.6.0"
41
+ "@tool-bridge/dashboard": "0.7.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/better-sqlite3": "^7.6.13",
@@ -47,7 +47,7 @@
47
47
  "tsup": "^8.5.1",
48
48
  "tsx": "^4.23.0",
49
49
  "vitest": "^4.1.10",
50
- "@tool-bridge/app": "0.1.0",
50
+ "@tool-bridge/app": "0.1.1",
51
51
  "@tool-bridge/core": "0.1.0"
52
52
  },
53
53
  "repository": {