smithy-lang/smithy-typescript

@aws-sdk node client bump to the latest version(v3.679) got "TypeError: (0 , u.resolvedPath) is not a function" in @smithy/core

Closed this issue · 2 comments

We are trying to bump all the @AWS-SDK node clients to the latest but got this error

TypeError: (0 , u.resolvedPath) is not a function
    at /var/task/lambda.js:1:128500
    at h.build (/var/task/lambda.js:1:128096)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

build js file reference here

jmFJG:[function(e,t,r){var s=e("@parcel/transformer-js/src/esmodule-helpers.js");s.defineInteropFlag(r),s.export(r,"resolvedPath",()=>o.resolvedPath);var o=e("@smithy/core/protocols")},{"@smithy/core/protocols":"1X6cR","@parcel/transformer-js/src/esmodule-helpers.js":"kUWD7"}],

seems @smithy/core didn't export the function correctly? Anyone has ideas?

Same issue

kuhe commented

this issue is explained and fixed here #1453

released in https://www.npmjs.com/package/@smithy/core/v/2.5.2