@xube/kit-device 0.0.99 → 0.0.100

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.
@@ -1,2 +1,3 @@
1
1
  import { XubeResponse } from "@xube/kit-request";
2
2
  export declare const sendCommandsToDevice: (device: string, commands: Record<string, string>) => Promise<XubeResponse<boolean>>;
3
+ //# sourceMappingURL=send.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"send.d.ts","sourceRoot":"","sources":["../../src/command/send.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,YAAY,EAGb,MAAM,mBAAmB,CAAC;AAI3B,eAAO,MAAM,oBAAoB,WACvB,MAAM,YACJ,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,KAC/B,OAAO,CAAC,YAAY,CAAC,OAAO,CAAC,CAoB/B,CAAC"}
@@ -2,3 +2,4 @@ export declare const DEVICES_BASE_PATH = "/devices";
2
2
  export declare const COMMANDS_PATH = "/commands";
3
3
  export declare const ENGINE_PATH = "/engine";
4
4
  export declare const RESTART_PATH = "/restart";
5
+ //# sourceMappingURL=constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,aAAa,CAAC;AAE5C,eAAO,MAAM,aAAa,cAAc,CAAC;AACzC,eAAO,MAAM,WAAW,YAAY,CAAC;AACrC,eAAO,MAAM,YAAY,aAAa,CAAC"}
@@ -1,2 +1,3 @@
1
1
  import { XubeResponse } from "@xube/kit-request";
2
2
  export declare const restartDeviceEngine: (device: string) => Promise<XubeResponse<boolean>>;
3
+ //# sourceMappingURL=restart.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"restart.d.ts","sourceRoot":"","sources":["../../src/engine/restart.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,YAAY,EAGb,MAAM,mBAAmB,CAAC;AAI3B,eAAO,MAAM,mBAAmB,WACtB,MAAM,KACb,OAAO,CAAC,YAAY,CAAC,OAAO,CAAC,CAmB/B,CAAC"}
package/dist/index.d.ts CHANGED
@@ -2,3 +2,4 @@ export * from "./command/send";
2
2
  export * from "./engine/restart";
3
3
  export * from "./constants";
4
4
  export * from "./reset";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC"}
package/dist/reset.d.ts CHANGED
@@ -1 +1,2 @@
1
1
  export declare const restartDevice: () => void;
2
+ //# sourceMappingURL=reset.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reset.d.ts","sourceRoot":"","sources":["../src/reset.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa,YAEzB,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xube/kit-device",
3
- "version": "0.0.99",
3
+ "version": "0.0.100",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -18,11 +18,11 @@
18
18
  },
19
19
  "homepage": "https://github.com/XubeLtd/dev-kit#readme",
20
20
  "devDependencies": {
21
- "@xube/kit-build": "^0.0.99"
21
+ "@xube/kit-build": "^0.0.100"
22
22
  },
23
23
  "dependencies": {
24
- "@xube/kit-generator": "^0.0.99",
25
- "@xube/kit-log": "^0.0.99",
26
- "@xube/kit-request": "^0.0.99"
24
+ "@xube/kit-generator": "^0.0.100",
25
+ "@xube/kit-log": "^0.0.100",
26
+ "@xube/kit-request": "^0.0.100"
27
27
  }
28
28
  }