pulumi/changelog/pending/20230426--sdk-nodejs--suppo...

5 lines
291 B
YAML

changes:
- type: feat
scope: sdk/nodejs
description: Support loading package.json from parent directory. If `package.json` is not found in cwd, Pulumi recursively searches up the directory tree until it is found. If `package.json` provides a `main` field, that field is relative to cwd.