@socialgouv/matomo-postgres 2.2.1 → 2.2.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.
@@ -8,7 +8,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
8
8
  });
9
9
  };
10
10
  import { sql } from 'kysely';
11
- import { PARTITIONED_MATOMO_TABLE_NAME } from 'src/config';
11
+ import { PARTITIONED_MATOMO_TABLE_NAME } from '../config';
12
12
  export function up(db) {
13
13
  return __awaiter(this, void 0, void 0, function* () {
14
14
  // First, create the partitioned table structure as a partitioned table
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@socialgouv/matomo-postgres",
3
3
  "description": "Extract visitor events from Matomo API and push to Postgres",
4
- "version": "2.2.1",
4
+ "version": "2.2.2",
5
5
  "types": "types/index.d.ts",
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/index.js",