@twin.org/node-core 0.9.1 → 0.9.2-next.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.
@@ -1071,6 +1071,49 @@ The identity verification method id to use with immutable proofs.
1071
1071
 
1072
1072
  ***
1073
1073
 
1074
+ ### immutableProofTaskRetryCount? {#immutableprooftaskretrycount}
1075
+
1076
+ > `optional` **immutableProofTaskRetryCount?**: `number`
1077
+
1078
+ The number of times to retry a proof task when it fails, 0 to disable retries.
1079
+
1080
+ #### Default
1081
+
1082
+ ```ts
1083
+ 5
1084
+ ```
1085
+
1086
+ ***
1087
+
1088
+ ### immutableProofTaskRetryInterval? {#immutableprooftaskretryinterval}
1089
+
1090
+ > `optional` **immutableProofTaskRetryInterval?**: `number`
1091
+
1092
+ The interval in seconds to wait between proof task retries.
1093
+
1094
+ #### Default
1095
+
1096
+ ```ts
1097
+ 5
1098
+ ```
1099
+
1100
+ ***
1101
+
1102
+ ### immutableProofTaskFailureRetainFor? {#immutableprooftaskfailureretainfor}
1103
+
1104
+ > `optional` **immutableProofTaskFailureRetainFor?**: `number`
1105
+
1106
+ The time in minutes to retain the record of a failed proof task.
1107
+ Set to -1 to retain failures forever.
1108
+
1109
+ #### Default
1110
+
1111
+ ```ts
1112
+ 10080
1113
+ ```
1114
+
1115
+ ***
1116
+
1074
1117
  ### attestationConnector? {#attestationconnector}
1075
1118
 
1076
1119
  > `optional` **attestationConnector?**: `string`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/node-core",
3
- "version": "0.9.1",
3
+ "version": "0.9.2-next.2",
4
4
  "description": "TWIN Node Core for serving APIs using the specified configuration",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,31 +14,31 @@
14
14
  "node": ">=24.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@twin.org/api-auth-entity-storage-service": "^0.9.1",
18
- "@twin.org/api-tenant-processor": "^0.9.1",
19
- "@twin.org/cli-core": "^0.9.1",
20
- "@twin.org/context": "^0.9.1",
21
- "@twin.org/core": "^0.9.1",
22
- "@twin.org/crypto": "^0.9.1",
23
- "@twin.org/dataspace-models": "^0.9.1",
24
- "@twin.org/engine": "^0.9.1",
25
- "@twin.org/engine-core": "^0.9.1",
26
- "@twin.org/engine-models": "^0.9.1",
27
- "@twin.org/engine-server": "^0.9.1",
28
- "@twin.org/engine-server-types": "^0.9.1",
29
- "@twin.org/engine-types": "^0.9.1",
30
- "@twin.org/entity": "^0.9.1",
31
- "@twin.org/entity-storage-models": "^0.9.1",
32
- "@twin.org/identity-models": "^0.9.1",
33
- "@twin.org/logging-connector-opentelemetry": "^0.9.1",
34
- "@twin.org/modules": "^0.9.1",
35
- "@twin.org/standards-w3c-did": "^0.9.1",
36
- "@twin.org/standards-w3c-odrl": "^0.9.1",
37
- "@twin.org/telemetry-connector-opentelemetry": "^0.9.1",
38
- "@twin.org/telemetry-models": "^0.9.1",
39
- "@twin.org/trust-models": "^0.9.1",
40
- "@twin.org/vault-models": "^0.9.1",
41
- "@twin.org/wallet-models": "^0.9.1",
17
+ "@twin.org/api-auth-entity-storage-service": "next",
18
+ "@twin.org/api-tenant-processor": "next",
19
+ "@twin.org/cli-core": "next",
20
+ "@twin.org/context": "next",
21
+ "@twin.org/core": "next",
22
+ "@twin.org/crypto": "next",
23
+ "@twin.org/dataspace-models": "next",
24
+ "@twin.org/engine": "next",
25
+ "@twin.org/engine-core": "next",
26
+ "@twin.org/engine-models": "next",
27
+ "@twin.org/engine-server": "next",
28
+ "@twin.org/engine-server-types": "next",
29
+ "@twin.org/engine-types": "next",
30
+ "@twin.org/entity": "next",
31
+ "@twin.org/entity-storage-models": "next",
32
+ "@twin.org/identity-models": "next",
33
+ "@twin.org/logging-connector-opentelemetry": "next",
34
+ "@twin.org/modules": "next",
35
+ "@twin.org/standards-w3c-did": "next",
36
+ "@twin.org/standards-w3c-odrl": "next",
37
+ "@twin.org/telemetry-connector-opentelemetry": "next",
38
+ "@twin.org/telemetry-models": "next",
39
+ "@twin.org/trust-models": "next",
40
+ "@twin.org/vault-models": "next",
41
+ "@twin.org/wallet-models": "next",
42
42
  "dotenv": "17.4.2",
43
43
  "schema-dts": "2.0.0"
44
44
  },