@alwatr/env 5.5.6 → 5.5.8

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,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
+ ## [5.5.8](https://github.com/Alwatr/nanolib/compare/@alwatr/env@5.5.7...@alwatr/env@5.5.8) (2025-09-05)
7
+
8
+ ### 🔗 Dependencies update
9
+
10
+ * update jest to version 30.1.3 and @types/node to version 22.18.1 ([754212b](https://github.com/Alwatr/nanolib/commit/754212b1523cfc4cfe26c9e9f6d634aa8311e0b7))
11
+
12
+ ## [5.5.7](https://github.com/Alwatr/nanolib/compare/@alwatr/env@5.5.6...@alwatr/env@5.5.7) (2025-09-01)
13
+
14
+ ### 🔗 Dependencies update
15
+
16
+ * update lerna-lite dependencies to version 4.7.3 and jest to 30.1.2 ([95d7870](https://github.com/Alwatr/nanolib/commit/95d7870ec7ad1e6ed2688bafddcabf46857f6981))
17
+
6
18
  ## [5.5.6](https://github.com/Alwatr/nanolib/compare/@alwatr/env@5.5.5...@alwatr/env@5.5.6) (2025-08-23)
7
19
 
8
20
  **Note:** Version bump only for package @alwatr/env
package/dist/main.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/env v5.5.6 */
1
+ /* @alwatr/env v5.5.8 */
2
2
  "use strict";
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -26,7 +26,7 @@ __export(main_exports, {
26
26
  module.exports = __toCommonJS(main_exports);
27
27
  var import_package_tracer = require("@alwatr/package-tracer");
28
28
  var import_platform_info = require("@alwatr/platform-info");
29
- __dev_mode__: import_package_tracer.packageTracer.add("@alwatr/env", "5.5.6");
29
+ __dev_mode__: import_package_tracer.packageTracer.add("@alwatr/env", "5.5.8");
30
30
  function getEnv(option) {
31
31
  let value = process.env[option.name];
32
32
  if (value === "") value = void 0;
package/dist/main.mjs CHANGED
@@ -1,9 +1,9 @@
1
- /* @alwatr/env v5.5.6 */
1
+ /* @alwatr/env v5.5.8 */
2
2
 
3
3
  // src/main.ts
4
4
  import { packageTracer } from "@alwatr/package-tracer";
5
5
  import { platformInfo } from "@alwatr/platform-info";
6
- __dev_mode__: packageTracer.add("@alwatr/env", "5.5.6");
6
+ __dev_mode__: packageTracer.add("@alwatr/env", "5.5.8");
7
7
  function getEnv(option) {
8
8
  let value = process.env[option.name];
9
9
  if (value === "") value = void 0;
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@alwatr/env",
3
3
  "description": "A tiny and tree-shakable TypeScript library to get environment variables with type-safe and fallback value for development and production.",
4
- "version": "5.5.6",
4
+ "version": "5.5.8",
5
5
  "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
6
6
  "bugs": "https://github.com/Alwatr/nanolib/issues",
7
7
  "dependencies": {
8
- "@alwatr/package-tracer": "5.5.6",
9
- "@alwatr/platform-info": "5.5.6"
8
+ "@alwatr/package-tracer": "5.5.8",
9
+ "@alwatr/platform-info": "5.5.8"
10
10
  },
11
11
  "devDependencies": {
12
- "@alwatr/nano-build": "6.0.1",
12
+ "@alwatr/nano-build": "6.0.3",
13
13
  "@alwatr/prettier-config": "5.0.2",
14
14
  "@alwatr/tsconfig-base": "5.0.2",
15
15
  "@alwatr/type-helper": "5.4.4",
16
- "@types/node": "^22.17.2",
16
+ "@types/node": "^22.18.1",
17
17
  "typescript": "^5.9.2"
18
18
  },
19
19
  "exports": {
@@ -76,5 +76,5 @@
76
76
  },
77
77
  "type": "module",
78
78
  "types": "./dist/main.d.ts",
79
- "gitHead": "be87ff1a4a783c0707e0b06efe728a54b5348b38"
79
+ "gitHead": "7b799c86f93bc18db2436035fcf40b58aaf43319"
80
80
  }