@arkstack/database 0.10.10 → 0.11.0
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arkstack/database",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.11.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Database module for Arkstack, providing core database integration and data layer features.",
|
|
6
6
|
"homepage": "https://arkstack.toneflix.net",
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@arkormx/plugin-clear-router": "^0.1.26",
|
|
52
52
|
"arkormx": "^ 2.4.1",
|
|
53
|
-
"@arkstack/common": "^0.
|
|
54
|
-
"@arkstack/contract": "^0.
|
|
53
|
+
"@arkstack/common": "^0.11.0",
|
|
54
|
+
"@arkstack/contract": "^0.11.0"
|
|
55
55
|
},
|
|
56
56
|
"scripts": {
|
|
57
57
|
"build": "tsdown --config-loader unrun",
|