@payzen/automated-roll-ups-migration 1.22.0 → 1.23.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,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.
|
|
4
|
+
export const targetVersion = '1.25';
|
|
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.
|
|
3
|
+
"version": "1.23.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@jest/globals": "^29.7.0",
|
|
42
|
-
"@payzen/buildkit": "^2.4.
|
|
43
|
-
"@payzen/docker-compose-testkit": "^1.
|
|
42
|
+
"@payzen/buildkit": "^2.4.3",
|
|
43
|
+
"@payzen/docker-compose-testkit": "^1.10.0",
|
|
44
44
|
"@payzen/eslint-plugin": "^6.1.4",
|
|
45
|
-
"@payzen/jest-plugin": "^29.
|
|
45
|
+
"@payzen/jest-plugin": "^29.8.0",
|
|
46
46
|
"@payzen/logger": "^2.11.0",
|
|
47
47
|
"@payzen/migrations-testkit": "^1.2.0",
|
|
48
48
|
"@payzen/pg-commons": "^3.1.0",
|
|
@@ -58,23 +58,23 @@
|
|
|
58
58
|
},
|
|
59
59
|
"hash": {
|
|
60
60
|
"name": "8b4f6834d07ce58af87e88c584bb5be8c83da125a4a552a1e5aa7ecbcc4253d4",
|
|
61
|
-
"version": "
|
|
61
|
+
"version": "0035e52ce12e93560160999bd09e9c493241b7bb420c4c5af2a4deb4aad070a3"
|
|
62
62
|
},
|
|
63
63
|
"payzen": {
|
|
64
64
|
"nameHash": "8b4f6834d07ce58af87e88c584bb5be8c83da125a4a552a1e5aa7ecbcc4253d4",
|
|
65
|
-
"versionHash": "
|
|
66
|
-
"commitSha": "
|
|
65
|
+
"versionHash": "0035e52ce12e93560160999bd09e9c493241b7bb420c4c5af2a4deb4aad070a3",
|
|
66
|
+
"commitSha": "988a2e8969fea1ba7512c55ac91b0b71231f8724",
|
|
67
67
|
"publishedFrom": "ci",
|
|
68
68
|
"ci": {
|
|
69
69
|
"provider": "github-actions",
|
|
70
70
|
"workflow": "Publish npm Package",
|
|
71
|
-
"runId": "
|
|
72
|
-
"runNumber": "
|
|
73
|
-
"actor": "
|
|
71
|
+
"runId": "26086784972",
|
|
72
|
+
"runNumber": "4217",
|
|
73
|
+
"actor": "ronayadid",
|
|
74
74
|
"repository": "payzen-code/mono",
|
|
75
75
|
"ref": "refs/heads/master"
|
|
76
76
|
},
|
|
77
|
-
"contentHash": "
|
|
77
|
+
"contentHash": "71e50abaa1f09c3bea6f24bedbed3702ab319677d7c6836217fe52599f0adf34"
|
|
78
78
|
},
|
|
79
79
|
"scripts": {
|
|
80
80
|
"clean": "pnpm run clean:ts && rm -rf build tsconfig.build.tsbuildinfo",
|