@camstack/addon-remote-storage 1.1.18 → 1.1.20

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-0Dh9YQkm.js");
5
+ const require_shared = require("./shared-gYBVqgWs.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-DcfuY6nT.mjs";
1
+ import { c as BaseAddon, i as rearmIdleAbort, n as getOptionalBasePath, o as scheduleIdleAbort, s as storageProviderCapability, t as createSessionId } from "./shared-yF8x2k1W.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-0Dh9YQkm.js");
5
+ const require_shared = require("./shared-gYBVqgWs.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-DcfuY6nT.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-yF8x2k1W.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
@@ -16628,7 +16628,15 @@ var FrameworkPackageStatusSchema = object({
16628
16628
  latestVersion: string().nullable(),
16629
16629
  hasUpdate: boolean(),
16630
16630
  /** Optional manifest description for the row tooltip. */
16631
- description: string().optional()
16631
+ description: string().optional(),
16632
+ /**
16633
+ * Content build-id (md5 of the resolved `dist/` tree) of the code the hub
16634
+ * ACTUALLY loaded. Framework packages ship code changes without always
16635
+ * bumping `currentVersion`, so semver alone hides "same version, new code".
16636
+ * `null` when the dist can't be hashed (not installed / empty). The admin-UI
16637
+ * surfaces this so a stale-code hub is visible even at an unchanged version.
16638
+ */
16639
+ buildId: string().nullable()
16632
16640
  });
16633
16641
  var LogStreamEntrySchema = object({
16634
16642
  timestamp: string(),
@@ -16605,7 +16605,15 @@ var FrameworkPackageStatusSchema = object({
16605
16605
  latestVersion: string().nullable(),
16606
16606
  hasUpdate: boolean(),
16607
16607
  /** Optional manifest description for the row tooltip. */
16608
- description: string().optional()
16608
+ description: string().optional(),
16609
+ /**
16610
+ * Content build-id (md5 of the resolved `dist/` tree) of the code the hub
16611
+ * ACTUALLY loaded. Framework packages ship code changes without always
16612
+ * bumping `currentVersion`, so semver alone hides "same version, new code".
16613
+ * `null` when the dist can't be hashed (not installed / empty). The admin-UI
16614
+ * surfaces this so a stale-code hub is visible even at an unchanged version.
16615
+ */
16616
+ buildId: string().nullable()
16609
16617
  });
16610
16618
  var LogStreamEntrySchema = object({
16611
16619
  timestamp: string(),
@@ -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-0Dh9YQkm.js");
5
+ const require_shared = require("./shared-gYBVqgWs.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-DcfuY6nT.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-yF8x2k1W.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.1.18",
3
+ "version": "1.1.20",
4
4
  "description": "Remote storage providers (SFTP, S3, WebDAV) — unifies remote backends behind the storage-provider cap",
5
5
  "keywords": [
6
6
  "camstack",