You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ma...@apache.org on 2021/10/08 10:04:39 UTC

[pulsar-client-node] branch branch-1.4 updated (e6c0b00 -> 23f4cbf)

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

massakam pushed a change to branch branch-1.4
in repository https://gitbox.apache.org/repos/asf/pulsar-client-node.git.


    from e6c0b00  Update packages for security vulnerability at 1.4 (#178)
     new ddda947  1.4.1-rc.0
     new 23f4cbf  1.4.1-rc.1

The 2 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:
 package-lock.json | 4 ++--
 package.json      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

[pulsar-client-node] 02/02: 1.4.1-rc.1

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

massakam pushed a commit to branch branch-1.4
in repository https://gitbox.apache.org/repos/asf/pulsar-client-node.git

commit 23f4cbfe17bd81a9ff2b8b25d6061d7f8f3c3797
Author: Masahiro Sakamoto <ma...@yahoo-corp.jp>
AuthorDate: Fri Oct 8 19:03:39 2021 +0900

    1.4.1-rc.1
---
 package-lock.json | 4 ++--
 package.json      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index c809c6a..48efe09 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "pulsar-client",
-  "version": "1.4.1-rc.0",
+  "version": "1.4.1-rc.1",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "pulsar-client",
-      "version": "1.4.1-rc.0",
+      "version": "1.4.1-rc.1",
       "hasInstallScript": true,
       "license": "Apache-2.0",
       "dependencies": {
diff --git a/package.json b/package.json
index 32f464e..4ad2857 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "pulsar-client",
-  "version": "1.4.1-rc.0",
+  "version": "1.4.1-rc.1",
   "description": "Pulsar Node.js client",
   "main": "index.js",
   "types": "index.d.ts",

[pulsar-client-node] 01/02: 1.4.1-rc.0

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

massakam pushed a commit to branch branch-1.4
in repository https://gitbox.apache.org/repos/asf/pulsar-client-node.git

commit ddda9475d6070bca686f969d2e84fcbb6f538bc1
Author: Masahiro Sakamoto <ma...@yahoo-corp.jp>
AuthorDate: Fri Oct 8 19:02:55 2021 +0900

    1.4.1-rc.0
---
 package-lock.json | 4 ++--
 package.json      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 5a99fa7..c809c6a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "pulsar-client",
-  "version": "1.4.0",
+  "version": "1.4.1-rc.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "pulsar-client",
-      "version": "1.4.0",
+      "version": "1.4.1-rc.0",
       "hasInstallScript": true,
       "license": "Apache-2.0",
       "dependencies": {
diff --git a/package.json b/package.json
index 47d725c..32f464e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "pulsar-client",
-  "version": "1.4.0",
+  "version": "1.4.1-rc.0",
   "description": "Pulsar Node.js client",
   "main": "index.js",
   "types": "index.d.ts",