@atomicfinance/types 4.0.3 → 4.1.0

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,5 @@
1
-
1
+
2
+ 
3
+ > @atomicfinance/types@4.1.0 build /Users/matthewblack/code/github.com/AtomicFinance/wip-ddk-ffi/bitcoin-abstraction-layer/packages/types
4
+ > ../../node_modules/.bin/tsc --project tsconfig.json
5
+
@@ -0,0 +1,5 @@
1
+
2
+ 
3
+ > @atomicfinance/types@4.0.3 lint:fix /Users/matthewblack/code/github.com/AtomicFinance/wip-ddk-ffi/bitcoin-abstraction-layer/packages/types
4
+ > ../../node_modules/.bin/eslint --fix .
5
+
@@ -1 +1,5 @@
1
-
1
+
2
+ 
3
+ > @atomicfinance/types@4.0.3 lint /Users/matthewblack/code/github.com/AtomicFinance/wip-ddk-ffi/bitcoin-abstraction-layer/packages/types
4
+ > ../../node_modules/.bin/eslint .
5
+
@@ -4,8 +4,8 @@
4
4
  "description": "DLC bitcoin",
5
5
  "scripts": {
6
6
  "test": "../../node_modules/.bin/nyc --reporter=lcov --reporter=text --extension=.ts ../../node_modules/.bin/mocha --require ts-node/register --recursive \"__tests__/**/*.spec.*\"",
7
- "lint": "../../node_modules/.bin/eslint --ignore-path ../../.eslintignore -c ../../.eslintrc.js .",
8
- "lint:fix": "../../node_modules/.bin/eslint --fix --ignore-path ../../.eslintignore -c ../../.eslintrc.js .",
7
+ "lint": "../../node_modules/.bin/eslint .",
8
+ "lint:fix": "../../node_modules/.bin/eslint --fix .",
9
9
  "build": "../../node_modules/.bin/tsc --project tsconfig.json"
10
10
  },
11
11
  "keywords": [
@@ -4,8 +4,8 @@
4
4
  "description": "DLC Messaging Protocol",
5
5
  "scripts": {
6
6
  "test": "../../node_modules/.bin/nyc --reporter=lcov --reporter=text --extension=.ts ../../node_modules/.bin/mocha --require ts-node/register --recursive \"__tests__/**/*.spec.*\"",
7
- "lint": "../../node_modules/.bin/eslint --ignore-path ../../.eslintignore -c ../../.eslintrc.js .",
8
- "lint:fix": "../../node_modules/.bin/eslint --fix --ignore-path ../../.eslintignore -c ../../.eslintrc.js .",
7
+ "lint": "../../node_modules/.bin/eslint .",
8
+ "lint:fix": "../../node_modules/.bin/eslint --fix .",
9
9
  "build": "../../node_modules/.bin/tsc --project tsconfig.json"
10
10
  },
11
11
  "keywords": [
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @atomicfinance/types
2
2
 
3
+ ## 4.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 0224065: Switch from yarn to pnpm and update eslint config
8
+
9
+ ### Patch Changes
10
+
11
+ - b2394fa: Add alpha ddk support in BitcoinDdkProvider
12
+
3
13
  ## 4.0.3
4
14
 
5
15
  ### Patch Changes