@floegence/redevplugin-contracts 2.0.4 → 2.0.6
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
|
@@ -508,25 +508,25 @@ export declare const generatedContractRegistry: {
|
|
|
508
508
|
};
|
|
509
509
|
export declare const generatedPackageSet: {
|
|
510
510
|
readonly schema_version: "redevplugin.platform_package_set.v3";
|
|
511
|
-
readonly platform_version: "2.0.
|
|
511
|
+
readonly platform_version: "2.0.6";
|
|
512
512
|
readonly go_module: {
|
|
513
513
|
readonly module: "github.com/floegence/redevplugin/v2";
|
|
514
|
-
readonly version: "v2.0.
|
|
514
|
+
readonly version: "v2.0.6";
|
|
515
515
|
};
|
|
516
516
|
readonly npm_packages: readonly [{
|
|
517
517
|
readonly name: "@floegence/redevplugin-contracts";
|
|
518
|
-
readonly version: "2.0.
|
|
518
|
+
readonly version: "2.0.6";
|
|
519
519
|
}, {
|
|
520
520
|
readonly name: "@floegence/redevplugin-ui";
|
|
521
|
-
readonly version: "2.0.
|
|
521
|
+
readonly version: "2.0.6";
|
|
522
522
|
}];
|
|
523
523
|
readonly rust_crates: readonly [{
|
|
524
524
|
readonly name: "redevplugin-runtime";
|
|
525
|
-
readonly version: "2.0.
|
|
525
|
+
readonly version: "2.0.6";
|
|
526
526
|
readonly role: "runtime";
|
|
527
527
|
}, {
|
|
528
528
|
readonly name: "redevplugin-worker-sdk";
|
|
529
|
-
readonly version: "2.0.
|
|
529
|
+
readonly version: "2.0.6";
|
|
530
530
|
readonly role: "worker_sdk";
|
|
531
531
|
}];
|
|
532
532
|
readonly contract_registry_version: "contract-registry-v2";
|
package/dist/contracts.gen.js
CHANGED
|
@@ -601,30 +601,30 @@ export const generatedContractRegistry = {
|
|
|
601
601
|
};
|
|
602
602
|
export const generatedPackageSet = {
|
|
603
603
|
"schema_version": "redevplugin.platform_package_set.v3",
|
|
604
|
-
"platform_version": "2.0.
|
|
604
|
+
"platform_version": "2.0.6",
|
|
605
605
|
"go_module": {
|
|
606
606
|
"module": "github.com/floegence/redevplugin/v2",
|
|
607
|
-
"version": "v2.0.
|
|
607
|
+
"version": "v2.0.6"
|
|
608
608
|
},
|
|
609
609
|
"npm_packages": [
|
|
610
610
|
{
|
|
611
611
|
"name": "@floegence/redevplugin-contracts",
|
|
612
|
-
"version": "2.0.
|
|
612
|
+
"version": "2.0.6"
|
|
613
613
|
},
|
|
614
614
|
{
|
|
615
615
|
"name": "@floegence/redevplugin-ui",
|
|
616
|
-
"version": "2.0.
|
|
616
|
+
"version": "2.0.6"
|
|
617
617
|
}
|
|
618
618
|
],
|
|
619
619
|
"rust_crates": [
|
|
620
620
|
{
|
|
621
621
|
"name": "redevplugin-runtime",
|
|
622
|
-
"version": "2.0.
|
|
622
|
+
"version": "2.0.6",
|
|
623
623
|
"role": "runtime"
|
|
624
624
|
},
|
|
625
625
|
{
|
|
626
626
|
"name": "redevplugin-worker-sdk",
|
|
627
|
-
"version": "2.0.
|
|
627
|
+
"version": "2.0.6",
|
|
628
628
|
"role": "worker_sdk"
|
|
629
629
|
}
|
|
630
630
|
],
|
package/dist/index.d.ts
CHANGED
|
@@ -247,25 +247,25 @@ export declare const contractRegistry: {
|
|
|
247
247
|
};
|
|
248
248
|
export declare const packageSet: {
|
|
249
249
|
readonly schema_version: "redevplugin.platform_package_set.v3";
|
|
250
|
-
readonly platform_version: "2.0.
|
|
250
|
+
readonly platform_version: "2.0.6";
|
|
251
251
|
readonly go_module: {
|
|
252
252
|
readonly module: "github.com/floegence/redevplugin/v2";
|
|
253
|
-
readonly version: "v2.0.
|
|
253
|
+
readonly version: "v2.0.6";
|
|
254
254
|
};
|
|
255
255
|
readonly npm_packages: readonly [{
|
|
256
256
|
readonly name: "@floegence/redevplugin-contracts";
|
|
257
|
-
readonly version: "2.0.
|
|
257
|
+
readonly version: "2.0.6";
|
|
258
258
|
}, {
|
|
259
259
|
readonly name: "@floegence/redevplugin-ui";
|
|
260
|
-
readonly version: "2.0.
|
|
260
|
+
readonly version: "2.0.6";
|
|
261
261
|
}];
|
|
262
262
|
readonly rust_crates: readonly [{
|
|
263
263
|
readonly name: "redevplugin-runtime";
|
|
264
|
-
readonly version: "2.0.
|
|
264
|
+
readonly version: "2.0.6";
|
|
265
265
|
readonly role: "runtime";
|
|
266
266
|
}, {
|
|
267
267
|
readonly name: "redevplugin-worker-sdk";
|
|
268
|
-
readonly version: "2.0.
|
|
268
|
+
readonly version: "2.0.6";
|
|
269
269
|
readonly role: "worker_sdk";
|
|
270
270
|
}];
|
|
271
271
|
readonly contract_registry_version: "contract-registry-v2";
|