@alwatr/env 5.5.11 โ†’ 5.5.12

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,12 @@
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.12](https://github.com/Alwatr/nanolib/compare/@alwatr/env@5.5.11...@alwatr/env@5.5.12) (2025-09-13)
7
+
8
+ ### ๐Ÿ”— Dependencies update
9
+
10
+ * update @types/node version to ^22.18.3 in multiple package.json files ([13db6fc](https://github.com/Alwatr/nanolib/commit/13db6fc176bc6cdcefedc50d77ac550bd5052c9a))
11
+
6
12
  ## [5.5.11](https://github.com/Alwatr/nanolib/compare/@alwatr/env@5.5.10...@alwatr/env@5.5.11) (2025-09-13)
7
13
 
8
14
  ### ๐Ÿงน Miscellaneous Chores
package/dist/main.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/env v5.5.11 */
1
+ /* @alwatr/env v5.5.12 */
2
2
  "use strict";
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
package/dist/main.mjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/env v5.5.11 */
1
+ /* @alwatr/env v5.5.12 */
2
2
 
3
3
  // src/main.ts
4
4
  import { platformInfo } from "@alwatr/platform-info";
package/package.json CHANGED
@@ -1,18 +1,18 @@
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.11",
4
+ "version": "5.5.12",
5
5
  "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
6
6
  "bugs": "https://github.com/Alwatr/nanolib/issues",
7
7
  "dependencies": {
8
- "@alwatr/platform-info": "5.5.11"
8
+ "@alwatr/platform-info": "5.5.12"
9
9
  },
10
10
  "devDependencies": {
11
- "@alwatr/nano-build": "6.1.1",
11
+ "@alwatr/nano-build": "6.1.2",
12
12
  "@alwatr/prettier-config": "5.0.3",
13
13
  "@alwatr/tsconfig-base": "6.0.1",
14
- "@alwatr/type-helper": "6.0.1",
15
- "@types/node": "^22.18.1",
14
+ "@alwatr/type-helper": "6.0.2",
15
+ "@types/node": "^22.18.3",
16
16
  "typescript": "^5.9.2"
17
17
  },
18
18
  "exports": {
@@ -75,5 +75,5 @@
75
75
  },
76
76
  "type": "module",
77
77
  "types": "./dist/main.d.ts",
78
- "gitHead": "0555c6f5ac11e7a911deee9bc90cfa44b6fe0b48"
78
+ "gitHead": "4da18811162df49c118acd71086cdbe38b27f250"
79
79
  }