Skip to content

Commit

Permalink
chore: update akala
Browse files Browse the repository at this point in the history
  • Loading branch information
npenin committed Nov 23, 2024
1 parent 401db92 commit 348a3b8
Show file tree
Hide file tree
Showing 24 changed files with 188 additions and 192 deletions.
6 changes: 1 addition & 5 deletions .pm.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@
"cwd": "/home/nicolas/dev/domojs",
"container": "pm",
"connect": {
"socket": [
{
"path": "/home/nicolas/dev/domojs/pm.sock"
}
]
"jsonrpc+tcp://home.dragon-angel.fr:31416": {}
}
}
},
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"packages/*"
],
"devDependencies": {
"@akala/automate": "^6.0.40",
"@akala/automate-yamlloader": "^3.0.40",
"@akala/automate": "^6.0.41",
"@akala/automate-yamlloader": "^3.0.41",
"@akala/cli": "^3.0.14",
"@akala/commands": "^11.0.6",
"@akala/pm": "^12.1.18",
"@akala/semantic-release": "^3.0.31",
"@akala/commands": "^11.0.7",
"@akala/pm": "^12.1.19",
"@akala/semantic-release": "^3.0.32",
"typescript": "^5.7.2"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@akala/pm": "^3.7.12"
},
"devDependencies": {
"@akala/commands": "^11.0.6",
"@akala/pm": "^12.1.18",
"@akala/commands": "^11.0.7",
"@akala/pm": "^12.1.19",
"@types/yargs": "17.0.33"
},
"gitHead": "5c8b6cb938eb920110c9a48ec210f2a65ee04176"
Expand Down
14 changes: 7 additions & 7 deletions packages/devices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"type": "module",
"dependencies": {
"@akala/cli": "^3.0.14",
"@akala/commands": "^11.0.6",
"@akala/config": "^5.0.31",
"@akala/commands": "^11.0.7",
"@akala/config": "^5.0.32",
"@akala/core": "^19.0.14",
"@akala/json-rpc-ws": "^11.0.14",
"@akala/pm": "^12.1.18",
"@akala/pubsub": "^3.0.40",
"@akala/server": "^10.0.40",
"@akala/sidecar": "^5.0.10",
"@akala/pm": "^12.1.19",
"@akala/pubsub": "^3.0.41",
"@akala/server": "^10.0.41",
"@akala/sidecar": "^5.0.11",
"@akala/storage": "^6.0.14",
"@fortawesome/free-brands-svg-icons": "6.7.1",
"ws": "8.18.0"
Expand Down Expand Up @@ -59,4 +59,4 @@
},
"typings": "dist/index.d.ts",
"gitHead": "0753bdd964281fd06c89ea8a751ed1605dfd5ee8"
}
}
8 changes: 4 additions & 4 deletions packages/homekit-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
"Domojs"
],
"dependencies": {
"@akala/config": "^5.0.31",
"@akala/config": "^5.0.32",
"@akala/core": "^19.0.14",
"@akala/protocol-parser": "^2.8.6",
"@akala/sidecar": "^5.0.10",
"@akala/sidecar": "^5.0.11",
"@domojs/devices": "workspace:^",
"fast-srp-hap": "^2.0.4",
"hap-nodejs": "^1.1.0"
},
"devDependencies": {
"@akala/commands": "^11.0.6",
"@akala/commands": "^11.0.7",
"@domojs/mdns": "workspace:^"
}
}
}
2 changes: 1 addition & 1 deletion packages/homekit-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
"dependencies": {
"@domojs/devices": "workspace:^"
}
}
}
6 changes: 3 additions & 3 deletions packages/iscp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"@akala/pm": "^3.7.12"
},
"devDependencies": {
"@akala/commands": "^11.0.6",
"@akala/commands": "^11.0.7",
"@akala/core": "^19.0.14",
"@akala/server": "^10.0.40",
"@akala/server": "^10.0.41",
"@types/ws": "8.5.13"
},
"deprecated": false,
Expand All @@ -41,4 +41,4 @@
"typings": "dist/index.d.ts",
"version": "4.0.25",
"gitHead": "0753bdd964281fd06c89ea8a751ed1605dfd5ee8"
}
}
4 changes: 2 additions & 2 deletions packages/lifttt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"@fortawesome/fontawesome-common-types": "6.7.1"
},
"devDependencies": {
"@akala/commands": "^11.0.6",
"@akala/commands": "^11.0.7",
"@akala/core": "^19.0.14",
"@akala/json-rpc-ws": "^11.0.14",
"@domojs/theme-default": "workspace:*",
"@popperjs/core": "2.11.8",
"@types/debug": "4.1.12",
"typescript": "5.7.2"
}
}
}
6 changes: 3 additions & 3 deletions packages/mdns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
},
"dependencies": {
"@akala/cli": "^3.0.14",
"@akala/commands": "^11.0.6",
"@akala/config": "^5.0.31",
"@akala/commands": "^11.0.7",
"@akala/config": "^5.0.32",
"@akala/core": "^19.0.14",
"@akala/sidecar": "^5.0.10",
"@akala/sidecar": "^5.0.11",
"multicast-dns": "^7.2.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/media-chromecast-parsers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
"devDependencies": {
"@types/mocha": "^10.0.10"
}
}
}
4 changes: 2 additions & 2 deletions packages/media-chromecast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "dist/index.js",
"type": "module",
"dependencies": {
"@akala/commands": "^11.0.6",
"@akala/commands": "^11.0.7",
"@akala/core": "^19.0.14",
"@domojs/media-chromecast-parsers": "workspace:*"
},
Expand All @@ -23,4 +23,4 @@
"url": "https://github.com/npenin/domojs/issues"
},
"gitHead": "0753bdd964281fd06c89ea8a751ed1605dfd5ee8"
}
}
6 changes: 3 additions & 3 deletions packages/media-crunchyroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"types": "dist/esm/index.d.ts",
"type": "module",
"dependencies": {
"@akala/commands": "^11.0.6",
"@akala/config": "^5.0.31",
"@akala/commands": "^11.0.7",
"@akala/config": "^5.0.32",
"@domojs/media": "workspace:^",
"crunchyroll.js": "^1.1.0"
},
Expand All @@ -17,4 +17,4 @@
"devDependencies": {
"@akala/cli": "^3.0.14"
}
}
}
2 changes: 1 addition & 1 deletion packages/media-yt-music/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
"scripts": {
"test": "echo \"Error: no test specified\""
}
}
}
10 changes: 5 additions & 5 deletions packages/media/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"author": "npenin",
"license": "MIT",
"dependencies": {
"@akala/commands": "^11.0.6",
"@akala/config": "^5.0.31",
"@akala/commands": "^11.0.7",
"@akala/config": "^5.0.32",
"@akala/core": "^19.0.14",
"@ffmpeg.wasm/core-st": "^0.13.2",
"@ffmpeg.wasm/main": "^0.13.1",
Expand All @@ -42,8 +42,8 @@
"devDependencies": {
"@akala/cli": "^3.0.14",
"@akala/json-rpc-ws": "^11.0.14",
"@akala/pm": "^12.1.18",
"@akala/server": "^10.0.40",
"@akala/pm": "^12.1.19",
"@akala/server": "^10.0.41",
"@akala/storage": "^6.0.14",
"@domojs/theme-default": "workspace:*",
"@types/debug": "4.1.12",
Expand All @@ -55,4 +55,4 @@
"@types/ws": "8.5.13",
"typescript": "5.7.2"
}
}
}
4 changes: 2 additions & 2 deletions packages/mqtt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@akala/pubsub": "^0.2.13"
},
"dependencies": {
"@akala/commands": "^11.0.6",
"@akala/commands": "^11.0.7",
"@akala/core": "^19.0.14",
"@akala/protocol-parser": "^2.8.6"
},
Expand All @@ -23,4 +23,4 @@
"@types/request": "2.48.12"
},
"gitHead": "0753bdd964281fd06c89ea8a751ed1605dfd5ee8"
}
}
2 changes: 1 addition & 1 deletion packages/rfx-parsers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@
"author": "Nicolas Penin <[email protected]>",
"license": "MIT",
"gitHead": "0753bdd964281fd06c89ea8a751ed1605dfd5ee8"
}
}
6 changes: 3 additions & 3 deletions packages/rfx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "https://github.com/npenin/domojs/issues"
},
"dependencies": {
"@akala/commands": "^11.0.6",
"@akala/commands": "^11.0.7",
"@akala/core": "^19.0.14",
"@domojs/rfx-parsers": "workspace:*",
"http-punch-hole": "^1.0.12"
Expand All @@ -29,7 +29,7 @@
"deprecated": false,
"description": "",
"devDependencies": {
"@akala/pm": "^12.1.18",
"@akala/pm": "^12.1.19",
"@domojs/devices": "workspace:*",
"@types/debug": "^4.1.12",
"@types/usb": "^2.0.5",
Expand All @@ -55,4 +55,4 @@
"typings": "dist/index.d.ts",
"version": "4.0.28",
"gitHead": "0753bdd964281fd06c89ea8a751ed1605dfd5ee8"
}
}
10 changes: 5 additions & 5 deletions packages/theme-default/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"author": "npenin",
"dependencies": {
"@akala/commands": "^11.0.6",
"@akala/commands": "^11.0.7",
"@akala/core": "^19.0.14",
"@akala/json-rpc-ws": "^11.0.14",
"@akala/pm": "^12.1.18",
"@akala/server": "^10.0.40",
"@akala/web-ui": "^1.0.34",
"@akala/pm": "^12.1.19",
"@akala/server": "^10.0.41",
"@akala/web-ui": "^1.0.35",
"@fortawesome/fontawesome-common-types": "^6.7.1",
"@fortawesome/fontawesome-svg-core": "^6.7.1",
"@fortawesome/free-brands-svg-icons": "^6.7.1",
Expand Down Expand Up @@ -43,4 +43,4 @@
"version": "3.0.36",
"commands": "./commands.json",
"gitHead": "0753bdd964281fd06c89ea8a751ed1605dfd5ee8"
}
}
10 changes: 5 additions & 5 deletions packages/weather/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
},
"devDependencies": {
"@akala/json-rpc-ws": "^11.0.14",
"@akala/pm": "^12.1.18",
"@akala/server": "^10.0.40",
"@akala/pm": "^12.1.19",
"@akala/server": "^10.0.41",
"@domojs/devices": "workspace:*"
},
"dependencies": {
"@akala/commands": "^11.0.6",
"@akala/config": "^5.0.31",
"@akala/commands": "^11.0.7",
"@akala/config": "^5.0.32",
"@akala/core": "^19.0.14"
},
"gitHead": "0753bdd964281fd06c89ea8a751ed1605dfd5ee8"
}
}
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
}
},
"dependencies": {
"@akala/client": "^36.2.20",
"@akala/commands": "^11.0.6",
"@akala/client": "^36.2.21",
"@akala/commands": "^11.0.7",
"@akala/core": "^19.0.14"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/webscrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
},
"devDependencies": {
"@akala/json-rpc-ws": "^11.0.14",
"@akala/pm": "^12.1.18",
"@akala/server": "^10.0.40",
"@akala/pm": "^12.1.19",
"@akala/server": "^10.0.41",
"@domojs/devices": "workspace:*"
},
"dependencies": {
"@akala/commands": "^11.0.6",
"@akala/config": "^5.0.31",
"@akala/commands": "^11.0.7",
"@akala/config": "^5.0.32",
"@akala/core": "^19.0.14",
"css-select": "^5.1.0",
"domhandler": "^5.0.3",
"htmlparser2": "^9.1.0"
},
"gitHead": "0753bdd964281fd06c89ea8a751ed1605dfd5ee8"
}
}
2 changes: 1 addition & 1 deletion packages/zigate-parsers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@
"usb": "2.14.0"
},
"gitHead": "0753bdd964281fd06c89ea8a751ed1605dfd5ee8"
}
}
8 changes: 4 additions & 4 deletions packages/zigate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"license": "MIT",
"dependencies": {
"@akala/core": "^19.0.14",
"@akala/sidecar": "^5.0.10",
"@akala/sidecar": "^5.0.11",
"@domojs/zigate-parsers": "workspace:*",
"http-punch-hole": "^1.0.12"
},
Expand All @@ -34,10 +34,10 @@
},
"devDependencies": {
"@akala/cli": "^3.0.14",
"@akala/commands": "^11.0.6",
"@akala/pubsub": "^3.0.40",
"@akala/commands": "^11.0.7",
"@akala/pubsub": "^3.0.41",
"@domojs/devices": "workspace:*",
"@types/debug": "4.1.12"
},
"gitHead": "0753bdd964281fd06c89ea8a751ed1605dfd5ee8"
}
}
Loading

0 comments on commit 348a3b8

Please sign in to comment.