Skip to content

Commit a8be8a6

Browse files
committed
update vanilla to allow full path specification
1 parent 816b1a8 commit a8be8a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/react-auth/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## 0.0.19 - 2025-11-19
8+
## 0.0.20 - 2025-11-19
99

1010
### Changed
1111

packages/react-auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pangeacyber/react-auth",
33
"description": "Pangea auth provider React component",
4-
"version": "0.0.19",
4+
"version": "0.0.20",
55
"type": "commonjs",
66
"source": "src/index.ts",
77
"main": "dist/index.cjs",
@@ -39,7 +39,7 @@
3939
"typecheck": "tsc --noEmit"
4040
},
4141
"dependencies": {
42-
"@pangeacyber/vanilla-js": "0.1.16",
42+
"@pangeacyber/vanilla-js": "0.1.17",
4343
"jose": "^6.1.0",
4444
"lodash": "^4.17.21"
4545
},

0 commit comments

Comments
 (0)