Skip to content

Commit

Permalink
fix(node-client): @eove/his-node-client default export works now
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Borde committed May 20, 2022
1 parent 073305b commit a607747
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.0.1 - UNRELEASED

### node-client

#### Fixed

- `@eove/his-node-client` default export works now

## 1.0.0 - 2022-05-02

### node-client
Expand Down
6 changes: 3 additions & 3 deletions node-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"url": "https://github.com/router5/examples/issues"
},
"homepage": "https://github.com/eove/his-api/tree/master/node-client#readme",
"main": "build/index.js",
"types": "build/index.d.ts",
"main": "build/lib/index.js",
"types": "build/lib/index.d.ts",
"files": [
"build"
"build/lib"
],
"scripts": {
"start": "ts-node ./examples/connect",
Expand Down

0 comments on commit a607747

Please sign in to comment.