@alepha/protobuf 0.14.0 → 0.14.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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Alepha Protobuf
1
+ # Alepha @alepha/protobuf
2
2
 
3
3
  Protocol Buffers (Protobuf) codec support for Alepha framework.
4
4
 
package/dist/index.d.ts CHANGED
@@ -908,7 +908,7 @@ interface Env {
908
908
  /**
909
909
  * Optional environment variable that indicates the current environment.
910
910
  */
911
- NODE_ENV?: "dev" | "test" | "production";
911
+ NODE_ENV?: string;
912
912
  /**
913
913
  * Optional name of the application.
914
914
  */
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@alepha/protobuf",
3
3
  "description": "Protocol Buffers (Protobuf) codec support for Alepha framework.",
4
4
  "author": "Nicolas Foures",
5
- "version": "0.14.0",
5
+ "version": "0.14.1",
6
6
  "type": "module",
7
7
  "engines": {
8
8
  "node": ">=22.0.0"
@@ -18,13 +18,13 @@
18
18
  "protobufjs": "^8.0.0"
19
19
  },
20
20
  "devDependencies": {
21
- "alepha": "0.14.0",
22
- "tsdown": "^0.18.3",
21
+ "alepha": "0.14.1",
22
+ "tsdown": "^0.18.4",
23
23
  "typescript": "^5.9.3",
24
24
  "vitest": "^4.0.16"
25
25
  },
26
26
  "peerDependencies": {
27
- "alepha": "0.14.0"
27
+ "alepha": "0.14.1"
28
28
  },
29
29
  "scripts": {
30
30
  "lint": "alepha lint",