@verdaccio/core 7.0.0-next.2 → 7.0.0-next.3
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/CHANGELOG.md +10 -0
- package/build/constants.d.ts +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/build/constants.d.ts
CHANGED
|
@@ -80,8 +80,8 @@ export declare const API_MESSAGE: {
|
|
|
80
80
|
LOGGED_OUT: string;
|
|
81
81
|
};
|
|
82
82
|
export declare const LOG_STATUS_MESSAGE = "@{status}, user: @{user}(@{remoteIP}), req: '@{request.method} @{request.url}'";
|
|
83
|
-
export declare const LOG_VERDACCIO_ERROR:
|
|
84
|
-
export declare const LOG_VERDACCIO_BYTES:
|
|
83
|
+
export declare const LOG_VERDACCIO_ERROR = "@{status}, user: @{user}(@{remoteIP}), req: '@{request.method} @{request.url}', error: @{!error}";
|
|
84
|
+
export declare const LOG_VERDACCIO_BYTES = "@{status}, user: @{user}(@{remoteIP}), req: '@{request.method} @{request.url}', bytes: @{bytes.in}/@{bytes.out}";
|
|
85
85
|
export declare const ROLES: {
|
|
86
86
|
$ALL: string;
|
|
87
87
|
ALL: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@verdaccio/core",
|
|
3
|
-
"version": "7.0.0-next.
|
|
3
|
+
"version": "7.0.0-next.3",
|
|
4
4
|
"description": "core utilities",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"private",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"lodash": "4.17.21",
|
|
45
45
|
"typedoc": "0.23.25",
|
|
46
46
|
"typedoc-plugin-missing-exports": "latest",
|
|
47
|
-
"@verdaccio/types": "12.0.0-next.
|
|
47
|
+
"@verdaccio/types": "12.0.0-next.1"
|
|
48
48
|
},
|
|
49
49
|
"funding": {
|
|
50
50
|
"type": "opencollective",
|