verdaccio 6.3.2 → 6.4.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 +147 -57
- package/build/api/endpoint/api/dist-tags.d.ts +1 -1
- package/build/api/endpoint/api/dist-tags.js +1 -1
- package/build/api/endpoint/api/package.d.ts +1 -1
- package/build/api/endpoint/api/package.js +1 -1
- package/build/api/endpoint/api/publish.d.ts +1 -1
- package/build/api/endpoint/api/publish.js +1 -1
- package/build/api/endpoint/api/user.d.ts +1 -1
- package/build/api/endpoint/api/user.js +1 -1
- package/build/api/endpoint/api/v1/profile.d.ts +1 -1
- package/build/api/endpoint/api/v1/profile.js +1 -1
- package/build/api/endpoint/api/v1/token.d.ts +1 -1
- package/build/api/endpoint/api/v1/token.js +1 -1
- package/build/api/endpoint/index.d.ts +1 -1
- package/build/api/endpoint/index.js +1 -1
- package/build/api/index.js +1 -1
- package/build/api/web/api/package.d.ts +1 -1
- package/build/api/web/api/package.js +1 -1
- package/build/api/web/api/search.d.ts +1 -1
- package/build/api/web/api/search.js +1 -1
- package/build/api/web/api/user.d.ts +1 -1
- package/build/api/web/api/user.js +1 -1
- package/build/lib/cli/cli.js +1 -1
- package/build/lib/cli/commands/init.js +1 -1
- package/build/lib/cli/commands/version.js +1 -1
- package/build/lib/local-storage.d.ts +2 -0
- package/build/lib/local-storage.js +21 -1
- package/build/lib/storage-utils.js +13 -13
- package/build/lib/storage.d.ts +18 -2
- package/build/lib/storage.js +153 -90
- package/package.json +18 -16
- package/build/lib/auth.d.ts +0 -2
- package/build/lib/auth.js +0 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "verdaccio",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.4.0",
|
|
4
4
|
"description": "A lightweight private npm proxy registry",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Verdaccio Maintainers",
|
|
@@ -20,21 +20,22 @@
|
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@cypress/request": "3.0.10",
|
|
23
|
-
"@verdaccio/auth": "8.0.0-next-8.
|
|
24
|
-
"@verdaccio/config": "8.0.0-next-8.
|
|
25
|
-
"@verdaccio/core": "8.0.0-next-8.
|
|
26
|
-
"@verdaccio/hooks": "8.0.0-next-8.
|
|
27
|
-
"@verdaccio/loaders": "8.0.0-next-8.
|
|
23
|
+
"@verdaccio/auth": "8.0.0-next-8.36",
|
|
24
|
+
"@verdaccio/config": "8.0.0-next-8.36",
|
|
25
|
+
"@verdaccio/core": "8.0.0-next-8.36",
|
|
26
|
+
"@verdaccio/hooks": "8.0.0-next-8.36",
|
|
27
|
+
"@verdaccio/loaders": "8.0.0-next-8.26",
|
|
28
28
|
"@verdaccio/local-storage-legacy": "11.1.1",
|
|
29
|
-
"@verdaccio/logger": "8.0.0-next-8.
|
|
30
|
-
"@verdaccio/middleware": "8.0.0-next-8.
|
|
31
|
-
"@verdaccio/
|
|
32
|
-
"@verdaccio/
|
|
29
|
+
"@verdaccio/logger": "8.0.0-next-8.36",
|
|
30
|
+
"@verdaccio/middleware": "8.0.0-next-8.36",
|
|
31
|
+
"@verdaccio/package-filter": "13.0.0-next-8.3",
|
|
32
|
+
"@verdaccio/search-indexer": "8.0.0-next-8.6",
|
|
33
|
+
"@verdaccio/signature": "8.0.0-next-8.28",
|
|
33
34
|
"@verdaccio/streams": "10.2.1",
|
|
34
|
-
"@verdaccio/tarball": "13.0.0-next-8.
|
|
35
|
+
"@verdaccio/tarball": "13.0.0-next-8.36",
|
|
35
36
|
"@verdaccio/ui-theme": "8.0.0-next-8.30",
|
|
36
|
-
"@verdaccio/url": "13.0.0-next-8.
|
|
37
|
-
"@verdaccio/utils": "8.1.0-next-8.
|
|
37
|
+
"@verdaccio/url": "13.0.0-next-8.36",
|
|
38
|
+
"@verdaccio/utils": "8.1.0-next-8.36",
|
|
38
39
|
"JSONStream": "1.3.5",
|
|
39
40
|
"async": "3.2.6",
|
|
40
41
|
"clipanion": "4.0.0-rc.4",
|
|
@@ -43,12 +44,12 @@
|
|
|
43
44
|
"debug": "4.4.3",
|
|
44
45
|
"envinfo": "7.21.0",
|
|
45
46
|
"express": "4.22.1",
|
|
46
|
-
"lodash": "4.
|
|
47
|
+
"lodash": "4.18.1",
|
|
47
48
|
"lru-cache": "7.18.3",
|
|
48
49
|
"mime": "3.0.0",
|
|
49
50
|
"semver": "7.7.4",
|
|
50
|
-
"verdaccio-audit": "13.0.0-next-8.
|
|
51
|
-
"verdaccio-htpasswd": "13.0.0-next-8.
|
|
51
|
+
"verdaccio-audit": "13.0.0-next-8.36",
|
|
52
|
+
"verdaccio-htpasswd": "13.0.0-next-8.36"
|
|
52
53
|
},
|
|
53
54
|
"devDependencies": {
|
|
54
55
|
"@babel/cli": "7.28.6",
|
|
@@ -73,6 +74,7 @@
|
|
|
73
74
|
"@types/semver": "7.7.1",
|
|
74
75
|
"@types/supertest": "6.0.3",
|
|
75
76
|
"@verdaccio-scope/verdaccio-auth-foo": "0.0.2",
|
|
77
|
+
"@verdaccio/e2e-cli": "2.3.0",
|
|
76
78
|
"@verdaccio/eslint-config": "13.0.0",
|
|
77
79
|
"@verdaccio/test-helper": "4.0.0-next-8.13",
|
|
78
80
|
"@verdaccio/types": "13.0.0-next-8.11",
|
package/build/lib/auth.d.ts
DELETED
package/build/lib/auth.js
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
var _auth = require("@verdaccio/auth");
|
|
8
|
-
var _default = exports.default = _auth.Auth;
|
|
9
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6WyJfYXV0aCIsInJlcXVpcmUiLCJfZGVmYXVsdCIsImV4cG9ydHMiLCJkZWZhdWx0IiwiQXV0aCJdLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9saWIvYXV0aC50cyJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBBdXRoIH0gZnJvbSAnQHZlcmRhY2Npby9hdXRoJztcblxuZXhwb3J0IGRlZmF1bHQgQXV0aDtcbiJdLCJtYXBwaW5ncyI6Ijs7Ozs7O0FBQUEsSUFBQUEsS0FBQSxHQUFBQyxPQUFBO0FBQXVDLElBQUFDLFFBQUEsR0FBQUMsT0FBQSxDQUFBQyxPQUFBLEdBRXhCQyxVQUFJIiwiaWdub3JlTGlzdCI6W119
|