@alpic-ai/sdk 1.154.0 → 1.154.1
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.
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
</div>
|
|
216
216
|
</div>
|
|
217
217
|
<script>
|
|
218
|
-
|
|
218
|
+
const loaderSvg =
|
|
219
219
|
'<svg class="spinner" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 2v4"/><path d="m16.2 7.8 2.9-2.9"/><path d="M18 12h4"/><path d="m16.2 16.2 2.9 2.9"/><path d="M12 18v4"/><path d="m4.9 19.1 2.9-2.9"/><path d="M2 12h4"/><path d="m4.9 4.9 2.9 2.9"/></svg>';
|
|
220
220
|
// biome-ignore lint/correctness/noUnusedVariables: The function is used within the buttons onclick handlers
|
|
221
221
|
function login(provider, btn) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alpic-ai/sdk",
|
|
3
|
-
"version": "1.154.
|
|
3
|
+
"version": "1.154.1",
|
|
4
4
|
"description": "Programmatic SDK for Alpic (auth, API, tunnel)",
|
|
5
5
|
"homepage": "https://alpic.ai",
|
|
6
6
|
"repository": {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"openid-client": "^6.8.4",
|
|
36
36
|
"tar": "^7.5.19",
|
|
37
37
|
"zod": "^4.4.3",
|
|
38
|
-
"@alpic-ai/api": "1.154.
|
|
38
|
+
"@alpic-ai/api": "1.154.1"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@total-typescript/tsconfig": "^1.0.4",
|