Skip to content

Commit

Permalink
chore: bumped feathers-distributed to v2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
claustres committed Apr 2, 2024
1 parent aa43e98 commit 98abaec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 27 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@feathersjs/express": "^5.0.8",
"@feathersjs/feathers": "^5.0.8",
"@feathersjs/socketio": "^5.0.8",
"@kalisio/feathers-distributed": "^2.2.1",
"@kalisio/feathers-distributed": "^2.4.0",
"@kalisio/geo-pixel-stream": "https://github.com/kalisio/geo-pixel-stream#next",
"@mapbox/sphericalmercator": "^1.0.5",
"@tmcw/togeojson": "^5.2.1",
Expand Down
33 changes: 7 additions & 26 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,6 @@
resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-4.5.16.tgz#878311fe316459642ba53399e0758efa021ed351"
integrity sha512-FXKAcGApcd9w3M42gjLi8+oaPijabS8qbD4ynQK3PM8J7BqpbSdCzURsI7EpReoQxFxdhrR4jix8cQIC/iAeuw==

"@feathersjs/commons@^5.0.5":
version "5.0.5"
resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-5.0.5.tgz#a912449cf9b2ea150caa4d0ffdd13bac0ff1bcaa"
integrity sha512-LQiczfNRzL2Q+23NedZCkfYujZXvs68EySqYvvpAZwbIxqdes/0sU64ztb4h8+eEQHLVln9ifIzt5Rzv39ag9w==

"@feathersjs/commons@^5.0.8":
version "5.0.8"
resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-5.0.8.tgz#f4dd3b3ce474f8c79ac376672bade38bef4c934a"
Expand All @@ -140,11 +135,6 @@
dependencies:
debug "^4.3.3"

"@feathersjs/errors@^5.0.5":
version "5.0.5"
resolved "https://registry.yarnpkg.com/@feathersjs/errors/-/errors-5.0.5.tgz#6165ff3cb018b7d6916ac23854aa0fb0f62a6cc8"
integrity sha512-hD9rTSlJhsormcHcyYFdjQ/O75qk4cZbxougG1NUXaEES7CsXEdXKyWVhbYeq8zLRK/FbdgN1HvxuFnpx/jqsA==

"@feathersjs/errors@^5.0.8":
version "5.0.8"
resolved "https://registry.yarnpkg.com/@feathersjs/errors/-/errors-5.0.8.tgz#4e5f62ce5aa22fdd82cbd6844c346c925de99ceb"
Expand Down Expand Up @@ -177,15 +167,6 @@
events "^3.3.0"
uberproto "^2.0.6"

"@feathersjs/feathers@^5.0.5":
version "5.0.5"
resolved "https://registry.yarnpkg.com/@feathersjs/feathers/-/feathers-5.0.5.tgz#4b8145e1caed9c7483ebe78c5e0d4252213bce1f"
integrity sha512-IJQ5bEacRQ8CXCL2v3zhKTD8NPG78xzLCkWZqifQAGbaoBMCKdGUo1fa9mQ0ZNSfqHTn2hlj4kSt3rucdLiKZA==
dependencies:
"@feathersjs/commons" "^5.0.5"
"@feathersjs/hooks" "^0.8.1"
events "^3.3.0"

"@feathersjs/feathers@^5.0.8":
version "5.0.8"
resolved "https://registry.yarnpkg.com/@feathersjs/feathers/-/feathers-5.0.8.tgz#bdcae13df4714a013618522f91e1473ae2267a03"
Expand Down Expand Up @@ -307,14 +288,14 @@
"@jridgewell/resolve-uri" "^3.0.3"
"@jridgewell/sourcemap-codec" "^1.4.10"

"@kalisio/feathers-distributed@^2.2.1":
version "2.2.1"
resolved "https://registry.yarnpkg.com/@kalisio/feathers-distributed/-/feathers-distributed-2.2.1.tgz#b116d6d1915f333adfc4425254a1d7f9a2380b42"
integrity sha512-B2zY67Z+gGdJCRxebh0wT4aeKVjfOYKRwsfqfCRIvXP0eP7ieUwkXnaQtQnWPtKqHonarKpvOvHqmWY757Ld0g==
"@kalisio/feathers-distributed@^2.4.0":
version "2.4.0"
resolved "https://registry.yarnpkg.com/@kalisio/feathers-distributed/-/feathers-distributed-2.4.0.tgz#68943672c0940702c457a3d32c67f09d831a8e0f"
integrity sha512-rWGiF9gl7YD8rvJWd7HfEou9125YnT6jnIKSrae7WtY+QXSOyA2BH2m8XtGnFC1yUxxT1jtQx4sxWR2Ri+s16A==
dependencies:
"@feathersjs/commons" "^5.0.5"
"@feathersjs/errors" "^5.0.5"
"@feathersjs/feathers" "^5.0.5"
"@feathersjs/commons" "^5.0.8"
"@feathersjs/errors" "^5.0.8"
"@feathersjs/feathers" "^5.0.8"
cote "^1.0.3"
debug "^4.3.4"
uuid "^8.3.2"
Expand Down

0 comments on commit 98abaec

Please sign in to comment.