You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by hu...@apache.org on 2019/11/16 09:36:46 UTC

[dubbo-js] branch master updated (1a0a5ec -> d66868a)

This is an automated email from the ASF dual-hosted git repository.

hufeng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-js.git.


    from 1a0a5ec  Merge pull request #157 from binlaniua/master
     new a0648d5  1. add zookeeper traceError 2. modify zk factory method name 3. add more comments
     new 43d21cb  fixed demo dependencies and export zk
     new 88f228a  update demo and export zk
     new a35cc10  add subscribe error
     new d66868a  Merge pull request #159 from hufeng/master

The 386 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 examples/hello-egg/.travis.yml                     |     4 +-
 examples/hello-egg/app/dubbo/index.ts              |    35 +-
 examples/hello-egg/package-lock.json               | 10306 -------------------
 .../hello-egg/typings/app/controller/index.d.ts    |     2 +-
 examples/hello-egg/typings/app/index.d.ts          |     2 +-
 examples/hello-egg/typings/app/service/index.d.ts  |     2 +-
 examples/hello-egg/typings/config/index.d.ts       |    10 +-
 examples/hello-egg/typings/config/plugin.d.ts      |     6 +-
 examples/hello-koa/dubbo/dubbo-es6.ts              |     5 +-
 examples/hello-koa/dubbo/dubbo.ts                  |     4 +-
 examples/hello-koa/dubbo/service.ts                |     2 +-
 packages/dubbo/src/__tests__/zookeeper-test.ts     |     4 +-
 packages/dubbo/src/dubbo.ts                        |     4 +-
 packages/dubbo/src/index.ts                        |     4 +-
 packages/dubbo/src/registry/index.ts               |     4 +-
 packages/dubbo/src/registry/registry.ts            |     5 +-
 packages/dubbo/src/registry/zookeeper.ts           |    23 +-
 packages/dubbo/src/scheduler.ts                    |     1 +
 18 files changed, 65 insertions(+), 10358 deletions(-)
 delete mode 100644 examples/hello-egg/package-lock.json