This is an automated email from the ASF dual-hosted git repository.
nkurihar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-client-node.git
The following commit(s) were added to refs/heads/master by this push:
new bca1860 Rename binary module_name from Pulsar to pulsar (#290)
bca1860 is described below
commit bca1860ca019620e899b606ca4ac04c0ad542b63
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
---
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 f21a654..d607f6d 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}",