Skip to content
This repository was archived by the owner on Sep 22, 2022. It is now read-only.

Conversation

@rossiam
Copy link
Contributor

@rossiam rossiam commented Jul 26, 2022

  • updated core SDK version to match CLI
  • updated CLI library versions and made one code change to handle it
  • updated oclif versions to match version in updated CLI libraries
  • just build with Node 16 like we do with the CLI

Types of Changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • I have read the CONTRIBUTING document
  • My code follows the code style of this project (npm run lint produces no warnings/errors)
  • Any required documentation has been added
  • I have added tests to cover my changes

const logger = log4js.getLogger('rest-client')
this._edgeClient = new EdgeClient(this.authenticator,
{ urlProvider: this.clientIdProvider, logger, headers: this.headers })
{ urlProvider: this.clientIdProvider, logger, headers: this.client.config.headers })
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a hack but this whole file is and should be going away eventually.

@rossiam rossiam marked this pull request as ready for review August 1, 2022 18:35
@rossiam rossiam merged commit a011c9f into SmartThingsCommunity:main Aug 4, 2022
@rossiam rossiam deleted the lib-updates branch August 4, 2022 20:07
@smartthingspi
Copy link
Contributor

🎉 This PR is included in version 1.15.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants