Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ const session = await getSessionFromStorage(sessionId, {

The following changes have been implemented but not released yet:

## [3.1.0](https://github.com/inrupt/solid-client-authn-js/releases/tag/v3.1.0) - 2025-07-08

### New feature

#### browser and node
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "3.0.0",
"version": "3.1.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -11,8 +11,8 @@
},
"dependencies": {
"@inrupt/internal-playwright-testids": "^4.0.3",
"@inrupt/solid-client-authn-browser": "^3.1.0",
"next": "^15.3.5",
"@inrupt/solid-client-authn-browser": "^3.0.0",
"react": "^19.0.0",
"react-dom": "^19.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"useNx": true,
"version": "3.0.0"
"version": "3.1.0"
}
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/browser/examples/single/bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "browser-in-bundle",
"private": true,
"version": "3.0.0",
"version": "3.1.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/examples/single/script/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inrupt/solid-client-authn-browser-via-script-tag-example",
"private": true,
"version": "3.0.0",
"version": "3.1.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inrupt/solid-client-authn-browser",
"version": "3.0.0",
"version": "3.1.0",
"license": "MIT",
"types": "dist/index.d.ts",
"browser": "dist/index.js",
Expand Down Expand Up @@ -30,8 +30,8 @@
"@types/uuid": "^10.0.0"
},
"dependencies": {
"@inrupt/oidc-client-ext": "^3.0.0",
"@inrupt/solid-client-authn-core": "^3.0.0",
"@inrupt/oidc-client-ext": "^3.1.0",
"@inrupt/solid-client-authn-core": "^3.1.0",
"events": "^3.3.0",
"jose": "^5.1.3",
"uuid": "^11.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inrupt/solid-client-authn-core",
"version": "3.0.0",
"version": "3.1.0",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
4 changes: 2 additions & 2 deletions packages/node/examples/script/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@inrupt/demo-authn-node-script",
"private": true,
"version": "3.0.0",
"version": "3.1.0",
"description": "Demo for script authentication in NodeJS",
"type": "module",
"main": "./index.mjs",
"author": "Inrupt, Inc.",
"license": "MIT",
"dependencies": {
"@inrupt/solid-client-authn-node": "^3.0.0"
"@inrupt/solid-client-authn-node": "^3.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/node/examples/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inrupt/demo-authn-node-script-multisession",
"private": true,
"version": "3.0.0",
"version": "3.1.0",
"description": "Demo for session management in NodeJS",
"main": "src/index.js",
"repository": {
Expand All @@ -16,7 +16,7 @@
"homepage": "https://github.com/inrupt/solid-client-authn-js#readme",
"dependencies": {
"@inrupt/solid-client": "^2.1.2",
"@inrupt/solid-client-authn-node": "^3.0.0",
"@inrupt/solid-client-authn-node": "^3.1.0",
"cookie-session": "^2.1.0",
"express": "^5.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inrupt/solid-client-authn-node",
"version": "3.0.0",
"version": "3.1.0",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@types/uuid": "^10.0.0"
},
"dependencies": {
"@inrupt/solid-client-authn-core": "^3.0.0",
"@inrupt/solid-client-authn-core": "^3.1.0",
"jose": "^5.1.3",
"openid-client": "^5.7.1",
"uuid": "^11.1.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/oidc-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inrupt/oidc-client-ext",
"version": "3.0.0",
"version": "3.1.0",
"description": "A module extending oidc-client-js with new features, such as dynamic client registration and DPoP support.",
"homepage": "https://github.com/inrupt/solid-client-authn-js/tree/main/packages/oidc/",
"bugs": "https://github.com/inrupt/solid-client-authn-js/issues",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"@inrupt/oidc-client": "^1.11.6",
"@inrupt/solid-client-authn-core": "^3.0.0",
"@inrupt/solid-client-authn-core": "^3.1.0",
"jose": "^5.1.3",
"uuid": "^11.1.0"
},
Expand Down
Loading