Skip to content

Commit

Permalink
Bump SDK version (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospassos committed Jul 15, 2024
1 parent baafa0e commit aed496d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@croct/json": "^2.0.1",
"@croct/sdk": "^0.16.0",
"@croct/sdk": "^0.16.2",
"tslib": "^2.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/sdk/token.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export {Token, TokenPayload, Headers, TokenProvider, TokenStore} from '@croct/sdk/token';
export {Token, TokenPayload, TokenHeaders, TokenProvider, TokenStore} from '@croct/sdk/token';

0 comments on commit aed496d

Please sign in to comment.