@ereo/auth 0.1.32 → 0.1.35
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 +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -165,7 +165,7 @@ For full documentation, see [Auth Plugin API Reference](https://ereojs.dev/docs/
|
|
|
165
165
|
|
|
166
166
|
## Part of EreoJS
|
|
167
167
|
|
|
168
|
-
This package is part of the [EreoJS](https://github.com/
|
|
168
|
+
This package is part of the [EreoJS](https://github.com/ereoJS/ereoJS) monorepo - a modern full-stack JavaScript framework.
|
|
169
169
|
|
|
170
170
|
## License
|
|
171
171
|
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ereo/auth",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.35",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Ereo Team",
|
|
6
|
-
"homepage": "https://
|
|
6
|
+
"homepage": "https://ereojs.github.io/ereoJS",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "https://github.com/
|
|
9
|
+
"url": "https://github.com/ereoJS/ereoJS.git",
|
|
10
10
|
"directory": "packages/plugin-auth"
|
|
11
11
|
},
|
|
12
12
|
"bugs": {
|
|
13
|
-
"url": "https://github.com/
|
|
13
|
+
"url": "https://github.com/ereoJS/ereoJS/issues"
|
|
14
14
|
},
|
|
15
15
|
"description": "Authentication plugin for EreoJS framework",
|
|
16
16
|
"type": "module",
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"typecheck": "tsc --noEmit"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@ereo/core": "^0.1.
|
|
41
|
-
"@ereo/router": "^0.1.
|
|
40
|
+
"@ereo/core": "^0.1.35",
|
|
41
|
+
"@ereo/router": "^0.1.35"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@types/bun": "^1.1.0",
|