ngx-matomo-client
Advanced tools
Comparing version 5.0.0-next.1 to 5.0.0-next.2
@@ -11,5 +11,9 @@ import { EnvironmentProviders, Provider, Type } from '@angular/core'; | ||
export declare const enum MatomoFeatureKind { | ||
/** @see withScriptFactory */ | ||
ScriptFactory = 0, | ||
/** @see withRouter */ | ||
Router = 1, | ||
/** @see withRouterInterceptors */ | ||
RouterInterceptors = 2, | ||
/** @see withRouteData */ | ||
BuiltInRouteDataInterceptor = 3 | ||
@@ -16,0 +20,0 @@ } |
{ | ||
"name": "ngx-matomo-client", | ||
"version": "5.0.0-next.1", | ||
"version": "5.0.0-next.2", | ||
"author": "Emmanuel Roux (https://github.com/EmmanuelRoux)", | ||
@@ -5,0 +5,0 @@ "description": "Matomo (fka. Piwik) client for Angular applications", |
export { NgxMatomoModule, NgxMatomoTrackerModule } from './lib/ngx-matomo.module'; | ||
export { provideMatomo, withScriptFactory, withRouter, withRouterInterceptors, } from './lib/ngx-matomo-providers'; | ||
export { MatomoTracker, MatomoECommerceItem, MatomoECommerceView, MatomoECommerceItemView, MatomoECommerceCategoryView, } from './lib/tracker/matomo-tracker.service'; | ||
export { provideMatomo, withScriptFactory, withRouter, withRouterInterceptors, withRouteData, MatomoFeatureKind, MatomoFeature, } from './lib/ngx-matomo-providers'; | ||
export { MatomoTracker, MatomoECommerceItem, MatomoECommerceView, MatomoECommerceItemView, MatomoECommerceCategoryView, PagePerformanceTimings, } from './lib/tracker/matomo-tracker.service'; | ||
export { MatomoInitializerService } from './lib/tracker/matomo-initializer.service'; | ||
@@ -5,0 +5,0 @@ export { MatomoConfiguration, MATOMO_CONFIGURATION, AutoMatomoConfiguration, MatomoInitializationMode, MatomoConsentMode, InternalMatomoConfiguration, INTERNAL_MATOMO_CONFIGURATION, } from './lib/tracker/configuration'; |
@@ -1,1 +0,1 @@ | ||
export declare const version = "^5.0.0-next.1"; | ||
export declare const version = "^5.0.0-next.2"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = void 0; | ||
exports.version = '^5.0.0-next.1'; | ||
exports.version = '^5.0.0-next.2'; | ||
//# 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
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
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
871799
8143