From 129fdda549b8c7dc7c43ec5893d14a1151ed61a9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 12 Nov 2023 22:25:09 +0100 Subject: [PATCH] build: bump volta pnpm version MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- package.json | 2 +- pnpm-lock.yaml | 18 +++++++++--------- src/charging-station/ChargingStation.ts | 6 +++--- ui/web/package.json | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 68551e27..b317ab87 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "volta": { "node": "20.9.0", - "pnpm": "8.10.2" + "pnpm": "8.10.3" }, "repository": { "type": "git", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3aa65c7e..1f3e507d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1442,7 +1442,7 @@ packages: '@octokit/graphql': 7.0.2 '@octokit/request': 8.1.5 '@octokit/request-error': 5.0.1 - '@octokit/types': 12.2.0 + '@octokit/types': 12.3.0 before-after-hook: 2.2.3 universal-user-agent: 6.0.1 dev: true @@ -1451,7 +1451,7 @@ packages: resolution: {integrity: sha512-qhKW8YLIi+Kmc92FQUFGr++DYtkx/1fBv+Thua6baqnjnOsgBYJDCvWZR1YcINuHGOEQt416WOfE+A/oG60NBQ==} engines: {node: '>= 18'} dependencies: - '@octokit/types': 12.2.0 + '@octokit/types': 12.3.0 is-plain-object: 5.0.0 universal-user-agent: 6.0.1 dev: true @@ -1461,7 +1461,7 @@ packages: engines: {node: '>= 18'} dependencies: '@octokit/request': 8.1.5 - '@octokit/types': 12.2.0 + '@octokit/types': 12.3.0 universal-user-agent: 6.0.1 dev: true @@ -1476,7 +1476,7 @@ packages: '@octokit/core': '>=5' dependencies: '@octokit/core': 5.0.1 - '@octokit/types': 12.2.0 + '@octokit/types': 12.3.0 dev: true /@octokit/plugin-request-log@4.0.0(@octokit/core@5.0.1): @@ -1495,14 +1495,14 @@ packages: '@octokit/core': '>=5' dependencies: '@octokit/core': 5.0.1 - '@octokit/types': 12.2.0 + '@octokit/types': 12.3.0 dev: true /@octokit/request-error@5.0.1: resolution: {integrity: sha512-X7pnyTMV7MgtGmiXBwmO6M5kIPrntOXdyKZLigNfQWSEQzVxR4a4vo49vJjTWX70mPndj8KhfT4Dx+2Ng3vnBQ==} engines: {node: '>= 18'} dependencies: - '@octokit/types': 12.2.0 + '@octokit/types': 12.3.0 deprecation: 2.3.1 once: 1.4.0 dev: true @@ -1513,7 +1513,7 @@ packages: dependencies: '@octokit/endpoint': 9.0.2 '@octokit/request-error': 5.0.1 - '@octokit/types': 12.2.0 + '@octokit/types': 12.3.0 is-plain-object: 5.0.0 universal-user-agent: 6.0.1 dev: true @@ -1528,8 +1528,8 @@ packages: '@octokit/plugin-rest-endpoint-methods': 10.1.3(@octokit/core@5.0.1) dev: true - /@octokit/types@12.2.0: - resolution: {integrity: sha512-ZkdHqHJdifVndN7Pha10+qrgAjy3AcG//Vmjr/o5UFuTiYCcMhqDj39Yr9VM9zJ/42KO2xAYhV7cvLnLI9Kvwg==} + /@octokit/types@12.3.0: + resolution: {integrity: sha512-nJ8X2HRr234q3w/FcovDlA+ttUU4m1eJAourvfUUtwAWeqL8AsyRqfnLvVnYn3NFbUnsmzQCzLNdFerPwdmcDQ==} dependencies: '@octokit/openapi-types': 19.0.2 dev: true diff --git a/src/charging-station/ChargingStation.ts b/src/charging-station/ChargingStation.ts index 94b6d8bd..bcd33ccf 100644 --- a/src/charging-station/ChargingStation.ts +++ b/src/charging-station/ChargingStation.ts @@ -232,14 +232,14 @@ export class ChargingStation extends EventEmitter { enableStatistics: false, remoteAuthorization: true, currentOutType: CurrentType.AC, + mainVoltageMeterValues: true, + phaseLineToLineVoltageMeterValues: false, + customValueLimitationMeterValues: true, ocppStrictCompliance: true, outOfOrderEndMeterValues: false, beginEndMeterValues: false, meteringPerTransaction: true, transactionDataMeterValues: false, - mainVoltageMeterValues: true, - phaseLineToLineVoltageMeterValues: false, - customValueLimitationMeterValues: true, supervisionUrlOcppConfiguration: false, supervisionUrlOcppKey: VendorParametersKey.ConnectionUrl, ocppVersion: OCPPVersion.VERSION_16, diff --git a/ui/web/package.json b/ui/web/package.json index a4b864a9..681e190e 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -9,7 +9,7 @@ }, "volta": { "node": "20.9.0", - "pnpm": "8.10.2" + "pnpm": "8.10.3" }, "pnpm": { "overrides": { -- 2.34.1