@socialgouv/matomo-postgres
Advanced tools
Comparing version 2.0.0-beta.1 to 2.0.0-beta.2
@@ -10,3 +10,6 @@ #!/usr/bin/env node | ||
console.log(`\nRunning @socialgouv/matomo-postgres ${date}\n`); | ||
console.log(`\nRunning migrations\n`); | ||
require("../dist/migrate-latest"); | ||
console.log(`\nStarting import\n`); | ||
run(date); | ||
} |
@@ -64,3 +64,2 @@ "use strict"; | ||
cb(null, matomoVisits); | ||
(""); | ||
} | ||
@@ -67,0 +66,0 @@ } |
{ | ||
"name": "@socialgouv/matomo-postgres", | ||
"description": "Extract visitor events from Matomo API and push to Postgres", | ||
"version": "2.0.0-beta.1", | ||
"version": "2.0.0-beta.2", | ||
"types": "types/index.d.ts", | ||
@@ -6,0 +6,0 @@ "license": "Apache-2.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40890
947