@alwatr/nitrobase 9.2.1 → 9.3.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/dist/client.js +2 -2
- package/dist/client.js.map +1 -1
- package/dist/main.js +2 -2
- package/dist/main.js.map +1 -1
- package/package.json +9 -9
package/dist/client.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/* 📦 @alwatr/nitrobase v9.
|
|
1
|
+
/* 📦 @alwatr/nitrobase v9.3.0 */
|
|
2
2
|
export*from"@alwatr/nitrobase-helper";export*from"@alwatr/nitrobase-types";
|
|
3
3
|
|
|
4
|
-
//# debugId=
|
|
4
|
+
//# debugId=921AB9C302B0068364756E2164756E21
|
|
5
5
|
//# sourceMappingURL=client.js.map
|
package/dist/client.js.map
CHANGED
package/dist/main.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/* 📦 @alwatr/nitrobase v9.
|
|
1
|
+
/* 📦 @alwatr/nitrobase v9.3.0 */
|
|
2
2
|
export*from"@alwatr/nitrobase-engine";export*from"@alwatr/nitrobase-reference";export*from"@alwatr/nitrobase-helper";export*from"@alwatr/nitrobase-types";export*from"@alwatr/nitrobase-user-management";
|
|
3
3
|
|
|
4
|
-
//# debugId=
|
|
4
|
+
//# debugId=F0661951C11126F964756E2164756E21
|
|
5
5
|
//# sourceMappingURL=main.js.map
|
package/dist/main.js.map
CHANGED
|
@@ -5,6 +5,6 @@
|
|
|
5
5
|
"export * from '@alwatr/nitrobase-engine';\nexport * from '@alwatr/nitrobase-reference';\nexport * from '@alwatr/nitrobase-helper';\nexport * from '@alwatr/nitrobase-types';\nexport * from '@alwatr/nitrobase-user-management';\n"
|
|
6
6
|
],
|
|
7
7
|
"mappings": ";AAAA,sCACA,yCACA,sCACA,qCACA",
|
|
8
|
-
"debugId": "
|
|
8
|
+
"debugId": "F0661951C11126F964756E2164756E21",
|
|
9
9
|
"names": []
|
|
10
10
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwatr/nitrobase",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.3.0",
|
|
4
4
|
"description": "Nitrobase is a blazingly fast, lightweight database built on JSON. It stores data entirely in memory for lightning-quick access, while also providing a JSON file backup for persistence. You can easily serve your data over the web using our high-performance accelerated Nginx server.",
|
|
5
5
|
"license": "MPL-2.0",
|
|
6
6
|
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com> (https://ali.mihandoost.com)",
|
|
@@ -25,15 +25,15 @@
|
|
|
25
25
|
},
|
|
26
26
|
"sideEffects": false,
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@alwatr/nitrobase-engine": "^9.
|
|
29
|
-
"@alwatr/nitrobase-helper": "^9.
|
|
30
|
-
"@alwatr/nitrobase-reference": "^9.
|
|
31
|
-
"@alwatr/nitrobase-types": "^9.
|
|
32
|
-
"@alwatr/nitrobase-user-management": "^9.
|
|
28
|
+
"@alwatr/nitrobase-engine": "^9.3.0",
|
|
29
|
+
"@alwatr/nitrobase-helper": "^9.3.0",
|
|
30
|
+
"@alwatr/nitrobase-reference": "^9.3.0",
|
|
31
|
+
"@alwatr/nitrobase-types": "^9.3.0",
|
|
32
|
+
"@alwatr/nitrobase-user-management": "^9.3.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@alwatr/nano-build": "9.
|
|
36
|
-
"@alwatr/
|
|
35
|
+
"@alwatr/nano-build": "9.3.0",
|
|
36
|
+
"@alwatr/standard": "9.3.0",
|
|
37
37
|
"@alwatr/type-helper": "9.1.1",
|
|
38
38
|
"@types/node": "^24.12.2",
|
|
39
39
|
"typescript": "^6.0.2"
|
|
@@ -78,5 +78,5 @@
|
|
|
78
78
|
"typescript"
|
|
79
79
|
],
|
|
80
80
|
"prettier": "@alwatr/nanolib/prettier-config",
|
|
81
|
-
"gitHead": "
|
|
81
|
+
"gitHead": "adf6d486667eefee42dfc87938e3af96f87c4738"
|
|
82
82
|
}
|