@solibo/home-api 1.0.23 → 1.0.25-SNAPSHOT

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.
@@ -0,0 +1,19 @@
1
+ (function (factory) {
2
+ if (typeof define === 'function' && define.amd)
3
+ define(['exports'], factory);
4
+ else if (typeof exports === 'object')
5
+ factory(module.exports);
6
+ else
7
+ globalThis['kotlinx-browser'] = factory(typeof globalThis['kotlinx-browser'] === 'undefined' ? {} : globalThis['kotlinx-browser']);
8
+ }(function (_) {
9
+ 'use strict';
10
+ //region block: pre-declaration
11
+ //endregion
12
+ var undefined_0;
13
+ //region block: init
14
+ undefined_0 = null;
15
+ //endregion
16
+ return _;
17
+ }));
18
+
19
+ //# sourceMappingURL=kotlinx-browser.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../../../../../../../../../mnt/agent/work/cda76b66d8f1c2ba/src/webMain/kotlin/w3cSupport.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":[],"mappings":";;;;;;;;;;;;;gBAQmC,I;;;;"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../../../../../../../../../mnt/agent/work/8d547b974a7be21f/ktor-utils/jsAndWasmShared/src/io/ktor/util/pipeline/PipelineContext.js.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":[],"mappings":";;;;;;;;;;;;;gBAM2C,K;;;;"}
1
+ {"version":3,"sources":["../../../../../../../../../../../../../mnt/agent/work/8d547b974a7be21f/ktor-utils/web/src/io/ktor/util/pipeline/PipelineContext.js.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":[],"mappings":";;;;;;;;;;;;;gBAM2C,K;;;;"}
@@ -9,6 +9,10 @@
9
9
  'use strict';
10
10
  //region block: pre-declaration
11
11
  //endregion
12
+ var OUTGOING_CHANNEL_CAPACITY;
13
+ //region block: init
14
+ OUTGOING_CHANNEL_CAPACITY = null;
15
+ //endregion
12
16
  return _;
13
17
  }));
14
18
 
@@ -1 +1 @@
1
- {"version":3,"sources":[],"sourcesContent":[],"ignoreList":[],"x_google_ignoreList":[],"names":[],"mappings":";;;;;;;;;;;;;"}
1
+ {"version":3,"sources":["../../../../../../../../../../../../../mnt/agent/work/8d547b974a7be21f/ktor-shared/ktor-websockets/web/src/io/ktor/websocket/Utils.web.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":[],"mappings":";;;;;;;;;;;;;8BAMsD,I;;;;"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "main": "solibo-sdk-sdk-home-api.js",
3
3
  "types": "solibo-sdk-sdk-home-api.d.ts",
4
- "version": "1.0.23",
4
+ "version": "1.0.25-SNAPSHOT",
5
5
  "name": "@solibo/home-api",
6
6
  "dependencies": {
7
7
  "ws": "8.18.3",