@floegence/redevplugin-ui 0.7.12 → 0.7.14

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.
@@ -215,6 +215,11 @@ export declare const redevPluginContractArtifacts: readonly [{
215
215
  readonly path: "spec/openapi/plugin-platform-v14.yaml";
216
216
  readonly version: "plugin-platform-v14";
217
217
  readonly sha256: "befc1c0423c05a66e65ad2ad79e8d097462ba01bac854962b67ef5f99a0ce4fa";
218
+ }, {
219
+ readonly id: "presentation-icon-evidence-schema";
220
+ readonly path: "spec/plugin/presentation-icon-evidence-v1.schema.json";
221
+ readonly version: "presentation-icon-evidence-v1";
222
+ readonly sha256: "0b302ff651bec9447637dd08b672d2371fcf383c5d9505e885955aa1b607ec15";
218
223
  }, {
219
224
  readonly id: "presentation-locale-fixture";
220
225
  readonly path: "spec/plugin/presentation-locale-fixtures-v1.json";
@@ -236,6 +236,12 @@ export const redevPluginContractArtifacts = [
236
236
  version: "plugin-platform-v14",
237
237
  sha256: "befc1c0423c05a66e65ad2ad79e8d097462ba01bac854962b67ef5f99a0ce4fa",
238
238
  },
239
+ {
240
+ id: "presentation-icon-evidence-schema",
241
+ path: "spec/plugin/presentation-icon-evidence-v1.schema.json",
242
+ version: "presentation-icon-evidence-v1",
243
+ sha256: "0b302ff651bec9447637dd08b672d2371fcf383c5d9505e885955aa1b607ec15",
244
+ },
239
245
  {
240
246
  id: "presentation-locale-fixture",
241
247
  path: "spec/plugin/presentation-locale-fixtures-v1.json",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@floegence/redevplugin-ui",
3
- "version": "0.7.12",
3
+ "version": "0.7.14",
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.12"
43
+ "@floegence/redevplugin-contracts": "0.7.14"
44
44
  },
45
45
  "publishConfig": {
46
46
  "access": "public"