@ionite/server 0.0.24-beta.20260907.2 → 0.0.24-beta.20260907.3

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
@@ -851,7 +851,7 @@ declare function closeAllVaultSockets(): void;
851
851
  *
852
852
  * Keep this synchronized with packages/server/package.json via publish.ts.
853
853
  */
854
- declare const ION_SDK_VERSION = "0.0.24-beta.20260907.2";
854
+ declare const ION_SDK_VERSION = "0.0.24-beta.20260907.3";
855
855
  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";
856
856
  import { StandardSchemaV1 } from "@standard-schema/spec";
857
857
  /**