This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/npm_and_yarn/multi-ac0ed4fa85
in repository https://gitbox.apache.org/repos/asf/pulsar-client-node.git
discard 45f11c8 Bump @tootallnate/once and jest
add 3f4b619 Set up default protection ruleset for default and release
branches (#484)
add 5f5d0cb Support protobuf native schema (#486)
add 7b8c821 Bump @tootallnate/once and jest
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (45f11c8)
\
N -- N -- N refs/heads/dependabot/npm_and_yarn/multi-ac0ed4fa85
(7b8c821)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.asf.yaml | 25 +-
.eslintignore | 1 +
index.d.ts | 16 +
index.js | 2 +
package-lock.json | 256 +++++++------
package.json | 3 +-
src/ProtobufNativeSchema.js | 74 ++++
src/SchemaInfo.cc | 70 ++--
src/SchemaInfo.h | 10 +-
tests/protobuf_native_schema.test.js | 96 +++++
tests/protobuf_schema/generated/user_event_pb.d.ts | 164 ++++++++
tests/protobuf_schema/generated/user_event_pb.js | 412 +++++++++++++++++++++
.../protobuf_schema/generated/user_event_root.json | 33 ++
yarn.lock | 251 +++++++------
14 files changed, 1142 insertions(+), 271 deletions(-)
create mode 100644 src/ProtobufNativeSchema.js
create mode 100644 tests/protobuf_native_schema.test.js
create mode 100644 tests/protobuf_schema/generated/user_event_pb.d.ts
create mode 100644 tests/protobuf_schema/generated/user_event_pb.js
create mode 100644 tests/protobuf_schema/generated/user_event_root.json