nuxt-auther 1.1.0 → 1.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/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/package.json +72 -72
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,72 +1,72 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "nuxt-auther",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "Authentication module for Nuxt.JS",
|
|
5
|
-
"homepage": "https://github.com/zerosdev/nuxt-auther",
|
|
6
|
-
"author": "zerosdev",
|
|
7
|
-
"keywords": [
|
|
8
|
-
"auth",
|
|
9
|
-
"nuxt",
|
|
10
|
-
"nuxt3",
|
|
11
|
-
"nuxtjs",
|
|
12
|
-
"nuxt-module",
|
|
13
|
-
"nuxt-plugin",
|
|
14
|
-
"@nuxtjs/auth",
|
|
15
|
-
"@nuxt-alt/auth"
|
|
16
|
-
],
|
|
17
|
-
"license": "MIT",
|
|
18
|
-
"type": "module",
|
|
19
|
-
"exports": {
|
|
20
|
-
".": {
|
|
21
|
-
"types": "./dist/types/index.d.ts",
|
|
22
|
-
"import": "./dist/module.mjs",
|
|
23
|
-
"require": "./dist/module.cjs"
|
|
24
|
-
}
|
|
25
|
-
},
|
|
26
|
-
"main": "./dist/module.cjs",
|
|
27
|
-
"module": "./dist/module.mjs",
|
|
28
|
-
"types": "./dist/types/index.d.ts",
|
|
29
|
-
"files": [
|
|
30
|
-
"dist"
|
|
31
|
-
],
|
|
32
|
-
"scripts": {
|
|
33
|
-
"dev": "nuxi dev playground",
|
|
34
|
-
"dev:build": "nuxi build playground",
|
|
35
|
-
"dev:prepare": "set JITI_ESM_RESOLVE=1 && jiti ./commands/cli.ts build --stub && set JITI_ESM_RESOLVE=1 && jiti ./commands/cli.ts prepare",
|
|
36
|
-
"prepack": "set JITI_ESM_RESOLVE=1 && jiti ./commands/cli.ts build"
|
|
37
|
-
},
|
|
38
|
-
"dependencies": {
|
|
39
|
-
"@nuxt-alt/http": "latest",
|
|
40
|
-
"@nuxt/kit": "^3.12.2",
|
|
41
|
-
"@refactorjs/serialize": "latest",
|
|
42
|
-
"cookie-es": "^1.1.0",
|
|
43
|
-
"defu": "^6.1.3",
|
|
44
|
-
"jwt-decode": "^4.0.0",
|
|
45
|
-
"ohash": "^1.1.3",
|
|
46
|
-
"pathe": "^1.1.2",
|
|
47
|
-
"pinia": "^2.1.7",
|
|
48
|
-
"requrl": "^3.0.2"
|
|
49
|
-
},
|
|
50
|
-
"devDependencies": {
|
|
51
|
-
"@nuxt-alt/proxy": "^2.5.8",
|
|
52
|
-
"@nuxt/schema": "^3.12.2",
|
|
53
|
-
"@nuxtjs/i18n": "next",
|
|
54
|
-
"@types/node": "^20",
|
|
55
|
-
"jiti": "^1.21.6",
|
|
56
|
-
"nuxt": "^3.9.3",
|
|
57
|
-
"typescript": "^5.3.3",
|
|
58
|
-
"unbuild": "^2.0.0"
|
|
59
|
-
},
|
|
60
|
-
"repository": {
|
|
61
|
-
"type": "git",
|
|
62
|
-
"url": "git+https://github.com/zerosdev/nuxt-auther.git",
|
|
63
|
-
"directory": "nuxt-auther"
|
|
64
|
-
},
|
|
65
|
-
"bugs": {
|
|
66
|
-
"url": "https://github.com/zerosdev/nuxt-auther/issues"
|
|
67
|
-
},
|
|
68
|
-
"publishConfig": {
|
|
69
|
-
"access": "public"
|
|
70
|
-
},
|
|
71
|
-
"packageManager": "yarn@4.9.2"
|
|
72
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "nuxt-auther",
|
|
3
|
+
"version": "1.2.0",
|
|
4
|
+
"description": "Authentication module for Nuxt.JS",
|
|
5
|
+
"homepage": "https://github.com/zerosdev/nuxt-auther",
|
|
6
|
+
"author": "zerosdev",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"auth",
|
|
9
|
+
"nuxt",
|
|
10
|
+
"nuxt3",
|
|
11
|
+
"nuxtjs",
|
|
12
|
+
"nuxt-module",
|
|
13
|
+
"nuxt-plugin",
|
|
14
|
+
"@nuxtjs/auth",
|
|
15
|
+
"@nuxt-alt/auth"
|
|
16
|
+
],
|
|
17
|
+
"license": "MIT",
|
|
18
|
+
"type": "module",
|
|
19
|
+
"exports": {
|
|
20
|
+
".": {
|
|
21
|
+
"types": "./dist/types/index.d.ts",
|
|
22
|
+
"import": "./dist/module.mjs",
|
|
23
|
+
"require": "./dist/module.cjs"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"main": "./dist/module.cjs",
|
|
27
|
+
"module": "./dist/module.mjs",
|
|
28
|
+
"types": "./dist/types/index.d.ts",
|
|
29
|
+
"files": [
|
|
30
|
+
"dist"
|
|
31
|
+
],
|
|
32
|
+
"scripts": {
|
|
33
|
+
"dev": "nuxi dev playground",
|
|
34
|
+
"dev:build": "nuxi build playground",
|
|
35
|
+
"dev:prepare": "set JITI_ESM_RESOLVE=1 && jiti ./commands/cli.ts build --stub && set JITI_ESM_RESOLVE=1 && jiti ./commands/cli.ts prepare",
|
|
36
|
+
"prepack": "set JITI_ESM_RESOLVE=1 && jiti ./commands/cli.ts build"
|
|
37
|
+
},
|
|
38
|
+
"dependencies": {
|
|
39
|
+
"@nuxt-alt/http": "latest",
|
|
40
|
+
"@nuxt/kit": "^3.12.2",
|
|
41
|
+
"@refactorjs/serialize": "latest",
|
|
42
|
+
"cookie-es": "^1.1.0",
|
|
43
|
+
"defu": "^6.1.3",
|
|
44
|
+
"jwt-decode": "^4.0.0",
|
|
45
|
+
"ohash": "^1.1.3",
|
|
46
|
+
"pathe": "^1.1.2",
|
|
47
|
+
"pinia": "^2.1.7",
|
|
48
|
+
"requrl": "^3.0.2"
|
|
49
|
+
},
|
|
50
|
+
"devDependencies": {
|
|
51
|
+
"@nuxt-alt/proxy": "^2.5.8",
|
|
52
|
+
"@nuxt/schema": "^3.12.2",
|
|
53
|
+
"@nuxtjs/i18n": "next",
|
|
54
|
+
"@types/node": "^20",
|
|
55
|
+
"jiti": "^1.21.6",
|
|
56
|
+
"nuxt": "^3.9.3 || ^4.0.0",
|
|
57
|
+
"typescript": "^5.3.3",
|
|
58
|
+
"unbuild": "^2.0.0"
|
|
59
|
+
},
|
|
60
|
+
"repository": {
|
|
61
|
+
"type": "git",
|
|
62
|
+
"url": "git+https://github.com/zerosdev/nuxt-auther.git",
|
|
63
|
+
"directory": "nuxt-auther"
|
|
64
|
+
},
|
|
65
|
+
"bugs": {
|
|
66
|
+
"url": "https://github.com/zerosdev/nuxt-auther/issues"
|
|
67
|
+
},
|
|
68
|
+
"publishConfig": {
|
|
69
|
+
"access": "public"
|
|
70
|
+
},
|
|
71
|
+
"packageManager": "yarn@4.9.2"
|
|
72
|
+
}
|