tango-app-api-store-builder 1.0.53 → 1.0.54

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-api-store-builder",
3
- "version": "1.0.53",
3
+ "version": "1.0.54",
4
4
  "description": "storeBuilder",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -33,7 +33,7 @@
33
33
  "path": "^0.12.7",
34
34
  "selenium-webdriver": "^4.31.0",
35
35
  "sharp": "^0.34.1",
36
- "tango-api-schema": "^2.5.37",
36
+ "tango-api-schema": "^2.5.39",
37
37
  "tango-app-api-middleware": "3.1.48",
38
38
  "url": "^0.11.4",
39
39
  "winston": "^3.17.0",
@@ -2462,7 +2462,7 @@ export async function createPlanoFromCAD( req, res ) {
2462
2462
  status: 'completed',
2463
2463
  productResolutionLevel: 'L2',
2464
2464
  scanType: 'qr',
2465
- planoStrategy: 'nonivm',
2465
+ planoStrategy: 'nonIvm',
2466
2466
  ...userMeta,
2467
2467
  };
2468
2468