Skip to content

Commit

Permalink
Merge branch 'dev' into extension-sdk-sanity-certification
Browse files Browse the repository at this point in the history
  • Loading branch information
Eswar2103 committed Oct 10, 2024
2 parents cd4da0b + 4d90372 commit f28148a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,3 @@ For pinChallenge and acknowledgeChallenge UI prompts , a timeout of 15s is added
The prompt is displayed when the user needs to grant/deny a particular api, or the user has to enter a pin in-case of pinChallenge.
If user wants to grant an api, yes button is pressed, for deniel - no button, and incase if the user wants to dismiss the prompt without any action, back button is pressed.


8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "1.3.0",
"version": "1.4.1",
"name": "firebolt-certification",
"description": "Reference App to demonstrate Firebolt APIs and Lifecycle",
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^9.0.9",
"@firebolt-js/discovery-sdk": "1.3.0",
"@firebolt-js/manage-sdk": "1.3.0",
"@firebolt-js/sdk": "1.3.0",
"@firebolt-js/discovery-sdk": "1.4.1",
"@firebolt-js/manage-sdk": "1.4.1",
"@firebolt-js/sdk": "1.4.1",
"@lightningjs/core": "2.11.0",
"@lightningjs/sdk": "^5.0.1",
"@lightningjs/ui-components": "^2.2.2",
Expand Down

0 comments on commit f28148a

Please sign in to comment.