verdaccio-auth-memory 13.0.0-next-8.38 → 13.0.1
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 +2 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -15,6 +15,8 @@
|
|
|
15
15
|
[](https://hub.docker.com/r/verdaccio/verdaccio)
|
|
16
16
|
[](https://github.com/verdaccio/verdaccio/stargazers)
|
|
17
17
|
|
|
18
|
+
> **Note:** This package is only intended to be used with Verdaccio 6.x.
|
|
19
|
+
|
|
18
20
|
This verdaccio auth plugin keeps the users in a memory plain object.
|
|
19
21
|
This means all sessions and users will disappear when you restart the verdaccio server.
|
|
20
22
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "verdaccio-auth-memory",
|
|
3
|
-
"version": "13.0.
|
|
3
|
+
"version": "13.0.1",
|
|
4
4
|
"description": "Auth plugin for Verdaccio that keeps users in memory",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"private",
|
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
"node": ">=18"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@verdaccio/core": "8.
|
|
33
|
+
"@verdaccio/core": "8.1.0",
|
|
34
34
|
"debug": "4.4.3"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@types/debug": "4.1.12",
|
|
38
|
-
"@verdaccio/config": "8.
|
|
39
|
-
"@verdaccio/types": "13.0.0
|
|
38
|
+
"@verdaccio/config": "8.1.0",
|
|
39
|
+
"@verdaccio/types": "13.0.0"
|
|
40
40
|
},
|
|
41
41
|
"funding": {
|
|
42
42
|
"type": "opencollective",
|