@xyo-network/etherchain-ethereum-gas-v2-plugin 4.1.0 → 4.2.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,2 +1,2 @@
1
- export declare const EthereumGasEtherchainV2Plugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<import("@xyo-network/witness-model").WitnessModule<import("@xyo-network/witness-model").WitnessParams<import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/witness-model").WitnessConfig<void, void>>>, import("@xyo-network/witness-model").WitnessModuleEventData<import("@xyo-network/module-model").ModuleInstance<import("@xyo-network/module-model").ModuleParams<import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/module-model").ModuleConfig<object, void>>>, import("@xyo-network/module-model").ModuleEventData<object>>, import("@xyo-network/payload-model").Payload, import("@xyo-network/payload-model").Payload>>>;
1
+ export declare const EthereumGasEtherchainV2Plugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<import("@xyo-network/witness-model").WitnessModule<import("@xyo-network/witness-model").WitnessParams<import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/witness-model").WitnessConfig>>, import("@xyo-network/witness-model").WitnessModuleEventData>>;
2
2
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,6BAA6B,stBAQvC,CAAA"}
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,6BAA6B,sVAQvC,CAAA"}
@@ -1,27 +1,5 @@
1
- import * as _xyo_network_witness_model from '@xyo-network/witness-model';
2
- import { WitnessConfig, WitnessParams } from '@xyo-network/witness-model';
3
- import * as _xyo_network_payloadset_plugin from '@xyo-network/payloadset-plugin';
4
- import * as _xyo_network_payload_model from '@xyo-network/payload-model';
5
- import { Schema, Payload } from '@xyo-network/payload-model';
6
- import * as _xyo_network_module_model from '@xyo-network/module-model';
7
- import { AnyConfigSchema } from '@xyo-network/module-model';
8
- import { AbstractWitness } from '@xyo-network/abstract-witness';
9
-
10
- type EthereumGasEtherchainV2WitnessConfigSchema = 'network.xyo.blockchain.ethereum.gas.etherchain.v2.witness.config';
11
- declare const EthereumGasEtherchainV2WitnessConfigSchema: EthereumGasEtherchainV2WitnessConfigSchema;
12
-
13
- type EthereumGasEtherchainV2WitnessConfig = WitnessConfig<{
14
- schema: EthereumGasEtherchainV2WitnessConfigSchema;
15
- }>;
16
-
17
- declare const EthereumGasEtherchainV2Plugin: () => _xyo_network_payloadset_plugin.PayloadSetWitnessPlugin<_xyo_network_witness_model.WitnessModule<_xyo_network_witness_model.WitnessParams<_xyo_network_module_model.AnyConfigSchema<_xyo_network_witness_model.WitnessConfig<void, void>>>, _xyo_network_witness_model.WitnessModuleEventData<_xyo_network_module_model.ModuleInstance<_xyo_network_module_model.ModuleParams<_xyo_network_module_model.AnyConfigSchema<_xyo_network_module_model.ModuleConfig<object, void>>>, _xyo_network_module_model.ModuleEventData<object>>, _xyo_network_payload_model.Payload, _xyo_network_payload_model.Payload>>>;
18
-
19
- type EtherchainEthereumGasWitnessV2Params = WitnessParams<AnyConfigSchema<EthereumGasEtherchainV2WitnessConfig>>;
20
- declare class EtherchainEthereumGasWitnessV2 extends AbstractWitness<EtherchainEthereumGasWitnessV2Params> {
21
- static readonly configSchemas: Schema[];
22
- static readonly defaultConfigSchema: Schema;
23
- protected observeHandler(): Promise<Payload[]>;
24
- }
25
-
26
- export { EtherchainEthereumGasWitnessV2, EthereumGasEtherchainV2Plugin, EthereumGasEtherchainV2WitnessConfigSchema, EthereumGasEtherchainV2Plugin as default };
27
- export type { EtherchainEthereumGasWitnessV2Params, EthereumGasEtherchainV2WitnessConfig };
1
+ export * from './Config.ts';
2
+ export { EthereumGasEtherchainV2Plugin as default, EthereumGasEtherchainV2Plugin } from './Plugin.ts';
3
+ export * from './Schema.ts';
4
+ export * from './Witness.ts';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1,2 @@
1
- export declare const EthereumGasEtherchainV2Plugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<import("@xyo-network/witness-model").WitnessModule<import("@xyo-network/witness-model").WitnessParams<import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/witness-model").WitnessConfig<void, void>>>, import("@xyo-network/witness-model").WitnessModuleEventData<import("@xyo-network/module-model").ModuleInstance<import("@xyo-network/module-model").ModuleParams<import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/module-model").ModuleConfig<object, void>>>, import("@xyo-network/module-model").ModuleEventData<object>>, import("@xyo-network/payload-model").Payload, import("@xyo-network/payload-model").Payload>>>;
1
+ export declare const EthereumGasEtherchainV2Plugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<import("@xyo-network/witness-model").WitnessModule<import("@xyo-network/witness-model").WitnessParams<import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/witness-model").WitnessConfig>>, import("@xyo-network/witness-model").WitnessModuleEventData>>;
2
2
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,6BAA6B,stBAQvC,CAAA"}
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,6BAA6B,sVAQvC,CAAA"}
@@ -1,27 +1,5 @@
1
- import * as _xyo_network_witness_model from '@xyo-network/witness-model';
2
- import { WitnessConfig, WitnessParams } from '@xyo-network/witness-model';
3
- import * as _xyo_network_payloadset_plugin from '@xyo-network/payloadset-plugin';
4
- import * as _xyo_network_payload_model from '@xyo-network/payload-model';
5
- import { Schema, Payload } from '@xyo-network/payload-model';
6
- import * as _xyo_network_module_model from '@xyo-network/module-model';
7
- import { AnyConfigSchema } from '@xyo-network/module-model';
8
- import { AbstractWitness } from '@xyo-network/abstract-witness';
9
-
10
- type EthereumGasEtherchainV2WitnessConfigSchema = 'network.xyo.blockchain.ethereum.gas.etherchain.v2.witness.config';
11
- declare const EthereumGasEtherchainV2WitnessConfigSchema: EthereumGasEtherchainV2WitnessConfigSchema;
12
-
13
- type EthereumGasEtherchainV2WitnessConfig = WitnessConfig<{
14
- schema: EthereumGasEtherchainV2WitnessConfigSchema;
15
- }>;
16
-
17
- declare const EthereumGasEtherchainV2Plugin: () => _xyo_network_payloadset_plugin.PayloadSetWitnessPlugin<_xyo_network_witness_model.WitnessModule<_xyo_network_witness_model.WitnessParams<_xyo_network_module_model.AnyConfigSchema<_xyo_network_witness_model.WitnessConfig<void, void>>>, _xyo_network_witness_model.WitnessModuleEventData<_xyo_network_module_model.ModuleInstance<_xyo_network_module_model.ModuleParams<_xyo_network_module_model.AnyConfigSchema<_xyo_network_module_model.ModuleConfig<object, void>>>, _xyo_network_module_model.ModuleEventData<object>>, _xyo_network_payload_model.Payload, _xyo_network_payload_model.Payload>>>;
18
-
19
- type EtherchainEthereumGasWitnessV2Params = WitnessParams<AnyConfigSchema<EthereumGasEtherchainV2WitnessConfig>>;
20
- declare class EtherchainEthereumGasWitnessV2 extends AbstractWitness<EtherchainEthereumGasWitnessV2Params> {
21
- static readonly configSchemas: Schema[];
22
- static readonly defaultConfigSchema: Schema;
23
- protected observeHandler(): Promise<Payload[]>;
24
- }
25
-
26
- export { EtherchainEthereumGasWitnessV2, EthereumGasEtherchainV2Plugin, EthereumGasEtherchainV2WitnessConfigSchema, EthereumGasEtherchainV2Plugin as default };
27
- export type { EtherchainEthereumGasWitnessV2Params, EthereumGasEtherchainV2WitnessConfig };
1
+ export * from './Config.ts';
2
+ export { EthereumGasEtherchainV2Plugin as default, EthereumGasEtherchainV2Plugin } from './Plugin.ts';
3
+ export * from './Schema.ts';
4
+ export * from './Witness.ts';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1,2 @@
1
- export declare const EthereumGasEtherchainV2Plugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<import("@xyo-network/witness-model").WitnessModule<import("@xyo-network/witness-model").WitnessParams<import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/witness-model").WitnessConfig<void, void>>>, import("@xyo-network/witness-model").WitnessModuleEventData<import("@xyo-network/module-model").ModuleInstance<import("@xyo-network/module-model").ModuleParams<import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/module-model").ModuleConfig<object, void>>>, import("@xyo-network/module-model").ModuleEventData<object>>, import("@xyo-network/payload-model").Payload, import("@xyo-network/payload-model").Payload>>>;
1
+ export declare const EthereumGasEtherchainV2Plugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<import("@xyo-network/witness-model").WitnessModule<import("@xyo-network/witness-model").WitnessParams<import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/witness-model").WitnessConfig>>, import("@xyo-network/witness-model").WitnessModuleEventData>>;
2
2
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,6BAA6B,stBAQvC,CAAA"}
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,6BAA6B,sVAQvC,CAAA"}
@@ -1,27 +1,5 @@
1
- import * as _xyo_network_witness_model from '@xyo-network/witness-model';
2
- import { WitnessConfig, WitnessParams } from '@xyo-network/witness-model';
3
- import * as _xyo_network_payloadset_plugin from '@xyo-network/payloadset-plugin';
4
- import * as _xyo_network_payload_model from '@xyo-network/payload-model';
5
- import { Schema, Payload } from '@xyo-network/payload-model';
6
- import * as _xyo_network_module_model from '@xyo-network/module-model';
7
- import { AnyConfigSchema } from '@xyo-network/module-model';
8
- import { AbstractWitness } from '@xyo-network/abstract-witness';
9
-
10
- type EthereumGasEtherchainV2WitnessConfigSchema = 'network.xyo.blockchain.ethereum.gas.etherchain.v2.witness.config';
11
- declare const EthereumGasEtherchainV2WitnessConfigSchema: EthereumGasEtherchainV2WitnessConfigSchema;
12
-
13
- type EthereumGasEtherchainV2WitnessConfig = WitnessConfig<{
14
- schema: EthereumGasEtherchainV2WitnessConfigSchema;
15
- }>;
16
-
17
- declare const EthereumGasEtherchainV2Plugin: () => _xyo_network_payloadset_plugin.PayloadSetWitnessPlugin<_xyo_network_witness_model.WitnessModule<_xyo_network_witness_model.WitnessParams<_xyo_network_module_model.AnyConfigSchema<_xyo_network_witness_model.WitnessConfig<void, void>>>, _xyo_network_witness_model.WitnessModuleEventData<_xyo_network_module_model.ModuleInstance<_xyo_network_module_model.ModuleParams<_xyo_network_module_model.AnyConfigSchema<_xyo_network_module_model.ModuleConfig<object, void>>>, _xyo_network_module_model.ModuleEventData<object>>, _xyo_network_payload_model.Payload, _xyo_network_payload_model.Payload>>>;
18
-
19
- type EtherchainEthereumGasWitnessV2Params = WitnessParams<AnyConfigSchema<EthereumGasEtherchainV2WitnessConfig>>;
20
- declare class EtherchainEthereumGasWitnessV2 extends AbstractWitness<EtherchainEthereumGasWitnessV2Params> {
21
- static readonly configSchemas: Schema[];
22
- static readonly defaultConfigSchema: Schema;
23
- protected observeHandler(): Promise<Payload[]>;
24
- }
25
-
26
- export { EtherchainEthereumGasWitnessV2, EthereumGasEtherchainV2Plugin, EthereumGasEtherchainV2WitnessConfigSchema, EthereumGasEtherchainV2Plugin as default };
27
- export type { EtherchainEthereumGasWitnessV2Params, EthereumGasEtherchainV2WitnessConfig };
1
+ export * from './Config.ts';
2
+ export { EthereumGasEtherchainV2Plugin as default, EthereumGasEtherchainV2Plugin } from './Plugin.ts';
3
+ export * from './Schema.ts';
4
+ export * from './Witness.ts';
5
+ //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/etherchain-ethereum-gas-v2-plugin",
3
- "version": "4.1.0",
3
+ "version": "4.2.0",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -29,20 +29,19 @@
29
29
  "module": "dist/neutral/index.mjs",
30
30
  "types": "dist/neutral/index.d.ts",
31
31
  "dependencies": {
32
- "@xylabs/axios": "^4.13.15",
33
- "@xyo-network/abstract-witness": "^4.1.1",
34
- "@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "^4.1.0",
35
- "@xyo-network/module-model": "^4.1.1",
36
- "@xyo-network/payload-model": "^4.1.1",
37
- "@xyo-network/payloadset-plugin": "^4.1.1",
38
- "@xyo-network/witness-model": "^4.1.1"
32
+ "@xylabs/axios": "^4.15.1",
33
+ "@xyo-network/abstract-witness": "^4.3.0",
34
+ "@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "^4.2.0",
35
+ "@xyo-network/module-model": "^4.3.0",
36
+ "@xyo-network/payload-model": "^4.3.0",
37
+ "@xyo-network/payloadset-plugin": "^4.3.0",
38
+ "@xyo-network/witness-model": "^4.3.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@xylabs/ts-scripts-yarn3": "^7.0.0-rc.24",
42
- "@xylabs/tsconfig": "^7.0.0-rc.24",
43
- "@xylabs/vitest-extended": "^4.13.15",
44
- "@xyo-network/payload-wrapper": "^4.1.1",
45
- "knip": "^5.61.3",
41
+ "@xylabs/ts-scripts-yarn3": "^7.0.1",
42
+ "@xylabs/tsconfig": "^7.0.1",
43
+ "@xylabs/vitest-extended": "^4.15.1",
44
+ "@xyo-network/payload-wrapper": "^4.3.0",
46
45
  "typescript": "^5.8.3",
47
46
  "vitest": "^3.2.4"
48
47
  },