@camstack/addon-remote-storage 1.2.18 → 1.2.19

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/s3.addon.js CHANGED
@@ -2,7 +2,7 @@ Object.defineProperties(exports, {
2
2
  __esModule: { value: true },
3
3
  [Symbol.toStringTag]: { value: "Module" }
4
4
  });
5
- const require_shared = require("./shared-C48hU09g.js");
5
+ const require_shared = require("./shared-C7kobCEN.js");
6
6
  let node_stream = require("node:stream");
7
7
  let _aws_sdk_client_s3 = require("@aws-sdk/client-s3");
8
8
  let _aws_sdk_lib_storage = require("@aws-sdk/lib-storage");
package/dist/s3.addon.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { c as BaseAddon, i as rearmIdleAbort, n as getOptionalBasePath, o as scheduleIdleAbort, s as storageProviderCapability, t as createSessionId } from "./shared-Cud38F0U.mjs";
1
+ import { c as BaseAddon, i as rearmIdleAbort, n as getOptionalBasePath, o as scheduleIdleAbort, s as storageProviderCapability, t as createSessionId } from "./shared-CN_vleSm.mjs";
2
2
  import { PassThrough } from "node:stream";
3
3
  import { DeleteObjectCommand, GetObjectCommand, HeadBucketCommand, HeadObjectCommand, ListObjectsV2Command, PutObjectCommand, S3Client } from "@aws-sdk/client-s3";
4
4
  import { Upload } from "@aws-sdk/lib-storage";
@@ -2,7 +2,7 @@ Object.defineProperties(exports, {
2
2
  __esModule: { value: true },
3
3
  [Symbol.toStringTag]: { value: "Module" }
4
4
  });
5
- const require_shared = require("./shared-C48hU09g.js");
5
+ const require_shared = require("./shared-C7kobCEN.js");
6
6
  let ssh2 = require("ssh2");
7
7
  let node_path = require("node:path");
8
8
  node_path = require_shared.__toESM(node_path);
@@ -1,4 +1,4 @@
1
- import { a as safeJoinRemotePath, c as BaseAddon, i as rearmIdleAbort, o as scheduleIdleAbort, r as getRequiredBasePath, s as storageProviderCapability, t as createSessionId } from "./shared-Cud38F0U.mjs";
1
+ import { a as safeJoinRemotePath, c as BaseAddon, i as rearmIdleAbort, o as scheduleIdleAbort, r as getRequiredBasePath, s as storageProviderCapability, t as createSessionId } from "./shared-CN_vleSm.mjs";
2
2
  import { Client } from "ssh2";
3
3
  import * as path from "node:path";
4
4
  //#region src/providers/sftp/sftp-config-schema.ts
@@ -19131,7 +19131,14 @@ targets: array(object({
19131
19131
  "sleeping",
19132
19132
  "unreachable",
19133
19133
  "waking"
19134
- ]).nullable()
19134
+ ]).nullable(),
19135
+ /** A battery camera (whatever its current state). An AWAKE battery
19136
+ * camera is deliberately NOT recaptured on the poll cadence — every
19137
+ * capture is a camera hit that would keep it out of sleep — so its
19138
+ * cached frame legitimately ages past the currency ceiling while
19139
+ * nothing is streaming. A surface must keep painting it (a fresh
19140
+ * frame is captured at each wake), not blank to "unavailable". */
19141
+ battery: boolean()
19135
19142
  })));
19136
19143
  /**
19137
19144
  * `sso-bridge` — internal hub-only cap that lets SSO-style auth
@@ -19108,7 +19108,14 @@ targets: array(object({
19108
19108
  "sleeping",
19109
19109
  "unreachable",
19110
19110
  "waking"
19111
- ]).nullable()
19111
+ ]).nullable(),
19112
+ /** A battery camera (whatever its current state). An AWAKE battery
19113
+ * camera is deliberately NOT recaptured on the poll cadence — every
19114
+ * capture is a camera hit that would keep it out of sleep — so its
19115
+ * cached frame legitimately ages past the currency ceiling while
19116
+ * nothing is streaming. A surface must keep painting it (a fresh
19117
+ * frame is captured at each wake), not blank to "unavailable". */
19118
+ battery: boolean()
19112
19119
  })));
19113
19120
  /**
19114
19121
  * `sso-bridge` — internal hub-only cap that lets SSO-style auth
@@ -2,7 +2,7 @@ Object.defineProperties(exports, {
2
2
  __esModule: { value: true },
3
3
  [Symbol.toStringTag]: { value: "Module" }
4
4
  });
5
- const require_shared = require("./shared-C48hU09g.js");
5
+ const require_shared = require("./shared-C7kobCEN.js");
6
6
  let node_stream = require("node:stream");
7
7
  let webdav = require("webdav");
8
8
  //#region src/providers/webdav/webdav-config-schema.ts
@@ -1,4 +1,4 @@
1
- import { a as safeJoinRemotePath, c as BaseAddon, i as rearmIdleAbort, o as scheduleIdleAbort, r as getRequiredBasePath, s as storageProviderCapability, t as createSessionId } from "./shared-Cud38F0U.mjs";
1
+ import { a as safeJoinRemotePath, c as BaseAddon, i as rearmIdleAbort, o as scheduleIdleAbort, r as getRequiredBasePath, s as storageProviderCapability, t as createSessionId } from "./shared-CN_vleSm.mjs";
2
2
  import { PassThrough } from "node:stream";
3
3
  import { AuthType, createClient } from "webdav";
4
4
  //#region src/providers/webdav/webdav-config-schema.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-remote-storage",
3
- "version": "1.2.18",
3
+ "version": "1.2.19",
4
4
  "description": "Remote storage providers (SFTP, S3, WebDAV) — unifies remote backends behind the storage-provider cap",
5
5
  "keywords": [
6
6
  "camstack",