@verdaccio/api 8.1.0-next-8.12 → 8.1.0-next-8.13
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 +17 -10
- package/package.json +16 -12
- package/.babelrc +0 -3
- package/.eslintrc +0 -5
- package/CHANGELOG.md +0 -2152
- package/src/dist-tags.ts +0 -106
- package/src/index.ts +0 -65
- package/src/package.ts +0 -117
- package/src/ping.ts +0 -14
- package/src/publish.ts +0 -262
- package/src/search.ts +0 -12
- package/src/stars.ts +0 -37
- package/src/user.ts +0 -179
- package/src/v1/profile.ts +0 -113
- package/src/v1/search.ts +0 -85
- package/src/v1/token.ts +0 -157
- package/src/whoami.ts +0 -26
- package/test/.eslintrc +0 -8
- package/test/integration/_helper.ts +0 -198
- package/test/integration/config/distTag.yaml +0 -25
- package/test/integration/config/owner.yaml +0 -24
- package/test/integration/config/package.yaml +0 -25
- package/test/integration/config/ping.yaml +0 -26
- package/test/integration/config/profile.yaml +0 -27
- package/test/integration/config/publish-proxy.yaml +0 -26
- package/test/integration/config/publish.yaml +0 -24
- package/test/integration/config/search.yaml +0 -29
- package/test/integration/config/star.yaml +0 -26
- package/test/integration/config/token.jwt.yaml +0 -27
- package/test/integration/config/token.yaml +0 -19
- package/test/integration/config/user.jwt.yaml +0 -37
- package/test/integration/config/user.yaml +0 -30
- package/test/integration/config/whoami.yaml +0 -29
- package/test/integration/distTag.spec.ts +0 -80
- package/test/integration/owner.spec.ts +0 -119
- package/test/integration/package.spec.ts +0 -107
- package/test/integration/ping.spec.ts +0 -18
- package/test/integration/profile.spec.ts +0 -112
- package/test/integration/publish.spec.ts +0 -232
- package/test/integration/search.spec.ts +0 -139
- package/test/integration/star.spec.ts +0 -74
- package/test/integration/token.spec.ts +0 -125
- package/test/integration/user.spec.ts +0 -222
- package/test/integration/whoami.spec.ts +0 -36
- package/test/unit/publish.disabled.ts +0 -252
- package/test/unit/validate.api.params.middleware.spec.ts +0 -44
- package/tsconfig.build.json +0 -9
- package/tsconfig.json +0 -41
- package/types/custom.d.ts +0 -16
package/README.md
CHANGED
|
@@ -1,12 +1,19 @@
|
|
|
1
|
-
# @verdaccio/api
|
|
1
|
+
# @verdaccio/api - Verdaccio Registry API
|
|
2
2
|
|
|
3
|
-
[](https://www.tickgit.com/browse?repo=github.com/verdaccio/verdaccio)
|
|
3
|
+
[](https://verdaccio.org)
|
|
4
|
+
[](https://github.com/verdaccio/verdaccio/blob/master/LICENSE)
|
|
5
|
+
[](https://github.com/verdaccio/verdaccio)
|
|
6
|
+
[](https://npmjs.com/package/@verdaccio/api)
|
|
8
7
|
|
|
9
|
-
[](https://verdaccio.org/docs)
|
|
9
|
+
[](https://discord.com/channels/388674437219745793)
|
|
10
|
+
[](https://bsky.app/profile/verdaccio.org)
|
|
11
|
+
[](https://opencollective.com/verdaccio/contribute)
|
|
12
|
+
[](https://opencollective.com/verdaccio/contribute)
|
|
13
|
+
|
|
14
|
+
[](https://www.npmjs.com/package/verdaccio)
|
|
15
|
+
[](https://hub.docker.com/r/verdaccio/verdaccio)
|
|
16
|
+
[](https://github.com/verdaccio/verdaccio/stargazers)
|
|
10
17
|
|
|
11
18
|
## Donations
|
|
12
19
|
|
|
@@ -20,7 +27,7 @@ If you want to report a security vulnerability, please follow the steps which we
|
|
|
20
27
|
|
|
21
28
|
## Open Collective Sponsors
|
|
22
29
|
|
|
23
|
-
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/verdaccio
|
|
30
|
+
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/verdaccio/contribute)]
|
|
24
31
|
|
|
25
32
|
[](https://opencollective.com/verdaccio/sponsor/0/website)
|
|
26
33
|
[](https://opencollective.com/verdaccio/sponsor/1/website)
|
|
@@ -35,9 +42,9 @@ Support this project by becoming a sponsor. Your logo will show up here with a l
|
|
|
35
42
|
|
|
36
43
|
## Open Collective Backers
|
|
37
44
|
|
|
38
|
-
Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/verdaccio
|
|
45
|
+
Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/verdaccio/contribute)]
|
|
39
46
|
|
|
40
|
-
[](https://opencollective.com/verdaccio
|
|
47
|
+
[](https://opencollective.com/verdaccio/contributes)
|
|
41
48
|
|
|
42
49
|
## Special Thanks
|
|
43
50
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@verdaccio/api",
|
|
3
|
-
"version": "8.1.0-next-8.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "8.1.0-next-8.13",
|
|
4
|
+
"description": "Verdaccio Registry API",
|
|
5
5
|
"main": "./build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
7
7
|
"author": {
|
|
@@ -10,7 +10,11 @@
|
|
|
10
10
|
},
|
|
11
11
|
"repository": {
|
|
12
12
|
"type": "https",
|
|
13
|
-
"url": "https://github.com/verdaccio/verdaccio"
|
|
13
|
+
"url": "https://github.com/verdaccio/verdaccio",
|
|
14
|
+
"directory": "packages/api"
|
|
15
|
+
},
|
|
16
|
+
"bugs": {
|
|
17
|
+
"url": "https://github.com/verdaccio/verdaccio/issues"
|
|
14
18
|
},
|
|
15
19
|
"homepage": "https://verdaccio.org",
|
|
16
20
|
"keywords": [
|
|
@@ -29,13 +33,13 @@
|
|
|
29
33
|
},
|
|
30
34
|
"license": "MIT",
|
|
31
35
|
"dependencies": {
|
|
32
|
-
"@verdaccio/auth": "8.0.0-next-8.
|
|
33
|
-
"@verdaccio/config": "8.0.0-next-8.
|
|
34
|
-
"@verdaccio/core": "8.0.0-next-8.
|
|
35
|
-
"@verdaccio/logger": "8.0.0-next-8.
|
|
36
|
-
"@verdaccio/middleware": "8.0.0-next-8.
|
|
37
|
-
"@verdaccio/store": "8.0.0-next-8.
|
|
38
|
-
"@verdaccio/utils": "8.1.0-next-8.
|
|
36
|
+
"@verdaccio/auth": "8.0.0-next-8.13",
|
|
37
|
+
"@verdaccio/config": "8.0.0-next-8.13",
|
|
38
|
+
"@verdaccio/core": "8.0.0-next-8.13",
|
|
39
|
+
"@verdaccio/logger": "8.0.0-next-8.13",
|
|
40
|
+
"@verdaccio/middleware": "8.0.0-next-8.13",
|
|
41
|
+
"@verdaccio/store": "8.0.0-next-8.13",
|
|
42
|
+
"@verdaccio/utils": "8.1.0-next-8.13",
|
|
39
43
|
"abortcontroller-polyfill": "1.7.8",
|
|
40
44
|
"body-parser": "1.20.3",
|
|
41
45
|
"cookies": "0.9.1",
|
|
@@ -46,8 +50,8 @@
|
|
|
46
50
|
"semver": "7.7.1"
|
|
47
51
|
},
|
|
48
52
|
"devDependencies": {
|
|
49
|
-
"@verdaccio/test-helper": "4.0.0-next-8.
|
|
50
|
-
"@verdaccio/types": "13.0.0-next-8.
|
|
53
|
+
"@verdaccio/test-helper": "4.0.0-next-8.4",
|
|
54
|
+
"@verdaccio/types": "13.0.0-next-8.4",
|
|
51
55
|
"mockdate": "3.0.5",
|
|
52
56
|
"supertest": "7.0.0"
|
|
53
57
|
},
|
package/.babelrc
DELETED