@floegence/redevplugin-contracts 1.1.2 → 1.1.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 +6 -6
- package/dist/contracts.gen.js +6 -6
- package/dist/index.d.ts +6 -6
- package/package.json +1 -1
package/dist/contracts.gen.d.ts
CHANGED
|
@@ -497,25 +497,25 @@ export declare const generatedContractRegistry: {
|
|
|
497
497
|
};
|
|
498
498
|
export declare const generatedPackageSet: {
|
|
499
499
|
readonly schema_version: "redevplugin.platform_package_set.v3";
|
|
500
|
-
readonly platform_version: "1.1.
|
|
500
|
+
readonly platform_version: "1.1.3";
|
|
501
501
|
readonly go_module: {
|
|
502
502
|
readonly module: "github.com/floegence/redevplugin";
|
|
503
|
-
readonly version: "v1.1.
|
|
503
|
+
readonly version: "v1.1.3";
|
|
504
504
|
};
|
|
505
505
|
readonly npm_packages: readonly [{
|
|
506
506
|
readonly name: "@floegence/redevplugin-contracts";
|
|
507
|
-
readonly version: "1.1.
|
|
507
|
+
readonly version: "1.1.3";
|
|
508
508
|
}, {
|
|
509
509
|
readonly name: "@floegence/redevplugin-ui";
|
|
510
|
-
readonly version: "1.1.
|
|
510
|
+
readonly version: "1.1.3";
|
|
511
511
|
}];
|
|
512
512
|
readonly rust_crates: readonly [{
|
|
513
513
|
readonly name: "redevplugin-runtime";
|
|
514
|
-
readonly version: "1.1.
|
|
514
|
+
readonly version: "1.1.3";
|
|
515
515
|
readonly role: "runtime";
|
|
516
516
|
}, {
|
|
517
517
|
readonly name: "redevplugin-worker-sdk";
|
|
518
|
-
readonly version: "1.1.
|
|
518
|
+
readonly version: "1.1.3";
|
|
519
519
|
readonly role: "worker_sdk";
|
|
520
520
|
}];
|
|
521
521
|
readonly contract_registry_version: "contract-registry-v2";
|
package/dist/contracts.gen.js
CHANGED
|
@@ -588,30 +588,30 @@ export const generatedContractRegistry = {
|
|
|
588
588
|
};
|
|
589
589
|
export const generatedPackageSet = {
|
|
590
590
|
"schema_version": "redevplugin.platform_package_set.v3",
|
|
591
|
-
"platform_version": "1.1.
|
|
591
|
+
"platform_version": "1.1.3",
|
|
592
592
|
"go_module": {
|
|
593
593
|
"module": "github.com/floegence/redevplugin",
|
|
594
|
-
"version": "v1.1.
|
|
594
|
+
"version": "v1.1.3"
|
|
595
595
|
},
|
|
596
596
|
"npm_packages": [
|
|
597
597
|
{
|
|
598
598
|
"name": "@floegence/redevplugin-contracts",
|
|
599
|
-
"version": "1.1.
|
|
599
|
+
"version": "1.1.3"
|
|
600
600
|
},
|
|
601
601
|
{
|
|
602
602
|
"name": "@floegence/redevplugin-ui",
|
|
603
|
-
"version": "1.1.
|
|
603
|
+
"version": "1.1.3"
|
|
604
604
|
}
|
|
605
605
|
],
|
|
606
606
|
"rust_crates": [
|
|
607
607
|
{
|
|
608
608
|
"name": "redevplugin-runtime",
|
|
609
|
-
"version": "1.1.
|
|
609
|
+
"version": "1.1.3",
|
|
610
610
|
"role": "runtime"
|
|
611
611
|
},
|
|
612
612
|
{
|
|
613
613
|
"name": "redevplugin-worker-sdk",
|
|
614
|
-
"version": "1.1.
|
|
614
|
+
"version": "1.1.3",
|
|
615
615
|
"role": "worker_sdk"
|
|
616
616
|
}
|
|
617
617
|
],
|
package/dist/index.d.ts
CHANGED
|
@@ -242,25 +242,25 @@ export declare const contractRegistry: {
|
|
|
242
242
|
};
|
|
243
243
|
export declare const packageSet: {
|
|
244
244
|
readonly schema_version: "redevplugin.platform_package_set.v3";
|
|
245
|
-
readonly platform_version: "1.1.
|
|
245
|
+
readonly platform_version: "1.1.3";
|
|
246
246
|
readonly go_module: {
|
|
247
247
|
readonly module: "github.com/floegence/redevplugin";
|
|
248
|
-
readonly version: "v1.1.
|
|
248
|
+
readonly version: "v1.1.3";
|
|
249
249
|
};
|
|
250
250
|
readonly npm_packages: readonly [{
|
|
251
251
|
readonly name: "@floegence/redevplugin-contracts";
|
|
252
|
-
readonly version: "1.1.
|
|
252
|
+
readonly version: "1.1.3";
|
|
253
253
|
}, {
|
|
254
254
|
readonly name: "@floegence/redevplugin-ui";
|
|
255
|
-
readonly version: "1.1.
|
|
255
|
+
readonly version: "1.1.3";
|
|
256
256
|
}];
|
|
257
257
|
readonly rust_crates: readonly [{
|
|
258
258
|
readonly name: "redevplugin-runtime";
|
|
259
|
-
readonly version: "1.1.
|
|
259
|
+
readonly version: "1.1.3";
|
|
260
260
|
readonly role: "runtime";
|
|
261
261
|
}, {
|
|
262
262
|
readonly name: "redevplugin-worker-sdk";
|
|
263
|
-
readonly version: "1.1.
|
|
263
|
+
readonly version: "1.1.3";
|
|
264
264
|
readonly role: "worker_sdk";
|
|
265
265
|
}];
|
|
266
266
|
readonly contract_registry_version: "contract-registry-v2";
|