@speedkit/cli 2.89.0 → 2.90.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,11 @@
1
+ # [2.90.0](https://gitlab.orestes.info/baqend/speed-kit-cli/compare/v2.89.0...v2.90.0) (2025-07-08)
2
+
3
+
4
+ ### Features
5
+
6
+ * **config-wizard:** add new "affid" affiliate id tracking param to the strip query param list ([eefc936](https://gitlab.orestes.info/baqend/speed-kit-cli/commit/eefc93665c993af2a1369062029196f9a4b3ee61))
7
+ * **config-wizard:** add new "affid" affiliate id tracking param to the strip query param list ([9028cc4](https://gitlab.orestes.info/baqend/speed-kit-cli/commit/9028cc499d65bdd5ee4f1e3d7ffa8515df0cd1e7))
8
+
1
9
  # [2.89.0](https://gitlab.orestes.info/baqend/speed-kit-cli/compare/v2.88.0...v2.89.0) (2025-07-04)
2
10
 
3
11
 
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.89.0 linux-x64 node-v20.19.3
24
+ @speedkit/cli/2.90.0 linux-x64 node-v20.19.3
25
25
  $ sk --help [COMMAND]
26
26
  USAGE
27
27
  $ sk COMMAND
@@ -371,6 +371,7 @@
371
371
  "yclid", // Yandex Click ID
372
372
  "zanpid", // AWIN (former Zanox Affiliate Network)
373
373
  /^(mb|nb|nx|ny)$/,
374
+ /^affid$/i, // Affiliate ID
374
375
  /^WT\./, // WebTrends
375
376
  /^[gw]braid$/, // Google's iOS web-to-app campaign measurement
376
377
  /^bv(state|messageType|notificationId|recipientDomain)$/, // Bazaarvoice
@@ -712,5 +712,5 @@
712
712
  ]
713
713
  }
714
714
  },
715
- "version": "2.89.0"
715
+ "version": "2.90.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.89.0",
4
+ "version": "2.90.0",
5
5
  "author": {
6
6
  "name": "Baqend.com",
7
7
  "email": "info@baqend.com"