@ecodev/natural 42.2.0 → 42.3.2

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.
@@ -7,7 +7,7 @@ import * as i0 from "@angular/core";
7
7
  *
8
8
  * To complete this list, maybe see https://developer.matomo.org/guides/tracking-javascript-guide
9
9
  */
10
- declare type MatomoFunction = 'setCustomUrl' | 'setCustomVariable' | 'setDocumentTitle' | 'setReferrerUrl' | 'setSiteId' | 'setTrackerUrl' | 'trackPageView';
10
+ declare type MatomoFunction = 'setCustomUrl' | 'setCustomDimension' | 'setDocumentTitle' | 'setReferrerUrl' | 'setSiteId' | 'setTrackerUrl' | 'trackPageView';
11
11
  export declare type PaqItem = [MatomoFunction, ...(number | string | null)[]];
12
12
  /**
13
13
  * Service to track visitors via Matomo.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecodev/natural",
3
- "version": "42.2.0",
3
+ "version": "42.3.2",
4
4
  "license": "MIT",
5
5
  "repository": "github:Ecodev/natural",
6
6
  "sideEffects": false,