Skip to content

Commit

Permalink
chore: Prepare 1.0.0-beta.8 release
Browse files Browse the repository at this point in the history
Enhancements ✨
-----------------------
* feat: Improve usability of dockerode wrapper by @susnux in #486
  * Export getContainer and getContainerName functions This can be used to e.g. create the runOCC cypress command
  * Make the container name dependent on the current app to prevent issues when reusing containers
  * Allow to pass options for container creation to the startNextcloud function
    forceRecreate to not reuse any container but force creating a new one
    mounts to allow binding other directories to the container (e.g. server config)

Bugfixes 🐛
--------------
* fix: Update npm version to current LTS and update dev dependencies by @susnux in #509

Changed
-------
* Dependency updates

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Apr 16, 2024
1 parent 94fe21f commit 8950839
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextcloud/cypress",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"description": "Nextcloud cypress commands, utils and selectors library",
"main": "dist/index.cjs",
"module": "dist/index.js",
Expand Down

0 comments on commit 8950839

Please sign in to comment.