@alepha/protobuf 0.19.0 → 0.19.2

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Nicolas Foures
3
+ Copyright (c) 2025 Feunard
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import * as alepha from "alepha";
1
+ import * as _$alepha from "alepha";
2
2
  import { Alepha, SchemaCodec, Static, TObject, TSchema } from "alepha";
3
3
  import protobufjs, { Type } from "protobufjs";
4
4
  //#region src/providers/ProtobufProvider.d.ts
@@ -109,7 +109,7 @@ declare class ProtobufSchemaCodec extends SchemaCodec {
109
109
  *
110
110
  * @module alepha.protobuf
111
111
  */
112
- declare const AlephaProtobuf: alepha.Service<alepha.Module>;
112
+ declare const AlephaProtobuf: _$alepha.Service<_$alepha.Module>;
113
113
  //#endregion
114
114
  export { AlephaProtobuf, CreateProtobufSchemaOptions, ProtobufProvider, ProtobufSchema, ProtobufSchemaCodec };
115
115
  //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@alepha/protobuf",
3
3
  "description": "Protocol Buffers (Protobuf) codec support for Alepha framework.",
4
- "author": "Nicolas Foures",
5
- "version": "0.19.0",
4
+ "author": "Feunard",
5
+ "version": "0.19.2",
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.19.0",
22
- "tsdown": "^0.21.4",
23
- "typescript": "^5.9.3",
24
- "vitest": "^4.1.0"
21
+ "alepha": "0.19.2",
22
+ "tsdown": "^0.21.7",
23
+ "typescript": "^6.0.2",
24
+ "vitest": "^4.1.2"
25
25
  },
26
26
  "peerDependencies": {
27
- "alepha": "0.19.0"
27
+ "alepha": "0.19.2"
28
28
  },
29
29
  "scripts": {
30
30
  "lint": "alepha lint",