@hpcc-js/util 2.48.0 → 2.49.0
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/dist/index.js +3 -7
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/lib-es6/__package__.js +2 -2
- package/package.json +5 -5
- package/src/__package__.ts +2 -2
- package/types/__package__.d.ts +2 -2
- package/types-3.4/__package__.d.ts +2 -2
package/dist/index.js
CHANGED
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
})(this, (function (exports) { 'use strict';
|
|
6
6
|
|
|
7
7
|
var PKG_NAME = "@hpcc-js/util";
|
|
8
|
-
var PKG_VERSION = "2.
|
|
9
|
-
var BUILD_VERSION = "2.
|
|
8
|
+
var PKG_VERSION = "2.49.0";
|
|
9
|
+
var BUILD_VERSION = "2.104.2";
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
/******************************************************************************
|
|
12
12
|
Copyright (c) Microsoft Corporation.
|
|
13
13
|
|
|
14
14
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
@@ -2017,10 +2017,6 @@
|
|
|
2017
2017
|
}());
|
|
2018
2018
|
var Observable = /** @class */ (function () {
|
|
2019
2019
|
function Observable() {
|
|
2020
|
-
var events = [];
|
|
2021
|
-
for (var _i = 0; _i < arguments.length; _i++) {
|
|
2022
|
-
events[_i] = arguments[_i];
|
|
2023
|
-
}
|
|
2024
2020
|
this._eventObservers = {};
|
|
2025
2021
|
}
|
|
2026
2022
|
Observable.prototype.addObserver = function (eventID, callback) {
|