@signageos/lib-bundler 23.20.2 → 23.20.3-master.4599
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -269,7 +269,7 @@ function _create_super(Derived) {
|
|
|
269
269
|
};
|
|
270
270
|
}
|
|
271
271
|
(function() {
|
|
272
|
-
var assertType = // node_modules/event-target-shim/index.mjs
|
|
272
|
+
var assertType = // ../../node_modules/event-target-shim/index.mjs
|
|
273
273
|
function assertType(condition, message) {
|
|
274
274
|
for(var _len = arguments.length, args = new Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++){
|
|
275
275
|
args[_key - 2] = arguments[_key];
|
|
@@ -620,7 +620,7 @@ function _create_super(Derived) {
|
|
|
620
620
|
}
|
|
621
621
|
var currentErrorHandler, Global, currentWarnHandler, Warning, InitEventWasCalledWhileDispatching, FalsyWasAssignedToCancelBubble, TruthyWasAssignedToReturnValue, NonCancelableEventWasCanceled, CanceledInPassiveListener, EventListenerWasDuplicated, OptionWasIgnored, InvalidEventListener, InvalidAttributeHandler, Event, NONE, CAPTURING_PHASE, AT_TARGET, BUBBLING_PHASE, internalDataMap, keys, DOMException, ErrorCodeMap, EventWrapper, internalDataMap$1, wrapperClassCache, EventTarget2, internalDataMap$2, keys$1;
|
|
622
622
|
var init_event_target_shim = __esm({
|
|
623
|
-
"node_modules/event-target-shim/index.mjs": function() {
|
|
623
|
+
"../../node_modules/event-target-shim/index.mjs": function() {
|
|
624
624
|
Global = typeof window !== "undefined" ? window : typeof self !== "undefined" ? self : typeof global !== "undefined" ? global : typeof globalThis !== "undefined" ? globalThis : void 0;
|
|
625
625
|
Warning = /*#__PURE__*/ function() {
|
|
626
626
|
function Warning(code, message) {
|