Skip to content

Commit 545e755

Browse files
authored
Merge pull request #110 from morpho-org/release/0.1.4
chore: release 0.1.4
2 parents 50d6170 + b208cb4 commit 545e755

9 files changed

Lines changed: 19 additions & 25 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"engines": {
1616
"node": ">=22.13"
1717
},
18-
"version": "0.1.3"
18+
"version": "0.1.4"
1919
}

typescript/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@erpc-cloud/cli",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Library providing the erpc CLI",
55
"bin": "./dist/bin.js",
66
"repository": {

typescript/cli/src/generated/checksums.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
import type { Checksums } from "../types";
33

44
export const CHECKSUMS: Checksums = {
5-
"darwin_x86_64": "d8d512d892542fc5d975c67135cd6d3cc9be45c7865f0ee8c0661b29eef1087a",
6-
"darwin_arm64": "3cf2b578f635c5be9db9bcb2dcdeb29abf546f827176e8205a54cbc34c986fbe",
7-
"linux_x86_64": "0d4d692f2b5fbfa1d8d81176e852ae91bc8ffbb7de496b56f7b4103f2113b626",
8-
"linux_arm64": "8cfbf196cecb9305f848c2adac6afea55ffd2779cfdd4d6ebb0a93055acdd7b7",
9-
"windows_x86_64": "9cbacbe329692b91f62dc434313931c03e67554b1817480fdd2c38ecd93c511c"
5+
"darwin_x86_64": "aee0419824dbb73d5915eff35ac10b3d41615422295c467d8338ac2dea7951a1",
6+
"darwin_arm64": "104bec5f601237b841a3833404f3a21ab2a1cc419d21bbcdfe26a2afdab829b9",
7+
"linux_x86_64": "499b3f986271b423b104efc688d94e748448fe80f3ae24aab3bd3b9ccc2c5f0f",
8+
"linux_arm64": "cc89cd0c04c6bcc9817749a474f9e9dca56dd189ec38f0ede12d07d5be41fe0c",
9+
"windows_x86_64": "724ad4e935a0bb754df586c9ab2e090487cf71ae49efe10ed00899c6bf833159"
1010
};

typescript/cli/src/generated/release.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
import type { ReleaseInfo } from "../types";
33

44
export const RELEASE_INFO: ReleaseInfo = {
5-
version: '0.1.3',
6-
commitSha: '12758e1be7df1a1d347e7e97bb396976b35693bf',
5+
version: '0.1.4',
6+
commitSha: '50d6170397b9f49e0a8c60bb61b8baa65f974a73',
77
};

typescript/config/lib/generated.d.ts

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,12 +1024,9 @@ export interface ConsensusPolicyConfig {
10241024
* `tag`". The engine front-loads enough tag-matching upstreams into
10251025
* the participant set so the first `maxParticipants` drawn satisfy
10261026
* every entry — without changing `maxParticipants` itself.
1027-
* Best-effort and governed by the EXISTING consensus behaviors: if a
1028-
* required group has fewer healthy upstreams than requested (or the
1029-
* quotas can't all fit within `maxParticipants`), consensus simply
1030-
* runs with what it can promote and the resulting participation is
1031-
* handled by `lowParticipantsBehavior` / `agreementThreshold` exactly
1032-
* like any other low-participation tick. Empty (default) = disabled.
1027+
* Reordering is best-effort, but final analysis fails closed when valid
1028+
* consensus responses do not satisfy every required quota. Empty
1029+
* (default) = disabled.
10331030
*/
10341031
requiredParticipants?: (ConsensusRequiredParticipant | undefined)[];
10351032
}

typescript/config/lib/generated.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typescript/config/lib/index.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typescript/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@erpc-cloud/config",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Library of types for IDE autocompletion of erpc config in Typescript",
55
"repository": {
66
"type": "git",

typescript/config/src/generated.ts

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,12 +1043,9 @@ export interface ConsensusPolicyConfig {
10431043
* `tag`". The engine front-loads enough tag-matching upstreams into
10441044
* the participant set so the first `maxParticipants` drawn satisfy
10451045
* every entry — without changing `maxParticipants` itself.
1046-
* Best-effort and governed by the EXISTING consensus behaviors: if a
1047-
* required group has fewer healthy upstreams than requested (or the
1048-
* quotas can't all fit within `maxParticipants`), consensus simply
1049-
* runs with what it can promote and the resulting participation is
1050-
* handled by `lowParticipantsBehavior` / `agreementThreshold` exactly
1051-
* like any other low-participation tick. Empty (default) = disabled.
1046+
* Reordering is best-effort, but final analysis fails closed when valid
1047+
* consensus responses do not satisfy every required quota. Empty
1048+
* (default) = disabled.
10521049
*/
10531050
requiredParticipants?: (ConsensusRequiredParticipant | undefined)[];
10541051
}

0 commit comments

Comments
 (0)