@takram/three-clouds 0.2.1 → 0.2.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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.2.2] - 2025-05-23
4
+
5
+ ### Fixed
6
+
7
+ - Removed `process.env.NODE_ENV` from the ES build output.
8
+
3
9
  ## [0.2.1] - 2025-03-14
4
10
 
5
11
  ### Fixed
package/build/shared.js CHANGED
@@ -176,7 +176,7 @@ b.DEFAULT = /* @__PURE__ */ new b([
176
176
  { channel: "a" }
177
177
  ]);
178
178
  let K = b;
179
- var at = process.env.NODE_ENV === "production", fe = "Invariant failed";
179
+ var at = "production" === "production", fe = "Invariant failed";
180
180
  function A(o, e) {
181
181
  if (!o) {
182
182
  if (at)