diff --git a/dist/npmts.cli.js b/dist/npmts.cli.js index e600ef1..13b6798 100644 --- a/dist/npmts.cli.js +++ b/dist/npmts.cli.js @@ -27,7 +27,7 @@ const NpmtsShip = require("./npmts.ship"); * Our privacy policy can be found here: https://lossless.gmbh/privacy.html */ let npmtsAnalytics = new plugins.smartanalytics.Analytics({ - apiEndPoint: 'https://pubapi-1.lossless.one/analytics', + apiEndPoint: 'https://pubapi.lossless.one/analytics', projectId: 'gitzone', appName: 'npmts' }); diff --git a/ts/npmts.cli.ts b/ts/npmts.cli.ts index 6023288..437ff92 100644 --- a/ts/npmts.cli.ts +++ b/ts/npmts.cli.ts @@ -19,7 +19,7 @@ import * as NpmtsShip from './npmts.ship' * Our privacy policy can be found here: https://lossless.gmbh/privacy.html */ let npmtsAnalytics = new plugins.smartanalytics.Analytics({ - apiEndPoint: 'https://pubapi-1.lossless.one/analytics', + apiEndPoint: 'https://pubapi.lossless.one/analytics', projectId: 'gitzone', appName: 'npmts' })