@soonspacejs/plugin-cps-soonmanager 2.14.23 → 2.14.26
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.
- package/dist/index.esm.js +3 -3
- package/package.json +9 -9
package/dist/index.esm.js
CHANGED
|
@@ -32169,7 +32169,7 @@ function requireMqtt() {
|
|
|
32169
32169
|
}
|
|
32170
32170
|
}), Uf = A({
|
|
32171
32171
|
"package-json:../../package.json"(we, pe) {
|
|
32172
|
-
pe.exports = { version: "5.14.
|
|
32172
|
+
pe.exports = { version: "5.14.1" };
|
|
32173
32173
|
}
|
|
32174
32174
|
}), tn = A({
|
|
32175
32175
|
"build/lib/shared.js"(we) {
|
|
@@ -35955,7 +35955,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
35955
35955
|
}), _n = A({
|
|
35956
35956
|
"build/lib/is-browser.js"(we) {
|
|
35957
35957
|
x(), Xt(), Mt(), Object.defineProperty(we, "__esModule", { value: !0 }), we.isReactNativeBrowser = we.isWebWorker = void 0;
|
|
35958
|
-
var pe = () => typeof window < "u" ? typeof navigator < "u" && navigator.userAgent?.toLowerCase().indexOf(" electron/") > -1 && R?.versions ? !Object.prototype.hasOwnProperty.call(R.versions, "electron") : typeof window.document < "u" : !1, ie = () => !!(typeof self == "object" && self?.constructor?.name?.includes("WorkerGlobalScope")), se = () => typeof navigator < "u" && navigator.product === "ReactNative", ue = pe() || ie() || se();
|
|
35958
|
+
var pe = () => typeof window < "u" ? typeof navigator < "u" && navigator.userAgent?.toLowerCase().indexOf(" electron/") > -1 && R?.versions ? !Object.prototype.hasOwnProperty.call(R.versions, "electron") : typeof window.document < "u" : !1, ie = () => !!(typeof self == "object" && self?.constructor?.name?.includes("WorkerGlobalScope") && typeof Deno > "u"), se = () => typeof navigator < "u" && navigator.product === "ReactNative", ue = pe() || ie() || se();
|
|
35959
35959
|
we.isWebWorker = ie(), we.isReactNativeBrowser = se(), we.default = ue;
|
|
35960
35960
|
}
|
|
35961
35961
|
}), Tu = A({
|
|
@@ -39017,7 +39017,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
39017
39017
|
Kt.event = St, Pe.destroy(Kt);
|
|
39018
39018
|
}
|
|
39019
39019
|
async function ct(St) {
|
|
39020
|
-
if (!bt || bt.
|
|
39020
|
+
if (!bt || !bt.readable || !bt.writable)
|
|
39021
39021
|
return;
|
|
39022
39022
|
let { data: Kt } = St;
|
|
39023
39023
|
Kt instanceof ArrayBuffer ? Kt = ie.Buffer.from(Kt) : Kt instanceof Blob ? Kt = ie.Buffer.from(await new Response(Kt).arrayBuffer()) : Kt = ie.Buffer.from(Kt, "utf8"), bt.push(Kt);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@soonspacejs/plugin-cps-soonmanager",
|
|
3
3
|
"pluginName": "CpsSoonmanagerPlugin",
|
|
4
|
-
"version": "2.14.
|
|
4
|
+
"version": "2.14.26",
|
|
5
5
|
"description": "Sync cps soonmanager data plugin for SoonSpace.js",
|
|
6
6
|
"main": "dist/index.esm.js",
|
|
7
7
|
"module": "dist/index.esm.js",
|
|
@@ -30,19 +30,19 @@
|
|
|
30
30
|
"@types/node-rsa": "^1.1.1",
|
|
31
31
|
"crypto-browserify": "^3.12.0",
|
|
32
32
|
"lodash-es": "^4.17.21",
|
|
33
|
-
"mqtt": "^5.14.
|
|
33
|
+
"mqtt": "^5.14.1",
|
|
34
34
|
"node-rsa": "^1.1.1",
|
|
35
35
|
"socket.io-client": "^4.7.2"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"3d-tiles-renderer": "^0.4.17",
|
|
39
|
-
"@soonspacejs/plugin-atmosphere": "2.14.
|
|
40
|
-
"@soonspacejs/plugin-effect": "2.14.
|
|
41
|
-
"@soonspacejs/plugin-flow": "2.14.
|
|
42
|
-
"@soonspacejs/plugin-gs3d-loader": "2.14.
|
|
43
|
-
"@soonspacejs/plugin-poi-renderer": "2.14.
|
|
44
|
-
"@soonspacejs/plugin-tiles": "2.14.
|
|
45
|
-
"soonspacejs": "2.14.
|
|
39
|
+
"@soonspacejs/plugin-atmosphere": "2.14.26",
|
|
40
|
+
"@soonspacejs/plugin-effect": "2.14.26",
|
|
41
|
+
"@soonspacejs/plugin-flow": "2.14.26",
|
|
42
|
+
"@soonspacejs/plugin-gs3d-loader": "2.14.26",
|
|
43
|
+
"@soonspacejs/plugin-poi-renderer": "2.14.26",
|
|
44
|
+
"@soonspacejs/plugin-tiles": "2.14.26",
|
|
45
|
+
"soonspacejs": "2.14.26",
|
|
46
46
|
"umanager-animation-parser": "^0.0.6"
|
|
47
47
|
}
|
|
48
48
|
}
|