qntjs-lib 2.0.1 → 2.0.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.
@@ -216,7 +216,7 @@ function pt(t, n) {
216
216
  return o;
217
217
  }
218
218
  function V() {
219
- return typeof process > "u" || typeof process.env > "u" ? !1 : process?.env?.SKIP_DENSE_OPTIMIZATION === "true";
219
+ return typeof process > "u" || typeof process.env > "u" ? !1 : process.env.SKIP_DENSE_OPTIMIZATION === "true";
220
220
  }
221
221
  function wt(t, n, l, o = !0) {
222
222
  if (n <= 0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qntjs-lib",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "type": "module",
5
5
  "main": "./dist/bundle/index.js",
6
6
  "types": "./dist/index.d.ts",