@payfit/nx-core 5.31.2-ephemeral-rollback-docker-node-version-injection.1 → 5.31.3

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.
package/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # @payfit/nx-core
2
2
 
3
3
  A Nx plugin that simplifies Docker image, Helm chart, lambda, frontend, and OpenTofu/Terraform module packaging and releases using Nx release & Nx's versionActions feature.
4
+ 🦉
4
5
 
5
6
  ## Features
6
7
 
package/migrations.json CHANGED
@@ -68,7 +68,7 @@
68
68
  "20260504-docker-node-version": {
69
69
  "version": "5.31.2",
70
70
  "description": "Inlines Dockerfile Node.js versions instead of injecting them from CI build args",
71
- "implementation": "./dist/src/migrations/5.30.6/20260504-docker-node-version"
71
+ "implementation": "./dist/src/migrations/5.31.2/20260504-docker-node-version"
72
72
  }
73
73
  }
74
74
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payfit/nx-core",
3
- "version": "5.31.2-ephemeral-rollback-docker-node-version-injection.1",
3
+ "version": "5.31.3",
4
4
  "type": "commonjs",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",