@hellocoop/vue 2.1.9 → 2.1.10
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/dist/index.mjs +5 -5
- package/package.json +4 -4
- package/LICENSE +0 -21
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { inject as oe, provide as le, defineComponent as E, onMounted as Q, ref as X,
|
|
1
|
+
import { inject as oe, provide as le, defineComponent as E, onMounted as Q, ref as X, openBlock as I, createElementBlock as M, normalizeStyle as ue, normalizeClass as se, unref as Y, createElementVNode as ce, createBlock as j, getCurrentInstance as fe, reactive as de, onUnmounted as he, watch as ve, isReadonly as ge, toRefs as me, renderSlot as Z, createCommentVNode as ee } from "vue";
|
|
2
2
|
const w = {
|
|
3
3
|
login: "/api/hellocoop?login=true",
|
|
4
4
|
auth: "/api/hellocoop?auth=true",
|
|
@@ -518,8 +518,8 @@ const He = async (t) => {
|
|
|
518
518
|
return ((e = ie()) == null ? void 0 : e.isLoggedIn) || !1;
|
|
519
519
|
};
|
|
520
520
|
return (e, i) => n() ? (I(), M("div", Oe, [
|
|
521
|
-
|
|
522
|
-
])) :
|
|
521
|
+
Z(e.$slots, "default")
|
|
522
|
+
])) : ee("", !0);
|
|
523
523
|
}
|
|
524
524
|
}), ke = { key: 0 }, je = /* @__PURE__ */ E({
|
|
525
525
|
__name: "LoggedOut",
|
|
@@ -528,8 +528,8 @@ const He = async (t) => {
|
|
|
528
528
|
var e;
|
|
529
529
|
return ((e = ie()) == null ? void 0 : e.isLoggedIn) || !1;
|
|
530
530
|
};
|
|
531
|
-
return (e, i) => n() ?
|
|
532
|
-
|
|
531
|
+
return (e, i) => n() ? ee("", !0) : (I(), M("div", ke, [
|
|
532
|
+
Z(e.$slots, "default")
|
|
533
533
|
]));
|
|
534
534
|
}
|
|
535
535
|
}), Ue = () => w.logout;
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hellocoop/vue",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.10",
|
|
4
4
|
"description": "Svelte SDK for Hellō https://hello.dev",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
|
-
"url": "git+https://github.com/hellocoop/packages.git"
|
|
7
|
+
"url": "git+https://github.com/hellocoop/packages-js.git"
|
|
8
8
|
},
|
|
9
9
|
"homepage": "https://www.hello.dev/docs/sdks/vue",
|
|
10
10
|
"keywords": [
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"types": "./dist/index.d.ts",
|
|
34
34
|
"license": "MIT",
|
|
35
35
|
"bugs": {
|
|
36
|
-
"url": "https://github.com/hellocoop/packages/issues"
|
|
36
|
+
"url": "https://github.com/hellocoop/packages-js/issues"
|
|
37
37
|
},
|
|
38
38
|
"files": [
|
|
39
39
|
"dist"
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"typescript": "^5.7.2",
|
|
47
47
|
"vite-plugin-dts": "^4.3.0"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "96cc2f3fa1a3724a4a96b19cc7c5d97f04cc49f8",
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
52
52
|
"swrv": "^1.0.4",
|
package/LICENSE
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2023 Hellō
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|