@pezkuwi/ui-keyring 3.16.7 → 3.17.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.
@@ -291,12 +291,7 @@
291
291
  }
292
292
 
293
293
  var config = {
294
- onUnhandledError: null,
295
- onStoppedNotification: null,
296
- Promise: undefined,
297
- useDeprecatedSynchronousErrorHandling: false,
298
- useDeprecatedNextContext: false,
299
- };
294
+ Promise: undefined};
300
295
 
301
296
  var timeoutProvider = {
302
297
  setTimeout: function (handler, timeout) {
@@ -307,8 +302,7 @@
307
302
  return setTimeout.apply(void 0, __spreadArray([handler, timeout], __read(args)));
308
303
  },
309
304
  clearTimeout: function (handle) {
310
- var delegate = timeoutProvider.delegate;
311
- return ((delegate === null || delegate === void 0 ? void 0 : delegate.clearTimeout) || clearTimeout)(handle);
305
+ return (clearTimeout)(handle);
312
306
  },
313
307
  delegate: undefined,
314
308
  };
@@ -396,10 +390,6 @@
396
390
  };
397
391
  return Subscriber;
398
392
  }(Subscription));
399
- var _bind = Function.prototype.bind;
400
- function bind$2(fn, thisArg) {
401
- return _bind.call(fn, thisArg);
402
- }
403
393
  var ConsumerObserver = (function () {
404
394
  function ConsumerObserver(partialObserver) {
405
395
  this.partialObserver = partialObserver;
@@ -455,17 +445,7 @@
455
445
  };
456
446
  }
457
447
  else {
458
- var context_1;
459
- if (_this && config.useDeprecatedNextContext) {
460
- context_1 = Object.create(observerOrNext);
461
- context_1.unsubscribe = function () { return _this.unsubscribe(); };
462
- partialObserver = {
463
- next: observerOrNext.next && bind$2(observerOrNext.next, context_1),
464
- error: observerOrNext.error && bind$2(observerOrNext.error, context_1),
465
- complete: observerOrNext.complete && bind$2(observerOrNext.complete, context_1),
466
- };
467
- }
468
- else {
448
+ {
469
449
  partialObserver = observerOrNext;
470
450
  }
471
451
  }
@@ -2740,7 +2720,7 @@
2740
2720
  }
2741
2721
  }
2742
2722
 
2743
- const packageInfo = { name: '@pezkuwi/ui-keyring', path: (({ url: (typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (_documentCurrentScript && _documentCurrentScript.src || new URL('bundle-pezkuwi-ui-keyring.js', document.baseURI).href)) }) && (typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (_documentCurrentScript && _documentCurrentScript.src || new URL('bundle-pezkuwi-ui-keyring.js', document.baseURI).href))) ? new URL((typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (_documentCurrentScript && _documentCurrentScript.src || new URL('bundle-pezkuwi-ui-keyring.js', document.baseURI).href))).pathname.substring(0, new URL((typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (_documentCurrentScript && _documentCurrentScript.src || new URL('bundle-pezkuwi-ui-keyring.js', document.baseURI).href))).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '3.16.6' };
2723
+ const packageInfo = { name: '@pezkuwi/ui-keyring', path: (({ url: (typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('bundle-pezkuwi-ui-keyring.js', document.baseURI).href)) }) && (typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('bundle-pezkuwi-ui-keyring.js', document.baseURI).href))) ? new URL((typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('bundle-pezkuwi-ui-keyring.js', document.baseURI).href))).pathname.substring(0, new URL((typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('bundle-pezkuwi-ui-keyring.js', document.baseURI).href))).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '3.17.0' };
2744
2724
 
2745
2725
  const keyring = new Keyring();
2746
2726
 
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.packageInfo = void 0;
4
- exports.packageInfo = { name: '@pezkuwi/ui-keyring', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '3.16.6' };
4
+ exports.packageInfo = { name: '@pezkuwi/ui-keyring', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '3.17.0' };
@@ -17,7 +17,7 @@
17
17
  "./cjs/packageDetect.js"
18
18
  ],
19
19
  "type": "module",
20
- "version": "3.16.6",
20
+ "version": "3.17.0",
21
21
  "main": "./cjs/index.js",
22
22
  "module": "./index.js",
23
23
  "types": "./index.d.ts",
@@ -1 +1 @@
1
- export const packageInfo = { name: '@pezkuwi/ui-keyring', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '3.16.6' };
1
+ export const packageInfo = { name: '@pezkuwi/ui-keyring', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '3.17.0' };
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.packageInfo = void 0;
4
- exports.packageInfo = { name: '@pezkuwi/ui-keyring', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '3.16.6' };
4
+ exports.packageInfo = { name: '@pezkuwi/ui-keyring', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '3.17.0' };
@@ -1 +1 @@
1
- export const packageInfo = { name: '@pezkuwi/ui-keyring', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '3.16.6' };
1
+ export const packageInfo = { name: '@pezkuwi/ui-keyring', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '3.17.0' };
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "./packageDetect.cjs"
18
18
  ],
19
19
  "type": "module",
20
- "version": "3.16.7",
20
+ "version": "3.17.0",
21
21
  "main": "index.js",
22
22
  "dependencies": {
23
23
  "@pezkuwi/keyring": "^14.0.5",
@@ -3,4 +3,4 @@
3
3
 
4
4
  // Do not edit, auto-generated by @pezkuwi/dev
5
5
 
6
- export const packageInfo = { name: '@pezkuwi/ui-keyring', path: 'auto', type: 'auto', version: '3.16.6' };
6
+ export const packageInfo = { name: '@pezkuwi/ui-keyring', path: 'auto', type: 'auto', version: '3.17.0' };