@xyo-network/blockchain-plugins 3.0.2 → 3.0.3

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 +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-x/no-default-export\nexport default BlockchainPlugins\n"],"mappings":";AAAA,cAAc;AAEd,SAAS,uBAAuB;AAGzB,IAAM,oBAA4C,CAAC,GAAG,eAAe;AAG5E,IAAO,cAAQ;","names":[]}
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 type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const BlockchainPlugins: PayloadSetPluginFunc[] = [...EthereumPlugins]\n\n// eslint-disable-next-line import-x/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
@@ -7,15 +7,15 @@
7
7
  },
8
8
  "bugs": {
9
9
  "email": "support@xyo.network",
10
- "url": "https://github.com/XYOracleNetwork/plugins/issues"
10
+ "url": "git+https://github.com/XYOracleNetwork/plugins/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/ethereum-blockchain-plugins": "^3.0.2",
14
- "@xyo-network/payloadset-plugin": "^3.0.2"
13
+ "@xyo-network/ethereum-blockchain-plugins": "^3.0.3",
14
+ "@xyo-network/payloadset-plugin": "^3.0.3"
15
15
  },
16
16
  "devDependencies": {
17
- "@xylabs/ts-scripts-yarn3": "^4.0.0-rc.15",
18
- "@xylabs/tsconfig": "^4.0.0-rc.15",
17
+ "@xylabs/ts-scripts-yarn3": "^4.0.0-rc.20",
18
+ "@xylabs/tsconfig": "^4.0.0-rc.20",
19
19
  "typescript": "^5.5.4"
20
20
  },
21
21
  "description": "Typescript/Javascript Plugins for XYO Platform",
@@ -35,9 +35,9 @@
35
35
  },
36
36
  "repository": {
37
37
  "type": "git",
38
- "url": "https://github.com/XYOracleNetwork/plugins.git"
38
+ "url": "git+https://github.com/XYOracleNetwork/plugins.git"
39
39
  },
40
40
  "sideEffects": false,
41
- "version": "3.0.2",
41
+ "version": "3.0.3",
42
42
  "type": "module"
43
43
  }
package/src/index.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  export * from '@xyo-network/ethereum-blockchain-plugins'
2
2
 
3
3
  import { EthereumPlugins } from '@xyo-network/ethereum-blockchain-plugins'
4
- import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'
4
+ import type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'
5
5
 
6
6
  export const BlockchainPlugins: PayloadSetPluginFunc[] = [...EthereumPlugins]
7
7
 
package/xy.config.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
1
+ import type { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
2
2
  const config: XyTsupConfig = {
3
3
  compile: {
4
4
  browser: {},