@pega/auth 0.2.6 → 0.2.7
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/README.md +1 -1
- package/package.json +3 -2
- /package/{lib/SECURITY.md → SECURITY.md} +0 -0
package/README.md
CHANGED
|
@@ -107,4 +107,4 @@ Retrieve the "user information" object associated with the passed in accessToken
|
|
|
107
107
|
|
|
108
108
|
This project is licensed under the terms of the **Apache 2** license.
|
|
109
109
|
|
|
110
|
-
|
|
110
|
+
The full license is available within the file named "LICENSE" and on [apache.org](https://www.apache.org/licenses/LICENSE-2.0).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pega/auth",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.7",
|
|
4
4
|
"description": "Pega OAuth 2.0 Client Library (supports Infinity and Launchpad).",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -11,11 +11,12 @@
|
|
|
11
11
|
"main": "lib/index.js",
|
|
12
12
|
"types": "lib/index.d.ts",
|
|
13
13
|
"files": [
|
|
14
|
+
"SECURITY.md",
|
|
14
15
|
"lib"
|
|
15
16
|
],
|
|
16
17
|
"scripts": {
|
|
17
18
|
"build": "npx tsc -b",
|
|
18
|
-
"postbuild": "cp src/oauth-client/authDone.html lib/oauth-client/ && cp src/oauth-client/lock-closed-solid.svg lib/oauth-client
|
|
19
|
+
"postbuild": "cp src/oauth-client/authDone.html lib/oauth-client/ && cp src/oauth-client/lock-closed-solid.svg lib/oauth-client",
|
|
19
20
|
"lint": "run-p -cl lint:*",
|
|
20
21
|
"fix": "run-s -cl fix:*",
|
|
21
22
|
"test": "vitest run",
|
|
File without changes
|