digiid-ts 2.0.3 → 3.0.0
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 +3 -3
- package/dist/digiid-ts.es.js +1776 -2064
- package/dist/digiid-ts.es.js.map +1 -1
- package/dist/digiid-ts.umd.js +3 -3
- package/dist/digiid-ts.umd.js.map +1 -1
- package/package.json +19 -16
package/README.md
CHANGED
|
@@ -31,7 +31,7 @@ pnpm add digiid-ts
|
|
|
31
31
|
The package provides both ESM and UMD builds, with full TypeScript type definitions.
|
|
32
32
|
|
|
33
33
|
### Requirements
|
|
34
|
-
- Node.js
|
|
34
|
+
- Node.js 20.19.0 or higher
|
|
35
35
|
- TypeScript 4.5 or higher (for TypeScript users)
|
|
36
36
|
|
|
37
37
|
## Usage
|
|
@@ -117,7 +117,7 @@ app.post('/auth/callback', async (req, res) => {
|
|
|
117
117
|
|
|
118
118
|
### Prerequisites
|
|
119
119
|
|
|
120
|
-
* Node.js
|
|
120
|
+
* Node.js 20.19.0+
|
|
121
121
|
* npm 9+
|
|
122
122
|
|
|
123
123
|
### Setup
|
|
@@ -141,4 +141,4 @@ MIT
|
|
|
141
141
|
|
|
142
142
|
## Contributing
|
|
143
143
|
|
|
144
|
-
Contributions are welcome! Please feel free to submit a Pull Request.
|
|
144
|
+
Contributions are welcome! Please feel free to submit a Pull Request.
|