Skip to content

Commit

Permalink
chore: added @kalisio/feathers-localforage as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
claustres committed Nov 15, 2024
1 parent 74396ae commit 1294e6e
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 @@ -66,6 +66,7 @@
"@casl/ability": "^6.3.0",
"@casl/mongoose": "^7.1.0",
"@feathersjs/client": "^5.0.8",
"@kalisio/feathers-localforage": "^1.2.0",
"@kalisio/feathers-s3": "^1.1.0",
"@kalisio/feathers-webpush": "^1.0.1",
"@pdfme/ui": "^4.1.0",
Expand Down
12 changes: 12 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2057,6 +2057,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.1.0":
version "1.1.0"
resolved "https://registry.npmjs.org/@kalisio/feathers-s3/-/feathers-s3-1.1.0.tgz#bec52326dc6dacb3210243560c1b12a7e2bb7a7a"
Expand Down

0 comments on commit 1294e6e

Please sign in to comment.