@team-monolith/pxt-core 0.2.0 → 0.2.1

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/built/pxt.js CHANGED
@@ -120956,7 +120956,8 @@ var pxt;
120956
120956
  function getEnv() {
120957
120957
  return window.location.hostname === "localhost"
120958
120958
  ? "local"
120959
- : window.location.hostname.includes("dev")
120959
+ : window.location.hostname.includes("dev") ||
120960
+ window.location.hostname.includes("revised")
120960
120961
  ? "dev"
120961
120962
  : "prd";
120962
120963
  }
package/built/pxtlib.js CHANGED
@@ -23270,7 +23270,8 @@ var pxt;
23270
23270
  function getEnv() {
23271
23271
  return window.location.hostname === "localhost"
23272
23272
  ? "local"
23273
- : window.location.hostname.includes("dev")
23273
+ : window.location.hostname.includes("dev") ||
23274
+ window.location.hostname.includes("revised")
23274
23275
  ? "dev"
23275
23276
  : "prd";
23276
23277
  }
package/built/target.js CHANGED
@@ -4302,7 +4302,7 @@ var pxtTargetBundle = {
4302
4302
  }
4303
4303
  }
4304
4304
  },
4305
- "sha": "698413e78009e89a8eb1e00e19688ac1c42a9cc3725a1b6fd0fd94857c3afaf9"
4305
+ "sha": "cdb29c91a2c1dcff42cd7f6a8c764fd41fe9876d3d63f28d84541bb22932efaf"
4306
4306
  }
4307
4307
  }
4308
4308
  }
@@ -23276,7 +23276,8 @@ var pxt;
23276
23276
  function getEnv() {
23277
23277
  return window.location.hostname === "localhost"
23278
23278
  ? "local"
23279
- : window.location.hostname.includes("dev")
23279
+ : window.location.hostname.includes("dev") ||
23280
+ window.location.hostname.includes("revised")
23280
23281
  ? "dev"
23281
23282
  : "prd";
23282
23283
  }
@@ -120957,7 +120957,8 @@ var pxt;
120957
120957
  function getEnv() {
120958
120958
  return window.location.hostname === "localhost"
120959
120959
  ? "local"
120960
- : window.location.hostname.includes("dev")
120960
+ : window.location.hostname.includes("dev") ||
120961
+ window.location.hostname.includes("revised")
120961
120962
  ? "dev"
120962
120963
  : "prd";
120963
120964
  }
@@ -23270,7 +23270,8 @@ var pxt;
23270
23270
  function getEnv() {
23271
23271
  return window.location.hostname === "localhost"
23272
23272
  ? "local"
23273
- : window.location.hostname.includes("dev")
23273
+ : window.location.hostname.includes("dev") ||
23274
+ window.location.hostname.includes("revised")
23274
23275
  ? "dev"
23275
23276
  : "prd";
23276
23277
  }
@@ -120967,7 +120967,8 @@ var pxt;
120967
120967
  function getEnv() {
120968
120968
  return window.location.hostname === "localhost"
120969
120969
  ? "local"
120970
- : window.location.hostname.includes("dev")
120970
+ : window.location.hostname.includes("dev") ||
120971
+ window.location.hostname.includes("revised")
120971
120972
  ? "dev"
120972
120973
  : "prd";
120973
120974
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@team-monolith/pxt-core",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "files": [
5
5
  "README.md",
6
6
  "built/*.js",