@floegence/redevplugin-ui 0.6.5 → 0.6.7

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.
@@ -136,12 +136,12 @@ export declare const redevPluginContractArtifacts: readonly [{
136
136
  readonly id: "owner-scope-inventory-registry";
137
137
  readonly path: "spec/plugin/owner-scope-inventories-v1.json";
138
138
  readonly version: "owner-scope-inventory-registry-v1";
139
- readonly sha256: "92a2d6ed3a9038e95285faa108e2186cf9d0df343854741c551f8c4039f91217";
139
+ readonly sha256: "f655313a641368383b3d84b6ea4f6a2a2ef42a44a4dd23f71211361c9c2e0505";
140
140
  }, {
141
141
  readonly id: "owner-scope-inventory-schema";
142
142
  readonly path: "spec/plugin/owner-scope-inventory-v1.schema.json";
143
143
  readonly version: "owner-scope-inventory-v1";
144
- readonly sha256: "972e4fe3cc74339c211ba8a50951ad0f4ae4265d3d34b20f03d0e4888638e254";
144
+ readonly sha256: "21dc4980103f3a36f4252ce141d7350476ec00968e8a320695e450274e928be1";
145
145
  }, {
146
146
  readonly id: "owner-scope-migration-schema";
147
147
  readonly path: "spec/plugin/owner-scope-migration-v1.schema.json";
@@ -146,13 +146,13 @@ export const redevPluginContractArtifacts = [
146
146
  id: "owner-scope-inventory-registry",
147
147
  path: "spec/plugin/owner-scope-inventories-v1.json",
148
148
  version: "owner-scope-inventory-registry-v1",
149
- sha256: "92a2d6ed3a9038e95285faa108e2186cf9d0df343854741c551f8c4039f91217",
149
+ sha256: "f655313a641368383b3d84b6ea4f6a2a2ef42a44a4dd23f71211361c9c2e0505",
150
150
  },
151
151
  {
152
152
  id: "owner-scope-inventory-schema",
153
153
  path: "spec/plugin/owner-scope-inventory-v1.schema.json",
154
154
  version: "owner-scope-inventory-v1",
155
- sha256: "972e4fe3cc74339c211ba8a50951ad0f4ae4265d3d34b20f03d0e4888638e254",
155
+ sha256: "21dc4980103f3a36f4252ce141d7350476ec00968e8a320695e450274e928be1",
156
156
  },
157
157
  {
158
158
  id: "owner-scope-migration-schema",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@floegence/redevplugin-ui",
3
- "version": "0.6.5",
3
+ "version": "0.6.7",
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.5"
35
+ "@floegence/redevplugin-contracts": "0.6.7"
36
36
  },
37
37
  "publishConfig": {
38
38
  "access": "public"