@fctc/interface-logic 1.3.6 → 1.3.7

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/hooks.js CHANGED
@@ -4551,6 +4551,7 @@ var ViewService = {
4551
4551
  },
4552
4552
  async getVersion() {
4553
4553
  const env2 = getEnv();
4554
+ console.log("quan", env2);
4554
4555
  return env2?.requests.get("", {
4555
4556
  headers: {
4556
4557
  "Content-Type": "application/json"
package/dist/hooks.mjs CHANGED
@@ -4448,6 +4448,7 @@ var ViewService = {
4448
4448
  },
4449
4449
  async getVersion() {
4450
4450
  const env2 = getEnv();
4451
+ console.log("quan", env2);
4451
4452
  return env2?.requests.get("", {
4452
4453
  headers: {
4453
4454
  "Content-Type": "application/json"
package/dist/provider.js CHANGED
@@ -3379,6 +3379,7 @@ var ViewService = {
3379
3379
  },
3380
3380
  async getVersion() {
3381
3381
  const env2 = getEnv();
3382
+ console.log("quan", env2);
3382
3383
  return env2?.requests.get("", {
3383
3384
  headers: {
3384
3385
  "Content-Type": "application/json"
package/dist/provider.mjs CHANGED
@@ -3341,6 +3341,7 @@ var ViewService = {
3341
3341
  },
3342
3342
  async getVersion() {
3343
3343
  const env2 = getEnv();
3344
+ console.log("quan", env2);
3344
3345
  return env2?.requests.get("", {
3345
3346
  headers: {
3346
3347
  "Content-Type": "application/json"
package/dist/services.js CHANGED
@@ -4467,6 +4467,7 @@ var ViewService = {
4467
4467
  },
4468
4468
  async getVersion() {
4469
4469
  const env2 = getEnv();
4470
+ console.log("quan", env2);
4470
4471
  return env2?.requests.get("", {
4471
4472
  headers: {
4472
4473
  "Content-Type": "application/json"
package/dist/services.mjs CHANGED
@@ -4423,6 +4423,7 @@ var ViewService = {
4423
4423
  },
4424
4424
  async getVersion() {
4425
4425
  const env2 = getEnv();
4426
+ console.log("quan", env2);
4426
4427
  return env2?.requests.get("", {
4427
4428
  headers: {
4428
4429
  "Content-Type": "application/json"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/interface-logic",
3
- "version": "1.3.6",
3
+ "version": "1.3.7",
4
4
  "types": "dist/index.d.ts",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",