RubyGems
npm
Organizations
Log in
Sign up
npm
@hastehaul/common
Versions diffs
2.0.34 → 2.0.35
@hastehaul/common 2.0.34 → 2.0.35
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/build/events/base/base-stream.js
+1
-1
package/package.json
+1
-1
package/build/events/base/base-stream.js
CHANGED
Viewed
@@ -31,7 +31,7 @@ class NatsStream {
31
31
return;
32
32
}
33
33
catch (error) {
34
-
console.error(error
.message
);
34
+
console.error(error);
35
35
throw new Error("Failed to add stream");
36
36
}
37
37
});
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@hastehaul/common",
3
-
"version": "2.0.
34
",
3
+
"version": "2.0.
35
",
4
4
"description": "",
5
5
"main": "./build/index.js",
6
6
"types": "./build/index.d.ts",