Skip to content

Commit

Permalink
fix: Updating medias does not trigger a notification (closes #440)
Browse files Browse the repository at this point in the history
  • Loading branch information
claustres committed Oct 2, 2023
1 parent 30a8b7f commit 3fbb9ed
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@feathersjs/commons": "^5.0.8",
"@feathersjs/memory": "^5.0.8",
"@geoman-io/leaflet-geoman-free": "^2.11.1",
"@kalisio/feathers-s3": "^1.1.0",
"@kalisio/feathers-s3": "^1.2.0",
"@kalisio/feathers-webpush": "^1.0.1",
"@kalisio/kdk": "^2.1.2",
"@kalisio/leaflet.donutcluster": "^1.0.0",
Expand Down
13 changes: 13 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3732,6 +3732,19 @@
lodash "^4.17.21"
moment "^2.29.4"

"@kalisio/feathers-s3@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@kalisio/feathers-s3/-/feathers-s3-1.2.0.tgz#ba4178e02c15973a1262e49d083e22fc086e91ac"
integrity sha512-km2KsQfyvzQ+RnoLnG2OaCMfwD40rcKd92I6RaoWVKm1jwwEcoGmUWCJZiUn8rOV2lniCHCDuur03nFXd8hLxw==
dependencies:
"@aws-sdk/client-s3" "^3.209.0"
"@aws-sdk/s3-request-presigner" "^3.209.0"
"@feathersjs/commons" "^5.0.8"
"@feathersjs/errors" "^5.0.8"
debug "^4.1.0"
lodash "^4.17.21"
moment "^2.29.4"

"@kalisio/feathers-webpush@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@kalisio/feathers-webpush/-/feathers-webpush-1.0.1.tgz#2049ca58a581ad042beccc1fbac942f0a0d097f9"
Expand Down

0 comments on commit 3fbb9ed

Please sign in to comment.