ln-accounting 7.0.2 → 8.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Versions
2
2
 
3
+ ## Version 8.0.0
4
+
5
+ ### Breaking Changes
6
+
7
+ - Node.js 18 or higher is now required
8
+
3
9
  ## Version 7.0.2
4
10
 
5
11
  ### Breaking Changes
package/package.json CHANGED
@@ -7,17 +7,17 @@
7
7
  "url": "https://github.com/alexbosworth/ln-accounting/issues"
8
8
  },
9
9
  "dependencies": {
10
- "@json2csv/plainjs": "7.0.1",
11
- "async": "3.2.4",
10
+ "@json2csv/plainjs": "7.0.6",
11
+ "async": "3.2.5",
12
12
  "asyncjs-util": "1.2.12",
13
- "bitcoinjs-lib": "6.1.3",
14
- "goldengate": "12.0.5",
13
+ "bitcoinjs-lib": "6.1.5",
14
+ "goldengate": "14.0.2",
15
15
  "hot-formula-parser": "4.0.0",
16
- "ln-service": "56.8.0"
16
+ "ln-service": "57.8.1"
17
17
  },
18
18
  "description": "lnd accounting reports",
19
19
  "engines": {
20
- "node": ">=16"
20
+ "node": ">=18"
21
21
  },
22
22
  "keywords": [
23
23
  "accounting",
@@ -33,5 +33,5 @@
33
33
  "scripts": {
34
34
  "test": "npx nyc@15.1.0 node --experimental-test-coverage --test"
35
35
  },
36
- "version": "7.0.2"
36
+ "version": "8.0.0"
37
37
  }