@thunderid/nuxt 0.0.1 → 0.0.3

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 ADDED
@@ -0,0 +1,21 @@
1
+ ![ThunderID Nuxt SDK](https://raw.githubusercontent.com/thunder-id/thunderid/refs/heads/main/docs/content/sdks/assets/images/%40thunderid%3Anuxt_sdk_banner.png)
2
+
3
+ Nuxt SDK for ThunderID. Provides authentication for Nuxt 3 applications with support for SSR, server routes, and composables.
4
+
5
+ ## Installation
6
+
7
+ ```bash
8
+ npm install @thunderid/nuxt
9
+ ```
10
+
11
+ ```bash
12
+ pnpm add @thunderid/nuxt
13
+ ```
14
+
15
+ ```bash
16
+ yarn add @thunderid/nuxt
17
+ ```
18
+
19
+ ## License
20
+
21
+ This project is licensed under the [Apache License 2.0](https://github.com/thunder-id/thunderid/blob/main/LICENSE).
package/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "configKey": "thunderid",
3
3
  "name": "@thunderid/nuxt",
4
- "version": "0.0.1",
4
+ "version": "0.0.3",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.1",
7
7
  "unbuild": "unknown"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thunderid/nuxt",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "description": "Nuxt SDK for ThunderID",
5
5
  "keywords": [
6
6
  "thunderid",
@@ -64,9 +64,9 @@
64
64
  "@nuxt/kit": "3.16.2",
65
65
  "defu": "6.1.5",
66
66
  "jose": "5.2.0",
67
- "@thunderid/browser": "^0.0.1",
68
- "@thunderid/node": "^0.0.1",
69
- "@thunderid/vue": "^0.0.1"
67
+ "@thunderid/browser": "^0.0.3",
68
+ "@thunderid/node": "^0.0.3",
69
+ "@thunderid/vue": "^0.0.3"
70
70
  },
71
71
  "devDependencies": {
72
72
  "@nuxt/devtools": "2.4.0",