0.0.10 • Published 9 months ago

apache-protoc-gen-dubbo-web v0.0.10

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months ago

apache-protoc-gen-dubbo-web

This package is deprecated.

The code generator protoc-gen-dubbo-web can now be used for Dubbo on the Web, and for Dubbo on Node.js.
For a better fit, we have renamed it to protoc-gen-dubbo-web in dubbo-js.

The generated code is actually exactly the same, so it is not necessary to update right away, but we are not going to maintain this package anymore.

Switching to apache-protoc-gen-dubbo-web is straight-forward:

npm remove apache-protoc-gen-dubbo-es
npm install apache-protoc-gen-dubbo-web

Update your buf.gen.yaml:

version: v1
plugins:
  - plugin: es
    out: src/gen
-  - plugin: connect-web
+  - plugin: connect-es
    out: src/gen

And your import paths:

- import { ElizaService } from "gen/eliza_dubboweb";
+ import { ElizaService } from "gen/eliza_dubbo";
0.0.10

9 months ago

0.0.9

9 months ago

0.0.8

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago