Skip to content

Commit c63e83e

Browse files
committed
update verdaccio
1 parent 03de1c2 commit c63e83e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

packages/e2e-tests/lib/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const TEST_REGISTRY_CONTAINER_NAME = 'verdaccio-e2e-test-registry';
22
export const DEFAULT_BUILD_TIMEOUT_SECONDS = 60 * 5;
33
export const DEFAULT_TEST_TIMEOUT_SECONDS = 60 * 2;
4-
export const VERDACCIO_VERSION = '5.15.3';
4+
export const VERDACCIO_VERSION = '5.22.1';
55
export const PUBLISH_PACKAGES_DOCKER_IMAGE_NAME = 'publish-packages';
66
export const TMP_DIR = 'tmp';

packages/e2e-tests/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"test:e2e": "run-s test:validate-configuration test:validate-test-app-setups test:run",
1717
"test:run": "ts-node run.ts",
1818
"test:validate-configuration": "ts-node validate-verdaccio-configuration.ts",
19-
"test:validate-test-app-setups": "ts-node validate-test-app-setups.ts"
19+
"test:validate-test-app-setups": "ts-node validate-test-app-setups.ts",
20+
"clean": "rimraf tmp test-applications/**/node_modules test-applications/**/dist"
2021
},
2122
"devDependencies": {
2223
"@sentry/utils": "7.43.0",

packages/e2e-tests/verdaccio-config/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ middlewares:
204204

205205
# https://verdaccio.org/docs/logger
206206
# log settings
207-
logs: { type: stdout, format: pretty, level: http }
207+
log: { type: stdout, format: pretty, level: http }
208208
#experiments:
209209
# # support for npm token command
210210
# token: false

0 commit comments

Comments
 (0)