inibase 1.0.0-rc.59 → 1.0.0-rc.60
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -99,7 +99,7 @@ INIBASE_REVERSE=false
|
|
|
99
99
|
| PUT | 33 ms (10.29 mb) | 312 ms (11.06 mb) | 3539 ms (14.87 mb) |
|
|
100
100
|
| DELETE | 134 ms (13.50 mb) | 1224 ms (16.57 mb) | 7339 ms (11.46 mb) |
|
|
101
101
|
|
|
102
|
-
> Testing by default with `user` table, with username, email, password fields _so results include password encryption process_
|
|
102
|
+
> Testing by default with `user` table, with username, email, password fields _so results include password encryption process_ <br>
|
|
103
103
|
> To run benchmarks, install *typescript* & *tsx* globally and run `benchmark` `benchmark:bulk` `benchmark:single`
|
|
104
104
|
|
|
105
105
|
## Inibase CLI
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "inibase",
|
|
3
|
-
"version": "1.0.0-rc.
|
|
3
|
+
"version": "1.0.0-rc.60",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "Karim Amahtil",
|
|
6
6
|
"email": "karim.amahtil@gmail.com"
|
|
@@ -73,10 +73,10 @@
|
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"@types/node": "^20.12.11",
|
|
76
|
-
"dotenv": "^16.4.5",
|
|
77
76
|
"tinybench": "^2.6.0"
|
|
78
77
|
},
|
|
79
78
|
"dependencies": {
|
|
79
|
+
"dotenv": "^16.4.5",
|
|
80
80
|
"inison": "^1.0.0-rc.2"
|
|
81
81
|
},
|
|
82
82
|
"scripts": {
|