Skip to content

Commit

Permalink
chore: release v1.3.12
Browse files Browse the repository at this point in the history
* (dirkhe) fixing pagacke with missing admin folder
  • Loading branch information
dirkhe committed Jan 3, 2025
1 parent 48cd3b4 commit 6fd3e3f
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 102 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,9 @@ This project uses the following components:
### **WORK IN PROGRESS**
* ()
-->
### **WORK IN PROGRESS**
### 1.3.12 (2025-01-03)
* (dirkhe) fixing pagacke with missing admin folder

### 1.3.11 (2025-01-02)
* (dirkhe) update dependecies

Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "webcal",
"version": "1.3.11",
"version": "1.3.12",
"news": {
"1.3.12": {
"en": "fixing pagacke with missing admin folder",
"de": "befestigung pagacke mit fehlendem admin-ordner",
"ru": "фиксация пагака с недостающей папкой администратора",
"pt": "fixando pagão com pasta de administração ausente",
"nl": "pagacke repareren met ontbrekende admin-map",
"fr": "fixer pagacke avec le dossier admin manquant",
"it": "fissaggio pagacke con cartella amministratore mancante",
"es": "fijación pagacke con carpeta de administración perdida",
"pl": "naprawianie pagacke z brakującym folderem administracyjnym",
"uk": "фіксація pagacke з відсутністю папки адміністратора",
"zh-cn": "用缺失的管理员文件夹修复 pagacke"
},
"1.3.11": {
"en": "update dependecies",
"de": "aktualisierung der abhängigkeiten",
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

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

182 changes: 91 additions & 91 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,93 +1,93 @@
{
"name": "iobroker.webcal",
"version": "1.3.11",
"description": "webcal",
"author": {
"name": "dirkhe",
"email": "[email protected]"
},
"homepage": "https://github.com/dirkhe/ioBroker.webcal",
"license": "MIT",
"keywords": [
"ioBroker",
"Calendar",
"Smart Home",
"home automation",
"WEBDAV",
"CALDAV",
"Google Calendar"
],
"repository": {
"type": "git",
"url": "https://github.com/dirkhe/ioBroker.webcal.git"
},
"engines": {
"node": ">= 18"
},
"dependencies": {
"@googleapis/calendar": "^9.7.0",
"@googleapis/oauth2": "^1.0.5",
"@iobroker/adapter-core": "^3.2.3",
"axios": "^1.7.7",
"dayjs": "^1.11.13",
"ical.js": "^2.0.1",
"regex-escape": "^3.4.10",
"tsdav": "^2.0.9"
},
"devDependencies": {
"@alcalzone/release-script": "^3.8.0",
"@alcalzone/release-script-plugin-iobroker": "^3.7.2",
"@alcalzone/release-script-plugin-license": "^3.7.0",
"@alcalzone/release-script-plugin-manual-review": "^3.7.0",
"@iobroker/adapter-dev": "^1.3.0",
"@iobroker/eslint-config": "^1.0.0",
"@iobroker/testing": "^5.0.0",
"@tsconfig/node20": "^20.1.4",
"@types/chai": "^4.3.12",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.6",
"@types/node": "^20.14.9",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^3.2.12",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"mocha": "^11.0.1",
"proxyquire": "^2.1.3",
"rimraf": "^5.0.10",
"sinon": "^19.0.2",
"sinon-chai": "^3.7.0",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.2",
"typescript": "~5.4.5"
},
"main": "build/main.js",
"files": [
"admin{,/!(src)/**}/!(tsconfig|tsconfig.*|.eslintrc).{json,json5}",
"admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}",
"build/",
"www/",
"io-package.json",
"LICENSE"
],
"scripts": {
"prebuild": "rimraf build",
"build": "build-adapter ts",
"watch": "build-adapter ts --watch",
"prebuild:ts": "rimraf build",
"build:ts": "build-adapter ts",
"watch:ts": "build-adapter ts --watch",
"test:ts": "mocha --config test/mocharc.custom.json src/**/*.test.ts",
"test:package": "mocha test/package --exit",
"test:integration": "mocha test/integration --exit",
"test": "npm run test:ts && npm run test:package",
"check": "tsc --noEmit",
"lint": "eslint -c eslint.config.mjs .",
"translate": "translate-adapter",
"release": "release-script"
},
"bugs": {
"url": "https://github.com/dirkhe/ioBroker.webcal/issues"
},
"readmeFilename": "README.md"
"name": "iobroker.webcal",
"version": "1.3.12",
"description": "webcal",
"author": {
"name": "dirkhe",
"email": "[email protected]"
},
"homepage": "https://github.com/dirkhe/ioBroker.webcal",
"license": "MIT",
"keywords": [
"ioBroker",
"Calendar",
"Smart Home",
"home automation",
"WEBDAV",
"CALDAV",
"Google Calendar"
],
"repository": {
"type": "git",
"url": "https://github.com/dirkhe/ioBroker.webcal.git"
},
"engines": {
"node": ">= 18"
},
"dependencies": {
"@googleapis/calendar": "^9.7.0",
"@googleapis/oauth2": "^1.0.5",
"@iobroker/adapter-core": "^3.2.3",
"axios": "^1.7.7",
"dayjs": "^1.11.13",
"ical.js": "^2.0.1",
"regex-escape": "^3.4.10",
"tsdav": "^2.0.9"
},
"devDependencies": {
"@alcalzone/release-script": "^3.8.0",
"@alcalzone/release-script-plugin-iobroker": "^3.7.2",
"@alcalzone/release-script-plugin-license": "^3.7.0",
"@alcalzone/release-script-plugin-manual-review": "^3.7.0",
"@iobroker/adapter-dev": "^1.3.0",
"@iobroker/eslint-config": "^1.0.0",
"@iobroker/testing": "^5.0.0",
"@tsconfig/node20": "^20.1.4",
"@types/chai": "^4.3.12",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.6",
"@types/node": "^20.14.9",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^3.2.12",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"mocha": "^11.0.1",
"proxyquire": "^2.1.3",
"rimraf": "^5.0.10",
"sinon": "^19.0.2",
"sinon-chai": "^3.7.0",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.2",
"typescript": "~5.4.5"
},
"main": "build/main.js",
"files": [
"admin{,/!(src)/**}/!(tsconfig|tsconfig.*|.eslintrc).{json,json5}",
"admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}",
"build/",
"www/",
"io-package.json",
"LICENSE"
],
"scripts": {
"prebuild": "rimraf build",
"build": "build-adapter ts",
"watch": "build-adapter ts --watch",
"prebuild:ts": "rimraf build",
"build:ts": "build-adapter ts",
"watch:ts": "build-adapter ts --watch",
"test:ts": "mocha --config test/mocharc.custom.json src/**/*.test.ts",
"test:package": "mocha test/package --exit",
"test:integration": "mocha test/integration --exit",
"test": "npm run test:ts && npm run test:package",
"check": "tsc --noEmit",
"lint": "eslint -c eslint.config.mjs .",
"translate": "translate-adapter",
"release": "release-script"
},
"bugs": {
"url": "https://github.com/dirkhe/ioBroker.webcal/issues"
},
"readmeFilename": "README.md"
}

0 comments on commit 6fd3e3f

Please sign in to comment.