Skip to content

Commit

Permalink
testing new updates to test, updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
poorejc committed Dec 3, 2023
1 parent ca50a07 commit 33a95a9
Show file tree
Hide file tree
Showing 7 changed files with 955 additions and 873 deletions.
3 changes: 3 additions & 0 deletions build/UserALEWebExtension/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ var ADD_LOG = prefix + 'ADD_LOG';
* limitations under the License.
*/


/**
* Creates a function to normalize the timestamp of the provided event.
* @param {Object} e An event containing a timeStamp property.
Expand Down Expand Up @@ -323,6 +324,7 @@ function createVersionParts(count) {
* See the License for the specific language governing permissions and
* limitations under the License.
*/

detect();

/**
Expand Down Expand Up @@ -449,6 +451,7 @@ function sendLogs(logs, config, retries) {
* limitations under the License.
*/


// inherent dependency on globals.js, loaded by the webext

// browser is defined in firefox, but not in chrome. In chrome, they use
Expand Down
3 changes: 3 additions & 0 deletions build/UserALEWebExtension/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ function createVersionParts(count) {
* See the License for the specific language governing permissions and
* limitations under the License.
*/

var browser$1 = detect();
var logs$1;
var config$1;
Expand Down Expand Up @@ -767,6 +768,7 @@ function detectBrowser() {
* See the License for the specific language governing permissions and
* limitations under the License.
*/

var events;
var bufferBools;
var bufferedEvents;
Expand Down Expand Up @@ -1073,6 +1075,7 @@ function options(newConfig) {
* limitations under the License.
*/


// browser is defined in firefox, but not in chrome. In chrome, they use
// the 'chrome' global instead. Let's map it to browser so we don't have
// to have if-conditions all over the place.
Expand Down
1 change: 1 addition & 0 deletions build/UserALEWebExtension/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ var CONFIG_CHANGE = prefix + 'CONFIG_CHANGE';
* See the License for the specific language governing permissions and
* limitations under the License.
*/

if (chrome) {
browser = chrome;
}
Expand Down
16 changes: 8 additions & 8 deletions build/userale-2.4.0.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.userale = {}));
})(this, (function (exports) { 'use strict';

function _typeof(obj) {
function _typeof(o) {
"@babel/helpers - typeof";

return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
return typeof obj;
} : function (obj) {
return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
}, _typeof(obj);
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
return typeof o;
} : function (o) {
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
}, _typeof(o);
}

var version$1 = "2.4.0";
Expand Down Expand Up @@ -416,6 +416,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

var browser = detect();
var logs$1;
var config$1;
Expand Down Expand Up @@ -764,6 +765,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

var events;
var bufferBools;
var bufferedEvents;
Expand Down Expand Up @@ -1167,6 +1169,4 @@
exports.stop = stop;
exports.version = version;

Object.defineProperty(exports, '__esModule', { value: true });

}));
3 changes: 1 addition & 2 deletions build/userale-2.4.0.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 33a95a9

Please sign in to comment.