@xyo-network/module-instance-payload-plugin 3.4.1 → 3.4.2
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/neutral/index.d.ts +1 -10
- package/package.json +6 -6
package/dist/neutral/index.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { Payload } from '@xyo-network/payload-model';
|
|
2
2
|
import * as _xyo_network_payload_plugin from '@xyo-network/payload-plugin';
|
|
3
|
-
import * as _store__xylabs_object_npm_4_5_1_e31c389195_package from '.store/@xylabs-object-npm-4.5.1-e31c389195/package';
|
|
4
3
|
|
|
5
4
|
type AbstractModuleInstanceSchema = 'network.xyo.module.instance';
|
|
6
5
|
declare const AbstractModuleInstanceSchema: AbstractModuleInstanceSchema;
|
|
@@ -14,15 +13,7 @@ type AbstractModuleInstancePayload = Payload<{
|
|
|
14
13
|
schema: AbstractModuleInstanceSchema;
|
|
15
14
|
}>;
|
|
16
15
|
|
|
17
|
-
declare const ModuleInstancePayloadPlugin: () => _xyo_network_payload_plugin.PayloadPlugin<
|
|
18
|
-
schema: "network.xyo.module.instance";
|
|
19
|
-
address: string;
|
|
20
|
-
queries?: {
|
|
21
|
-
[x: string]: {
|
|
22
|
-
cost?: string | undefined;
|
|
23
|
-
};
|
|
24
|
-
} | undefined;
|
|
25
|
-
}>>;
|
|
16
|
+
declare const ModuleInstancePayloadPlugin: () => _xyo_network_payload_plugin.PayloadPlugin<AbstractModuleInstancePayload>;
|
|
26
17
|
|
|
27
18
|
declare const moduleInstancePayloadTemplate: () => Partial<AbstractModuleInstancePayload>;
|
|
28
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/module-instance-payload-plugin",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.2",
|
|
4
4
|
"description": "Contains the information about a module instance",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -29,15 +29,15 @@
|
|
|
29
29
|
"module": "dist/neutral/index.mjs",
|
|
30
30
|
"types": "dist/neutral/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@xyo-network/payload-model": "^3.
|
|
33
|
-
"@xyo-network/payload-plugin": "^3.
|
|
32
|
+
"@xyo-network/payload-model": "^3.9.16",
|
|
33
|
+
"@xyo-network/payload-plugin": "^3.9.16"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@xylabs/ts-scripts-yarn3": "^5.0.
|
|
37
|
-
"@xylabs/tsconfig": "^5.0.
|
|
36
|
+
"@xylabs/ts-scripts-yarn3": "^5.0.24",
|
|
37
|
+
"@xylabs/tsconfig": "^5.0.24",
|
|
38
38
|
"@xylabs/vitest-extended": "^4.5.1",
|
|
39
39
|
"typescript": "^5.7.3",
|
|
40
|
-
"vitest": "^3.0.
|
|
40
|
+
"vitest": "^3.0.6"
|
|
41
41
|
},
|
|
42
42
|
"publishConfig": {
|
|
43
43
|
"access": "public"
|