@atomicfinance/types 3.4.6 → 3.4.7

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 (62) hide show
  1. package/.turbo/turbo-build.log +1 -1
  2. package/CHANGELOG.md +6 -0
  3. package/dist/address.d.ts +0 -0
  4. package/dist/address.js +0 -0
  5. package/dist/address.js.map +0 -0
  6. package/dist/bitcoin.d.ts +0 -0
  7. package/dist/bitcoin.js +0 -0
  8. package/dist/bitcoin.js.map +0 -0
  9. package/dist/block.d.ts +0 -0
  10. package/dist/block.js +0 -0
  11. package/dist/block.js.map +0 -0
  12. package/dist/cfd.d.ts +0 -0
  13. package/dist/cfd.js +0 -0
  14. package/dist/cfd.js.map +0 -0
  15. package/dist/chain.d.ts +0 -0
  16. package/dist/chain.js +0 -0
  17. package/dist/chain.js.map +0 -0
  18. package/dist/common.d.ts +0 -0
  19. package/dist/common.js +0 -0
  20. package/dist/common.js.map +0 -0
  21. package/dist/dlc.d.ts +0 -0
  22. package/dist/dlc.js +0 -0
  23. package/dist/dlc.js.map +0 -0
  24. package/dist/fees.d.ts +0 -0
  25. package/dist/fees.js +0 -0
  26. package/dist/fees.js.map +0 -0
  27. package/dist/index.d.ts +0 -0
  28. package/dist/index.js +0 -0
  29. package/dist/index.js.map +0 -0
  30. package/dist/jsonrpc.d.ts +0 -0
  31. package/dist/jsonrpc.js +0 -0
  32. package/dist/jsonrpc.js.map +0 -0
  33. package/dist/models/Amount.d.ts +0 -0
  34. package/dist/models/Amount.js +0 -0
  35. package/dist/models/Amount.js.map +0 -0
  36. package/dist/models/Input.d.ts +0 -0
  37. package/dist/models/Input.js +0 -0
  38. package/dist/models/Input.js.map +0 -0
  39. package/dist/models/OracleInfo.d.ts +0 -0
  40. package/dist/models/OracleInfo.js +0 -0
  41. package/dist/models/OracleInfo.js.map +0 -0
  42. package/dist/models/Outcome.d.ts +0 -0
  43. package/dist/models/Outcome.js +0 -0
  44. package/dist/models/Outcome.js.map +0 -0
  45. package/dist/models/Output.d.ts +0 -0
  46. package/dist/models/Output.js +0 -0
  47. package/dist/models/Output.js.map +0 -0
  48. package/dist/models/Utxo.d.ts +0 -0
  49. package/dist/models/Utxo.js +0 -0
  50. package/dist/models/Utxo.js.map +0 -0
  51. package/dist/network.d.ts +0 -0
  52. package/dist/network.js +0 -0
  53. package/dist/network.js.map +0 -0
  54. package/dist/transaction.d.ts +0 -0
  55. package/dist/transaction.js +0 -0
  56. package/dist/transaction.js.map +0 -0
  57. package/dist/wallet.d.ts +0 -0
  58. package/dist/wallet.js +0 -0
  59. package/dist/wallet.js.map +0 -0
  60. package/package.json +2 -2
  61. package/.turbo/turbo-lint.log +0 -45
  62. package/.turbo/turbo-test.log +0 -1
@@ -1 +1 @@
1
- @atomicfinance/types:build: cache hit, replaying output 2c2bf0e65dda1594
1
+ @atomicfinance/types:build: cache hit, replaying output 22e95581a1319bce
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atomicfinance/types
2
2
 
3
+ ## 3.4.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 0ba01ef: Bump @node-dlc to 0.23.6
8
+
3
9
  ## 3.4.6
4
10
 
5
11
  ### Patch Changes
package/dist/address.d.ts CHANGED
File without changes
package/dist/address.js CHANGED
File without changes
File without changes
package/dist/bitcoin.d.ts CHANGED
File without changes
package/dist/bitcoin.js CHANGED
File without changes
File without changes
package/dist/block.d.ts CHANGED
File without changes
package/dist/block.js CHANGED
File without changes
package/dist/block.js.map CHANGED
File without changes
package/dist/cfd.d.ts CHANGED
File without changes
package/dist/cfd.js CHANGED
File without changes
package/dist/cfd.js.map CHANGED
File without changes
package/dist/chain.d.ts CHANGED
File without changes
package/dist/chain.js CHANGED
File without changes
package/dist/chain.js.map CHANGED
File without changes
package/dist/common.d.ts CHANGED
File without changes
package/dist/common.js CHANGED
File without changes
File without changes
package/dist/dlc.d.ts CHANGED
File without changes
package/dist/dlc.js CHANGED
File without changes
package/dist/dlc.js.map CHANGED
File without changes
package/dist/fees.d.ts CHANGED
File without changes
package/dist/fees.js CHANGED
File without changes
package/dist/fees.js.map CHANGED
File without changes
package/dist/index.d.ts CHANGED
File without changes
package/dist/index.js CHANGED
File without changes
package/dist/index.js.map CHANGED
File without changes
package/dist/jsonrpc.d.ts CHANGED
File without changes
package/dist/jsonrpc.js CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/dist/network.d.ts CHANGED
File without changes
package/dist/network.js CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
package/dist/wallet.d.ts CHANGED
File without changes
package/dist/wallet.js CHANGED
File without changes
File without changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@atomicfinance/types",
3
3
  "umdName": "Types",
4
- "version": "3.4.6",
4
+ "version": "3.4.7",
5
5
  "description": "Bitcoin Abstraction Layer Types",
6
6
  "author": "Atomic Finance <info@atomic.finance>",
7
7
  "homepage": "",
@@ -15,7 +15,7 @@
15
15
  "lint:fix": "../../node_modules/.bin/eslint --fix --ignore-path ../../.eslintignore -c ../../.eslintrc.js ."
16
16
  },
17
17
  "dependencies": {
18
- "@node-dlc/messaging": "0.23.5",
18
+ "@node-dlc/messaging": "0.23.6",
19
19
  "@node-lightning/bitcoin": "0.26.1",
20
20
  "@node-lightning/noise": "0.26.1",
21
21
  "lodash": "^4.17.20"
@@ -1,45 +0,0 @@
1
- @atomicfinance/types:lint: cache hit, replaying output 84a056e84c73d718
2
- @atomicfinance/types:lint: 
3
- @atomicfinance/types:lint: /Users/matthewblack/code/github.com/AtomicFinance/bitcoin-abstraction-layer/packages/types/lib/block.ts
4
- @atomicfinance/types:lint:  1:42 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
5
- @atomicfinance/types:lint: 
6
- @atomicfinance/types:lint: /Users/matthewblack/code/github.com/AtomicFinance/bitcoin-abstraction-layer/packages/types/lib/dlc.ts
7
- @atomicfinance/types:lint:  288:11 warning 'ISig' is defined but never used @typescript-eslint/no-unused-vars
8
- @atomicfinance/types:lint:  303:11 warning 'FindOutcomeResponse' is defined but never used @typescript-eslint/no-unused-vars
9
- @atomicfinance/types:lint: 
10
- @atomicfinance/types:lint: /Users/matthewblack/code/github.com/AtomicFinance/bitcoin-abstraction-layer/packages/types/lib/index.ts
11
- @atomicfinance/types:lint:  23:41 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
12
- @atomicfinance/types:lint:  23:53 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
13
- @atomicfinance/types:lint:  24:62 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
14
- @atomicfinance/types:lint: 
15
- @atomicfinance/types:lint: /Users/matthewblack/code/github.com/AtomicFinance/bitcoin-abstraction-layer/packages/types/lib/models/Amount.ts
16
- @atomicfinance/types:lint:  15:3 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
17
- @atomicfinance/types:lint:  20:3 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
18
- @atomicfinance/types:lint:  25:3 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
19
- @atomicfinance/types:lint:  30:3 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
20
- @atomicfinance/types:lint:  36:3 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
21
- @atomicfinance/types:lint:  42:3 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
22
- @atomicfinance/types:lint:  47:3 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
23
- @atomicfinance/types:lint:  53:3 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
24
- @atomicfinance/types:lint:  72:31 warning Argument 'value' should be typed with a non-any type @typescript-eslint/explicit-module-boundary-types
25
- @atomicfinance/types:lint:  72:38 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
26
- @atomicfinance/types:lint:  72:44 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
27
- @atomicfinance/types:lint: 
28
- @atomicfinance/types:lint: /Users/matthewblack/code/github.com/AtomicFinance/bitcoin-abstraction-layer/packages/types/lib/models/Outcome.ts
29
- @atomicfinance/types:lint:  27:31 warning Argument 'value' should be typed with a non-any type @typescript-eslint/explicit-module-boundary-types
30
- @atomicfinance/types:lint:  27:38 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
31
- @atomicfinance/types:lint:  27:44 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
32
- @atomicfinance/types:lint: 
33
- @atomicfinance/types:lint: /Users/matthewblack/code/github.com/AtomicFinance/bitcoin-abstraction-layer/packages/types/lib/models/Utxo.ts
34
- @atomicfinance/types:lint:  57:31 warning Argument 'value' should be typed with a non-any type @typescript-eslint/explicit-module-boundary-types
35
- @atomicfinance/types:lint:  57:38 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
36
- @atomicfinance/types:lint:  57:44 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
37
- @atomicfinance/types:lint: 
38
- @atomicfinance/types:lint: /Users/matthewblack/code/github.com/AtomicFinance/bitcoin-abstraction-layer/packages/types/lib/transaction.ts
39
- @atomicfinance/types:lint:  1:34 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
40
- @atomicfinance/types:lint: 
41
- @atomicfinance/types:lint: /Users/matthewblack/code/github.com/AtomicFinance/bitcoin-abstraction-layer/packages/types/lib/wallet.ts
42
- @atomicfinance/types:lint:  74:34 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
43
- @atomicfinance/types:lint: 
44
- @atomicfinance/types:lint: ✖ 25 problems (0 errors, 25 warnings)
45
- @atomicfinance/types:lint: 
@@ -1 +0,0 @@
1
- @atomicfinance/types:test: cache hit, replaying output b3e4f8af4d2d17c4