@alwatr/nitrobase 7.3.0 → 7.4.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 CHANGED
@@ -3,6 +3,36 @@
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.4.0](https://github.com/Alwatr/nitrobase/compare/v7.3.1...v7.4.0) (2024-11-08)
7
+
8
+ ### Features
9
+
10
+ * **nitrobase:** add exports for nitrobase-helper and nitrobase-types in main.ts ([865fcc8](https://github.com/Alwatr/nitrobase/commit/865fcc89f880448fc2ce89ce576ee912c68ab5b4)) by @
11
+
12
+ ### Code Refactoring
13
+
14
+ * **nitrobase:** rename helper.ts to client.ts and update exports ([c328892](https://github.com/Alwatr/nitrobase/commit/c3288925ed7f30885cd309390767c7865b8c0cee)) by @
15
+ * **nitrobase:** separate `export`s based on the `package`s name ([4b1f241](https://github.com/Alwatr/nitrobase/commit/4b1f24139aceda18b7a593007077652f642bb462)) by @mohammadhonarvar
16
+ * **nitrobase:** update `exports` & remove extra files ([c406705](https://github.com/Alwatr/nitrobase/commit/c40670587b16bbf81e5e2449be30578054abbfbe)) by @mohammadhonarvar
17
+
18
+ ### Dependencies update
19
+
20
+ * bump @alwatr/nanolib from 5.2.0 to 5.2.1 across multiple packages ([e1f87b0](https://github.com/Alwatr/nitrobase/commit/e1f87b07d33e8227440256a70f012aa63410f153)) by @
21
+ * **deps-dev:** bump @types/node in the dependencies group ([67ffbad](https://github.com/Alwatr/nitrobase/commit/67ffbad06c95c304d47acbe46fd137fb4cf69f95)) by @dependabot[bot]
22
+ * **deps:** bump @alwatr/nanolib from 5.0.0 to 5.2.0 in the alwatr group ([dfa1eef](https://github.com/Alwatr/nitrobase/commit/dfa1eefb191bbaac2ff2fff410bb1d3ec615d959)) by @dependabot[bot]
23
+
24
+ ## [7.3.1](https://github.com/Alwatr/nitrobase/compare/v7.3.0...v7.3.1) (2024-11-02)
25
+
26
+ ### Miscellaneous Chores
27
+
28
+ * **deps-dev:** bump the development-dependencies group with 8 updates ([63f7adc](https://github.com/Alwatr/nitrobase/commit/63f7adc5ff83d4876f34d4f089a4be9b95b711a6)) by @dependabot[bot]
29
+ * **deps:** bump the alwatr-dependencies group with 2 updates ([20fb436](https://github.com/Alwatr/nitrobase/commit/20fb436b9f146d5ec7452a693c7af8faa32bedff)) by @dependabot[bot]
30
+
31
+ ### Dependencies update
32
+
33
+ * **deps-dev:** bump @types/node in the dependencies group ([dd3e94a](https://github.com/Alwatr/nitrobase/commit/dd3e94a4c007da8fddda4cfeffe5f0763d74952e)) by @dependabot[bot]
34
+ * **deps:** bump the alwatr group with 6 updates ([eb9eeb1](https://github.com/Alwatr/nitrobase/commit/eb9eeb1901f7947cde783bf6f06340c984d6f59d)) by @dependabot[bot]
35
+
6
36
  ## [7.3.0](https://github.com/Alwatr/nitrobase/compare/v7.2.1...v7.3.0) (2024-10-11)
7
37
 
8
38
  ### Features
@@ -0,0 +1,3 @@
1
+ export * from '@alwatr/nitrobase-helper';
2
+ export * from '@alwatr/nitrobase-types';
3
+ //# sourceMappingURL=client.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../src/client.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC"}
package/dist/main.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/nitrobase v7.3.0 */
1
+ /* @alwatr/nitrobase v7.4.0 */
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.0");
26
+ __dev_mode__: import_nanolib.packageTracer.add("@alwatr/nitrobase", "7.4.0");
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.0 */
1
+ /* @alwatr/nitrobase v7.4.0 */
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.0");
9
+ __dev_mode__: packageTracer.add("@alwatr/nitrobase", "7.4.0");
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.0",
3
+ "version": "7.4.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": [
@@ -25,6 +25,11 @@
25
25
  "types": "./dist/main.d.ts",
26
26
  "import": "./dist/main.mjs",
27
27
  "require": "./dist/main.cjs"
28
+ },
29
+ "./client": {
30
+ "types": "./dist/client.d.ts",
31
+ "import": "./dist/client.mjs",
32
+ "require": "./dist/client.cjs"
28
33
  }
29
34
  },
30
35
  "license": "AGPL-3.0-only",
@@ -60,19 +65,19 @@
60
65
  "clean": "rm -rfv dist *.tsbuildinfo"
61
66
  },
62
67
  "dependencies": {
63
- "@alwatr/nanolib": "^1.2.0",
64
- "@alwatr/nitrobase-engine": "^7.3.0",
65
- "@alwatr/nitrobase-helper": "^7.3.0",
66
- "@alwatr/nitrobase-reference": "^7.3.0",
67
- "@alwatr/nitrobase-types": "^7.3.0"
68
+ "@alwatr/nanolib": "^5.2.1",
69
+ "@alwatr/nitrobase-engine": "^7.4.0",
70
+ "@alwatr/nitrobase-helper": "^7.4.0",
71
+ "@alwatr/nitrobase-reference": "^7.4.0",
72
+ "@alwatr/nitrobase-types": "^7.4.0"
68
73
  },
69
74
  "devDependencies": {
70
- "@alwatr/nano-build": "^2.0.1",
71
- "@alwatr/prettier-config": "^1.0.6",
72
- "@alwatr/tsconfig-base": "^1.3.2",
73
- "@alwatr/type-helper": "^2.0.2",
74
- "@types/node": "^22.7.5",
75
+ "@alwatr/nano-build": "^5.0.0",
76
+ "@alwatr/prettier-config": "^5.0.0",
77
+ "@alwatr/tsconfig-base": "^5.0.0",
78
+ "@alwatr/type-helper": "^5.0.0",
79
+ "@types/node": "^22.9.0",
75
80
  "typescript": "^5.6.3"
76
81
  },
77
- "gitHead": "e80e7aa8f61ba048d91f1d4fe1433a7bfa27d28c"
82
+ "gitHead": "ac284c47ccbd75f187bd5f4da4e990b1f92b52f5"
78
83
  }