@payzen/automated-roll-ups-migration 1.28.0 → 1.29.0

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.
@@ -1,4 +1,4 @@
1
- export declare const targetVersion = "1.28";
1
+ export declare const targetVersion = "1.29";
2
2
  export declare function getImageVersion(): string;
3
3
  export declare function getSqlsPath(): string;
4
4
  //# sourceMappingURL=automated-roll-ups-migration.d.ts.map
@@ -1,7 +1,7 @@
1
1
  import fs from 'node:fs';
2
2
  import path from 'node:path';
3
3
  import { fileURLToPath } from 'node:url';
4
- export const targetVersion = '1.28';
4
+ export const targetVersion = '1.29';
5
5
  export function getImageVersion() {
6
6
  const packageJsonPath = path.resolve(path.dirname(fileURLToPath(import.meta.url)), '..', 'package.json');
7
7
  const packageJson = JSON.parse(fs.readFileSync(packageJsonPath, 'utf8'));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payzen/automated-roll-ups-migration",
3
- "version": "1.28.0",
3
+ "version": "1.29.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "exports": {
@@ -43,7 +43,7 @@
43
43
  "@payzen/docker-compose-testkit": "^1.11.2",
44
44
  "@payzen/eslint-plugin": "^6.2.1",
45
45
  "@payzen/jest-plugin": "^29.13.2",
46
- "@payzen/logger": "^3.7.1",
46
+ "@payzen/logger": "^3.8.0",
47
47
  "@payzen/migrations-testkit": "^1.3.3",
48
48
  "@payzen/pg-commons": "^3.2.0",
49
49
  "@payzen/prettier-config": "^1.1.1",
@@ -58,23 +58,14 @@
58
58
  },
59
59
  "hash": {
60
60
  "name": "8b4f6834d07ce58af87e88c584bb5be8c83da125a4a552a1e5aa7ecbcc4253d4",
61
- "version": "4a9f2232c559f5214fd1e7dcedc23c8f04d74eb8c565d3cd321a0f0b92e356db"
61
+ "version": "a8b18c2e5c5b41b9dd491b7c899aeb33fe4266ea427970388e96263cf6d4b884"
62
62
  },
63
63
  "payzen": {
64
64
  "nameHash": "8b4f6834d07ce58af87e88c584bb5be8c83da125a4a552a1e5aa7ecbcc4253d4",
65
- "versionHash": "4a9f2232c559f5214fd1e7dcedc23c8f04d74eb8c565d3cd321a0f0b92e356db",
66
- "commitSha": "074dbd491b1ebb5937ff0c7dbe5c603754867e48",
67
- "publishedFrom": "ci",
68
- "ci": {
69
- "provider": "github-actions",
70
- "workflow": "Publish npm Package",
71
- "runId": "34651993802",
72
- "runNumber": "6275",
73
- "actor": "Chesemore-Payzen",
74
- "repository": "payzen-code/mono",
75
- "ref": "refs/heads/master"
76
- },
77
- "contentHash": "f8243fdf0a3310daee25af87024130deac954c32e122c6d6a1db9b2eeb03135c"
65
+ "versionHash": "a8b18c2e5c5b41b9dd491b7c899aeb33fe4266ea427970388e96263cf6d4b884",
66
+ "commitSha": "112c01f66c9216beb3f97429ab2fd47b8dca7be9",
67
+ "publishedFrom": "local",
68
+ "contentHash": "d19cc874bac596cc066972b552f4fecd4caf5d499e3325ed2858c4316bdc8eac"
78
69
  },
79
70
  "scripts": {
80
71
  "clean": "pnpm run clean:ts && rm -rf build tsconfig.build.tsbuildinfo",