@fctc/interface-logic 1.8.1 → 1.8.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/dist/index.mjs CHANGED
@@ -5307,6 +5307,7 @@ var ViewService = {
5307
5307
  },
5308
5308
  async getVersion() {
5309
5309
  const env2 = getEnv();
5310
+ console.log("env", env2);
5310
5311
  return env2?.requests.get("", {
5311
5312
  headers: {
5312
5313
  "Content-Type": "application/json"