*add protomux fork and force override
This commit is contained in:
parent
ebf1b1bdd1
commit
97190201c4
|
@ -13,7 +13,8 @@
|
||||||
"@lumeweb/kernel-swarm-client": "git+https://git.lumeweb.com/LumeWeb/kernel-swarm-client.git",
|
"@lumeweb/kernel-swarm-client": "git+https://git.lumeweb.com/LumeWeb/kernel-swarm-client.git",
|
||||||
"@lumeweb/rpc-client": "git+https://git.lumeweb.com/LumeWeb/rpc-client.git",
|
"@lumeweb/rpc-client": "git+https://git.lumeweb.com/LumeWeb/rpc-client.git",
|
||||||
"b4a": "^1.6.3",
|
"b4a": "^1.6.3",
|
||||||
"libkmodule": "^0.2.53"
|
"libkmodule": "^0.2.53",
|
||||||
|
"protomux": "git+https://git.lumeweb.com/LumeWeb/protomux.git"
|
||||||
},
|
},
|
||||||
"browser": {
|
"browser": {
|
||||||
"timers": "timers-browserify"
|
"timers": "timers-browserify"
|
||||||
|
@ -32,6 +33,9 @@
|
||||||
"pnpm": {
|
"pnpm": {
|
||||||
"patchedDependencies": {
|
"patchedDependencies": {
|
||||||
"b4a@1.6.3": "patches/b4a@1.6.3.patch"
|
"b4a@1.6.3": "patches/b4a@1.6.3.patch"
|
||||||
|
},
|
||||||
|
"overrides": {
|
||||||
|
"protomux": "git+https://git.lumeweb.com/LumeWeb/protomux.git"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue