@payfit/nx-core 5.19.0 → 5.19.1

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.
Files changed (2) hide show
  1. package/migrations.json +59 -0
  2. package/package.json +1 -1
@@ -0,0 +1,59 @@
1
+ {
2
+ "generators": {
3
+ "separate-docker-build-from-release": {
4
+ "version": "4.56.4",
5
+ "description": "Separates docker-build job from release workflow in CircleCI config",
6
+ "implementation": "./dist/src/migrations/20250926-separate-docker-build-from-release"
7
+ },
8
+ "rename-ecr-registry-to-ecr-repository": {
9
+ "version": "4.60.2",
10
+ "description": "Renames ecrRegistry metadata property to ecrRepository across all project configurations",
11
+ "implementation": "./dist/src/migrations/20251003-rename-ecr-registry-to-ecr-repository"
12
+ },
13
+ "20251029-nx-conformance-requirement-publish": {
14
+ "version": "5.2.0",
15
+ "description": "Adds nx-conformance CI step as a requirement for the publish step",
16
+ "implementation": "./dist/src/migrations/20251029-nx-conformance-requirement-publish"
17
+ },
18
+ "20251112-fix-parallelization-circleci": {
19
+ "version": "5.7.0",
20
+ "description": "Apply a fix to parallelized jobs so they do not run everything if no affected project",
21
+ "implementation": "./dist/src/migrations/20251112-fix-parallelization-circleci"
22
+ },
23
+ "20251205-metadata-lambda-function-to-object": {
24
+ "version": "5.9.4",
25
+ "description": "Change lambdaFunctions metadata property to an array of objects with name and healthCheckPayload properties",
26
+ "implementation": "./dist/src/migrations/20251205-metadata-lambda-function-to-object"
27
+ },
28
+ "20251209-nx-renovate-gha": {
29
+ "version": "5.11.0",
30
+ "description": "Setup renovate & GHA to handle updates of Nx & nx-core automatically",
31
+ "implementation": "./dist/src/migrations/5.11.0/20251209-nx-renovate-gha"
32
+ },
33
+ "20251222-remove-tbot-conf": {
34
+ "version": "5.13.0",
35
+ "description": "Remove the tbot config file, not used anymore",
36
+ "implementation": "./dist/src/migrations/5.13.0/20251222-remove-tbot-conf"
37
+ },
38
+ "20251226-switch-renovate-config": {
39
+ "version": "5.13.2",
40
+ "description": "Switch renovate config from nx-core to nx-core-standalone",
41
+ "implementation": "./dist/src/migrations/5.13.2/20251226-switch-renovate-config"
42
+ },
43
+ "20260122-release-tag-pattern": {
44
+ "version": "5.16.0",
45
+ "description": "Migration for v5.16.0",
46
+ "implementation": "./dist/src/migrations/20260122-release-tag-pattern"
47
+ },
48
+ "20260126-release-tag-pattern-v2": {
49
+ "version": "5.16.9",
50
+ "description": "Migration for v5.16.9",
51
+ "implementation": "./dist/src/migrations/20260126-release-tag-pattern-v2"
52
+ },
53
+ "20260212-docker-tini": {
54
+ "version": "5.19.0",
55
+ "description": "Migration for v5.19.0",
56
+ "implementation": "./dist/src/migrations/5.19.0/20260212-docker-tini"
57
+ }
58
+ }
59
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payfit/nx-core",
3
- "version": "5.19.0",
3
+ "version": "5.19.1",
4
4
  "type": "commonjs",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",