@rockcarver/frodo-lib 0.11.1-1 → 0.11.1-2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.11.1-2] - 2022-08-18
11
+
10
12
  ## [0.11.1-1] - 2022-08-18
11
13
 
12
14
  ## [0.11.1-0] - 2022-08-17
@@ -415,7 +417,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
415
417
  - Fixed problem with adding connection profiles
416
418
  - Miscellaneous bug fixes
417
419
 
418
- [Unreleased]: https://github.com/rockcarver/frodo-lib/compare/v0.11.1-1...HEAD
420
+ [Unreleased]: https://github.com/rockcarver/frodo-lib/compare/v0.11.1-2...HEAD
421
+
422
+ [0.11.1-2]: https://github.com/rockcarver/frodo-lib/compare/v0.11.1-1...v0.11.1-2
419
423
 
420
424
  [0.11.1-1]: https://github.com/rockcarver/frodo-lib/compare/v0.11.1-0...v0.11.1-1
421
425
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rockcarver/frodo-lib",
3
- "version": "0.11.1-1",
3
+ "version": "0.11.1-2",
4
4
  "type": "module",
5
5
  "description": "ForgeROck DO Library, frodo-lib, a library to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.",
6
6
  "keywords": [
package/src/index.js CHANGED
@@ -30,3 +30,4 @@ export * as Variables from './ops/VariablesOps.js';
30
30
  // TODO: reconsider the aproach to pass in state from client
31
31
  // lib should be stateless, an aplication should own its state
32
32
  export * as state from './storage/SessionStorage.js';
33
+ export * as OAuth2OIDCApi from './api/OAuth2OIDCApi.js';