@floegence/redevplugin-ui 0.7.24 → 0.7.26
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/contracts.gen.d.ts
CHANGED
|
@@ -214,7 +214,7 @@ export declare const redevPluginContractArtifacts: readonly [{
|
|
|
214
214
|
readonly id: "plugin-platform-openapi";
|
|
215
215
|
readonly path: "spec/openapi/plugin-platform-v15.yaml";
|
|
216
216
|
readonly version: "plugin-platform-v15";
|
|
217
|
-
readonly sha256: "
|
|
217
|
+
readonly sha256: "10833d303573e1e36816d68db8075543598782df60eda4da44ceed3279d4368c";
|
|
218
218
|
}, {
|
|
219
219
|
readonly id: "presentation-icon-evidence-schema";
|
|
220
220
|
readonly path: "spec/plugin/presentation-icon-evidence-v1.schema.json";
|
package/dist/contracts.gen.js
CHANGED
|
@@ -234,7 +234,7 @@ export const redevPluginContractArtifacts = [
|
|
|
234
234
|
id: "plugin-platform-openapi",
|
|
235
235
|
path: "spec/openapi/plugin-platform-v15.yaml",
|
|
236
236
|
version: "plugin-platform-v15",
|
|
237
|
-
sha256: "
|
|
237
|
+
sha256: "10833d303573e1e36816d68db8075543598782df60eda4da44ceed3279d4368c",
|
|
238
238
|
},
|
|
239
239
|
{
|
|
240
240
|
id: "presentation-icon-evidence-schema",
|
package/dist/openapi.gen.d.ts
CHANGED
|
@@ -1684,7 +1684,7 @@ export interface components {
|
|
|
1684
1684
|
code: "PLUGIN_RUNTIME_UNAVAILABLE";
|
|
1685
1685
|
message: string;
|
|
1686
1686
|
/** @enum {string} */
|
|
1687
|
-
reason: "unknown" | "trust_state_advanced" | "trust_revoked" | "trust_fenced" | "trust_epoch_mismatch" | "activation_evidence_invalid" | "activation_lease_expired" | "recovery_canceled";
|
|
1687
|
+
reason: "unknown" | "trust_state_advanced" | "trust_revoked" | "trust_fenced" | "trust_epoch_mismatch" | "activation_evidence_invalid" | "activation_lease_expired" | "recovery_canceled" | "recovery_timeout";
|
|
1688
1688
|
/** @enum {string} */
|
|
1689
1689
|
action: "retry" | "reinstall" | "contact_admin";
|
|
1690
1690
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@floegence/redevplugin-ui",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.26",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"dist"
|
|
41
41
|
],
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@floegence/redevplugin-contracts": "0.7.
|
|
43
|
+
"@floegence/redevplugin-contracts": "0.7.26"
|
|
44
44
|
},
|
|
45
45
|
"publishConfig": {
|
|
46
46
|
"access": "public"
|