Skip to content

Commit

Permalink
Add Token support in main method (#11)
Browse files Browse the repository at this point in the history
* Add Token support in main method

* 1.3.0
  • Loading branch information
miquelgall authored Sep 16, 2024
1 parent cdb3713 commit bf14ded
Show file tree
Hide file tree
Showing 3 changed files with 341 additions and 196 deletions.
14 changes: 8 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
],
"name": "@ofs-users/plugin",
"type": "module",
"version": "1.2.0",
"version": "1.3.0",
"description": "Oracle Field Service plugin base code",
"main": "dist/ofs-plugin.es.js",
"module": "dist/ofs-plugin.es.js",
Expand Down Expand Up @@ -40,6 +40,6 @@
},
"license": "UPL-1.0",
"dependencies": {
"@ofs-users/proxy": "^1.7.1"
"@ofs-users/proxy": "^1.9.0"
}
}
Loading

0 comments on commit bf14ded

Please sign in to comment.