@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.js CHANGED
@@ -5550,6 +5550,7 @@ var ViewService = {
5550
5550
  },
5551
5551
  async getVersion() {
5552
5552
  const env2 = getEnv();
5553
+ console.log("env", env2);
5553
5554
  return env2?.requests.get("", {
5554
5555
  headers: {
5555
5556
  "Content-Type": "application/json"