Skip to content

Commit

Permalink
new publish for 1.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
BenKurrek committed Apr 21, 2023
1 parent 894c9d1 commit 10ac2c7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/lib/selector/modal/src/lib/components/BeginTrial.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ var BeginTrial = function (_a) {
var handleChangeInput = function (e) {
setDoesAccountExist(false);
var userInput = e.target.value;
console.log("userInput: ", userInput);
var validInput = ACCOUNT_ID_REGEX.test(userInput) || userInput.length === 0;
if (!validInput) {
setValidAccountName(false);
Expand Down
2 changes: 1 addition & 1 deletion lib/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keypom-js",
"version": "1.4.8",
"version": "1.4.9",
"description": "Keypom JS SDK",
"main": "./lib/index.js",
"scripts": {
Expand Down

0 comments on commit 10ac2c7

Please sign in to comment.