Skip to content

Commit

Permalink
chore: added feathers-localforage
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Nov 27, 2024
1 parent e4e3198 commit 66fd55e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
"@feathersjs/commons": "^5.0.8",
"@feathersjs/memory": "^5.0.8",
"@geoman-io/leaflet-geoman-free": "~2.15.0",
"@kalisio/feathers-localforage": "^1.2.0",
"@kalisio/feathers-s3": "^1.2.0",
"@kalisio/feathers-webpush": "^1.0.1",
"@kalisio/kdk": "https://github.com/kalisio/kdk",
Expand Down
12 changes: 12 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3928,6 +3928,18 @@
"@jridgewell/resolve-uri" "3.1.0"
"@jridgewell/sourcemap-codec" "1.4.14"

"@kalisio/feathers-localforage@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@kalisio/feathers-localforage/-/feathers-localforage-1.2.0.tgz#5235933863195a6aed6a923ebb46b9c85c748c40"
integrity sha512-m/kWRRgNQQoB4V2EP83lD0WgWlSvFseQGYEZiIDwsY6Jzc56D5HSeF+T+qfWisFj8j0MxoQ4IhB24Xzme7LYvA==
dependencies:
"@feathersjs/adapter-commons" "^5.0.8"
"@feathersjs/commons" "^5.0.8"
"@feathersjs/errors" "^5.0.8"
debug "^4.3.2"
localforage "^1.10.0"
sift "^16.0.0"

"@kalisio/feathers-s3@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@kalisio/feathers-s3/-/feathers-s3-1.0.0.tgz#ffafeaf8f201eaa06f7b5f95933acef55d498a9d"
Expand Down

0 comments on commit 66fd55e

Please sign in to comment.