@auth/qwik 0.6.0 → 0.7.0
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/index.qwik.js
CHANGED
|
@@ -168,6 +168,7 @@ setCookie.exports.parse = parse;
|
|
|
168
168
|
var parseString_1 = setCookie.exports.parseString = parseString;
|
|
169
169
|
var splitCookiesString_1 = setCookie.exports.splitCookiesString = splitCookiesString;
|
|
170
170
|
class AuthError extends Error {
|
|
171
|
+
/** @internal */
|
|
171
172
|
constructor(message, errorOptions) {
|
|
172
173
|
if (message instanceof Error) {
|
|
173
174
|
super(void 0, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@auth/qwik",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0",
|
|
4
4
|
"description": "Authentication for Qwik.",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "gioboa <giorgiob.boa@gmail.com>",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
],
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"set-cookie-parser": "^2.6.0",
|
|
52
|
-
"@auth/core": "0.
|
|
52
|
+
"@auth/core": "0.39.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@builder.io/qwik": "1.7.3",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"huggingface.d.ts","sourceRoot":"","sources":["../src/providers/huggingface.ts"],"names":[],"mappings":"AAAA,cAAc,kCAAkC,CAAA;AAChD,OAAO,EAAE,OAAO,EAAE,MAAM,kCAAkC,CAAA"}
|