@xyo-network/ethereum-blockchain-plugins 2.75.0 → 2.75.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/browser/index.d.cts +5 -0
- package/dist/browser/index.d.cts.map +1 -0
- package/dist/browser/index.js +1 -2
- package/dist/browser/index.js.map +1 -1
- package/dist/docs.json +109740 -0
- package/dist/node/index.d.cts +5 -0
- package/dist/node/index.d.cts.map +1 -0
- package/dist/node/index.js +3 -1
- package/dist/node/index.js.map +1 -1
- package/dist/node/index.mjs +2 -1
- package/dist/node/index.mjs.map +1 -1
- package/package.json +6 -6
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,8CAA8C,CAAA;AAG5D,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,eAAe,EAAE,oBAAoB,EAA4B,CAAA;AAG9E,eAAe,eAAe,CAAA"}
|
package/dist/browser/index.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
// src/index.ts
|
|
2
1
|
export * from "@xyo-network/gas-ethereum-blockchain-plugins";
|
|
3
2
|
import { EthereumGasPlugins } from "@xyo-network/gas-ethereum-blockchain-plugins";
|
|
4
|
-
|
|
3
|
+
const EthereumPlugins = [...EthereumGasPlugins];
|
|
5
4
|
var src_default = EthereumPlugins;
|
|
6
5
|
export {
|
|
7
6
|
EthereumPlugins,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/gas-ethereum-blockchain-plugins'\n\nimport { EthereumGasPlugins } from '@xyo-network/gas-ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EthereumPlugins: PayloadSetPluginFunc[] = [...EthereumGasPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumPlugins\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/gas-ethereum-blockchain-plugins'\n\nimport { EthereumGasPlugins } from '@xyo-network/gas-ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EthereumPlugins: PayloadSetPluginFunc[] = [...EthereumGasPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumPlugins\n"],"mappings":"AAAA,cAAc;AAEd,SAAS,0BAA0B;AAG5B,MAAM,kBAA0C,CAAC,GAAG,kBAAkB;AAG7E,IAAO,cAAQ;","names":[]}
|