@xyo-network/blockchain-payload-plugins 2.75.2 → 2.75.4

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,6 +1,7 @@
1
+ // src/index.ts
1
2
  export * from "@xyo-network/ethereum-blockchain-payload-plugins";
2
3
  import { EthereumPayloadPlugins } from "@xyo-network/ethereum-blockchain-payload-plugins";
3
- const BlockchainPayloadPlugins = [...EthereumPayloadPlugins];
4
+ var BlockchainPayloadPlugins = [...EthereumPayloadPlugins];
4
5
  var src_default = BlockchainPayloadPlugins;
5
6
  export {
6
7
  BlockchainPayloadPlugins,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/ethereum-blockchain-payload-plugins'\n\nimport { EthereumPayloadPlugins } from '@xyo-network/ethereum-blockchain-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const BlockchainPayloadPlugins: PayloadPluginFunc[] = [...EthereumPayloadPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default BlockchainPayloadPlugins\n"],"mappings":"AAAA,cAAc;AAEd,SAAS,8BAA8B;AAGhC,MAAM,2BAAgD,CAAC,GAAG,sBAAsB;AAGvF,IAAO,cAAQ;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/ethereum-blockchain-payload-plugins'\n\nimport { EthereumPayloadPlugins } from '@xyo-network/ethereum-blockchain-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const BlockchainPayloadPlugins: PayloadPluginFunc[] = [...EthereumPayloadPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default BlockchainPayloadPlugins\n"],"mappings":";AAAA,cAAc;AAEd,SAAS,8BAA8B;AAGhC,IAAM,2BAAgD,CAAC,GAAG,sBAAsB;AAGvF,IAAO,cAAQ;","names":[]}
package/dist/docs.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "fileName": "src/index.ts",
17
17
  "line": 9,
18
18
  "character": 0,
19
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9d69e27dd8f3e/packages/plugins/packages/payload/packages/blockchain/src/index.ts#L9"
19
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/996cd043c458a/packages/plugins/packages/payload/packages/blockchain/src/index.ts#L9"
20
20
  }
21
21
  ],
22
22
  "target": 1
@@ -753,7 +753,7 @@
753
753
  "fileName": "src/index.ts",
754
754
  "line": 6,
755
755
  "character": 13,
756
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9d69e27dd8f3e/packages/plugins/packages/payload/packages/blockchain/src/index.ts#L6"
756
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/996cd043c458a/packages/plugins/packages/payload/packages/blockchain/src/index.ts#L6"
757
757
  }
758
758
  ],
759
759
  "type": {
package/package.json CHANGED
@@ -10,12 +10,12 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/ethereum-blockchain-payload-plugins": "~2.75.2",
14
- "@xyo-network/payload-plugin": "~2.75.2"
13
+ "@xyo-network/ethereum-blockchain-payload-plugins": "~2.75.4",
14
+ "@xyo-network/payload-plugin": "~2.75.4"
15
15
  },
16
16
  "devDependencies": {
17
- "@xylabs/ts-scripts-yarn3": "^3.0.77",
18
- "@xylabs/tsconfig": "^3.0.77",
17
+ "@xylabs/ts-scripts-yarn3": "^3.0.79",
18
+ "@xylabs/tsconfig": "^3.0.79",
19
19
  "typescript": "^5.2.2"
20
20
  },
21
21
  "description": "Primary SDK for using XYO Protocol 2.0",
@@ -61,5 +61,5 @@
61
61
  },
62
62
  "sideEffects": false,
63
63
  "types": "dist/node/index.d.ts",
64
- "version": "2.75.2"
64
+ "version": "2.75.4"
65
65
  }