@pixwel/pixwel-sdk 2.1.21 → 2.1.22

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.
@@ -448,6 +448,7 @@ var Ingest = function (_Model) {
448
448
  case "1.000":
449
449
  tags.Aspect = "1:1";
450
450
  break;
451
+ case '1.317':
451
452
  case "1.347":
452
453
  tags.Aspect = "4:3";
453
454
  break;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pixwel/pixwel-sdk",
3
3
  "description": "",
4
- "version": "2.1.21",
4
+ "version": "2.1.22",
5
5
  "author": "Pixwel",
6
6
  "license": "UNLICENSED",
7
7
  "main": "./dist/index.js",
package/src/Ingest.js CHANGED
@@ -423,6 +423,7 @@ export default class Ingest extends Model {
423
423
  case "1.000":
424
424
  tags.Aspect = "1:1";
425
425
  break;
426
+ case '1.317':
426
427
  case "1.347":
427
428
  tags.Aspect = "4:3";
428
429
  break;