@speedkit/cli 2.30.1 → 2.31.0

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [2.31.0](https://gitlab.orestes.info/baqend/speed-kit-cli/compare/v2.30.1...v2.31.0) (2024-06-04)
2
+
3
+
4
+ ### Features
5
+
6
+ * **customer-config:** update exemplary enabled sites ([8bfd888](https://gitlab.orestes.info/baqend/speed-kit-cli/commit/8bfd8885b978e227147aa4f5ac45b14e12bb03a3))
7
+
1
8
  ## [2.30.1](https://gitlab.orestes.info/baqend/speed-kit-cli/compare/v2.30.0...v2.30.1) (2024-06-03)
2
9
 
3
10
 
package/README.md CHANGED
@@ -21,7 +21,7 @@ $ npm install -g @speedkit/cli
21
21
  $ sk COMMAND
22
22
  running command...
23
23
  $ sk (--version)
24
- @speedkit/cli/2.30.1 linux-x64 node-v20.14.0
24
+ @speedkit/cli/2.31.0 linux-x64 node-v20.14.0
25
25
  $ sk --help [COMMAND]
26
26
  USAGE
27
27
  $ sk COMMAND
@@ -50,10 +50,15 @@
50
50
  {
51
51
  pathname: [
52
52
  // TODO: adjust/replace this exemplary list
53
- {{#if isShopify}}
54
53
 
55
- "/collections/",
56
- "/products/",
54
+ /^\/$/, // Home
55
+
56
+ {{#if isShopify}}
57
+ "/collections/", // Category & PLP
58
+ "/products/", // PDP
59
+ {{else}}
60
+ "/c/", // Category & PLP
61
+ "/p/", // PDP
57
62
  {{/if}}
58
63
  ],
59
64
  },
@@ -675,5 +675,5 @@
675
675
  ]
676
676
  }
677
677
  },
678
- "version": "2.30.1"
678
+ "version": "2.31.0"
679
679
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@speedkit/cli",
3
3
  "description": "Speed Kit CLI",
4
- "version": "2.30.1",
4
+ "version": "2.31.0",
5
5
  "author": {
6
6
  "name": "Baqend.com",
7
7
  "email": "info@baqend.com"