Skip to content

Commit

Permalink
Fix jose dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpolman committed Jul 1, 2024
1 parent 651dde1 commit 6d4981f
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions libs/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"name": "sdk",
"version": "0.0.1",
"name": "@thxnetwork/sdk",
"author": "peterpolman",
"repository": {
"type": "git",
"url": "https://github.com/thxprotocol/monorepo"
},
"description": "An SDK for interacting with REST API and authorization services.",
"version": "1.3.6",
"dependencies": {
"tslib": "^2.3.0"
"jose": "^5.6.2"
},
"type": "commonjs",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"private": true
"typings": "./src/index.d.ts"
}

0 comments on commit 6d4981f

Please sign in to comment.