@meistrari/auth-nuxt 3.3.6 → 3.3.7

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 CHANGED
@@ -14,3 +14,7 @@ This SDK supports two authentication models:
14
14
  ```bash
15
15
  npm install @meistrari/auth-nuxt
16
16
  ```
17
+
18
+ ## API Reference
19
+
20
+ See it on [Pantry](https://pantry.tela.tools/ingredients/auth-nuxt/api)
package/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@meistrari/auth-nuxt",
3
3
  "configKey": "telaAuth",
4
- "version": "3.3.6",
4
+ "version": "3.3.7",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meistrari/auth-nuxt",
3
- "version": "3.3.6",
3
+ "version": "3.3.7",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {