@crosshands/contract 0.1.4 → 0.1.5
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/json-schema.d.ts +1 -1
- package/dist/versions.d.ts +2 -2
- package/dist/versions.js +1 -1
- package/package.json +1 -1
- package/schemas/contract.json +1 -1
- package/src/versions.ts +1 -1
package/dist/json-schema.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const contractJsonSchemas: {
|
|
2
2
|
readonly $schema: "https://json-schema.org/draft/2020-12/schema";
|
|
3
3
|
readonly versions: {
|
|
4
|
-
readonly product: "0.1.
|
|
4
|
+
readonly product: "0.1.5";
|
|
5
5
|
readonly publicContract: "1.1.0";
|
|
6
6
|
readonly brokerControl: 1;
|
|
7
7
|
readonly providerProtocol: 1;
|
package/dist/versions.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createComputerError } from './errors.js';
|
|
2
2
|
export declare const CONTRACT_VERSIONS: {
|
|
3
|
-
readonly product: "0.1.
|
|
3
|
+
readonly product: "0.1.5";
|
|
4
4
|
readonly publicContract: "1.1.0";
|
|
5
5
|
readonly brokerControl: 1;
|
|
6
6
|
readonly providerProtocol: 1;
|
|
@@ -14,7 +14,7 @@ export type ContractVersions = {
|
|
|
14
14
|
mcpProtocol: string;
|
|
15
15
|
};
|
|
16
16
|
export declare const COMPATIBLE_VERSIONS: {
|
|
17
|
-
readonly product: readonly ["0.1.
|
|
17
|
+
readonly product: readonly ["0.1.5"];
|
|
18
18
|
readonly publicContract: readonly ["1.1.0"];
|
|
19
19
|
readonly brokerControl: readonly [1];
|
|
20
20
|
readonly providerProtocol: readonly [1];
|
package/dist/versions.js
CHANGED
package/package.json
CHANGED
package/schemas/contract.json
CHANGED