@forgerock/login-widget 1.0.1 → 1.0.2-beta.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 +14 -0
- package/LICENSE +2 -9
- package/index.d.ts +2394 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [1.0.2-beta.2](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.0.2-beta.1...v1.0.2-beta.2) (2023-04-17)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **files:** files in package.json means it only updates whats in there ([bdc23ae](https://github.com/forgerock/forgerock-web-login-framework/commit/bdc23ae6c8030b84aea9e92db83a72bee442263a))
|
|
7
|
+
|
|
8
|
+
## [1.0.2-beta.1](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.0.1...v1.0.2-beta.1) (2023-04-17)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **license:** fix license file ([846d4e9](https://github.com/forgerock/forgerock-web-login-framework/commit/846d4e92c6d9776aa87282eaef65f86593af031b))
|
|
14
|
+
|
|
1
15
|
## [1.0.1](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.0.0...v1.0.1) (2023-04-12)
|
|
2
16
|
|
|
3
17
|
|
package/LICENSE
CHANGED
|
@@ -1,12 +1,6 @@
|
|
|
1
|
-
@forgerock/login-widget
|
|
2
|
-
|
|
3
|
-
Copyright (c) <%= moment().format('YYYY') %> ForgeRock. All rights reserved.
|
|
4
|
-
This software may be modified and distributed under the terms
|
|
5
|
-
of the MIT license.
|
|
6
|
-
|
|
7
1
|
MIT License
|
|
8
2
|
|
|
9
|
-
Copyright (c)
|
|
3
|
+
Copyright (c) 2023 ForgeRock
|
|
10
4
|
|
|
11
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
12
6
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -24,5 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
|
24
18
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
25
19
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
26
20
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
27
|
-
SOFTWARE.
|
|
28
|
-
|
|
21
|
+
SOFTWARE.
|