cosplay-pi-hub-backend-protocol
Advanced tools
Comparing version 1.0.0 to 1.1.0
export interface DeviceRuntimeModuleState { | ||
defaultSettings: unknown; | ||
overrideSettings: unknown; | ||
defaultSettings: object; | ||
overrideSettings: object; | ||
} | ||
//# sourceMappingURL=device-runtime-module-state.d.ts.map |
@@ -34,2 +34,3 @@ export * from './confirm-device-session'; | ||
export * from './reject-device-session'; | ||
export * from './set-user-device-profile'; | ||
export * from './user-device-is-already-registered'; | ||
@@ -36,0 +37,0 @@ export * from './user-device-private-key-is-not-valid'; |
@@ -50,2 +50,3 @@ "use strict"; | ||
__exportStar(require("./reject-device-session"), exports); | ||
__exportStar(require("./set-user-device-profile"), exports); | ||
__exportStar(require("./user-device-is-already-registered"), exports); | ||
@@ -52,0 +53,0 @@ __exportStar(require("./user-device-private-key-is-not-valid"), exports); |
{ | ||
"name": "cosplay-pi-hub-backend-protocol", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
97599
258
851