@tool-bridge/server 0.12.0 → 0.13.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.
@@ -38815,7 +38815,7 @@ import { join as join4 } from "path";
38815
38815
  // package.json
38816
38816
  var package_default = {
38817
38817
  name: "@tool-bridge/server",
38818
- version: "0.12.0",
38818
+ version: "0.13.0",
38819
38819
  description: "tool-bridge self-hosted server: run the HTBP gateway on Node with SQLite or PostgreSQL persistence, filesystem object storage and WebSocket device channel \u2014 single container via docker run",
38820
38820
  type: "module",
38821
38821
  license: "MIT",
package/dist/index.js CHANGED
@@ -12,7 +12,7 @@ import {
12
12
  configFromEnv,
13
13
  createDataObjectStore,
14
14
  createTbServer
15
- } from "./chunk-TXOHC56J.js";
15
+ } from "./chunk-M4LHMRRY.js";
16
16
  import "./chunk-4U5OQW7F.js";
17
17
  import "./chunk-MLKGABMK.js";
18
18
  export {
package/dist/main.js CHANGED
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  configFromEnv,
4
4
  createTbServer
5
- } from "./chunk-TXOHC56J.js";
5
+ } from "./chunk-M4LHMRRY.js";
6
6
  import "./chunk-4U5OQW7F.js";
7
7
  import "./chunk-MLKGABMK.js";
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tool-bridge/server",
3
- "version": "0.12.0",
3
+ "version": "0.13.0",
4
4
  "description": "tool-bridge self-hosted server: run the HTBP gateway on Node with SQLite or PostgreSQL persistence, filesystem object storage and WebSocket device channel — single container via docker run",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -40,7 +40,7 @@
40
40
  "ioredis": "^6.0.0",
41
41
  "postgres": "^3.4.9",
42
42
  "ws": "8.21.0",
43
- "@tool-bridge/dashboard": "0.19.0"
43
+ "@tool-bridge/dashboard": "0.20.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/better-sqlite3": "^7.6.13",
@@ -49,9 +49,9 @@
49
49
  "tsup": "^8.5.1",
50
50
  "tsx": "^4.23.0",
51
51
  "vitest": "^4.1.10",
52
+ "@tool-bridge/app": "0.12.0",
52
53
  "@tool-bridge/plugins": "0.1.0",
53
- "@tool-bridge/core": "0.1.0",
54
- "@tool-bridge/app": "0.12.0"
54
+ "@tool-bridge/core": "0.1.0"
55
55
  },
56
56
  "repository": {
57
57
  "type": "git",