@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.
- package/dist/contracts.gen.d.ts +1 -1
- package/dist/contracts.gen.js +1 -1
- package/package.json +2 -2
package/dist/contracts.gen.d.ts
CHANGED
|
@@ -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: "
|
|
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";
|
package/dist/contracts.gen.js
CHANGED
|
@@ -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: "
|
|
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.
|
|
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.
|
|
43
|
+
"@floegence/redevplugin-contracts": "2.0.3"
|
|
44
44
|
},
|
|
45
45
|
"publishConfig": {
|
|
46
46
|
"access": "public"
|