Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit 33a95a9

Browse files
committed
testing new updates to test, updating dependencies
1 parent ca50a07 commit 33a95a9

File tree

7 files changed

+955
-873
lines changed

7 files changed

+955
-873
lines changed

build/UserALEWebExtension/background.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ var ADD_LOG = prefix + 'ADD_LOG';
6464
* limitations under the License.
6565
*/
6666

67+
6768
/**
6869
* Creates a function to normalize the timestamp of the provided event.
6970
* @param {Object} e An event containing a timeStamp property.
@@ -323,6 +324,7 @@ function createVersionParts(count) {
323324
* See the License for the specific language governing permissions and
324325
* limitations under the License.
325326
*/
327+
326328
detect();
327329

328330
/**
@@ -449,6 +451,7 @@ function sendLogs(logs, config, retries) {
449451
* limitations under the License.
450452
*/
451453

454+
452455
// inherent dependency on globals.js, loaded by the webext
453456

454457
// browser is defined in firefox, but not in chrome. In chrome, they use

build/UserALEWebExtension/content.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@ function createVersionParts(count) {
431431
* See the License for the specific language governing permissions and
432432
* limitations under the License.
433433
*/
434+
434435
var browser$1 = detect();
435436
var logs$1;
436437
var config$1;
@@ -767,6 +768,7 @@ function detectBrowser() {
767768
* See the License for the specific language governing permissions and
768769
* limitations under the License.
769770
*/
771+
770772
var events;
771773
var bufferBools;
772774
var bufferedEvents;
@@ -1073,6 +1075,7 @@ function options(newConfig) {
10731075
* limitations under the License.
10741076
*/
10751077

1078+
10761079
// browser is defined in firefox, but not in chrome. In chrome, they use
10771080
// the 'chrome' global instead. Let's map it to browser so we don't have
10781081
// to have if-conditions all over the place.

build/UserALEWebExtension/options.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ var CONFIG_CHANGE = prefix + 'CONFIG_CHANGE';
6262
* See the License for the specific language governing permissions and
6363
* limitations under the License.
6464
*/
65+
6566
if (chrome) {
6667
browser = chrome;
6768
}

build/userale-2.4.0.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.userale = {}));
2323
})(this, (function (exports) { 'use strict';
2424

25-
function _typeof(obj) {
25+
function _typeof(o) {
2626
"@babel/helpers - typeof";
2727

28-
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
29-
return typeof obj;
30-
} : function (obj) {
31-
return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
32-
}, _typeof(obj);
28+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
29+
return typeof o;
30+
} : function (o) {
31+
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
32+
}, _typeof(o);
3333
}
3434

3535
var version$1 = "2.4.0";
@@ -416,6 +416,7 @@
416416
* See the License for the specific language governing permissions and
417417
* limitations under the License.
418418
*/
419+
419420
var browser = detect();
420421
var logs$1;
421422
var config$1;
@@ -764,6 +765,7 @@
764765
* See the License for the specific language governing permissions and
765766
* limitations under the License.
766767
*/
768+
767769
var events;
768770
var bufferBools;
769771
var bufferedEvents;
@@ -1167,6 +1169,4 @@
11671169
exports.stop = stop;
11681170
exports.version = version;
11691171

1170-
Object.defineProperty(exports, '__esModule', { value: true });
1171-
11721172
}));

build/userale-2.4.0.min.js

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

0 commit comments

Comments
 (0)