Skip to content

Commit

Permalink
Bump version to 1.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphane Senart committed Feb 7, 2025
1 parent 440c087 commit 495118c
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 57 deletions.
2 changes: 1 addition & 1 deletion dist/gazpar-card.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

112 changes: 56 additions & 56 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,56 +1,56 @@
{
"name": "lovelace-gazpar-card",
"version": "1.3.11-alpha.3",
"compatibleIntegrationVersion": "1.3.4",
"compatibleGazpar2MQTTVersion": "0.1.0",
"description": "GrDF Gazpar meter lovelace card for Home Assistant.",
"main": "index.js",
"type": "module",
"private": true,
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"build-dev": "webpack --mode=development",
"build-prd": "webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ssenart/lovelace-gazpar-card.git"
},
"keywords": [
"home-assistant",
"homeassistant",
"hass",
"automation",
"lovelace",
"custom-cards",
"Gazpar",
"GrDF",
"Gas",
"Meter",
"Consumption-data"
],
"author": "Senart Stephane",
"license": "MIT",
"bugs": {
"url": "https://github.com/ssenart/lovelace-gazpar-card/issues"
},
"homepage": "https://github.com/ssenart/lovelace-gazpar-card#readme",
"dependencies": {
"chart.js": "^3.9.1",
"lit": "^2.4.1"
},
"devDependencies": {
"html-webpack-plugin": "^5.5.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"webpack": "^5.75.0",
"webpack-cli": "^4.10.0"
},
"jest": {
"testEnvironment": "jsdom",
"transform": {},
"moduleNameMapper": {
"\\.(png|svg|jpg|jpeg|gif)$": "<rootDir>/tests/fileMock.js"
}
}
}
{
"name": "lovelace-gazpar-card",
"version": "1.3.11",
"compatibleIntegrationVersion": "1.3.4",
"compatibleGazpar2MQTTVersion": "0.1.0",
"description": "GrDF Gazpar meter lovelace card for Home Assistant.",
"main": "index.js",
"type": "module",
"private": true,
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"build-dev": "webpack --mode=development",
"build-prd": "webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ssenart/lovelace-gazpar-card.git"
},
"keywords": [
"home-assistant",
"homeassistant",
"hass",
"automation",
"lovelace",
"custom-cards",
"Gazpar",
"GrDF",
"Gas",
"Meter",
"Consumption-data"
],
"author": "Senart Stephane",
"license": "MIT",
"bugs": {
"url": "https://github.com/ssenart/lovelace-gazpar-card/issues"
},
"homepage": "https://github.com/ssenart/lovelace-gazpar-card#readme",
"dependencies": {
"chart.js": "^3.9.1",
"lit": "^2.4.1"
},
"devDependencies": {
"html-webpack-plugin": "^5.5.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"webpack": "^5.75.0",
"webpack-cli": "^4.10.0"
},
"jest": {
"testEnvironment": "jsdom",
"transform": {},
"moduleNameMapper": {
"\\.(png|svg|jpg|jpeg|gif)$": "<rootDir>/tests/fileMock.js"
}
}
}

0 comments on commit 495118c

Please sign in to comment.