Robbie McKinstry
c500b3b997
Revert package.json lookup fix.
2023-05-15 14:14:57 -04:00
Robbie McKinstry
e15fd85696
Test ESM module with package.json located in parent folder
...
This commit adds a test to assert Pulumi programs written as ESM
modules can be executed when their package.json file is located
in the parent directory.
2023-05-10 15:39:19 -04:00
CyrusNajmabadi
4d9336caa9
Specify the 8.0 version of node types. ( #3215 )
2019-09-11 10:54:44 -07:00
CyrusNajmabadi
8aed774f09
Properly capture modules that are in a non-local node_modules path. ( #1803 )
2018-08-21 12:43:52 -07:00
Matt Ellis
00f5a02b99
Make test package versions valid semvers
...
NPM and some other packages (including read-package-json that
@pulumi/pulumi) uses require the version field to be a valid
semver. So ensure ours are.
2018-08-09 19:10:00 -07:00
Matt Ellis
a337f17c70
Add a small end to end test for config capturing
2018-08-08 13:49:37 -07:00