@alwatr/nitrobase 7.3.0 → 7.3.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/CHANGELOG.md +12 -0
- package/dist/main.cjs +2 -2
- package/dist/main.mjs +2 -2
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [7.3.1](https://github.com/Alwatr/nitrobase/compare/v7.3.0...v7.3.1) (2024-11-02)
|
|
7
|
+
|
|
8
|
+
### Miscellaneous Chores
|
|
9
|
+
|
|
10
|
+
* **deps-dev:** bump the development-dependencies group with 8 updates ([63f7adc](https://github.com/Alwatr/nitrobase/commit/63f7adc5ff83d4876f34d4f089a4be9b95b711a6)) by @dependabot[bot]
|
|
11
|
+
* **deps:** bump the alwatr-dependencies group with 2 updates ([20fb436](https://github.com/Alwatr/nitrobase/commit/20fb436b9f146d5ec7452a693c7af8faa32bedff)) by @dependabot[bot]
|
|
12
|
+
|
|
13
|
+
### Dependencies update
|
|
14
|
+
|
|
15
|
+
* **deps-dev:** bump @types/node in the dependencies group ([dd3e94a](https://github.com/Alwatr/nitrobase/commit/dd3e94a4c007da8fddda4cfeffe5f0763d74952e)) by @dependabot[bot]
|
|
16
|
+
* **deps:** bump the alwatr group with 6 updates ([eb9eeb1](https://github.com/Alwatr/nitrobase/commit/eb9eeb1901f7947cde783bf6f06340c984d6f59d)) by @dependabot[bot]
|
|
17
|
+
|
|
6
18
|
## [7.3.0](https://github.com/Alwatr/nitrobase/compare/v7.2.1...v7.3.0) (2024-10-11)
|
|
7
19
|
|
|
8
20
|
### Features
|
package/dist/main.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @alwatr/nitrobase v7.3.
|
|
1
|
+
/* @alwatr/nitrobase v7.3.1 */
|
|
2
2
|
"use strict";
|
|
3
3
|
var __defProp = Object.defineProperty;
|
|
4
4
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
@@ -23,7 +23,7 @@ __reExport(main_exports, require("@alwatr/nitrobase-engine"), module.exports);
|
|
|
23
23
|
__reExport(main_exports, require("@alwatr/nitrobase-reference"), module.exports);
|
|
24
24
|
__reExport(main_exports, require("@alwatr/nitrobase-helper"), module.exports);
|
|
25
25
|
__reExport(main_exports, require("@alwatr/nitrobase-types"), module.exports);
|
|
26
|
-
__dev_mode__: import_nanolib.packageTracer.add("@alwatr/nitrobase", "7.3.
|
|
26
|
+
__dev_mode__: import_nanolib.packageTracer.add("@alwatr/nitrobase", "7.3.1");
|
|
27
27
|
// Annotate the CommonJS export names for ESM import in node:
|
|
28
28
|
0 && (module.exports = {
|
|
29
29
|
...require("@alwatr/nitrobase-engine"),
|
package/dist/main.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @alwatr/nitrobase v7.3.
|
|
1
|
+
/* @alwatr/nitrobase v7.3.1 */
|
|
2
2
|
|
|
3
3
|
// src/main.ts
|
|
4
4
|
import { packageTracer } from "@alwatr/nanolib";
|
|
@@ -6,6 +6,6 @@ export * from "@alwatr/nitrobase-engine";
|
|
|
6
6
|
export * from "@alwatr/nitrobase-reference";
|
|
7
7
|
export * from "@alwatr/nitrobase-helper";
|
|
8
8
|
export * from "@alwatr/nitrobase-types";
|
|
9
|
-
__dev_mode__: packageTracer.add("@alwatr/nitrobase", "7.3.
|
|
9
|
+
__dev_mode__: packageTracer.add("@alwatr/nitrobase", "7.3.1");
|
|
10
10
|
/*! For license information please see main.mjs.LEGAL.txt */
|
|
11
11
|
//# sourceMappingURL=main.mjs.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwatr/nitrobase",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.1",
|
|
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
|
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
|
|
6
6
|
"keywords": [
|
|
@@ -60,19 +60,19 @@
|
|
|
60
60
|
"clean": "rm -rfv dist *.tsbuildinfo"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@alwatr/nanolib": "^
|
|
64
|
-
"@alwatr/nitrobase-engine": "^7.3.
|
|
65
|
-
"@alwatr/nitrobase-helper": "^7.3.
|
|
66
|
-
"@alwatr/nitrobase-reference": "^7.3.
|
|
67
|
-
"@alwatr/nitrobase-types": "^7.3.
|
|
63
|
+
"@alwatr/nanolib": "^5.0.0",
|
|
64
|
+
"@alwatr/nitrobase-engine": "^7.3.1",
|
|
65
|
+
"@alwatr/nitrobase-helper": "^7.3.1",
|
|
66
|
+
"@alwatr/nitrobase-reference": "^7.3.1",
|
|
67
|
+
"@alwatr/nitrobase-types": "^7.3.1"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"@alwatr/nano-build": "^
|
|
71
|
-
"@alwatr/prettier-config": "^
|
|
72
|
-
"@alwatr/tsconfig-base": "^
|
|
73
|
-
"@alwatr/type-helper": "^
|
|
74
|
-
"@types/node": "^22.
|
|
70
|
+
"@alwatr/nano-build": "^5.0.0",
|
|
71
|
+
"@alwatr/prettier-config": "^5.0.0",
|
|
72
|
+
"@alwatr/tsconfig-base": "^5.0.0",
|
|
73
|
+
"@alwatr/type-helper": "^5.0.0",
|
|
74
|
+
"@types/node": "^22.8.6",
|
|
75
75
|
"typescript": "^5.6.3"
|
|
76
76
|
},
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "cbcfe6e61e21062570f91ae751e4fce3c232b003"
|
|
78
78
|
}
|