@motebit/protocol 2.0.0 → 2.0.1
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/trust-algebra.d.ts +1 -1
- package/dist/trust-algebra.js +1 -1
- package/package.json +1 -1
package/dist/trust-algebra.d.ts
CHANGED
|
@@ -32,7 +32,7 @@ export declare function composeTrustChain(scores: number[]): number;
|
|
|
32
32
|
export declare function joinParallelRoutes(scores: number[]): number;
|
|
33
33
|
export declare const REFERENCE_TRUST_THRESHOLDS: TrustTransitionThresholds;
|
|
34
34
|
/**
|
|
35
|
-
* @deprecated since 1.0.1, removed in
|
|
35
|
+
* @deprecated since 1.0.1, removed in 3.0.0. Use {@link REFERENCE_TRUST_THRESHOLDS} instead.
|
|
36
36
|
*
|
|
37
37
|
* Reason: the `DEFAULT_` prefix read as "THE value every motebit
|
|
38
38
|
* implementation uses," but trust-transition thresholds are motebit
|
package/dist/trust-algebra.js
CHANGED
|
@@ -71,7 +71,7 @@ export const REFERENCE_TRUST_THRESHOLDS = {
|
|
|
71
71
|
demote_minTasks: 3,
|
|
72
72
|
};
|
|
73
73
|
/**
|
|
74
|
-
* @deprecated since 1.0.1, removed in
|
|
74
|
+
* @deprecated since 1.0.1, removed in 3.0.0. Use {@link REFERENCE_TRUST_THRESHOLDS} instead.
|
|
75
75
|
*
|
|
76
76
|
* Reason: the `DEFAULT_` prefix read as "THE value every motebit
|
|
77
77
|
* implementation uses," but trust-transition thresholds are motebit
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@motebit/protocol",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "Motebit protocol — identity, receipts, credentials, delegation, settlement, and trust algebra for sovereign AI agents. Types, semirings, routing primitives. Apache-2.0, zero dependencies.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|