@floegence/redevplugin-ui 0.6.21 → 0.6.23

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.
@@ -128,11 +128,26 @@ export declare const redevPluginContractArtifacts: readonly [{
128
128
  readonly path: "spec/plugin/host-capability-pin-v1.schema.json";
129
129
  readonly version: "host-capability-pin-v1";
130
130
  readonly sha256: "20526a5934f0d85a3db7882492487266f09de5bcd176e2c7936f05d0b7fe0338";
131
+ }, {
132
+ readonly id: "host-capability-publisher-config-schema";
133
+ readonly path: "spec/plugin/host-capability-publisher-config-v1.schema.json";
134
+ readonly version: "host-capability-publisher-config-v1";
135
+ readonly sha256: "f06ab3d70f3f9dd2114fe9d489841f1d6b5f169ee17b8c92aa1bfaf9bbf865c4";
131
136
  }, {
132
137
  readonly id: "host-capability-signature-schema";
133
138
  readonly path: "spec/plugin/host-capability-signature-v1.schema.json";
134
139
  readonly version: "host-capability-signature-v1";
135
140
  readonly sha256: "88cbc1d63afb7e289ca4f8b7c76f702b8d20156f7722c1b71f3ab9138a240a5e";
141
+ }, {
142
+ readonly id: "host-capability-signer-request-schema";
143
+ readonly path: "spec/plugin/host-capability-signer-request-v1.schema.json";
144
+ readonly version: "host-capability-signer-request-v1";
145
+ readonly sha256: "7f22e9e0f813b91106693edfbb91309489dde1640152c29d878961fdef6b89d8";
146
+ }, {
147
+ readonly id: "host-capability-signer-response-schema";
148
+ readonly path: "spec/plugin/host-capability-signer-response-v1.schema.json";
149
+ readonly version: "host-capability-signer-response-v1";
150
+ readonly sha256: "02a50b1fc0d1b8ae0611eab95b5560122c6425709ecc8de5e00bf0dd68085f44";
136
151
  }, {
137
152
  readonly id: "iframe-bridge-schema";
138
153
  readonly path: "spec/plugin/bridge-v7.schema.json";
@@ -122,12 +122,30 @@ export const redevPluginContractArtifacts = [
122
122
  version: "host-capability-pin-v1",
123
123
  sha256: "20526a5934f0d85a3db7882492487266f09de5bcd176e2c7936f05d0b7fe0338",
124
124
  },
125
+ {
126
+ id: "host-capability-publisher-config-schema",
127
+ path: "spec/plugin/host-capability-publisher-config-v1.schema.json",
128
+ version: "host-capability-publisher-config-v1",
129
+ sha256: "f06ab3d70f3f9dd2114fe9d489841f1d6b5f169ee17b8c92aa1bfaf9bbf865c4",
130
+ },
125
131
  {
126
132
  id: "host-capability-signature-schema",
127
133
  path: "spec/plugin/host-capability-signature-v1.schema.json",
128
134
  version: "host-capability-signature-v1",
129
135
  sha256: "88cbc1d63afb7e289ca4f8b7c76f702b8d20156f7722c1b71f3ab9138a240a5e",
130
136
  },
137
+ {
138
+ id: "host-capability-signer-request-schema",
139
+ path: "spec/plugin/host-capability-signer-request-v1.schema.json",
140
+ version: "host-capability-signer-request-v1",
141
+ sha256: "7f22e9e0f813b91106693edfbb91309489dde1640152c29d878961fdef6b89d8",
142
+ },
143
+ {
144
+ id: "host-capability-signer-response-schema",
145
+ path: "spec/plugin/host-capability-signer-response-v1.schema.json",
146
+ version: "host-capability-signer-response-v1",
147
+ sha256: "02a50b1fc0d1b8ae0611eab95b5560122c6425709ecc8de5e00bf0dd68085f44",
148
+ },
131
149
  {
132
150
  id: "iframe-bridge-schema",
133
151
  path: "spec/plugin/bridge-v7.schema.json",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@floegence/redevplugin-ui",
3
- "version": "0.6.21",
3
+ "version": "0.6.23",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "repository": {
@@ -32,7 +32,7 @@
32
32
  "dist"
33
33
  ],
34
34
  "dependencies": {
35
- "@floegence/redevplugin-contracts": "0.6.21"
35
+ "@floegence/redevplugin-contracts": "0.6.23"
36
36
  },
37
37
  "publishConfig": {
38
38
  "access": "public"