@empire-builder-kit/nx 1.0.0-rc.1 → 1.0.0-rc.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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@empire-builder-kit/nx",
3
- "version": "1.0.0-rc.1",
3
+ "version": "1.0.0-rc.2",
4
4
  "description": "Nx generators, executors, and Blueprint contracts for Empire Builder Kit",
5
5
  "keywords": [
6
6
  "aws",
@@ -126,7 +126,7 @@
126
126
  "provenance": false
127
127
  },
128
128
  "dependencies": {
129
- "@empire-builder-kit/runtime": "1.0.0-rc.1",
129
+ "@empire-builder-kit/runtime": "1.0.0-rc.2",
130
130
  "@aws-sdk/client-cloudwatch-logs": "^3.700.0",
131
131
  "@aws-sdk/client-iam": "^3.700.0",
132
132
  "@nx/devkit": "23.1.0",
@@ -154,5 +154,5 @@
154
154
  "engines": {
155
155
  "node": ">=22.12.0"
156
156
  },
157
- "gitHead": "99840554fa37e586bd86c2136ff6bebbecc9a519"
157
+ "gitHead": "daa31d9fc11699516d1a85072ca46548cd929e50"
158
158
  }