@ionite/server 0.0.23-beta.20260904.2 → 0.0.23
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
|
@@ -820,7 +820,7 @@ declare function closeAllVaultSockets(): void;
|
|
|
820
820
|
*
|
|
821
821
|
* Keep this synchronized with packages/server/package.json via publish.ts.
|
|
822
822
|
*/
|
|
823
|
-
declare const ION_SDK_VERSION = "0.0.23
|
|
823
|
+
declare const ION_SDK_VERSION = "0.0.23";
|
|
824
824
|
import { Workload as CoreWorkload, FrameworkWorkloadConfig, Ionite as Ionite5, JWTAssertionClaims, Logger as Logger7, TokenValidationResult, TrustedIdp, WorkloadConfigMap, WorkloadGetToken, WorkloadIdentityStore as WorkloadIdentityStore3, WorkloadIncomingOutgoing, WorkloadTokenResponse, WorkloadTokenStore } from "@ionite/core";
|
|
825
825
|
import { StandardSchemaV1 } from "@standard-schema/spec";
|
|
826
826
|
/**
|