@floegence/redevplugin-ui 2.0.1 → 2.0.3

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.
@@ -189,7 +189,7 @@ export declare const redevPluginContractArtifacts: readonly [{
189
189
  readonly id: "public-api-catalog";
190
190
  readonly path: "spec/plugin/public-api-v1.json";
191
191
  readonly version: "public-api-v1";
192
- readonly sha256: "fec900c56ce6eb2ad5ee1f229d62918726c23af48eb6cbe52bb0aff7599e06cc";
192
+ readonly sha256: "562a80933bb079abf082dc354e4ff206c8a00b6670be5d17ef5d191a9c52fc75";
193
193
  }, {
194
194
  readonly id: "publisher-release-ref-schema";
195
195
  readonly path: "spec/plugin/publisher-release-ref-v1.schema.json";
@@ -206,7 +206,7 @@ export const redevPluginContractArtifacts = [
206
206
  id: "public-api-catalog",
207
207
  path: "spec/plugin/public-api-v1.json",
208
208
  version: "public-api-v1",
209
- sha256: "fec900c56ce6eb2ad5ee1f229d62918726c23af48eb6cbe52bb0aff7599e06cc",
209
+ sha256: "562a80933bb079abf082dc354e4ff206c8a00b6670be5d17ef5d191a9c52fc75",
210
210
  },
211
211
  {
212
212
  id: "publisher-release-ref-schema",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@floegence/redevplugin-ui",
3
- "version": "2.0.1",
3
+ "version": "2.0.3",
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": "2.0.1"
43
+ "@floegence/redevplugin-contracts": "2.0.3"
44
44
  },
45
45
  "publishConfig": {
46
46
  "access": "public"