@camstack/addon-provider-reolink 1.2.139 → 1.2.141

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.
@@ -3,7 +3,7 @@ import { EventEmitter } from "events";
3
3
  import * as fs2 from "fs";
4
4
  import * as path2 from "path";
5
5
  import { createCipheriv, createDecipheriv, createHash } from "crypto";
6
- //#region node_modules/@apocaliss92/nodelink-js/dist/chunk-KWWUCNIY.js
6
+ //#region node_modules/@apocaliss92/nodelink-js/dist/chunk-ZQFQRCLQ.js
7
7
  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) {
8
8
  if (typeof __require$1 !== "undefined") return __require$1.apply(this, arguments);
9
9
  throw Error("Dynamic require of \"" + x + "\" is not supported");
@@ -5,7 +5,7 @@ fs = require_chunk.__toESM(fs, 1);
5
5
  let path = require("path");
6
6
  path = require_chunk.__toESM(path, 1);
7
7
  let crypto = require("crypto");
8
- //#region node_modules/@apocaliss92/nodelink-js/dist/chunk-KWWUCNIY.js
8
+ //#region node_modules/@apocaliss92/nodelink-js/dist/chunk-ZQFQRCLQ.js
9
9
  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) {
10
10
  if (typeof require !== "undefined") return require.apply(this, arguments);
11
11
  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-reolink",
3
- "version": "1.2.139",
3
+ "version": "1.2.141",
4
4
  "description": "Reolink camera device provider addon for CamStack — native Baichuan protocol",
5
5
  "keywords": [
6
6
  "camstack",
@@ -88,7 +88,7 @@
88
88
  "publish:npm": "npm publish --access public"
89
89
  },
90
90
  "dependencies": {
91
- "@apocaliss92/nodelink-js": "^0.7.0"
91
+ "@apocaliss92/nodelink-js": "^0.7.2"
92
92
  },
93
93
  "peerDependencies": {
94
94
  "@camstack/types": "*",
@@ -1,2 +0,0 @@
1
- import { c as BaichuanVideoStream } from "./chunk-KWWUCNIY-Ccq-OAGJ.mjs";
2
- export { BaichuanVideoStream };
@@ -1,3 +0,0 @@
1
- require("./chunk-Cek0wNdY.js");
2
- const require_chunk_KWWUCNIY = require("./chunk-KWWUCNIY-BtO6U6BT.js");
3
- exports.BaichuanVideoStream = require_chunk_KWWUCNIY.BaichuanVideoStream;