Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(transport): Add test for lazy-loading the transport layer (#10)
* fix(transport): Add test for lazy-loading the transport layer * Committing latest test * feat: Added Manage APIs for `windowColor` and `windowOpacity` (#164) # [0.15.0-next.5](v0.15.0-next.4...v0.15.0-next.5) (2023-07-31) ### Bug Fixes * Upgrade to `firebolt-js/openrpc` version 2.0.3 ([c0a2647](c0a2647)) * feat: Added manage apis for windlowColor and windowOpacity (#157) * feat: Added manage apis for windlowColor and windowOpacity * chore(release): 0.16.0-next.1 [skip ci] # [0.16.0-next.1](v0.15.0...v0.16.0-next.1) (2023-08-07) ### Features * Added manage apis for windlowColor and windowOpacity ([#157](#157)) ([f508358](f508358)) * fix: Unit test cases for setting null value (#159) fix: Unit test cases for setting null value * fix: Update firebolt-openrpc, fix tests * chore(release): 0.16.0-next.2 [skip ci] # [0.16.0-next.2](v0.16.0-next.1...v0.16.0-next.2) (2023-08-10) ### Bug Fixes * Unit test cases for setting null value ([#159](#159)) ([7e011e2](7e011e2)) * Update firebolt-openrpc, fix tests ([9480984](9480984)) * Update firebolt-openrpc, fix tests ([312b5ec](312b5ec)) * chore: Point to product `firebolt-openrpc` release * chore(release): 0.16.0-next.3 [skip ci] # [0.16.0-next.3](v0.16.0-next.2...v0.16.0-next.3) (2023-08-14) ### Bug Fixes * Update package.json to point to release 2.0.4 of `firebolt-openrpc` ([9e3cf55](9e3cf55)) * Update CHANGELOG.md --------- Co-authored-by: semantic-release-bot <[email protected]> Co-authored-by: Kevin <[email protected]> * chore(release): 0.16.0 [skip ci] # [0.16.0](v0.15.0...v0.16.0) (2023-08-14) ### Features * Added Manage APIs for `windowColor` and `windowOpacity` ([#164](#164)) ([99b9fa6](99b9fa6)), closes [#157](#157) [#157](#157) [#159](#159) [#159](#159) * fix: Move test to new location fix: Move test to new location * fix: Remove old test * fix: Rename lazy-transport-test.js to lazy-transport-test.ts * fix: Update test to TypeScript --------- Co-authored-by: semantic-release-bot <[email protected]> Co-authored-by: Kevin <[email protected]>
- Loading branch information