#FYI that 0.9.7 of the Node SDK is broken

1 messages ยท Page 1 of 1 (latest)

errant ibex
#

cc @old lark

#

The javascript sdk got changed to the typescript sdk, see the release notes for v0.9.6: https://github.com/dagger/dagger/releases/tag/sdk%2Ftypescript%2Fv0.9.6

that said, i would still have expected the sdk to work with standard javascript

GitHub

sdk/typescript/v0.9.6 - 2024-01-12
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version v0.9.6. See what changed in that release.
โฌข https://www.npmjs.com/package/@dagger.io/dagger
๐Ÿ“’ https://docs.dagger.io/sdk/no...

old lark
#

It should still work with plain javascript

#

Do you have a repro case?

#

Oh I get the error

#

We have a dependency in scan.js that is working with typescript only

#

And our typescript dependencies is part of devDependencies, that's why it's broken bc it's not part of the project

#

@errant ibex I'm opening a PR right now to fix that

#

/cc @dusty saffron, it should fix your issue ๐Ÿ˜„