@fctc/interface-logic 3.4.1 → 3.4.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/hooks.js CHANGED
@@ -5249,7 +5249,8 @@ function useViewService() {
5249
5249
  "pos.note",
5250
5250
  "ir.ui.view",
5251
5251
  "product.tag",
5252
- "ir.module.module"
5252
+ "ir.module.module",
5253
+ "pos_preparation_display.display"
5253
5254
  ]
5254
5255
  }
5255
5256
  };
package/dist/hooks.mjs CHANGED
@@ -5114,7 +5114,8 @@ function useViewService() {
5114
5114
  "pos.note",
5115
5115
  "ir.ui.view",
5116
5116
  "product.tag",
5117
- "ir.module.module"
5117
+ "ir.module.module",
5118
+ "pos_preparation_display.display"
5118
5119
  ]
5119
5120
  }
5120
5121
  };
package/dist/provider.js CHANGED
@@ -5243,7 +5243,8 @@ function useViewService() {
5243
5243
  "pos.note",
5244
5244
  "ir.ui.view",
5245
5245
  "product.tag",
5246
- "ir.module.module"
5246
+ "ir.module.module",
5247
+ "pos_preparation_display.display"
5247
5248
  ]
5248
5249
  }
5249
5250
  };
package/dist/provider.mjs CHANGED
@@ -5200,7 +5200,8 @@ function useViewService() {
5200
5200
  "pos.note",
5201
5201
  "ir.ui.view",
5202
5202
  "product.tag",
5203
- "ir.module.module"
5203
+ "ir.module.module",
5204
+ "pos_preparation_display.display"
5204
5205
  ]
5205
5206
  }
5206
5207
  };
package/dist/services.js CHANGED
@@ -5429,7 +5429,8 @@ function useViewService() {
5429
5429
  "pos.note",
5430
5430
  "ir.ui.view",
5431
5431
  "product.tag",
5432
- "ir.module.module"
5432
+ "ir.module.module",
5433
+ "pos_preparation_display.display"
5433
5434
  ]
5434
5435
  }
5435
5436
  };
package/dist/services.mjs CHANGED
@@ -5385,7 +5385,8 @@ function useViewService() {
5385
5385
  "pos.note",
5386
5386
  "ir.ui.view",
5387
5387
  "product.tag",
5388
- "ir.module.module"
5388
+ "ir.module.module",
5389
+ "pos_preparation_display.display"
5389
5390
  ]
5390
5391
  }
5391
5392
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/interface-logic",
3
- "version": "3.4.1",
3
+ "version": "3.4.2",
4
4
  "types": "dist/index.d.ts",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",