@forgerock/oidc-client 0.0.0-beta-20250616220603 → 0.0.0-beta-20250626185724
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 +3 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# @forgerock/oidc-client
|
|
2
2
|
|
|
3
|
-
## 0.0.0-beta-
|
|
3
|
+
## 0.0.0-beta-20250626185724
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- [#279](https://github.com/ForgeRock/ping-javascript-sdk/pull/279) [`ad03cd5`](https://github.com/ForgeRock/ping-javascript-sdk/commit/ad03cd567ce9364880d46162a1cb787deb2f8b15) Thanks [@ryanbas21](https://github.com/ryanbas21)! - adds token-store module to newly created oidc-client for generic oidc interactions.
|
|
8
8
|
|
|
9
9
|
- Updated dependencies [[`04b506c`](https://github.com/ForgeRock/ping-javascript-sdk/commit/04b506c2016324dffeba3a473bfc705843ac3e41), [`50fd7fa`](https://github.com/ForgeRock/ping-javascript-sdk/commit/50fd7fab9f0dd893528e85cb15f1ba6fdc1fe3e8)]:
|
|
10
|
-
- @forgerock/sdk-types@0.0.0-beta-
|
|
11
|
-
- @forgerock/storage@0.0.0-beta-
|
|
10
|
+
- @forgerock/sdk-types@0.0.0-beta-20250626185724
|
|
11
|
+
- @forgerock/storage@0.0.0-beta-20250626185724
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forgerock/oidc-client",
|
|
3
|
-
"version": "0.0.0-beta-
|
|
3
|
+
"version": "0.0.0-beta-20250626185724",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/ForgeRock/ping-javascript-sdk.git",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"module": "./dist/src/index.js",
|
|
21
21
|
"types": "./dist/src/index.d.ts",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@forgerock/
|
|
24
|
-
"@forgerock/
|
|
23
|
+
"@forgerock/sdk-types": "0.0.0-beta-20250626185724",
|
|
24
|
+
"@forgerock/storage": "0.0.0-beta-20250626185724"
|
|
25
25
|
},
|
|
26
26
|
"nx": {
|
|
27
27
|
"tags": [
|