Skip to content

Commit 8dadbdc

Browse files
author
Steve Hobbs
committed
Rebuild
1 parent 1e8e713 commit 8dadbdc

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

build/lock.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*!
2-
* lock v11.31.0-build.8
2+
* lock v11.31.0
33
*
44
* Author: Auth0 <support@auth0.com> (http://auth0.com)
5-
* Date: 19/10/2021, 13:02:33
5+
* Date: 22/10/2021, 13:23:25
66
* License: MIT
77
*
88
*//******/ (function(modules) { // webpackBootstrap
@@ -7452,7 +7452,7 @@ function assertLanguage(m, language, base) {
74527452
function syncLang(m, language, _cb) {
74537453
__webpack_require__.i(__WEBPACK_IMPORTED_MODULE_8__utils_cdn_utils__["a" /* load */])({
74547454
method: 'registerLanguageDictionary',
7455-
url: __WEBPACK_IMPORTED_MODULE_5__core_index__["languageBaseUrl"](m) + '/js/lock/' + '11.31.0-build.8' + '/' + language + '.js',
7455+
url: __WEBPACK_IMPORTED_MODULE_5__core_index__["languageBaseUrl"](m) + '/js/lock/' + '11.31.0' + '/' + language + '.js',
74567456
check: function check(str) {
74577457
return str && str === language;
74587458
},
@@ -18978,7 +18978,7 @@ var Auth0LockPasswordless = function (_Core) {
1897818978
/* harmony default export */ __webpack_exports__["a"] = (Auth0LockPasswordless);
1897918979

1898018980

18981-
Auth0LockPasswordless.version = '11.31.0-build.8';
18981+
Auth0LockPasswordless.version = '11.31.0';
1898218982

1898318983
/***/ }),
1898418984
/* 101 */
@@ -27245,7 +27245,7 @@ function trimAuthParams() {
2724527245
}
2724627246

2724727247
function getVersion() {
27248-
return '11.31.0-build.8';
27248+
return '11.31.0';
2724927249
}
2725027250

2725127251
/***/ }),
@@ -29293,7 +29293,7 @@ var Auth0Lock = function (_Core) {
2929329293

2929429294

2929529295
/* harmony default export */ __webpack_exports__["a"] = (Auth0Lock);
29296-
Auth0Lock.version = '11.31.0-build.8';
29296+
Auth0Lock.version = '11.31.0';
2929729297

2929829298
// TODO: should we have different telemetry for classic/passwordless?
2929929299
// TODO: should we set telemetry info before each request?

build/lock.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/lock.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth0-lock",
3-
"version": "11.31.0-build.8",
3+
"version": "11.31.0",
44
"description": "Auth0 Lock",
55
"author": "Auth0 <support@auth0.com> (http://auth0.com)",
66
"license": "MIT",

0 commit comments

Comments
 (0)