@pulumi/pulumi 3.16.0 → 3.17.0-alpha.1635284267

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/pulumi",
3
- "version": "3.16.0",
3
+ "version": "3.17.0-alpha.1635284267+a199ba8b",
4
4
  "description": "Pulumi's Node.js SDK",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -70,7 +70,7 @@ function computeCodePathsWorker(options) {
70
70
  // The Asset model does not support a consistent way to embed a file-or-directory into an
71
71
  // `AssetArchive`, so we stat the path to figure out which it is and use the appropriate
72
72
  // Asset constructor.
73
- const stats = fs.lstatSync(normalizedPath);
73
+ const stats = fs.statSync(normalizedPath);
74
74
  if (stats.isDirectory()) {
75
75
  codePaths.set(normalizedPath, new asset.FileArchive(normalizedPath));
76
76
  }
package/version.js CHANGED
@@ -13,4 +13,4 @@
13
13
  // See the License for the specific language governing permissions and
14
14
  // limitations under the License.
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.version = "3.16.0";
16
+ exports.version = "3.17.0-alpha.1635284267+a199ba8b";