@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.
- package/dist/contracts.gen.d.ts +2 -2
- package/dist/contracts.gen.js +2 -2
- package/package.json +2 -2
package/dist/contracts.gen.d.ts
CHANGED
|
@@ -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: "
|
|
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: "
|
|
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";
|
package/dist/contracts.gen.js
CHANGED
|
@@ -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: "
|
|
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: "
|
|
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.
|
|
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.
|
|
35
|
+
"@floegence/redevplugin-contracts": "0.6.7"
|
|
36
36
|
},
|
|
37
37
|
"publishConfig": {
|
|
38
38
|
"access": "public"
|