@ionite/server 0.0.24-beta.20260915.2 → 0.0.24-beta.20260915.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 +1 -1
- package/dist/index.js +3 -3
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -855,7 +855,7 @@ declare function closeAllVaultSockets(): void;
|
|
|
855
855
|
*
|
|
856
856
|
* Keep this synchronized with packages/server/package.json via publish.ts.
|
|
857
857
|
*/
|
|
858
|
-
declare const ION_SDK_VERSION = "0.0.24-beta.20260915.
|
|
858
|
+
declare const ION_SDK_VERSION = "0.0.24-beta.20260915.3";
|
|
859
859
|
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";
|
|
860
860
|
import { StandardSchemaV1 } from "@standard-schema/spec";
|
|
861
861
|
/**
|