@quatrain/core 1.1.49 → 1.1.50
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 +4 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -80,6 +80,10 @@ This package is designed to be the base layer with no external dependencies exce
|
|
|
80
80
|
- `@quatrain/backend-firestore` - Firebase Firestore
|
|
81
81
|
- `@quatrain/backend-sqlite` - SQLite
|
|
82
82
|
|
|
83
|
+
## Documentation
|
|
84
|
+
|
|
85
|
+
For concrete examples and usage guides, please refer to the [How-To Guide](HOWTO.md).
|
|
86
|
+
|
|
83
87
|
## License
|
|
84
88
|
|
|
85
89
|
AGPL-3.0-only
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quatrain/core",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.50",
|
|
4
4
|
"description": "Core objects for business apps",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@faker-js/faker": "^7.6.0",
|
|
31
|
-
"@quatrain/log": "^1.1.
|
|
31
|
+
"@quatrain/log": "^1.1.8",
|
|
32
32
|
"module-alias": "^2.2.3",
|
|
33
33
|
"node-persist": "^4.0.4",
|
|
34
34
|
"which": "^5.0.0"
|