@trust0/ridb-core 1.7.27 → 1.7.28
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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="
|
|
2
|
+
<img src="../../resources/ridb-dark.svg" alt="JavaScript Database" />
|
|
3
3
|
<br />
|
|
4
4
|
<br />
|
|
5
5
|
<h3 align="center">A secure light-weight and dependency free database wrapper for the web.</h3>
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "1.7.
|
|
7
|
+
"version": "1.7.28",
|
|
8
8
|
"main": "./build/ridb_core.js",
|
|
9
9
|
"module": "./build/ridb_core.mjs",
|
|
10
10
|
"types": "./build/ridb_core.d.ts",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@esbuild-plugins/node-resolve": "^0.2.2",
|
|
33
|
-
"@trust0/ridb-build": "^0.0.
|
|
33
|
+
"@trust0/ridb-build": "^0.0.17",
|
|
34
34
|
"esbuild": "^0.25.4"
|
|
35
35
|
},
|
|
36
36
|
"files": [
|