@authup/client-web-kit 1.0.0-beta.25 → 1.0.0-beta.26
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/LICENSE +1 -1
- package/dist/core/http-client/authentication-hook/index.d.ts +3 -0
- package/dist/core/http-client/authentication-hook/index.d.ts.map +1 -0
- package/dist/core/http-client/authentication-hook/install.d.ts +4 -0
- package/dist/core/http-client/authentication-hook/install.d.ts.map +1 -0
- package/dist/core/http-client/authentication-hook/singleton.d.ts +6 -0
- package/dist/core/http-client/authentication-hook/singleton.d.ts.map +1 -0
- package/dist/core/http-client/authentication-hook/types.d.ts +7 -0
- package/dist/core/http-client/authentication-hook/types.d.ts.map +1 -0
- package/dist/core/http-client/index.d.ts +1 -0
- package/dist/core/http-client/index.d.ts.map +1 -1
- package/dist/core/http-client/install.d.ts.map +1 -1
- package/dist/core/http-client/singleton.d.ts.map +1 -1
- package/dist/index.cjs +74 -39
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +72 -41
- package/dist/index.mjs.map +1 -1
- package/dist/module.d.ts.map +1 -1
- package/package.json +15 -15
package/dist/module.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../src/module.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,GAAG,EAAa,MAAM,KAAK,CAAC;AAQ1C,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAEvC,wBAAgB,iBAAiB,CAAC,GAAG,EAAE,GAAG,EAAE,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,EAAE,QAwBrE;AAED,wBAAgB,OAAO,CAAC,GAAG,EAAE,GAAG,EAAE,OAAO,EAAE,OAAO,GAAG,IAAI,
|
|
1
|
+
{"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../src/module.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,GAAG,EAAa,MAAM,KAAK,CAAC;AAQ1C,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAEvC,wBAAgB,iBAAiB,CAAC,GAAG,EAAE,GAAG,EAAE,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,EAAE,QAwBrE;AAED,wBAAgB,OAAO,CAAC,GAAG,EAAE,GAAG,EAAE,OAAO,EAAE,OAAO,GAAG,IAAI,CAiCxD"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@authup/client-web-kit",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.0-beta.
|
|
4
|
+
"version": "1.0.0-beta.26",
|
|
5
5
|
"description": "This package contains vue components.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"main": "dist/index.cjs",
|
|
@@ -57,13 +57,13 @@
|
|
|
57
57
|
"@vueuse/integrations": "^13.0.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@authup/access": "^1.0.0-beta.
|
|
61
|
-
"@authup/kit": "^1.0.0-beta.
|
|
62
|
-
"@authup/core-kit": "^1.0.0-beta.
|
|
63
|
-
"@authup/core-http-kit": "^1.0.0-beta.
|
|
64
|
-
"@authup/core-realtime-kit": "^1.0.0-beta.
|
|
65
|
-
"@authup/errors": "^1.0.0-beta.
|
|
66
|
-
"@authup/specs": "^1.0.0-beta.
|
|
60
|
+
"@authup/access": "^1.0.0-beta.26",
|
|
61
|
+
"@authup/kit": "^1.0.0-beta.26",
|
|
62
|
+
"@authup/core-kit": "^1.0.0-beta.26",
|
|
63
|
+
"@authup/core-http-kit": "^1.0.0-beta.26",
|
|
64
|
+
"@authup/core-realtime-kit": "^1.0.0-beta.26",
|
|
65
|
+
"@authup/errors": "^1.0.0-beta.26",
|
|
66
|
+
"@authup/specs": "^1.0.0-beta.26",
|
|
67
67
|
"@ilingo/vuelidate": "^5.0.3",
|
|
68
68
|
"@posva/event-emitter": "^1.0.2",
|
|
69
69
|
"@types/node": "^22.14.0",
|
|
@@ -83,13 +83,13 @@
|
|
|
83
83
|
"vue-tsc": "^2.2.8"
|
|
84
84
|
},
|
|
85
85
|
"peerDependencies": {
|
|
86
|
-
"@authup/access": "^1.0.0-beta.
|
|
87
|
-
"@authup/kit": "^1.0.0-beta.
|
|
88
|
-
"@authup/core-kit": "^1.0.0-beta.
|
|
89
|
-
"@authup/core-http-kit": "^1.0.0-beta.
|
|
90
|
-
"@authup/core-realtime-kit": "^1.0.0-beta.
|
|
91
|
-
"@authup/errors": "^1.0.0-beta.
|
|
92
|
-
"@authup/specs": "^1.0.0-beta.
|
|
86
|
+
"@authup/access": "^1.0.0-beta.26",
|
|
87
|
+
"@authup/kit": "^1.0.0-beta.26",
|
|
88
|
+
"@authup/core-kit": "^1.0.0-beta.26",
|
|
89
|
+
"@authup/core-http-kit": "^1.0.0-beta.26",
|
|
90
|
+
"@authup/core-realtime-kit": "^1.0.0-beta.26",
|
|
91
|
+
"@authup/errors": "^1.0.0-beta.26",
|
|
92
|
+
"@authup/specs": "^1.0.0-beta.26",
|
|
93
93
|
"@vuecs/form-controls": "^2.4.2",
|
|
94
94
|
"@vuecs/list-controls": "^2.0.0",
|
|
95
95
|
"@vuecs/pagination": "^1.3.0",
|