@xyo-network/etherchain-gas-ethereum-blockchain-plugins 2.73.4 → 2.74.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.
package/dist/index.d.mts CHANGED
@@ -1,6 +1,5 @@
1
1
  import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
2
2
  export * from '@xyo-network/etherchain-ethereum-gas-v2-plugin';
3
-
4
- declare const EthereumGasEtherchainPlugins: PayloadSetPluginFunc[];
5
-
6
- export { EthereumGasEtherchainPlugins, EthereumGasEtherchainPlugins as default };
3
+ export declare const EthereumGasEtherchainPlugins: PayloadSetPluginFunc[];
4
+ export default EthereumGasEtherchainPlugins;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,cAAc,gDAAgD,CAAA;AAE9D,eAAO,MAAM,4BAA4B,EAAE,oBAAoB,EAAoC,CAAA;AAGnG,eAAe,4BAA4B,CAAA"}
package/dist/index.d.ts CHANGED
@@ -1,6 +1,5 @@
1
1
  import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
2
2
  export * from '@xyo-network/etherchain-ethereum-gas-v2-plugin';
3
-
4
- declare const EthereumGasEtherchainPlugins: PayloadSetPluginFunc[];
5
-
6
- export { EthereumGasEtherchainPlugins, EthereumGasEtherchainPlugins as default };
3
+ export declare const EthereumGasEtherchainPlugins: PayloadSetPluginFunc[];
4
+ export default EthereumGasEtherchainPlugins;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,cAAc,gDAAgD,CAAA;AAE9D,eAAO,MAAM,4BAA4B,EAAE,oBAAoB,EAAoC,CAAA;AAGnG,eAAe,4BAA4B,CAAA"}
package/package.json CHANGED
@@ -10,20 +10,14 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/etherchain-ethereum-gas-v2-plugin": "~2.73.4",
14
- "@xyo-network/payloadset-plugin": "~2.73.4"
13
+ "@xyo-network/etherchain-ethereum-gas-v2-plugin": "~2.74.0",
14
+ "@xyo-network/payloadset-plugin": "~2.74.0"
15
15
  },
16
16
  "devDependencies": {
17
- "@xylabs/ts-scripts-yarn3": "^2.19.12",
18
- "@xylabs/tsconfig": "^2.19.12",
19
- "publint": "^0.2.2",
20
- "tsup": "^7.2.0",
17
+ "@xylabs/ts-scripts-yarn3": "^3.0.27",
18
+ "@xylabs/tsconfig": "^3.0.27",
21
19
  "typescript": "^5.2.2"
22
20
  },
23
- "scripts": {
24
- "package-compile": "tsup && publint",
25
- "package-recompile": "tsup && publint"
26
- },
27
21
  "description": "Primary SDK for using XYO Protocol 2.0",
28
22
  "docs": "dist/docs.json",
29
23
  "types": "dist/index.d.ts",
@@ -64,5 +58,5 @@
64
58
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
65
59
  },
66
60
  "sideEffects": false,
67
- "version": "2.73.4"
61
+ "version": "2.74.0"
68
62
  }