@xchainjs/xchain-utxo-providers 0.2.11 → 0.2.13

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.
Files changed (2) hide show
  1. package/lib/index.d.ts +3 -0
  2. package/package.json +6 -7
package/lib/index.d.ts CHANGED
@@ -1 +1,4 @@
1
+ /**
2
+ * This file exports all symbols from the providers module.
3
+ */
1
4
  export * from './providers';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xchainjs/xchain-utxo-providers",
3
- "version": "0.2.11",
3
+ "version": "0.2.13",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.esm.js",
@@ -18,8 +18,7 @@
18
18
  },
19
19
  "scripts": {
20
20
  "build": "yarn clean && rollup -c",
21
- "clean": "rimraf -rf ./lib",
22
- "prepublishOnly": "yarn run build",
21
+ "clean": "rm -rf .turbo && rm -rf lib",
23
22
  "e2e": "jest --config jest.config.e2e.js",
24
23
  "test": "jest "
25
24
  },
@@ -27,15 +26,15 @@
27
26
  "access": "public"
28
27
  },
29
28
  "devDependencies": {
30
- "@xchainjs/xchain-client": "^0.16.1",
29
+ "@xchainjs/xchain-client": "^0.16.3",
31
30
  "@xchainjs/xchain-crypto": "^0.3.1",
32
- "@xchainjs/xchain-util": "^0.13.1",
31
+ "@xchainjs/xchain-util": "^0.13.3",
33
32
  "axios": "^1.3.6"
34
33
  },
35
34
  "peerDependencies": {
36
- "@xchainjs/xchain-client": "^0.16.1",
35
+ "@xchainjs/xchain-client": "^0.16.3",
37
36
  "@xchainjs/xchain-crypto": "^0.3.1",
38
- "@xchainjs/xchain-util": "^0.13.1",
37
+ "@xchainjs/xchain-util": "^0.13.3",
39
38
  "axios": "^1.3.6"
40
39
  },
41
40
  "dependencies": {