@webto-id/variant-check 0.1.8 → 0.1.9

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/cli.js CHANGED
@@ -2578,8 +2578,6 @@ var SHADOWED_GLOBALS = [
2578
2578
  "XMLHttpRequest",
2579
2579
  "WebSocket",
2580
2580
  "EventSource",
2581
- "eval",
2582
- "Function",
2583
2581
  "localStorage",
2584
2582
  "sessionStorage",
2585
2583
  "indexedDB",
package/dist/index.js CHANGED
@@ -2575,8 +2575,6 @@ var SHADOWED_GLOBALS = [
2575
2575
  "XMLHttpRequest",
2576
2576
  "WebSocket",
2577
2577
  "EventSource",
2578
- "eval",
2579
- "Function",
2580
2578
  "localStorage",
2581
2579
  "sessionStorage",
2582
2580
  "indexedDB",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webto-id/variant-check",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Lint, compile and preview a Webto Variant Format (.astro subset) section variant with the exact compiler the webto.id marketplace uses.",
5
5
  "license": "MIT",
6
6
  "type": "module",