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

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


The following commit(s) were added to refs/heads/branch-1.8 by this push:
     new dcf17ca  Rename binary module_name from Pulsar to pulsar (#290)
dcf17ca is described below

commit dcf17cabe0cc1c6fb3190190aa290a57a8f25c2a
Author: hrsakai <[email protected]>
AuthorDate: Mon Feb 6 11:25:25 2023 +0900

    Rename binary module_name from Pulsar to pulsar (#290)
    
    * Rename binary module_name from Pulsar to pulsar
    
    * Fix target_name in binding.gyp
    
    (cherry picked from commit bca1860ca019620e899b606ca4ac04c0ad542b63)
---
 binding.gyp  | 2 +-
 package.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/binding.gyp b/binding.gyp
index fb0da1a..5a412bd 100644
--- a/binding.gyp
+++ b/binding.gyp
@@ -20,7 +20,7 @@
 {
   "targets": [
     {
-      "target_name": "Pulsar",
+      "target_name": "pulsar",
       "cflags_cc": ["-std=gnu++11"],
       "cflags!": ["-fno-exceptions"],
       "cflags_cc!": ["-fno-exceptions", "-std=gnu++14", "-std=gnu++17"],
diff --git a/package.json b/package.json
index bf7cec3..1c94ed6 100644
--- a/package.json
+++ b/package.json
@@ -57,7 +57,7 @@
     "node-addon-api": "^4.3.0"
   },
   "binary": {
-    "module_name": "Pulsar",
+    "module_name": "pulsar",
     "module_path": "./lib/binding/",
     "host": 
"https://dist.apache.org/repos/dist/release/pulsar/pulsar-client-node/";,
     "remote_path": "pulsar-client-node-{version}",

Reply via email to