@ionite/server 0.0.24-beta.20260921.8 → 0.0.24-beta.20260922.10

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.d.ts CHANGED
@@ -853,7 +853,7 @@ declare function closeAllVaultSockets(): void;
853
853
  *
854
854
  * Keep this synchronized with packages/server/package.json via publish.ts.
855
855
  */
856
- declare const ION_SDK_VERSION = "0.0.24-beta.20260921.8";
856
+ declare const ION_SDK_VERSION = "0.0.24-beta.20260922.10";
857
857
  import { Workload as CoreWorkload, FrameworkWorkloadConfig, Ionite as Ionite5, JWTAssertionClaims, Logger as Logger7, TokenValidationResult, TrustedIdp, WorkloadConfigMap, WorkloadGetToken, WorkloadIdentityStore as WorkloadIdentityStore2, WorkloadIncomingOutgoing, WorkloadTokenResponse, WorkloadTokenStore } from "@ionite/core";
858
858
  import { StandardSchemaV1 } from "@standard-schema/spec";
859
859
  /**