nats-hemera
Advanced tools
Comparing version 5.0.0-rc.6 to 5.0.0-rc.7
@@ -192,2 +192,4 @@ /** | ||
proto[prop] = value | ||
return this | ||
} | ||
@@ -250,2 +252,4 @@ | ||
this._idGenerator = fn | ||
return this | ||
} | ||
@@ -261,2 +265,4 @@ /** | ||
this._serverDecoder = fn | ||
return this | ||
} | ||
@@ -273,2 +279,4 @@ | ||
this._serverEncoder = fn | ||
return this | ||
} | ||
@@ -284,2 +292,4 @@ /** | ||
this._clientDecoder = fn | ||
return this | ||
} | ||
@@ -296,2 +306,4 @@ | ||
this._clientEncoder = fn | ||
return this | ||
} | ||
@@ -437,2 +449,4 @@ | ||
} | ||
return this | ||
} | ||
@@ -449,2 +463,4 @@ | ||
this._schemaCompiler = fn | ||
return this | ||
} | ||
@@ -491,2 +507,4 @@ | ||
this[prop] = value | ||
return this | ||
} | ||
@@ -493,0 +511,0 @@ |
{ | ||
"name": "nats-hemera", | ||
"author": "Dustin Deus (https://github.com/StarpTech)", | ||
"version": "5.0.0-rc.6", | ||
"version": "5.0.0-rc.7", | ||
"main": "lib/index.js", | ||
@@ -41,2 +41,6 @@ "homepage": "https://hemerajs.github.io/hemera/", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@types/node": "^9.6.0", | ||
"@types/pino": "^4.7.1" | ||
}, | ||
"dependencies": { | ||
@@ -56,3 +60,4 @@ "avvio": "5.4.x", | ||
"nats": "0.8.x" | ||
} | ||
}, | ||
"typings": "./index.d.ts" | ||
} |
@@ -0,0 +0,0 @@ # Hemera package |
75286
21
3022
2