@forgerock/login-widget 1.0.0 → 1.0.2-beta.1
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/LICENSE +2 -9
- package/README.md +456 -335
- package/package.json +9 -6
- package/CHANGELOG.md +0 -335
- package/index.cjs +0 -36261
- package/index.cjs.map +0 -1
- package/index.js +0 -36252
- package/index.js.map +0 -1
- package/types.d.ts +0 -2385
- package/widget.css +0 -1632
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.
|