lightbend / kalix-javascript-sdk

JavaScript and TypeScript SDKs for Kalix
https://docs.kalix.io/javascript/index.html
Apache License 2.0
22 stars 21 forks source link

chore: bump samples to 1.0.6 #436

Closed efgpinto closed 1 year ago

efgpinto commented 1 year ago

References https://github.com/lightbend/kalix-javascript-sdk/issues/435

Includes also the bump of macos version used in circleci for publishing the native image. Required after curl new parameter added in #434

pvlugter commented 1 year ago

Big diffs on the package lock files, as it's also bumping to "lockfileVersion": 3 from version 1. Things here have stayed on older versions of Node and npm. May be useful to continue for now, until these are bumped everywhere. An nvm use 14 should be on the old versions (unless npm was upgraded manually I guess).

efgpinto commented 1 year ago

Big diffs on the package lock files, as it's also bumping to "lockfileVersion": 3 from version 1. Things here have stayed on older versions of Node and npm. May be useful to continue for now, until these are bumped everywhere. An nvm use 14 should be on the old versions (unless npm was upgraded manually I guess).

Thanks Peter, good to know. Updated now using node 14. lockfileVersion is back to 1.