Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
{
"$schema": "https://json.schemastore.org/package",
"name": "webui",
- "version": "0.1.1",
+ "version": "0.2.0",
"readme": "README.md",
"engines": {
"node": ">=18.0.0",
"vite": "^5.1.3",
"vitest": "^1.3.0"
},
- "_id": "webui@0.1.1"
+ "_id": "webui@0.2.0"
}
# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=e-mobility-charging-stations-simulator-webui
-sonar.projectVersion=0.1.1
+sonar.projectVersion=0.2.0
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
sonar.sources=src
export enum OCPPVersion {
VERSION_16 = '1.6',
- VERSION_20 = '2.0'
+ VERSION_20 = '2.0',
+ VERSION_201 = '2.0.1'
}
export enum OCPPProtocol {