@luca-financial/luca-schema 1.2.2 → 1.2.3
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.
- package/README.md +5 -0
- package/package.json +2 -4
package/README.md
CHANGED
|
@@ -37,6 +37,11 @@ const transactionState = enums.TransactionStateEnum.COMPLETED;
|
|
|
37
37
|
- `entity` - Financial entities
|
|
38
38
|
- `lucaSchema` - Complete schema structure
|
|
39
39
|
|
|
40
|
+
### More to come
|
|
41
|
+
|
|
42
|
+
- `account` (derives from entity)
|
|
43
|
+
- `savingsAccount` (derives from account)
|
|
44
|
+
|
|
40
45
|
## Development
|
|
41
46
|
|
|
42
47
|
```bash
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@luca-financial/luca-schema",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.3",
|
|
4
4
|
"description": "Schemas for the Luca Ledger application",
|
|
5
5
|
"author": "Johnathan Aspinwall",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -40,9 +40,7 @@
|
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
42
|
"files": [
|
|
43
|
-
"dist/"
|
|
44
|
-
"LICENSE",
|
|
45
|
-
"README.md"
|
|
43
|
+
"dist/"
|
|
46
44
|
],
|
|
47
45
|
"dependencies": {
|
|
48
46
|
"ajv": "^8.12.0",
|