Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
MoizAhmedd committed Dec 11, 2024
1 parent cd418d5 commit b4cac4b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
Binary file not shown.
8 changes: 4 additions & 4 deletions example-dimo-auth/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 example-dimo-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@types/node": "^16.18.114",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@dimo-network/login-with-dimo": "file:./dimo-network-login-with-dimo-0.0.13.tgz",
"@dimo-network/login-with-dimo": "file:./dimo-network-login-with-dimo-0.0.14.tgz",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-scripts": "5.0.1",
Expand Down
3 changes: 3 additions & 0 deletions sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ import {
onSuccess={(authData) => console.log("Success:", authData)}
onError={(error) => console.error("Error:", error)}
permissionTemplateId={"1"} //REQUIRED: "1" is the template for all SACD permissions
//expirationDate={} //OPTIONAL ISO STRING
// Optionally, specify vehicles (uncomment the line below to use it)
// vehicles={["585","586"]} // Specify the vehicles to be accessed when triggered
/>
Expand Down Expand Up @@ -142,6 +143,7 @@ initializeDimoSDK({
onSuccess={(authData) => console.log("Success:", authData)}
onError={(error) => console.error("Error:", error)}
permissionTemplateId={"1"}
//expirationDate={} //OPTIONAL ISO STRING
/>
<ExecuteAdvancedTransactionWithDimo
Expand All @@ -162,6 +164,7 @@ initializeDimoSDK({
onSuccess={(authData) => console.log("Success:", authData)}
onError={(error) => console.error("Error:", error)}
permissionTemplateId={permissionsEnabled ? "1" : undefined}
//expirationDate={} //OPTIONAL ISO STRING
// vehicles={["585","586"]}
/>
)}
Expand Down
2 changes: 1 addition & 1 deletion sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dimo-network/login-with-dimo",
"version": "0.0.13",
"version": "0.0.14",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit b4cac4b

Please sign in to comment.