@fctc/interface-logic 3.5.0 → 3.5.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/dist/provider.js CHANGED
@@ -5971,7 +5971,6 @@ var initialEnvState = {
5971
5971
  },
5972
5972
  context: {
5973
5973
  uid: null,
5974
- allowed_company_ids: [],
5975
5974
  lang: "vi_VN",
5976
5975
  tz: "Asia/Saigon"
5977
5976
  }
package/dist/provider.mjs CHANGED
@@ -5928,7 +5928,6 @@ var initialEnvState = {
5928
5928
  },
5929
5929
  context: {
5930
5930
  uid: null,
5931
- allowed_company_ids: [],
5932
5931
  lang: "vi_VN",
5933
5932
  tz: "Asia/Saigon"
5934
5933
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/interface-logic",
3
- "version": "3.5.0",
3
+ "version": "3.5.1",
4
4
  "types": "dist/index.d.ts",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",