@xyo-network/blockchain-plugins 3.1.2 → 3.2.0-rc.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.
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,0CAA0C,CAAA;AAGxD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAE1E,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAAyB,CAAA;AAG7E,eAAe,iBAAiB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,0CAA0C,CAAA;AAGxD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAE1E,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAAyB,CAAA;AAE7E,eAAe,iBAAiB,CAAA"}
@@ -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 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":[]}
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\nexport default BlockchainPlugins\n"],"mappings":";AAAA,cAAc;AAEd,SAAS,uBAAuB;AAGzB,IAAM,oBAA4C,CAAC,GAAG,eAAe;AAE5E,IAAO,cAAQ;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/blockchain-plugins",
3
- "version": "3.1.2",
3
+ "version": "3.2.0-rc.2",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -29,15 +29,16 @@
29
29
  "module": "dist/neutral/index.mjs",
30
30
  "types": "dist/neutral/index.d.ts",
31
31
  "dependencies": {
32
- "@xyo-network/ethereum-blockchain-plugins": "^3.1.2",
33
- "@xyo-network/payloadset-plugin": "^3.5.1"
32
+ "@xyo-network/ethereum-blockchain-plugins": "^3.2.0-rc.2",
33
+ "@xyo-network/payloadset-plugin": "^3.6.0-rc.11"
34
34
  },
35
35
  "devDependencies": {
36
- "@xylabs/ts-scripts-yarn3": "^4.2.4",
37
- "@xylabs/tsconfig": "^4.2.4",
36
+ "@xylabs/ts-scripts-yarn3": "^4.2.6",
37
+ "@xylabs/tsconfig": "^4.2.6",
38
38
  "typescript": "^5.7.2"
39
39
  },
40
40
  "publishConfig": {
41
41
  "access": "public"
42
- }
42
+ },
43
+ "stableVersion": "3.1.2"
43
44
  }
package/src/index.ts CHANGED
@@ -5,5 +5,4 @@ import type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'
5
5
 
6
6
  export const BlockchainPlugins: PayloadSetPluginFunc[] = [...EthereumPlugins]
7
7
 
8
- // eslint-disable-next-line import-x/no-default-export
9
8
  export default BlockchainPlugins