@digipair/skill-web 0.47.1 → 0.47.2

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 CHANGED
@@ -2333,7 +2333,7 @@ function _create_super$4(Derived) {
2333
2333
  return _possible_constructor_return$4(this, result);
2334
2334
  };
2335
2335
  }
2336
- var _globalThis_litElementHydrateSupport, _globalThis$1;
2336
+ var _globalThis_litElementHydrateSupport, _globalThis;
2337
2337
  var _globalThis1;
2338
2338
  /**
2339
2339
  * @license
@@ -2392,7 +2392,7 @@ var _globalThis1;
2392
2392
  ]);
2393
2393
  return r;
2394
2394
  }(b);
2395
- r$1._$litElement$ = !0, r$1["finalized"] = !0, (_globalThis_litElementHydrateSupport = (_globalThis$1 = globalThis).litElementHydrateSupport) === null || _globalThis_litElementHydrateSupport === void 0 ? void 0 : _globalThis_litElementHydrateSupport.call(_globalThis$1, {
2395
+ r$1._$litElement$ = !0, r$1["finalized"] = !0, (_globalThis_litElementHydrateSupport = (_globalThis = globalThis).litElementHydrateSupport) === null || _globalThis_litElementHydrateSupport === void 0 ? void 0 : _globalThis_litElementHydrateSupport.call(_globalThis, {
2396
2396
  LitElement: r$1
2397
2397
  });
2398
2398
  var i$4 = globalThis.litElementPolyfillSupport;
@@ -17083,9 +17083,9 @@ var collectResult = function() {
17083
17083
  };
17084
17084
  }();
17085
17085
 
17086
- var _globalThis;
17086
+ var _global;
17087
17087
  var _HTMLElement;
17088
- (_HTMLElement = (_globalThis = globalThis).HTMLElement) != null ? _HTMLElement : _globalThis.HTMLElement = HTMLElementShimWithRealType;
17088
+ (_HTMLElement = (_global = global).HTMLElement) != null ? _HTMLElement : _global.HTMLElement = HTMLElementShimWithRealType;
17089
17089
  let WebService = class WebService {
17090
17090
  filteredWebPinsSettings(item, path) {
17091
17091
  if (Array.isArray(item)) {
package/index.esm.js CHANGED
@@ -2328,7 +2328,7 @@ function _create_super$c(Derived) {
2328
2328
  return _possible_constructor_return$c(this, result);
2329
2329
  };
2330
2330
  }
2331
- var _globalThis_litElementHydrateSupport, _globalThis$1;
2331
+ var _globalThis_litElementHydrateSupport, _globalThis;
2332
2332
  var _globalThis1;
2333
2333
  /**
2334
2334
  * @license
@@ -2387,7 +2387,7 @@ var _globalThis1;
2387
2387
  ]);
2388
2388
  return r;
2389
2389
  }(b);
2390
- r$1._$litElement$ = !0, r$1["finalized"] = !0, (_globalThis_litElementHydrateSupport = (_globalThis$1 = globalThis).litElementHydrateSupport) === null || _globalThis_litElementHydrateSupport === void 0 ? void 0 : _globalThis_litElementHydrateSupport.call(_globalThis$1, {
2390
+ r$1._$litElement$ = !0, r$1["finalized"] = !0, (_globalThis_litElementHydrateSupport = (_globalThis = globalThis).litElementHydrateSupport) === null || _globalThis_litElementHydrateSupport === void 0 ? void 0 : _globalThis_litElementHydrateSupport.call(_globalThis, {
2391
2391
  LitElement: r$1
2392
2392
  });
2393
2393
  var i$4 = globalThis.litElementPolyfillSupport;
@@ -40968,14 +40968,14 @@ function indent(str, spaces) {
40968
40968
  var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
40969
40969
  // match is required
40970
40970
  if (!match) {
40971
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, {
40971
+ return nextMatch = nextMatch1, tokens = tokens1, i = i1, {
40972
40972
  v: nextMatch1
40973
40973
  };
40974
40974
  }
40975
40975
  var token = match.token, offset = match.offset;
40976
40976
  i1 += offset;
40977
40977
  if (token === " ") {
40978
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
40978
+ return nextMatch = nextMatch1, tokens = tokens1, i = i1, "continue";
40979
40979
  }
40980
40980
  tokens1 = _to_consumable_array$1(tokens1).concat([
40981
40981
  token
@@ -40994,7 +40994,7 @@ function indent(str, spaces) {
40994
40994
  if (contextKeys.some(function(el) {
40995
40995
  return el.startsWith(name);
40996
40996
  })) {
40997
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
40997
+ return nextMatch = nextMatch1, tokens = tokens1, i = i1, "continue";
40998
40998
  }
40999
40999
  if (dateTimeIdentifiers.some(function(el) {
41000
41000
  return el === name;
@@ -41013,9 +41013,9 @@ function indent(str, spaces) {
41013
41013
  if (dateTimeIdentifiers.some(function(el) {
41014
41014
  return el.startsWith(name);
41015
41015
  })) {
41016
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
41016
+ return nextMatch = nextMatch1, tokens = tokens1, i = i1, "continue";
41017
41017
  }
41018
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, {
41018
+ return nextMatch = nextMatch1, tokens = tokens1, i = i1, {
41019
41019
  v: nextMatch1
41020
41020
  };
41021
41021
  };
@@ -45022,9 +45022,9 @@ const preparePinsSettings = async (settings, context)=>{
45022
45022
  });
45023
45023
  };
45024
45024
 
45025
- var _globalThis;
45025
+ var _global;
45026
45026
  var _HTMLElement;
45027
- (_HTMLElement = (_globalThis = globalThis).HTMLElement) != null ? _HTMLElement : _globalThis.HTMLElement = HTMLElementShimWithRealType;
45027
+ (_HTMLElement = (_global = global).HTMLElement) != null ? _HTMLElement : _global.HTMLElement = HTMLElementShimWithRealType;
45028
45028
  let WebService = class WebService {
45029
45029
  filteredWebPinsSettings(item, path) {
45030
45030
  if (Array.isArray(item)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-web",
3
- "version": "0.47.1",
3
+ "version": "0.47.2",
4
4
  "dependencies": {},
5
5
  "main": "./index.cjs.js",
6
6
  "module": "./index.esm.js"