@lobb-js/lobb-ext-auth 0.1.59 → 0.1.63
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/CHANGELOG.md +16 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,22 @@
|
|
|
2
2
|
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
|
|
3
3
|
|
|
4
4
|
- - -
|
|
5
|
+
## auth-ext-studio@0.1.63 - 2026-02-17
|
|
6
|
+
#### Bug Fixes
|
|
7
|
+
- fixing the standalone issue - (1a70a51) - Malik Najjar
|
|
8
|
+
#### Miscellaneous Chores
|
|
9
|
+
- (**version**) 0.10.9 - (19ac765) - Cocogitto Bot
|
|
10
|
+
|
|
11
|
+
- - -
|
|
12
|
+
|
|
13
|
+
## auth-ext-studio@0.1.60 - 2026-02-17
|
|
14
|
+
#### Bug Fixes
|
|
15
|
+
- removing a comment - (68c182d) - Malik Najjar
|
|
16
|
+
#### Miscellaneous Chores
|
|
17
|
+
- adding a comment - (c5c8fbf) - Malik Najjar
|
|
18
|
+
|
|
19
|
+
- - -
|
|
20
|
+
|
|
5
21
|
## auth-ext-studio@0.1.59 - 2026-02-17
|
|
6
22
|
#### Bug Fixes
|
|
7
23
|
- removing a comment - (15c57c0) - Malik Najjar
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lobb-js/lobb-ext-auth",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.63",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./src/index.ts"
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"check": "svelte-check --tsconfig ./tsconfig.app.json && tsc -p tsconfig.node.json"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@lobb-js/studio": "0.2.
|
|
15
|
+
"@lobb-js/studio": "0.2.11"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@lucide/svelte": "^0.563.1",
|