@therms/rpc-client
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -0,1 +1,8 @@ | ||
## [2.2.2](http://bitbucket.org/thermsio/rpc-client-ts/compare/v2.2.1...v2.2.2) (2022-01-06) | ||
### Bug Fixes | ||
* update deps and tsconfig sourcemaps ([7b30bf9](http://bitbucket.org/thermsio/rpc-client-ts/commits/7b30bf93769d73223c80f30c9520ed50397ec705)) | ||
## [2.2.1](http://bitbucket.org/thermsio/rpc-client-ts/compare/v2.2.0...v2.2.1) (2021-12-06) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@therms/rpc-client", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "RPC framework, browser client lib", | ||
@@ -46,3 +46,3 @@ "private": false, | ||
"semantic-release": "^18.0.0", | ||
"semantic-release-slack-bot": "^2.1.0", | ||
"semantic-release-slack-bot": "^3.0.0", | ||
"ts-jest": "^27.0.5", | ||
@@ -49,0 +49,0 @@ "tslib": "^2.1.0", |
@@ -19,2 +19,3 @@ { | ||
"sourceMap": true /* Generates corresponding '.map' file. */, | ||
"inlineSourceMap": true, | ||
// "outFile": "./dist/build.js" /* Concatenate and emit output to single file. */, | ||
@@ -21,0 +22,0 @@ "outDir": "./dist" /* Redirect output structure to the directory. */, |
164216
2353