@xyo-network/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 +109773 -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,0CAA0C,CAAA;AAGxD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAAyB,CAAA;AAG7E,eAAe,iBAAiB,CAAA"}
|
package/dist/node/index.js
CHANGED
|
@@ -17,6 +17,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
17
17
|
};
|
|
18
18
|
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
|
+
|
|
21
|
+
// src/index.ts
|
|
20
22
|
var src_exports = {};
|
|
21
23
|
__export(src_exports, {
|
|
22
24
|
BlockchainPlugins: () => BlockchainPlugins,
|
|
@@ -25,7 +27,7 @@ __export(src_exports, {
|
|
|
25
27
|
module.exports = __toCommonJS(src_exports);
|
|
26
28
|
__reExport(src_exports, require("@xyo-network/ethereum-blockchain-plugins"), module.exports);
|
|
27
29
|
var import_ethereum_blockchain_plugins = require("@xyo-network/ethereum-blockchain-plugins");
|
|
28
|
-
|
|
30
|
+
var BlockchainPlugins = [...import_ethereum_blockchain_plugins.EthereumPlugins];
|
|
29
31
|
var src_default = BlockchainPlugins;
|
|
30
32
|
// Annotate the CommonJS export names for ESM import in node:
|
|
31
33
|
0 && (module.exports = {
|
package/dist/node/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/ethereum-blockchain-plugins'\n\nimport { EthereumPlugins } from '@xyo-network/ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const BlockchainPlugins: PayloadSetPluginFunc[] = [...EthereumPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default BlockchainPlugins\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/ethereum-blockchain-plugins'\n\nimport { EthereumPlugins } from '@xyo-network/ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const BlockchainPlugins: PayloadSetPluginFunc[] = [...EthereumPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default BlockchainPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,qDAAd;AAEA,yCAAgC;AAGzB,IAAM,oBAA4C,CAAC,GAAG,kDAAe;AAG5E,IAAO,cAAQ;","names":[]}
|
package/dist/node/index.mjs
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
// src/index.ts
|
|
1
2
|
export * from "@xyo-network/ethereum-blockchain-plugins";
|
|
2
3
|
import { EthereumPlugins } from "@xyo-network/ethereum-blockchain-plugins";
|
|
3
|
-
|
|
4
|
+
var BlockchainPlugins = [...EthereumPlugins];
|
|
4
5
|
var src_default = BlockchainPlugins;
|
|
5
6
|
export {
|
|
6
7
|
BlockchainPlugins,
|
package/dist/node/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/ethereum-blockchain-plugins'\n\nimport { EthereumPlugins } from '@xyo-network/ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const BlockchainPlugins: PayloadSetPluginFunc[] = [...EthereumPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default BlockchainPlugins\n"],"mappings":"AAAA,cAAc;AAEd,SAAS,uBAAuB;AAGzB,
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/ethereum-blockchain-plugins'\n\nimport { EthereumPlugins } from '@xyo-network/ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const BlockchainPlugins: PayloadSetPluginFunc[] = [...EthereumPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default BlockchainPlugins\n"],"mappings":";AAAA,cAAc;AAEd,SAAS,uBAAuB;AAGzB,IAAM,oBAA4C,CAAC,GAAG,eAAe;AAG5E,IAAO,cAAQ;","names":[]}
|
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-plugins": "~2.75.
|
|
14
|
-
"@xyo-network/payloadset-plugin": "~2.75.
|
|
13
|
+
"@xyo-network/ethereum-blockchain-plugins": "~2.75.2",
|
|
14
|
+
"@xyo-network/payloadset-plugin": "~2.75.2"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@xylabs/ts-scripts-yarn3": "^3.0.
|
|
18
|
-
"@xylabs/tsconfig": "^3.0.
|
|
17
|
+
"@xylabs/ts-scripts-yarn3": "^3.0.77",
|
|
18
|
+
"@xylabs/tsconfig": "^3.0.77",
|
|
19
19
|
"typescript": "^5.2.2"
|
|
20
20
|
},
|
|
21
21
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
".": {
|
|
26
26
|
"browser": {
|
|
27
27
|
"require": {
|
|
28
|
-
"types": "./dist/browser/index.d.
|
|
28
|
+
"types": "./dist/browser/index.d.cts",
|
|
29
29
|
"default": "./dist/browser/index.cjs"
|
|
30
30
|
},
|
|
31
31
|
"import": {
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
62
62
|
},
|
|
63
63
|
"sideEffects": false,
|
|
64
|
-
"version": "2.75.
|
|
64
|
+
"version": "2.75.2"
|
|
65
65
|
}
|