Skip to content

Commit

Permalink
updated URL
Browse files Browse the repository at this point in the history
  • Loading branch information
itsayushi committed Dec 27, 2023
1 parent c92286f commit 2473391
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,8 @@

### 2.0.7 (2023-12-27)

* Widget border fixed
* Widget border fixed

### 2.0.8 (2023-12-27)

* Fixed Widget URL
4 changes: 2 additions & 2 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
@@ -1,6 +1,6 @@
{
"name": "@getsafle/safle-keyless-js",
"version": "2.0.7",
"version": "2.0.8",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/widgetManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { IConnectionMethods, ISDKConfig, IWidget } from "./interfaces";
import { styles } from "./styles";
import { onWindowLoad } from "./utils/onWindowLoad";

const WIDGET_URL = "http://localhost:3000/";
const WIDGET_URL = "https://safle-keyless-core.netlify.app/";
const KEYLESS_CONTAINER_CLASS = "safle_keyless-container";
const KEYLESS_IFRAME_CLASS = "safle_keyless-widget-frame";

Expand Down

0 comments on commit 2473391

Please sign in to comment.