pulsar-client 1.4.0 → 1.4.1-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/package.json +5 -5
- package/tslint.json +2 -1
package/README.md
CHANGED
|
@@ -42,11 +42,11 @@ Compatibility between each version of the Node.js client and the C++ client is a
|
|
|
42
42
|
|
|
43
43
|
| Node.js client | C++ client |
|
|
44
44
|
|----------------|----------------|
|
|
45
|
-
| 1.0.
|
|
46
|
-
| 1.1.
|
|
47
|
-
| 1.2.
|
|
48
|
-
| 1.3.
|
|
49
|
-
| 1.4.
|
|
45
|
+
| 1.0.x | 2.3.0 or later |
|
|
46
|
+
| 1.1.x | 2.4.0 or later |
|
|
47
|
+
| 1.2.x | 2.5.0 or later |
|
|
48
|
+
| 1.3.x | 2.7.0 or later |
|
|
49
|
+
| 1.4.x | 2.8.0 or later |
|
|
50
50
|
|
|
51
51
|
If an incompatible version of the C++ client is installed, you may fail to build or run this library.
|
|
52
52
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pulsar-client",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.1-rc.1",
|
|
4
4
|
"description": "Pulsar Node.js client",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -37,15 +37,15 @@
|
|
|
37
37
|
"clang-format": "^1.4.0",
|
|
38
38
|
"commander": "^6.1.0",
|
|
39
39
|
"delay": "^4.4.0",
|
|
40
|
-
"dtslint": "^4.
|
|
40
|
+
"dtslint": "^3.4.2",
|
|
41
41
|
"eslint": "^7.8.1",
|
|
42
42
|
"eslint-config-airbnb-base": "^14.2.0",
|
|
43
43
|
"eslint-plugin-import": "^2.22.0",
|
|
44
44
|
"eslint-plugin-jest": "^24.3.6",
|
|
45
|
-
"grunt": "^1.
|
|
45
|
+
"grunt": "^1.4.1",
|
|
46
46
|
"grunt-license-report": "^0.0.8",
|
|
47
47
|
"hdr-histogram-js": "^2.0.1",
|
|
48
|
-
"jest": "^
|
|
48
|
+
"jest": "^27.2.4",
|
|
49
49
|
"license-check-and-add": "^2.3.6",
|
|
50
50
|
"lodash": "^4.17.21",
|
|
51
51
|
"typescript": "^4.1.3"
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"bindings": "^1.5.0",
|
|
55
55
|
"node-addon-api": "^3.0.0",
|
|
56
|
-
"node-gyp": "^
|
|
56
|
+
"node-gyp": "^8.2.0",
|
|
57
57
|
"node-pre-gyp": "^0.15.0"
|
|
58
58
|
},
|
|
59
59
|
"binary": {
|