@planoly/planogram-config 1.0.5 → 1.0.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/index.cjs CHANGED
@@ -27,7 +27,7 @@ module.exports = __toCommonJS(index_exports);
27
27
 
28
28
  // postExperienceConfig.json
29
29
  var postExperienceConfig_default = {
30
- version: "1.0.5",
30
+ version: "1.0.7",
31
31
  platforms: [
32
32
  {
33
33
  name: "tiktok",
@@ -254,10 +254,10 @@ var postExperienceConfig_default = {
254
254
  },
255
255
  {
256
256
  type: "autoPostVideoMaxDimensions",
257
- userErrorMessage: "Media ineligible for auto-post. Crop your video to be a maximum of 2160 pixels in width and 3840 pixels in height to meet Instagram's guidelines.",
257
+ userErrorMessage: "Media ineligible for auto-post. Your video exceeds Instagram's resolution limit. Resize it to a maximum of 3840\xD72160 pixels (landscape) or 2160\xD73840 pixels (portrait).",
258
258
  errorHelpLink: "https://help.planoly.com/knowledge/auto-post-guidelines-and-limitations",
259
259
  parameters: {
260
- width: 2160,
260
+ width: 3840,
261
261
  height: 3840
262
262
  }
263
263
  },
@@ -459,10 +459,10 @@ var postExperienceConfig_default = {
459
459
  },
460
460
  {
461
461
  type: "autoPostVideoMaxDimensions",
462
- userErrorMessage: "Media ineligible for auto-post. Crop your video to be a maximum of 1920 pixels in width and 3840 pixels in height to meet Instagram's guidelines.",
462
+ userErrorMessage: "Media ineligible for auto-post. Your video exceeds Instagram's resolution limit. Resize it to a maximum of 3840\xD72160 pixels (landscape) or 2160\xD73840 pixels (portrait).",
463
463
  errorHelpLink: "https://help.planoly.com/knowledge/auto-post-guidelines-and-limitations",
464
464
  parameters: {
465
- width: 2160,
465
+ width: 3840,
466
466
  height: 3840
467
467
  }
468
468
  },
@@ -627,10 +627,10 @@ var postExperienceConfig_default = {
627
627
  },
628
628
  {
629
629
  type: "autoPostVideoMaxDimensions",
630
- userErrorMessage: "Media ineligible for auto-post. Crop your video to be a maximum of 2160 pixels in width and 3840 pixels in height to meet Instagram's guidelines.",
630
+ userErrorMessage: "Media ineligible for auto-post. Your video exceeds Instagram's resolution limit. Resize it to a maximum of 3840\xD72160 pixels (landscape) or 2160\xD73840 pixels (portrait).",
631
631
  errorHelpLink: "https://help.planoly.com/knowledge/auto-post-guidelines-and-limitations",
632
632
  parameters: {
633
- width: 2160,
633
+ width: 3840,
634
634
  height: 3840
635
635
  }
636
636
  },
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- var version = "1.0.5";
1
+ var version = "1.0.7";
2
2
  var platforms = [
3
3
  {
4
4
  name: "tiktok",
@@ -230,10 +230,10 @@ var platforms = [
230
230
  },
231
231
  {
232
232
  type: "autoPostVideoMaxDimensions",
233
- userErrorMessage: "Media ineligible for auto-post. Crop your video to be a maximum of 2160 pixels in width and 3840 pixels in height to meet Instagram's guidelines.",
233
+ userErrorMessage: "Media ineligible for auto-post. Your video exceeds Instagram's resolution limit. Resize it to a maximum of 3840×2160 pixels (landscape) or 2160×3840 pixels (portrait).",
234
234
  errorHelpLink: "https://help.planoly.com/knowledge/auto-post-guidelines-and-limitations",
235
235
  parameters: {
236
- width: 2160,
236
+ width: 3840,
237
237
  height: 3840
238
238
  }
239
239
  },
@@ -437,10 +437,10 @@ var platforms = [
437
437
  },
438
438
  {
439
439
  type: "autoPostVideoMaxDimensions",
440
- userErrorMessage: "Media ineligible for auto-post. Crop your video to be a maximum of 1920 pixels in width and 3840 pixels in height to meet Instagram's guidelines.",
440
+ userErrorMessage: "Media ineligible for auto-post. Your video exceeds Instagram's resolution limit. Resize it to a maximum of 3840×2160 pixels (landscape) or 2160×3840 pixels (portrait).",
441
441
  errorHelpLink: "https://help.planoly.com/knowledge/auto-post-guidelines-and-limitations",
442
442
  parameters: {
443
- width: 2160,
443
+ width: 3840,
444
444
  height: 3840
445
445
  }
446
446
  },
@@ -608,10 +608,10 @@ var platforms = [
608
608
  },
609
609
  {
610
610
  type: "autoPostVideoMaxDimensions",
611
- userErrorMessage: "Media ineligible for auto-post. Crop your video to be a maximum of 2160 pixels in width and 3840 pixels in height to meet Instagram's guidelines.",
611
+ userErrorMessage: "Media ineligible for auto-post. Your video exceeds Instagram's resolution limit. Resize it to a maximum of 3840×2160 pixels (landscape) or 2160×3840 pixels (portrait).",
612
612
  errorHelpLink: "https://help.planoly.com/knowledge/auto-post-guidelines-and-limitations",
613
613
  parameters: {
614
- width: 2160,
614
+ width: 3840,
615
615
  height: 3840
616
616
  }
617
617
  },
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- var version = "1.0.5";
1
+ var version = "1.0.7";
2
2
  var platforms = [
3
3
  {
4
4
  name: "tiktok",
@@ -230,10 +230,10 @@ var platforms = [
230
230
  },
231
231
  {
232
232
  type: "autoPostVideoMaxDimensions",
233
- userErrorMessage: "Media ineligible for auto-post. Crop your video to be a maximum of 2160 pixels in width and 3840 pixels in height to meet Instagram's guidelines.",
233
+ userErrorMessage: "Media ineligible for auto-post. Your video exceeds Instagram's resolution limit. Resize it to a maximum of 3840×2160 pixels (landscape) or 2160×3840 pixels (portrait).",
234
234
  errorHelpLink: "https://help.planoly.com/knowledge/auto-post-guidelines-and-limitations",
235
235
  parameters: {
236
- width: 2160,
236
+ width: 3840,
237
237
  height: 3840
238
238
  }
239
239
  },
@@ -437,10 +437,10 @@ var platforms = [
437
437
  },
438
438
  {
439
439
  type: "autoPostVideoMaxDimensions",
440
- userErrorMessage: "Media ineligible for auto-post. Crop your video to be a maximum of 1920 pixels in width and 3840 pixels in height to meet Instagram's guidelines.",
440
+ userErrorMessage: "Media ineligible for auto-post. Your video exceeds Instagram's resolution limit. Resize it to a maximum of 3840×2160 pixels (landscape) or 2160×3840 pixels (portrait).",
441
441
  errorHelpLink: "https://help.planoly.com/knowledge/auto-post-guidelines-and-limitations",
442
442
  parameters: {
443
- width: 2160,
443
+ width: 3840,
444
444
  height: 3840
445
445
  }
446
446
  },
@@ -608,10 +608,10 @@ var platforms = [
608
608
  },
609
609
  {
610
610
  type: "autoPostVideoMaxDimensions",
611
- userErrorMessage: "Media ineligible for auto-post. Crop your video to be a maximum of 2160 pixels in width and 3840 pixels in height to meet Instagram's guidelines.",
611
+ userErrorMessage: "Media ineligible for auto-post. Your video exceeds Instagram's resolution limit. Resize it to a maximum of 3840×2160 pixels (landscape) or 2160×3840 pixels (portrait).",
612
612
  errorHelpLink: "https://help.planoly.com/knowledge/auto-post-guidelines-and-limitations",
613
613
  parameters: {
614
- width: 2160,
614
+ width: 3840,
615
615
  height: 3840
616
616
  }
617
617
  },
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  // postExperienceConfig.json
2
2
  var postExperienceConfig_default = {
3
- version: "1.0.5",
3
+ version: "1.0.7",
4
4
  platforms: [
5
5
  {
6
6
  name: "tiktok",
@@ -227,10 +227,10 @@ var postExperienceConfig_default = {
227
227
  },
228
228
  {
229
229
  type: "autoPostVideoMaxDimensions",
230
- userErrorMessage: "Media ineligible for auto-post. Crop your video to be a maximum of 2160 pixels in width and 3840 pixels in height to meet Instagram's guidelines.",
230
+ userErrorMessage: "Media ineligible for auto-post. Your video exceeds Instagram's resolution limit. Resize it to a maximum of 3840\xD72160 pixels (landscape) or 2160\xD73840 pixels (portrait).",
231
231
  errorHelpLink: "https://help.planoly.com/knowledge/auto-post-guidelines-and-limitations",
232
232
  parameters: {
233
- width: 2160,
233
+ width: 3840,
234
234
  height: 3840
235
235
  }
236
236
  },
@@ -432,10 +432,10 @@ var postExperienceConfig_default = {
432
432
  },
433
433
  {
434
434
  type: "autoPostVideoMaxDimensions",
435
- userErrorMessage: "Media ineligible for auto-post. Crop your video to be a maximum of 1920 pixels in width and 3840 pixels in height to meet Instagram's guidelines.",
435
+ userErrorMessage: "Media ineligible for auto-post. Your video exceeds Instagram's resolution limit. Resize it to a maximum of 3840\xD72160 pixels (landscape) or 2160\xD73840 pixels (portrait).",
436
436
  errorHelpLink: "https://help.planoly.com/knowledge/auto-post-guidelines-and-limitations",
437
437
  parameters: {
438
- width: 2160,
438
+ width: 3840,
439
439
  height: 3840
440
440
  }
441
441
  },
@@ -600,10 +600,10 @@ var postExperienceConfig_default = {
600
600
  },
601
601
  {
602
602
  type: "autoPostVideoMaxDimensions",
603
- userErrorMessage: "Media ineligible for auto-post. Crop your video to be a maximum of 2160 pixels in width and 3840 pixels in height to meet Instagram's guidelines.",
603
+ userErrorMessage: "Media ineligible for auto-post. Your video exceeds Instagram's resolution limit. Resize it to a maximum of 3840\xD72160 pixels (landscape) or 2160\xD73840 pixels (portrait).",
604
604
  errorHelpLink: "https://help.planoly.com/knowledge/auto-post-guidelines-and-limitations",
605
605
  parameters: {
606
- width: 2160,
606
+ width: 3840,
607
607
  height: 3840
608
608
  }
609
609
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@planoly/planogram-config",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "description": "Centralized configuration for Planoly post experience across all platforms",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.5",
2
+ "version": "1.0.7",
3
3
  "platforms": [
4
4
  {
5
5
  "name": "tiktok",
@@ -226,10 +226,10 @@
226
226
  },
227
227
  {
228
228
  "type": "autoPostVideoMaxDimensions",
229
- "userErrorMessage": "Media ineligible for auto-post. Crop your video to be a maximum of 2160 pixels in width and 3840 pixels in height to meet Instagram's guidelines.",
229
+ "userErrorMessage": "Media ineligible for auto-post. Your video exceeds Instagram's resolution limit. Resize it to a maximum of 3840×2160 pixels (landscape) or 2160×3840 pixels (portrait).",
230
230
  "errorHelpLink": "https://help.planoly.com/knowledge/auto-post-guidelines-and-limitations",
231
231
  "parameters": {
232
- "width": 2160,
232
+ "width": 3840,
233
233
  "height": 3840
234
234
  }
235
235
  },
@@ -431,10 +431,10 @@
431
431
  },
432
432
  {
433
433
  "type": "autoPostVideoMaxDimensions",
434
- "userErrorMessage": "Media ineligible for auto-post. Crop your video to be a maximum of 1920 pixels in width and 3840 pixels in height to meet Instagram's guidelines.",
434
+ "userErrorMessage": "Media ineligible for auto-post. Your video exceeds Instagram's resolution limit. Resize it to a maximum of 3840×2160 pixels (landscape) or 2160×3840 pixels (portrait).",
435
435
  "errorHelpLink": "https://help.planoly.com/knowledge/auto-post-guidelines-and-limitations",
436
436
  "parameters": {
437
- "width": 2160,
437
+ "width": 3840,
438
438
  "height": 3840
439
439
  }
440
440
  },
@@ -599,10 +599,10 @@
599
599
  },
600
600
  {
601
601
  "type": "autoPostVideoMaxDimensions",
602
- "userErrorMessage": "Media ineligible for auto-post. Crop your video to be a maximum of 2160 pixels in width and 3840 pixels in height to meet Instagram's guidelines.",
602
+ "userErrorMessage": "Media ineligible for auto-post. Your video exceeds Instagram's resolution limit. Resize it to a maximum of 3840×2160 pixels (landscape) or 2160×3840 pixels (portrait).",
603
603
  "errorHelpLink": "https://help.planoly.com/knowledge/auto-post-guidelines-and-limitations",
604
604
  "parameters": {
605
- "width": 2160,
605
+ "width": 3840,
606
606
  "height": 3840
607
607
  }
608
608
  },