File tree Expand file tree Collapse file tree 3 files changed +31
-1
lines changed Expand file tree Collapse file tree 3 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 33
33
"dep-check" : " aegir run dep-check" ,
34
34
"doc-check" : " aegir run doc-check" ,
35
35
"release" : " run-s build docs:no-publish npm:release docs" ,
36
- "npm:release" : " aegir release" ,
36
+ "npm:release" : " aegir run release" ,
37
37
"docs" : " aegir docs" ,
38
38
"docs:no-publish" : " aegir docs --publish false"
39
39
},
Original file line number Diff line number Diff line change 9
9
10
10
# About
11
11
12
+ <!--
13
+
14
+ !IMPORTANT!
15
+
16
+ Everything in this README between "# About" and "# Install" is automatically
17
+ generated and will be overwritten the next time the doc generator is run.
18
+
19
+ To make changes to this section, please update the @packageDocumentation section
20
+ of src/index.js or src/index.ts
21
+
22
+ To experiment with formatting, please run "npm run docs" from the root of this
23
+ repo and examine the changes made.
24
+
25
+ -->
26
+
12
27
This module contains serialization/deserialization code used when encoding/decoding protobufs.
13
28
14
29
It should be declared as a dependency of your project:
Original file line number Diff line number Diff line change 9
9
10
10
# About
11
11
12
+ <!--
13
+
14
+ !IMPORTANT!
15
+
16
+ Everything in this README between "# About" and "# Install" is automatically
17
+ generated and will be overwritten the next time the doc generator is run.
18
+
19
+ To make changes to this section, please update the @packageDocumentation section
20
+ of src/index.js or src/index.ts
21
+
22
+ To experiment with formatting, please run "npm run docs" from the root of this
23
+ repo and examine the changes made.
24
+
25
+ -->
26
+
12
27
` protons ` is a high performance implementation of [ Protocol Buffers v3] ( https://protobuf.dev/programming-guides/proto3/ ) .
13
28
14
29
It transpiles code to TypeScript and supports BigInts for 64 bit types.
You can’t perform that action at this time.
0 commit comments