@speedkit/cli 2.44.0 → 2.45.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.45.0](https://gitlab.orestes.info/baqend/speed-kit-cli/compare/v2.44.0...v2.45.0) (2024-07-22)
2
+
3
+
4
+ ### Features
5
+
6
+ * **config-wizard:** add new "gb_clk" Click tracking param to the strip query param list ([bed243c](https://gitlab.orestes.info/baqend/speed-kit-cli/commit/bed243ca47e4326cccf96c38e87e4febace7d28e))
7
+
1
8
  # [2.44.0](https://gitlab.orestes.info/baqend/speed-kit-cli/compare/v2.43.1...v2.44.0) (2024-07-19)
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.44.0 linux-x64 node-v20.15.1
24
+ @speedkit/cli/2.45.0 linux-x64 node-v20.15.1
25
25
  $ sk --help [COMMAND]
26
26
  USAGE
27
27
  $ sk COMMAND
@@ -333,6 +333,7 @@
333
333
  "ttclid", // TikTok Click ID
334
334
  "yclid", // Yandex Click ID
335
335
  "zanpid", // AWIN (former Zanox Affiliate Network)
336
+ "gb_clk", //Click tracking
336
337
  /^[gw]braid$/, // Google's iOS web-to-app campaign measurement
337
338
  /^campaign(_id)?$/,
338
339
  /^cq_/,
@@ -712,5 +712,5 @@
712
712
  ]
713
713
  }
714
714
  },
715
- "version": "2.44.0"
715
+ "version": "2.45.0"
716
716
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@speedkit/cli",
3
3
  "description": "Speed Kit CLI",
4
- "version": "2.44.0",
4
+ "version": "2.45.0",
5
5
  "author": {
6
6
  "name": "Baqend.com",
7
7
  "email": "info@baqend.com"