Skip to content

Commit

Permalink
Export the newly created errors so they can actually be used.
Browse files Browse the repository at this point in the history
  • Loading branch information
arucard21 committed Feb 16, 2022
1 parent 89518be commit b1a1971
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions client-ts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simplyrestful-client",
"version": "0.18.7",
"version": "0.18.8",
"description": "A TypeScript/JavaScript client library for programmatic access to any SimplyRESTful API.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions client-ts/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export { SimplyRESTfulClient } from './simplyrestful-client';
export * from './Errors';
export { HALResource } from './HALResource';

0 comments on commit b1a1971

Please sign in to comment.