@fatehan/tsrp 1.0.30 → 1.0.32

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fatehan/tsrp",
3
- "version": "1.0.30",
3
+ "version": "1.0.32",
4
4
  "description": "fatehan main models",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -28,7 +28,7 @@
28
28
  "devDependencies": {
29
29
  "@types/google-protobuf": "^3.15.12",
30
30
  "@types/long": "^5.0.0",
31
- "@types/node": "^24.0.10",
31
+ "@types/node": "^24.0.13",
32
32
  "ts-node": "^10.9.2",
33
33
  "ts-proto": "^2.7.5",
34
34
  "typescript": "^5.8.3",
package/readme.md CHANGED
@@ -14,15 +14,15 @@ protoc \
14
14
 
15
15
  ## GRPC Including
16
16
 
17
- ```cmd
17
+ <!-- ```cmd
18
18
  protoc \
19
19
  --plugin=protoc-gen-ts_proto=/usr/bin/protoc-gen-ts_proto \
20
20
  -I ./src/fatehan \
21
21
  -I ../protocols \
22
22
  --ts_proto_out=./src/fatehan \
23
- --ts_proto_opt=outputServices=grpc-web,outputClientImpl=grpc-web,esModuleInterop=true,outputEncodeMethods=true,outputJsonMethods=true \
23
+ --ts_proto_opt=outputServices=none,outputClientImpl=false,esModuleInterop=true,outputEncodeMethods=true,outputJsonMethods=true,useOptionals=messages,forceLong=long \
24
24
  ../protocols/**/*.proto
25
- ```
25
+ ``` -->
26
26
 
27
27
  ### Build
28
28