@auth/qwik 0.1.0 → 0.2.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/README.md CHANGED
@@ -1,16 +1,16 @@
1
1
  <p align="center">
2
2
  <a href="https://qwik.dev" target="_blank"><img height="96px" src="https://authjs.dev/img/etc/qwik.svg" /></a>
3
3
  <a href="https://qwik.authjs.dev" target="_blank"><img height="96px" src="https://authjs.dev/img/logo-sm.png" /></a>
4
- <h1 align="center">Qwik Auth.js</h1>
4
+ <h1 align="center">Qwik Auth</h1>
5
5
  </p>
6
6
  <p align="center">
7
7
  Authentication for Qwik.
8
8
  </p>
9
9
  <p align="center">
10
- <a href="https://npm.im/@auth/qwik"><img src="https://img.shields.io/badge/TypeScript-grey?style=flat-square&logo=typescript&labelColor=fff" alt="TypeScript" /></a>
11
- <a href="https://www.npmtrends.com/@auth/qwik"><img src="https://img.shields.io/npm/dm/@auth/qwik?style=flat-square&color=cyan" alt="Downloads" /></a>
12
10
  <a href="https://www.npmjs.com/package/@auth/qwik"><img src="https://img.shields.io/npm/v/@auth/qwik?style=flat-square&label=latest&color=purple" alt="npm latest release" /></a>
13
- <a href="https://github.com/nextauthjs/cli/stargazers"><img src="https://img.shields.io/github/stars/nextauthjs/next-auth?style=flat-square&color=orange" alt="Github Stars" /></a>
11
+ <a href="https://www.npmtrends.com/@auth/qwik"><img src="https://img.shields.io/npm/dm/@auth/qwik?style=flat-square&color=cyan" alt="Downloads" /></a>
12
+ <a href="https://github.com/nextauthjs/next-auth/stargazers"><img src="https://img.shields.io/github/stars/nextauthjs/next-auth?style=flat-square&color=orange" alt="Github Stars" /></a>
13
+ <img src="https://shields.io/badge/TypeScript-3178C6?logo=TypeScript&logoColor=fff&style=flat-square" alt="TypeScript" />
14
14
  </p>
15
15
 
16
16
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@auth/qwik",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Authentication for Qwik.",
5
5
  "license": "ISC",
6
6
  "author": "gioboa <giorgiob.boa@gmail.com>",
@@ -41,12 +41,13 @@
41
41
  "*.d.ts*",
42
42
  "*.js",
43
43
  "*.mjs",
44
+ "*.qwik.mjs",
44
45
  "providers",
45
46
  "src"
46
47
  ],
47
48
  "dependencies": {
48
49
  "set-cookie-parser": "^2.6.0",
49
- "@auth/core": "0.33.0"
50
+ "@auth/core": "0.34.0"
50
51
  },
51
52
  "devDependencies": {
52
53
  "@builder.io/qwik": "1.5.5",
@@ -0,0 +1,3 @@
1
+ export * from '@auth/core/providers/threads';
2
+ export { default } from '@auth/core/providers/threads';
3
+ //# sourceMappingURL=threads.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"threads.d.ts","sourceRoot":"","sources":["../src/providers/threads.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAA;AAC5C,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from "@auth/core/providers/threads"
2
+ export { default } from "@auth/core/providers/threads"