@xyo-network/ethers-ethereum-gas-plugin 2.82.2 → 2.83.0
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EthereumGasEthersWitness } from './Witness';
|
|
2
|
-
export declare const EthereumGasEthersPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<EthereumGasEthersWitness<import("@xyo-network/
|
|
2
|
+
export declare const EthereumGasEthersPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<EthereumGasEthersWitness<import("@xyo-network/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
|
-
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
4
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
5
5
|
accountDerivationPath?: string | undefined;
|
|
6
6
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
7
7
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -17,7 +17,9 @@ export declare const EthereumGasEthersPlugin: () => import("@xyo-network/payload
|
|
|
17
17
|
readonly sign?: boolean | undefined;
|
|
18
18
|
readonly storeQueries?: boolean | undefined;
|
|
19
19
|
readonly timestamp?: boolean | undefined;
|
|
20
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig &
|
|
20
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
21
|
+
schema: string;
|
|
22
|
+
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
21
23
|
accountDerivationPath?: string | undefined;
|
|
22
24
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
23
25
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -36,16 +38,14 @@ export declare const EthereumGasEthersPlugin: () => import("@xyo-network/payload
|
|
|
36
38
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
37
39
|
archivist?: string | undefined;
|
|
38
40
|
schema: "network.xyo.blockchain.ethereum.gas.ethers.witness.config";
|
|
39
|
-
targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
41
|
+
targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
40
42
|
schema: "network.xyo.payload.set";
|
|
41
43
|
}) | undefined;
|
|
42
44
|
} & {
|
|
43
45
|
schema: "network.xyo.blockchain.ethereum.gas.ethers.witness.config";
|
|
44
46
|
}, "schema"> & {
|
|
45
47
|
schema: "network.xyo.blockchain.ethereum.gas.ethers.witness.config";
|
|
46
|
-
}, "schema"> & {
|
|
47
|
-
schema: string;
|
|
48
|
-
}, "schema"> & {
|
|
48
|
+
}, "schema">, "schema"> & {
|
|
49
49
|
schema: string;
|
|
50
50
|
};
|
|
51
51
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EthereumGasEthersWitness } from './Witness';
|
|
2
|
-
export declare const EthereumGasEthersPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<EthereumGasEthersWitness<import("@xyo-network/
|
|
2
|
+
export declare const EthereumGasEthersPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<EthereumGasEthersWitness<import("@xyo-network/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
|
-
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
4
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
5
5
|
accountDerivationPath?: string | undefined;
|
|
6
6
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
7
7
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -17,7 +17,9 @@ export declare const EthereumGasEthersPlugin: () => import("@xyo-network/payload
|
|
|
17
17
|
readonly sign?: boolean | undefined;
|
|
18
18
|
readonly storeQueries?: boolean | undefined;
|
|
19
19
|
readonly timestamp?: boolean | undefined;
|
|
20
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig &
|
|
20
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
21
|
+
schema: string;
|
|
22
|
+
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
21
23
|
accountDerivationPath?: string | undefined;
|
|
22
24
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
23
25
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -36,16 +38,14 @@ export declare const EthereumGasEthersPlugin: () => import("@xyo-network/payload
|
|
|
36
38
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
37
39
|
archivist?: string | undefined;
|
|
38
40
|
schema: "network.xyo.blockchain.ethereum.gas.ethers.witness.config";
|
|
39
|
-
targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
41
|
+
targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
40
42
|
schema: "network.xyo.payload.set";
|
|
41
43
|
}) | undefined;
|
|
42
44
|
} & {
|
|
43
45
|
schema: "network.xyo.blockchain.ethereum.gas.ethers.witness.config";
|
|
44
46
|
}, "schema"> & {
|
|
45
47
|
schema: "network.xyo.blockchain.ethereum.gas.ethers.witness.config";
|
|
46
|
-
}, "schema"> & {
|
|
47
|
-
schema: string;
|
|
48
|
-
}, "schema"> & {
|
|
48
|
+
}, "schema">, "schema"> & {
|
|
49
49
|
schema: string;
|
|
50
50
|
};
|
|
51
51
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
package/dist/browser/Plugin.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EthereumGasEthersWitness } from './Witness';
|
|
2
|
-
export declare const EthereumGasEthersPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<EthereumGasEthersWitness<import("@xyo-network/
|
|
2
|
+
export declare const EthereumGasEthersPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<EthereumGasEthersWitness<import("@xyo-network/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
|
-
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
4
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
5
5
|
accountDerivationPath?: string | undefined;
|
|
6
6
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
7
7
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -17,7 +17,9 @@ export declare const EthereumGasEthersPlugin: () => import("@xyo-network/payload
|
|
|
17
17
|
readonly sign?: boolean | undefined;
|
|
18
18
|
readonly storeQueries?: boolean | undefined;
|
|
19
19
|
readonly timestamp?: boolean | undefined;
|
|
20
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig &
|
|
20
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
21
|
+
schema: string;
|
|
22
|
+
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
21
23
|
accountDerivationPath?: string | undefined;
|
|
22
24
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
23
25
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -36,16 +38,14 @@ export declare const EthereumGasEthersPlugin: () => import("@xyo-network/payload
|
|
|
36
38
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
37
39
|
archivist?: string | undefined;
|
|
38
40
|
schema: "network.xyo.blockchain.ethereum.gas.ethers.witness.config";
|
|
39
|
-
targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
41
|
+
targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
40
42
|
schema: "network.xyo.payload.set";
|
|
41
43
|
}) | undefined;
|
|
42
44
|
} & {
|
|
43
45
|
schema: "network.xyo.blockchain.ethereum.gas.ethers.witness.config";
|
|
44
46
|
}, "schema"> & {
|
|
45
47
|
schema: "network.xyo.blockchain.ethereum.gas.ethers.witness.config";
|
|
46
|
-
}, "schema"> & {
|
|
47
|
-
schema: string;
|
|
48
|
-
}, "schema"> & {
|
|
48
|
+
}, "schema">, "schema"> & {
|
|
49
49
|
schema: string;
|
|
50
50
|
};
|
|
51
51
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
package/dist/node/Plugin.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EthereumGasEthersWitness } from './Witness';
|
|
2
|
-
export declare const EthereumGasEthersPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<EthereumGasEthersWitness<import("@xyo-network/
|
|
2
|
+
export declare const EthereumGasEthersPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<EthereumGasEthersWitness<import("@xyo-network/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
|
-
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
4
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
5
5
|
accountDerivationPath?: string | undefined;
|
|
6
6
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
7
7
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -17,7 +17,9 @@ export declare const EthereumGasEthersPlugin: () => import("@xyo-network/payload
|
|
|
17
17
|
readonly sign?: boolean | undefined;
|
|
18
18
|
readonly storeQueries?: boolean | undefined;
|
|
19
19
|
readonly timestamp?: boolean | undefined;
|
|
20
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig &
|
|
20
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
21
|
+
schema: string;
|
|
22
|
+
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
21
23
|
accountDerivationPath?: string | undefined;
|
|
22
24
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
23
25
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -36,16 +38,14 @@ export declare const EthereumGasEthersPlugin: () => import("@xyo-network/payload
|
|
|
36
38
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
37
39
|
archivist?: string | undefined;
|
|
38
40
|
schema: "network.xyo.blockchain.ethereum.gas.ethers.witness.config";
|
|
39
|
-
targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
41
|
+
targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
40
42
|
schema: "network.xyo.payload.set";
|
|
41
43
|
}) | undefined;
|
|
42
44
|
} & {
|
|
43
45
|
schema: "network.xyo.blockchain.ethereum.gas.ethers.witness.config";
|
|
44
46
|
}, "schema"> & {
|
|
45
47
|
schema: "network.xyo.blockchain.ethereum.gas.ethers.witness.config";
|
|
46
|
-
}, "schema"> & {
|
|
47
|
-
schema: string;
|
|
48
|
-
}, "schema"> & {
|
|
48
|
+
}, "schema">, "schema"> & {
|
|
49
49
|
schema: string;
|
|
50
50
|
};
|
|
51
51
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
package/dist/node/Plugin.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EthereumGasEthersWitness } from './Witness';
|
|
2
|
-
export declare const EthereumGasEthersPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<EthereumGasEthersWitness<import("@xyo-network/
|
|
2
|
+
export declare const EthereumGasEthersPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<EthereumGasEthersWitness<import("@xyo-network/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
|
-
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
4
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
5
5
|
accountDerivationPath?: string | undefined;
|
|
6
6
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
7
7
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -17,7 +17,9 @@ export declare const EthereumGasEthersPlugin: () => import("@xyo-network/payload
|
|
|
17
17
|
readonly sign?: boolean | undefined;
|
|
18
18
|
readonly storeQueries?: boolean | undefined;
|
|
19
19
|
readonly timestamp?: boolean | undefined;
|
|
20
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig &
|
|
20
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
21
|
+
schema: string;
|
|
22
|
+
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
21
23
|
accountDerivationPath?: string | undefined;
|
|
22
24
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
23
25
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -36,16 +38,14 @@ export declare const EthereumGasEthersPlugin: () => import("@xyo-network/payload
|
|
|
36
38
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
37
39
|
archivist?: string | undefined;
|
|
38
40
|
schema: "network.xyo.blockchain.ethereum.gas.ethers.witness.config";
|
|
39
|
-
targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
41
|
+
targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
40
42
|
schema: "network.xyo.payload.set";
|
|
41
43
|
}) | undefined;
|
|
42
44
|
} & {
|
|
43
45
|
schema: "network.xyo.blockchain.ethereum.gas.ethers.witness.config";
|
|
44
46
|
}, "schema"> & {
|
|
45
47
|
schema: "network.xyo.blockchain.ethereum.gas.ethers.witness.config";
|
|
46
|
-
}, "schema"> & {
|
|
47
|
-
schema: string;
|
|
48
|
-
}, "schema"> & {
|
|
48
|
+
}, "schema">, "schema"> & {
|
|
49
49
|
schema: string;
|
|
50
50
|
};
|
|
51
51
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
package/dist/node/Plugin.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EthereumGasEthersWitness } from './Witness';
|
|
2
|
-
export declare const EthereumGasEthersPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<EthereumGasEthersWitness<import("@xyo-network/
|
|
2
|
+
export declare const EthereumGasEthersPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<EthereumGasEthersWitness<import("@xyo-network/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
|
-
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
4
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
5
5
|
accountDerivationPath?: string | undefined;
|
|
6
6
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
7
7
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -17,7 +17,9 @@ export declare const EthereumGasEthersPlugin: () => import("@xyo-network/payload
|
|
|
17
17
|
readonly sign?: boolean | undefined;
|
|
18
18
|
readonly storeQueries?: boolean | undefined;
|
|
19
19
|
readonly timestamp?: boolean | undefined;
|
|
20
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig &
|
|
20
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
21
|
+
schema: string;
|
|
22
|
+
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
21
23
|
accountDerivationPath?: string | undefined;
|
|
22
24
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
23
25
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -36,16 +38,14 @@ export declare const EthereumGasEthersPlugin: () => import("@xyo-network/payload
|
|
|
36
38
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
37
39
|
archivist?: string | undefined;
|
|
38
40
|
schema: "network.xyo.blockchain.ethereum.gas.ethers.witness.config";
|
|
39
|
-
targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
41
|
+
targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
40
42
|
schema: "network.xyo.payload.set";
|
|
41
43
|
}) | undefined;
|
|
42
44
|
} & {
|
|
43
45
|
schema: "network.xyo.blockchain.ethereum.gas.ethers.witness.config";
|
|
44
46
|
}, "schema"> & {
|
|
45
47
|
schema: "network.xyo.blockchain.ethereum.gas.ethers.witness.config";
|
|
46
|
-
}, "schema"> & {
|
|
47
|
-
schema: string;
|
|
48
|
-
}, "schema"> & {
|
|
48
|
+
}, "schema">, "schema"> & {
|
|
49
49
|
schema: string;
|
|
50
50
|
};
|
|
51
51
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
package/package.json
CHANGED
|
@@ -11,24 +11,24 @@
|
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@xylabs/assert": "^2.13.20",
|
|
14
|
-
"@xyo-network/abstract-witness": "^2.
|
|
15
|
-
"@xyo-network/ethers-ethereum-gas-payload-plugin": "~2.
|
|
16
|
-
"@xyo-network/module-model": "^2.
|
|
17
|
-
"@xyo-network/payload-builder": "^2.
|
|
18
|
-
"@xyo-network/payload-model": "^2.
|
|
19
|
-
"@xyo-network/payloadset-plugin": "^2.
|
|
20
|
-
"@xyo-network/witness-model": "^2.
|
|
14
|
+
"@xyo-network/abstract-witness": "^2.83.2",
|
|
15
|
+
"@xyo-network/ethers-ethereum-gas-payload-plugin": "~2.83.0",
|
|
16
|
+
"@xyo-network/module-model": "^2.83.2",
|
|
17
|
+
"@xyo-network/payload-builder": "^2.83.2",
|
|
18
|
+
"@xyo-network/payload-model": "^2.83.2",
|
|
19
|
+
"@xyo-network/payloadset-plugin": "^2.83.2",
|
|
20
|
+
"@xyo-network/witness-model": "^2.83.2",
|
|
21
21
|
"ethers": "^6.9.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@xylabs/jest-helpers": "^2.13.20",
|
|
25
25
|
"@xylabs/ts-scripts-yarn3": "^3.2.10",
|
|
26
26
|
"@xylabs/tsconfig": "^3.2.10",
|
|
27
|
-
"@xyo-network/account": "^2.
|
|
28
|
-
"@xyo-network/payload-wrapper": "^2.
|
|
29
|
-
"@xyo-network/witness-blockchain-abstract": "^2.
|
|
27
|
+
"@xyo-network/account": "^2.83.2",
|
|
28
|
+
"@xyo-network/payload-wrapper": "^2.83.2",
|
|
29
|
+
"@xyo-network/witness-blockchain-abstract": "^2.83.2",
|
|
30
30
|
"jest": "^29.7.0",
|
|
31
|
-
"typescript": "^5.3.
|
|
31
|
+
"typescript": "^5.3.3"
|
|
32
32
|
},
|
|
33
33
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
34
34
|
"docs": "dist/docs.json",
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
"url": "https://github.com/XYOracleNetwork/plugins.git"
|
|
71
71
|
},
|
|
72
72
|
"sideEffects": false,
|
|
73
|
-
"version": "2.
|
|
73
|
+
"version": "2.83.0"
|
|
74
74
|
}
|