Skip to content

Commit

Permalink
add back default export
Browse files Browse the repository at this point in the history
  • Loading branch information
eluce2 committed Apr 25, 2023
1 parent 098995d commit b9c018d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
13 changes: 2 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,12 @@
# @proofgeist/fmdapi

## 3.0.3
## 3.0.5

### Patch Changes

- add back default export
- support commonJS and module imports in codegen cli

## 3.0.2

### Patch Changes

- improve cli, supports .mjs config file by default

## 3.0.1

### Patch Changes

- 129f9a6: fix codegen import

## 3.0.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@proofgeist/fmdapi",
"version": "3.0.4",
"version": "3.0.5",
"description": "FileMaker Data API client",
"main": "dist/index.js",
"repository": "[email protected]:proofgeist/fm-dapi.git",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { DataApi, FileMakerError } from "./client";

export { FileMakerError, DataApi };
export default DataApi;

0 comments on commit b9c018d

Please sign in to comment.