@dereekb/browser 13.6.17 → 13.8.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/index.cjs.js +1 -1
- package/index.esm.js +1 -1
- package/package.json +3 -3
package/index.cjs.js
CHANGED
|
@@ -273,7 +273,7 @@ function _ts_generator(thisArg, body) {
|
|
|
273
273
|
if (windowRef[_this._windowKey]) {
|
|
274
274
|
// Not yet finished loading async. Intercept the function.
|
|
275
275
|
// console.log('Window key.');
|
|
276
|
-
|
|
276
|
+
resolve(_this.completeLoadingService());
|
|
277
277
|
} else if (_this._callbackKey && windowRef[_this._callbackKey]) {
|
|
278
278
|
// console.log('Callback key.');
|
|
279
279
|
windowRef[_this._callbackKey] = function() {
|
package/index.esm.js
CHANGED
|
@@ -271,7 +271,7 @@ function _ts_generator(thisArg, body) {
|
|
|
271
271
|
if (windowRef[_this._windowKey]) {
|
|
272
272
|
// Not yet finished loading async. Intercept the function.
|
|
273
273
|
// console.log('Window key.');
|
|
274
|
-
|
|
274
|
+
resolve(_this.completeLoadingService());
|
|
275
275
|
} else if (_this._callbackKey && windowRef[_this._callbackKey]) {
|
|
276
276
|
// console.log('Callback key.');
|
|
277
277
|
windowRef[_this._callbackKey] = function() {
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dereekb/browser",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.8.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@dereekb/util": "13.
|
|
6
|
-
"@dereekb/rxjs": "13.
|
|
5
|
+
"@dereekb/util": "13.8.0",
|
|
6
|
+
"@dereekb/rxjs": "13.8.0",
|
|
7
7
|
"rxjs": "^7.8.0"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {},
|