@floegence/redevplugin-ui 3.0.10 → 3.0.12

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.
@@ -2095,6 +2095,7 @@ export interface components {
2095
2095
  StartReleaseInstallExecutionRequest: {
2096
2096
  request_id: string;
2097
2097
  plugin_instance_id: string;
2098
+ /** @description SHA-256 of the canonical JSON encoding of release_ref. The Host recomputes and verifies this digest before accepting the install task. */
2098
2099
  release_identity_digest: string;
2099
2100
  manifest_sha256: string;
2100
2101
  contract_set_sha256: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@floegence/redevplugin-ui",
3
- "version": "3.0.10",
3
+ "version": "3.0.12",
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": "3.0.10"
43
+ "@floegence/redevplugin-contracts": "3.0.12"
44
44
  },
45
45
  "publishConfig": {
46
46
  "access": "public"