@alwatr/nitrobase-types 7.5.8 → 8.0.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/CHANGELOG.md +4 -0
- package/dist/main.cjs +2 -2
- package/dist/main.mjs +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
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
|
+
## [8.0.0](https://github.com/Alwatr/nitrobase/compare/v7.5.9...v8.0.0) (2025-02-24)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @alwatr/nitrobase-types
|
|
9
|
+
|
|
6
10
|
## [7.5.8](https://github.com/Alwatr/nitrobase/compare/v7.5.7...v7.5.8) (2025-02-18)
|
|
7
11
|
|
|
8
12
|
### Dependencies update
|
package/dist/main.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @alwatr/nitrobase-types
|
|
1
|
+
/* @alwatr/nitrobase-types v8.0.0 */
|
|
2
2
|
"use strict";
|
|
3
3
|
var __defProp = Object.defineProperty;
|
|
4
4
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
@@ -27,7 +27,7 @@ __export(main_exports, {
|
|
|
27
27
|
});
|
|
28
28
|
module.exports = __toCommonJS(main_exports);
|
|
29
29
|
var import_nanolib = require("@alwatr/nanolib");
|
|
30
|
-
__dev_mode__: import_nanolib.packageTracer.add("@alwatr/nitrobase-types", "
|
|
30
|
+
__dev_mode__: import_nanolib.packageTracer.add("@alwatr/nitrobase-types", "8.0.0");
|
|
31
31
|
var Region = /* @__PURE__ */ ((Region2) => {
|
|
32
32
|
Region2["Public"] = "p";
|
|
33
33
|
Region2["Authenticated"] = "a";
|
package/dist/main.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
/* @alwatr/nitrobase-types
|
|
1
|
+
/* @alwatr/nitrobase-types v8.0.0 */
|
|
2
2
|
|
|
3
3
|
// src/main.ts
|
|
4
4
|
import { packageTracer } from "@alwatr/nanolib";
|
|
5
|
-
__dev_mode__: packageTracer.add("@alwatr/nitrobase-types", "
|
|
5
|
+
__dev_mode__: packageTracer.add("@alwatr/nitrobase-types", "8.0.0");
|
|
6
6
|
var Region = /* @__PURE__ */ ((Region2) => {
|
|
7
7
|
Region2["Public"] = "p";
|
|
8
8
|
Region2["Authenticated"] = "a";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwatr/nitrobase-types",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "8.0.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
|
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
|
|
6
6
|
"keywords": [
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
"@types/node": "^22.13.4",
|
|
71
71
|
"typescript": "^5.7.3"
|
|
72
72
|
},
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "2884426e9c5905be67a8b2e62de3c7084b349ec3"
|
|
74
74
|
}
|