Skip to content

Commit

Permalink
updated keyless-core URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
SubhanshuMG committed Jun 12, 2024
1 parent 89df9aa commit 6ede485
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,7 @@
### 2.0.10 (2024-06-12)

* Devops changes

### 2.0.11 (2024-06-12)

* URL updates
2 changes: 1 addition & 1 deletion dist/widgetManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
const Penpal = __importStar(require("penpal"));
const styles_1 = require("./styles");
const onWindowLoad_1 = require("./utils/onWindowLoad");
const WIDGET_URL = "https://safle-keyless-core.netlify.app/";
const WIDGET_URL = "https://test-keyless-core.getsafle.com/";
const KEYLESS_CONTAINER_CLASS = "safle_keyless-container";
const KEYLESS_IFRAME_CLASS = "safle_keyless-widget-frame";
class WidgetManager {
Expand Down
2 changes: 1 addition & 1 deletion 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.10",
"version": "2.0.11",
"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 = "https://test-safle-keyless-core.getsafle.com/";
const WIDGET_URL = "https://test-keyless-core.getsafle.com/";
const KEYLESS_CONTAINER_CLASS = "safle_keyless-container";
const KEYLESS_IFRAME_CLASS = "safle_keyless-widget-frame";

Expand Down

0 comments on commit 6ede485

Please sign in to comment.