eXist-db / xst

Command line tool to interact with exist-db instances
https://npmjs.com/@existdb/xst
MIT License
18 stars 5 forks source link

build(deps): bump @existdb/node-exist from 5.0.0 to 5.1.0 #26

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @existdb/node-exist from 5.0.0 to 5.1.0.

Release notes

Sourced from @​existdb/node-exist's releases.

v5.1.0

5.1.0 (2022-08-08)

Bug Fixes

  • reliable results in rest-tests with sorting (e40546a)
  • restClient: reliable check for attributes (911a164)
  • rest: safe require of isGeneratorFunction (6a914fa)
  • use envOptions in collections.read test (6f54988)

Features

  • rest: add POST and parameters to GET (f7e33e8)
  • rest: add REST client for resources (7c369cb)
  • rest: extend wrapped results (048327a)

Performance Improvements

  • exist-upload: utilize new REST-client (11f760a)

v5.0.2

5.0.2 (2022-08-08)

Bug Fixes

  • dependencies: reduce package size (8dd5b1f)

v5.0.1

5.0.1 (2022-08-05)

Bug Fixes

  • app: applyEachWith only acts on functions (ea30bbb)
Commits
  • 6f54988 fix: use envOptions in collections.read test
  • 911a164 fix(restClient): reliable check for attributes
  • c4a29a1 chore: debug failing session test
  • e40546a fix: reliable results in rest-tests with sorting
  • 048327a feat(rest): extend wrapped results
  • 390a6a2 doc(readme): add rest client documentation
  • 954a6e4 doc(examples): add rest usage example
  • f7e33e8 feat(rest): add POST and parameters to GET
  • 8c624d7 chore(test): envOptions now named export
  • 6a914fa fix(rest): safe require of isGeneratorFunction
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #40.