@alepha/protobuf 0.19.1 → 0.19.3
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
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": "
|
|
5
|
-
"version": "0.19.
|
|
4
|
+
"author": "Feunard",
|
|
5
|
+
"version": "0.19.3",
|
|
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.
|
|
22
|
-
"tsdown": "^0.21.
|
|
23
|
-
"typescript": "^
|
|
24
|
-
"vitest": "^4.1.
|
|
21
|
+
"alepha": "0.19.3",
|
|
22
|
+
"tsdown": "^0.21.7",
|
|
23
|
+
"typescript": "^6.0.2",
|
|
24
|
+
"vitest": "^4.1.2"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
|
-
"alepha": "0.19.
|
|
27
|
+
"alepha": "0.19.3"
|
|
28
28
|
},
|
|
29
29
|
"scripts": {
|
|
30
30
|
"lint": "alepha lint",
|
|
File without changes
|