@xyo-network/blockchain-plugins 2.99.5 → 2.99.6
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.cjs +1 -3
- package/dist/browser/index.cjs.map +1 -1
- package/dist/browser/index.mjs +1 -3
- package/dist/browser/index.mjs.map +1 -1
- package/dist/neutral/index.cjs +1 -3
- package/dist/neutral/index.cjs.map +1 -1
- package/dist/neutral/index.mjs +1 -3
- package/dist/neutral/index.mjs.map +1 -1
- package/dist/node/index.cjs +1 -3
- package/dist/node/index.cjs.map +1 -1
- package/dist/node/index.mjs +1 -3
- package/dist/node/index.mjs.map +1 -1
- package/package.json +5 -5
package/dist/browser/index.cjs
CHANGED
|
@@ -27,8 +27,6 @@ __export(src_exports, {
|
|
|
27
27
|
module.exports = __toCommonJS(src_exports);
|
|
28
28
|
__reExport(src_exports, require("@xyo-network/ethereum-blockchain-plugins"), module.exports);
|
|
29
29
|
var import_ethereum_blockchain_plugins = require("@xyo-network/ethereum-blockchain-plugins");
|
|
30
|
-
var BlockchainPlugins = [
|
|
31
|
-
...import_ethereum_blockchain_plugins.EthereumPlugins
|
|
32
|
-
];
|
|
30
|
+
var BlockchainPlugins = [...import_ethereum_blockchain_plugins.EthereumPlugins];
|
|
33
31
|
var src_default = BlockchainPlugins;
|
|
34
32
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -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
|
|
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/browser/index.mjs
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
// src/index.ts
|
|
2
2
|
export * from "@xyo-network/ethereum-blockchain-plugins";
|
|
3
3
|
import { EthereumPlugins } from "@xyo-network/ethereum-blockchain-plugins";
|
|
4
|
-
var BlockchainPlugins = [
|
|
5
|
-
...EthereumPlugins
|
|
6
|
-
];
|
|
4
|
+
var BlockchainPlugins = [...EthereumPlugins];
|
|
7
5
|
var src_default = BlockchainPlugins;
|
|
8
6
|
export {
|
|
9
7
|
BlockchainPlugins,
|
|
@@ -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,
|
|
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/dist/neutral/index.cjs
CHANGED
|
@@ -27,8 +27,6 @@ __export(src_exports, {
|
|
|
27
27
|
module.exports = __toCommonJS(src_exports);
|
|
28
28
|
__reExport(src_exports, require("@xyo-network/ethereum-blockchain-plugins"), module.exports);
|
|
29
29
|
var import_ethereum_blockchain_plugins = require("@xyo-network/ethereum-blockchain-plugins");
|
|
30
|
-
var BlockchainPlugins = [
|
|
31
|
-
...import_ethereum_blockchain_plugins.EthereumPlugins
|
|
32
|
-
];
|
|
30
|
+
var BlockchainPlugins = [...import_ethereum_blockchain_plugins.EthereumPlugins];
|
|
33
31
|
var src_default = BlockchainPlugins;
|
|
34
32
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -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
|
|
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/neutral/index.mjs
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
// src/index.ts
|
|
2
2
|
export * from "@xyo-network/ethereum-blockchain-plugins";
|
|
3
3
|
import { EthereumPlugins } from "@xyo-network/ethereum-blockchain-plugins";
|
|
4
|
-
var BlockchainPlugins = [
|
|
5
|
-
...EthereumPlugins
|
|
6
|
-
];
|
|
4
|
+
var BlockchainPlugins = [...EthereumPlugins];
|
|
7
5
|
var src_default = BlockchainPlugins;
|
|
8
6
|
export {
|
|
9
7
|
BlockchainPlugins,
|
|
@@ -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,
|
|
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/dist/node/index.cjs
CHANGED
|
@@ -27,9 +27,7 @@ __export(src_exports, {
|
|
|
27
27
|
module.exports = __toCommonJS(src_exports);
|
|
28
28
|
__reExport(src_exports, require("@xyo-network/ethereum-blockchain-plugins"), module.exports);
|
|
29
29
|
var import_ethereum_blockchain_plugins = require("@xyo-network/ethereum-blockchain-plugins");
|
|
30
|
-
var BlockchainPlugins = [
|
|
31
|
-
...import_ethereum_blockchain_plugins.EthereumPlugins
|
|
32
|
-
];
|
|
30
|
+
var BlockchainPlugins = [...import_ethereum_blockchain_plugins.EthereumPlugins];
|
|
33
31
|
var src_default = BlockchainPlugins;
|
|
34
32
|
// Annotate the CommonJS export names for ESM import in node:
|
|
35
33
|
0 && (module.exports = {
|
package/dist/node/index.cjs.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
|
|
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,9 +1,7 @@
|
|
|
1
1
|
// src/index.ts
|
|
2
2
|
export * from "@xyo-network/ethereum-blockchain-plugins";
|
|
3
3
|
import { EthereumPlugins } from "@xyo-network/ethereum-blockchain-plugins";
|
|
4
|
-
var BlockchainPlugins = [
|
|
5
|
-
...EthereumPlugins
|
|
6
|
-
];
|
|
4
|
+
var BlockchainPlugins = [...EthereumPlugins];
|
|
7
5
|
var src_default = BlockchainPlugins;
|
|
8
6
|
export {
|
|
9
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,
|
|
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/plugins/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/ethereum-blockchain-plugins": "^2.99.
|
|
14
|
-
"@xyo-network/payloadset-plugin": "^2.111.
|
|
13
|
+
"@xyo-network/ethereum-blockchain-plugins": "^2.99.6",
|
|
14
|
+
"@xyo-network/payloadset-plugin": "^2.111.3"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@xylabs/ts-scripts-yarn3": "^3.15.
|
|
18
|
-
"@xylabs/tsconfig": "^3.15.
|
|
17
|
+
"@xylabs/ts-scripts-yarn3": "^3.15.14",
|
|
18
|
+
"@xylabs/tsconfig": "^3.15.14",
|
|
19
19
|
"typescript": "^5.5.4"
|
|
20
20
|
},
|
|
21
21
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
@@ -57,6 +57,6 @@
|
|
|
57
57
|
"url": "https://github.com/XYOracleNetwork/plugins.git"
|
|
58
58
|
},
|
|
59
59
|
"sideEffects": false,
|
|
60
|
-
"version": "2.99.
|
|
60
|
+
"version": "2.99.6",
|
|
61
61
|
"type": "module"
|
|
62
62
|
}
|