lmcs-db 1.0.0 → 1.0.1
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 +0 -2
- package/package.json +5 -1
package/README.md
CHANGED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
**Lightweight Modular Collection Storage (LMCS)** — um micro SGBD baseado em arquivos locais, com suporte a coleções tipadas, filtros avançados e criptografia opcional.
|
|
4
4
|
|
|
5
5
|

|
|
6
|
-

|
|
7
6
|
|
|
8
7
|
---
|
|
9
8
|
|
|
@@ -18,7 +17,6 @@
|
|
|
18
17
|
|
|
19
18
|
---
|
|
20
19
|
|
|
21
|
-
## 📦 Instalação
|
|
22
20
|
|
|
23
21
|
```bash
|
|
24
22
|
npm install lmcs-db
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lmcs-db",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "LmcsDb is a database with multiple storage engines and criptography",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -32,6 +32,10 @@
|
|
|
32
32
|
"publishConfig": {
|
|
33
33
|
"access": "public"
|
|
34
34
|
},
|
|
35
|
+
"bugs": {
|
|
36
|
+
"url": "https://github.com/leandroasilva/lmcs-db/issues"
|
|
37
|
+
},
|
|
38
|
+
"homepage": "https://github.com/leandroasilva/lmcs-db#readme",
|
|
35
39
|
"dependencies": {
|
|
36
40
|
"uuid": "^11.1.0"
|
|
37
41
|
},
|