@therms/web-js
Advanced tools
Comparing version 2.3.1 to 2.3.2
@@ -0,1 +1,8 @@ | ||
## [2.3.2](https://bitbucket.org/thermsio/web-js/compare/v2.3.1...v2.3.2) (2022-07-13) | ||
### Bug Fixes | ||
* types ([2cc3236](https://bitbucket.org/thermsio/web-js/commits/2cc323654471b1cf02b89f0cca38df784b5f7e08)) | ||
## [2.3.1](https://bitbucket.org/thermsio/web-js/compare/v2.3.0...v2.3.1) (2022-07-13) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@therms/web-js", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"description": "Common web/JS tools & utilities", | ||
"main": "./dist/cjs.js", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.js", | ||
"types": "./dist/index.d.ts", | ||
"scripts": { | ||
@@ -9,0 +9,0 @@ "build": "rm -rf dist && rollup -c && npm run types", |
109288