@camstack/addon-provider-wyze 0.1.0 → 0.1.1
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/addon.js +1 -1
- package/dist/addon.mjs +1 -1
- package/package.json +1 -1
package/dist/addon.js
CHANGED
|
@@ -23932,7 +23932,7 @@ object({
|
|
|
23932
23932
|
schemaVersion: literal(1)
|
|
23933
23933
|
});
|
|
23934
23934
|
//#endregion
|
|
23935
|
-
//#region
|
|
23935
|
+
//#region ../../node_modules/@apocaliss92/wyze-bridge-js/dist/index.js
|
|
23936
23936
|
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, { get: (a, b) => (typeof require !== "undefined" ? require : a)[b] }) : x)(function(x) {
|
|
23937
23937
|
if (typeof require !== "undefined") return require.apply(this, arguments);
|
|
23938
23938
|
throw Error("Dynamic require of \"" + x + "\" is not supported");
|
package/dist/addon.mjs
CHANGED
|
@@ -23911,7 +23911,7 @@ object({
|
|
|
23911
23911
|
schemaVersion: literal(1)
|
|
23912
23912
|
});
|
|
23913
23913
|
//#endregion
|
|
23914
|
-
//#region
|
|
23914
|
+
//#region ../../node_modules/@apocaliss92/wyze-bridge-js/dist/index.js
|
|
23915
23915
|
var __require = /* @__PURE__ */ ((x) => typeof __require$1 !== "undefined" ? __require$1 : typeof Proxy !== "undefined" ? new Proxy(x, { get: (a, b) => (typeof __require$1 !== "undefined" ? __require$1 : a)[b] }) : x)(function(x) {
|
|
23916
23916
|
if (typeof __require$1 !== "undefined") return __require$1.apply(this, arguments);
|
|
23917
23917
|
throw Error("Dynamic require of \"" + x + "\" is not supported");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camstack/addon-provider-wyze",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Wyze camera device-provider addon for CamStack — wraps the @apocaliss92/wyze-bridge-js P2P/DTLS client, feeding the stream-broker via the pull-rfc4571 lazy-publish path (a structural twin of addon-provider-reolink)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"camstack",
|