@payfit/iac 1.4.6 → 1.4.7-ephemeral-agentsmd-config.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/README.md +1 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -76,10 +76,4 @@ See [Stack Migration README](./src/executors/stack-migration/README.md) for deta
76
76
 
77
77
  ## Development
78
78
 
79
- ```bash
80
- # Build
81
- npx nx build iac
82
-
83
- # Test
84
- npx nx test iac
85
- ```
79
+ See [AGENTS.md](./AGENTS.md) for build, test, and development instructions.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payfit/iac",
3
- "version": "1.4.6",
3
+ "version": "1.4.7-ephemeral-agentsmd-config.1",
4
4
  "publishConfig": {
5
5
  "access": "restricted"
6
6
  },