prismatic-io / embedded

Prismatic's library for embedding Prismatic.io into your application.
MIT License
24 stars 3 forks source link

Config variables emitted with marketplace events will now include ID and OAuth status #78

Closed taylorreece closed 3 months ago

taylorreece commented 3 months ago

This prepares embedded for an upcoming change where the INSTANCE_CONFIGURATION_LOADED event will now include config variable id and status (for OAuth connection config variables). The ConnectionConfigVar type already included status, but needed the other properties a config variable has (defined in BaseConfigVar).

bkegley commented 3 months ago

@taylorreece could you bump the version and npm i to update the lock file?

taylorreece commented 3 months ago

@bkegley - I figure this isn't time-sensitive, and we could get it merged in alongside #79

bkegley commented 3 months ago

@taylorreece that likely isn't going to merge. Let's just get this out.

taylorreece commented 3 months ago

@bkegley 👍 Sounds good. Done!