@caweb/cli 1.16.2 → 1.16.4

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.
@@ -498,10 +498,18 @@ function generateShortcodes( mainContent, opts = {
498
498
  case 4:
499
499
  colType = '1_3';
500
500
  break;
501
+ // 2/5 columns
502
+ case 5:
503
+ colType = '2_5';
504
+ break;
501
505
  // 1/2 columns
502
506
  case 6:
503
507
  colType = '1_2';
504
508
  break;
509
+ // 3/5 columns
510
+ case 7:
511
+ colType = '3_5';
512
+ break;
505
513
  // 2/3 columns
506
514
  case 8:
507
515
  colType = '2_3';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caweb/cli",
3
- "version": "1.16.2",
3
+ "version": "1.16.4",
4
4
  "description": "CAWebPublishing Command Line Interface.",
5
5
  "exports": "./lib/env.js",
6
6
  "type": "module",
@@ -68,12 +68,12 @@
68
68
  "@caweb/css-audit-webpack-plugin": "^2.1.5",
69
69
  "@caweb/html-webpack-plugin": "^2.1.9",
70
70
  "@caweb/jshint-webpack-plugin": "^2.1.5",
71
- "@caweb/webpack": "^2.0.1",
71
+ "@caweb/webpack": "^2.0.4",
72
72
  "@inquirer/prompts": "^8.3.0",
73
73
  "@noble/hashes": "^2.0.1",
74
74
  "@wordpress/create-block": "^4.83.0",
75
75
  "@wordpress/env": "^11.0.0",
76
- "axios": "^1.13.5",
76
+ "axios": "^1.13.6",
77
77
  "axios-retry": "^4.5.0",
78
78
  "chalk": "^5.6.2",
79
79
  "commander": "^14.0.3",