ngx-matomo-client
Advanced tools
Comparing version 6.4.0 to 6.4.1
@@ -7,3 +7,2 @@ export { runOnce as ɵrunOnce } from './utils/function'; | ||
export { InternalMatomoTracker as ɵInternalMatomoTracker } from './tracker/internal-matomo-tracker.service'; | ||
export { provideTestingTracker as ɵprovideTestingTracker, MatomoTestingTracker as ɵMatomoTestingTracker, } from './testing/testing-tracker'; | ||
export { createMatomoFeature as ɵcreateMatomoFeature } from './providers'; |
@@ -11,3 +11,2 @@ import { InjectionToken } from '@angular/core'; | ||
export declare const INTERNAL_MATOMO_CONFIGURATION: InjectionToken<InternalMatomoConfiguration>; | ||
export declare function createInternalMatomoConfiguration(): InternalMatomoConfiguration; | ||
/** | ||
@@ -18,3 +17,2 @@ * For internal use only. Injection token for deferred {@link InternalMatomoConfiguration}. | ||
export declare const DEFERRED_INTERNAL_MATOMO_CONFIGURATION: InjectionToken<DeferredInternalMatomoConfiguration>; | ||
export declare function createDeferredInternalMatomoConfiguration(): DeferredInternalMatomoConfiguration; | ||
/** | ||
@@ -35,3 +33,3 @@ * For internal use only. Injection token for fully loaded async {@link InternalMatomoConfiguration}. | ||
readonly configuration: Promise<InternalMatomoConfiguration>; | ||
markReady(configuration: InternalMatomoConfiguration): void; | ||
markReady(configuration: AutoMatomoConfiguration<'auto' | 'deferred'>): void; | ||
} | ||
@@ -38,0 +36,0 @@ /** |
import { Getters, NonEmptyArray, PrefixedType } from '../utils/types'; | ||
import * as i0 from "@angular/core"; | ||
type ReturnType<T> = T extends (...args: any) => infer R ? R : any; | ||
export type InternalMatomoTrackerType = Pick<InternalMatomoTracker<unknown, string>, 'get' | 'push' | 'pushFn'>; | ||
type InternalMatomoTrackerType = Pick<InternalMatomoTracker<unknown, string>, 'get' | 'push' | 'pushFn'>; | ||
export declare function createInternalMatomoTracker(): InternalMatomoTrackerType; | ||
@@ -22,5 +22,3 @@ export declare class InternalMatomoTracker<MATOMO, PREFIX extends string = ''> { | ||
pushFn<T>(_: (matomo: PrefixedType<MATOMO, PREFIX>) => T): Promise<T>; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NoopMatomoTracker<any, any>, never>; | ||
static ɵprov: i0.ɵɵInjectableDeclaration<NoopMatomoTracker<any, any>>; | ||
} | ||
export {}; |
{ | ||
"name": "ngx-matomo-client", | ||
"version": "6.4.0", | ||
"version": "6.4.1", | ||
"author": "Emmanuel Roux (https://github.com/EmmanuelRoux)", | ||
@@ -5,0 +5,0 @@ "description": "Matomo (fka. Piwik) client for Angular applications", |
@@ -1,1 +0,1 @@ | ||
export declare const version = "^6.4.0"; | ||
export declare const version = "^6.4.1"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = void 0; | ||
exports.version = '^6.4.0'; | ||
exports.version = '^6.4.1'; | ||
//# sourceMappingURL=version.js.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
0
1007608
156
10016