@ionite/server 0.0.23-beta.20260904.1 → 0.0.23-beta.20260904.2
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/LICENSE +18 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -3
- package/package.json +3 -3
package/LICENSE
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
Copyright (c) 2026 IONITE ENTERPRISE SOFTWARE INC. All rights reserved.
|
|
2
|
+
|
|
3
|
+
This software and its associated documentation are closed source and
|
|
4
|
+
proprietary to IONITE ENTERPRISE SOFTWARE INC.
|
|
5
|
+
|
|
6
|
+
The published @ionite packages are licensed solely for use with ionite
|
|
7
|
+
products, under a separate written agreement or under evaluation terms
|
|
8
|
+
published by ionite. No other license is granted.
|
|
9
|
+
|
|
10
|
+
These materials do not grant any license under ionite's patents or patent
|
|
11
|
+
applications. They do not grant any right to use ionite trademarks except
|
|
12
|
+
as needed to refer to ionite products.
|
|
13
|
+
|
|
14
|
+
Documentation, including the public LLM guides, describes how to use the
|
|
15
|
+
SDK. It does not grant a right to copy, redistribute, or reimplement the
|
|
16
|
+
platform.
|
|
17
|
+
|
|
18
|
+
See https://ionite.com/legal
|
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-beta.20260904.
|
|
823
|
+
declare const ION_SDK_VERSION = "0.0.23-beta.20260904.2";
|
|
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
|
/**
|