yeoman-environment 4.4.2 → 4.4.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.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yeoman-environment",
3
- "version": "4.4.2",
3
+ "version": "4.4.3",
4
4
  "description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
5
5
  "keywords": [
6
6
  "development",
@@ -169,7 +169,8 @@
169
169
  "mem-fs": "^4.0.0"
170
170
  },
171
171
  "acceptDependencies": {
172
- "@yeoman/adapter": "^2.0.0"
172
+ "@yeoman/adapter": "^2.0.0",
173
+ "@yeoman/transform": "^2.1.0"
173
174
  },
174
175
  "engines": {
175
176
  "node": "^18.17.0 || >=20.5.0"