diff --git a/README.md b/README.md index f3ade21..860054f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/io-package.json b/io-package.json index ebe55f7..f2dcef1 100644 --- a/io-package.json +++ b/io-package.json @@ -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", diff --git a/package-lock.json b/package-lock.json index e61a774..4bf49f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.webcal", - "version": "1.3.11", + "version": "1.3.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iobroker.webcal", - "version": "1.3.11", + "version": "1.3.12", "license": "MIT", "dependencies": { "@googleapis/calendar": "^9.7.0", @@ -26,7 +26,7 @@ "@iobroker/adapter-dev": "^1.3.0", "@iobroker/eslint-config": "^1.0.0", "@iobroker/testing": "^5.0.0", - "@tsconfig/node14": "^14.1.0", + "@tsconfig/node20": "^20.1.4", "@types/chai": "^4.3.12", "@types/chai-as-promised": "^7.1.8", "@types/mocha": "^10.0.6", @@ -1670,18 +1670,18 @@ "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==", "dev": true }, - "node_modules/@tsconfig/node14": { - "version": "14.1.2", - "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-14.1.2.tgz", - "integrity": "sha512-1vncsbfCZ3TBLPxesRYz02Rn7SNJfbLoDVkcZ7F/ixOV6nwxwgdhD1mdPcc5YQ413qBJ8CvMxXMFfJ7oawjo7Q==", - "dev": true - }, "node_modules/@tsconfig/node16": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz", "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==", "dev": true }, + "node_modules/@tsconfig/node20": { + "version": "20.1.4", + "resolved": "https://registry.npmjs.org/@tsconfig/node20/-/node20-20.1.4.tgz", + "integrity": "sha512-sqgsT69YFeLWf5NtJ4Xq/xAF8p4ZQHlmGW74Nu2tD4+g5fAsposc4ZfaaPixVu4y01BEiDCWLRDCvDM5JOsRxg==", + "dev": true + }, "node_modules/@types/chai": { "version": "4.3.20", "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.20.tgz", diff --git a/package.json b/package.json index 38a9d14..fb14394 100644 --- a/package.json +++ b/package.json @@ -1,93 +1,93 @@ { - "name": "iobroker.webcal", - "version": "1.3.11", - "description": "webcal", - "author": { - "name": "dirkhe", - "email": "rechne@freenet.de" - }, - "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": "rechne@freenet.de" + }, + "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" }