From a9881ee9c096e81f09e17584b744069654d5406c Mon Sep 17 00:00:00 2001 From: Hunter Perrin Date: Sun, 22 Oct 2023 14:50:21 -0700 Subject: [PATCH] v1.0.0-alpha.33 --- CHANGELOG.md | 11 +++++ lerna.json | 2 +- package-lock.json | 48 ++++++++++---------- packages/adapter-file-system/CHANGELOG.md | 8 ++++ packages/adapter-file-system/package.json | 4 +- packages/adapter-virtual/CHANGELOG.md | 8 ++++ packages/adapter-virtual/package.json | 4 +- packages/authenticator-custom/CHANGELOG.md | 8 ++++ packages/authenticator-custom/package.json | 4 +- packages/authenticator-htpasswd/CHANGELOG.md | 8 ++++ packages/authenticator-htpasswd/package.json | 4 +- packages/authenticator-none/CHANGELOG.md | 8 ++++ packages/authenticator-none/package.json | 4 +- packages/authenticator-pam/CHANGELOG.md | 8 ++++ packages/authenticator-pam/package.json | 4 +- packages/nephele-serve/CHANGELOG.md | 11 +++++ packages/nephele-serve/package.json | 14 +++--- packages/nephele/CHANGELOG.md | 8 ++++ packages/nephele/package.json | 2 +- packages/plugin-index/CHANGELOG.md | 8 ++++ packages/plugin-index/package.json | 4 +- packages/plugin-read-only/CHANGELOG.md | 8 ++++ packages/plugin-read-only/package.json | 4 +- 23 files changed, 143 insertions(+), 49 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c954d9..ec32620 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-alpha.33](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.32...v1.0.0-alpha.33) (2023-10-22) + + +### Bug Fixes + +* raise default request timeout to support massive file transfers ([0601fa8](https://github.com/sciactive/nephele/commit/0601fa82039824f5fd9d922fa5a8da85f74418a8)) + + + + + # [1.0.0-alpha.32](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.31...v1.0.0-alpha.32) (2023-10-21) diff --git a/lerna.json b/lerna.json index 15fae7e..f291400 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*"], - "version": "1.0.0-alpha.32", + "version": "1.0.0-alpha.33", "command": { "version": { "allowBranch": ["master"], diff --git a/package-lock.json b/package-lock.json index 412b11d..658f7cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13485,13 +13485,13 @@ }, "packages/adapter-file-system": { "name": "@nephele/adapter-file-system", - "version": "1.0.0-alpha.32", + "version": "1.0.0-alpha.33", "license": "Apache-2.0", "dependencies": { "check-disk-space": "^3.4.0", "cyclic-32": "^1.2.0", "mime": "^3.0.0", - "nephele": "^1.0.0-alpha.32" + "nephele": "^1.0.0-alpha.33" }, "devDependencies": { "@tsconfig/recommended": "^1.0.2", @@ -13515,12 +13515,12 @@ }, "packages/adapter-virtual": { "name": "@nephele/adapter-virtual", - "version": "1.0.0-alpha.32", + "version": "1.0.0-alpha.33", "license": "Apache-2.0", "dependencies": { "cyclic-32": "^1.2.0", "mime": "^3.0.0", - "nephele": "^1.0.0-alpha.32" + "nephele": "^1.0.0-alpha.33" }, "devDependencies": { "@tsconfig/recommended": "^1.0.2", @@ -13544,11 +13544,11 @@ }, "packages/authenticator-custom": { "name": "@nephele/authenticator-custom", - "version": "1.0.0-alpha.32", + "version": "1.0.0-alpha.33", "license": "Apache-2.0", "dependencies": { "http-auth-utils-hperrin": "^3.0.4", - "nephele": "^1.0.0-alpha.32", + "nephele": "^1.0.0-alpha.33", "uuid": "^9.0.0" }, "devDependencies": { @@ -13567,14 +13567,14 @@ }, "packages/authenticator-htpasswd": { "name": "@nephele/authenticator-htpasswd", - "version": "1.0.0-alpha.32", + "version": "1.0.0-alpha.33", "license": "Apache-2.0", "dependencies": { "apache-crypt": "^1.2.6", "apache-md5": "^1.1.8", "basic-auth": "^2.0.1", "bcrypt": "^5.1.1", - "nephele": "^1.0.0-alpha.32" + "nephele": "^1.0.0-alpha.33" }, "devDependencies": { "@tsconfig/recommended": "^1.0.2", @@ -13593,10 +13593,10 @@ }, "packages/authenticator-none": { "name": "@nephele/authenticator-none", - "version": "1.0.0-alpha.32", + "version": "1.0.0-alpha.33", "license": "Apache-2.0", "dependencies": { - "nephele": "^1.0.0-alpha.32" + "nephele": "^1.0.0-alpha.33" }, "devDependencies": { "@tsconfig/recommended": "^1.0.2", @@ -13613,12 +13613,12 @@ }, "packages/authenticator-pam": { "name": "@nephele/authenticator-pam", - "version": "1.0.0-alpha.32", + "version": "1.0.0-alpha.33", "license": "Apache-2.0", "dependencies": { "authenticate-pam": "^1.0.5", "basic-auth": "^2.0.1", - "nephele": "^1.0.0-alpha.32", + "nephele": "^1.0.0-alpha.33", "userid": "^1.2.5" }, "devDependencies": { @@ -13636,7 +13636,7 @@ } }, "packages/nephele": { - "version": "1.0.0-alpha.32", + "version": "1.0.0-alpha.33", "license": "Apache-2.0", "dependencies": { "@sciactive/splitn": "^3.1.0", @@ -13669,17 +13669,17 @@ } }, "packages/nephele-serve": { - "version": "1.0.0-alpha.32", + "version": "1.0.0-alpha.33", "license": "Apache-2.0", "dependencies": { - "@nephele/adapter-file-system": "^1.0.0-alpha.32", - "@nephele/adapter-virtual": "^1.0.0-alpha.32", - "@nephele/authenticator-none": "^1.0.0-alpha.32", - "@nephele/authenticator-pam": "^1.0.0-alpha.32", - "@nephele/plugin-index": "^1.0.0-alpha.32", + "@nephele/adapter-file-system": "^1.0.0-alpha.33", + "@nephele/adapter-virtual": "^1.0.0-alpha.33", + "@nephele/authenticator-none": "^1.0.0-alpha.33", + "@nephele/authenticator-pam": "^1.0.0-alpha.33", + "@nephele/plugin-index": "^1.0.0-alpha.33", "commander": "^11.0.0", "express": "^4.18.2", - "nephele": "^1.0.0-alpha.32", + "nephele": "^1.0.0-alpha.33", "update-notifier": "^6.0.2", "userhomepath": "^1.0.6", "userid": "^1.2.5" @@ -13702,10 +13702,10 @@ }, "packages/plugin-index": { "name": "@nephele/plugin-index", - "version": "1.0.0-alpha.32", + "version": "1.0.0-alpha.33", "license": "Apache-2.0", "dependencies": { - "nephele": "^1.0.0-alpha.32", + "nephele": "^1.0.0-alpha.33", "svelte": "^4.2.0" }, "devDependencies": { @@ -13723,10 +13723,10 @@ }, "packages/plugin-read-only": { "name": "@nephele/plugin-read-only", - "version": "1.0.0-alpha.32", + "version": "1.0.0-alpha.33", "license": "Apache-2.0", "dependencies": { - "nephele": "^1.0.0-alpha.32" + "nephele": "^1.0.0-alpha.33" }, "devDependencies": { "@tsconfig/recommended": "^1.0.2", diff --git a/packages/adapter-file-system/CHANGELOG.md b/packages/adapter-file-system/CHANGELOG.md index 1c2b1ae..47264f8 100644 --- a/packages/adapter-file-system/CHANGELOG.md +++ b/packages/adapter-file-system/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-alpha.33](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.32...v1.0.0-alpha.33) (2023-10-22) + +**Note:** Version bump only for package @nephele/adapter-file-system + + + + + # [1.0.0-alpha.32](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.31...v1.0.0-alpha.32) (2023-10-21) **Note:** Version bump only for package @nephele/adapter-file-system diff --git a/packages/adapter-file-system/package.json b/packages/adapter-file-system/package.json index e18d2f7..0979a24 100644 --- a/packages/adapter-file-system/package.json +++ b/packages/adapter-file-system/package.json @@ -1,6 +1,6 @@ { "name": "@nephele/adapter-file-system", - "version": "1.0.0-alpha.32", + "version": "1.0.0-alpha.33", "description": "File system adapter for the Nephele WebDAV server.", "type": "module", "main": "dist/index.js", @@ -49,7 +49,7 @@ "check-disk-space": "^3.4.0", "cyclic-32": "^1.2.0", "mime": "^3.0.0", - "nephele": "^1.0.0-alpha.32" + "nephele": "^1.0.0-alpha.33" }, "engines": { "node": ">=16" diff --git a/packages/adapter-virtual/CHANGELOG.md b/packages/adapter-virtual/CHANGELOG.md index 0ca3f67..e1697ae 100644 --- a/packages/adapter-virtual/CHANGELOG.md +++ b/packages/adapter-virtual/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-alpha.33](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.32...v1.0.0-alpha.33) (2023-10-22) + +**Note:** Version bump only for package @nephele/adapter-virtual + + + + + # [1.0.0-alpha.32](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.31...v1.0.0-alpha.32) (2023-10-21) **Note:** Version bump only for package @nephele/adapter-virtual diff --git a/packages/adapter-virtual/package.json b/packages/adapter-virtual/package.json index edfdc23..d7599e8 100644 --- a/packages/adapter-virtual/package.json +++ b/packages/adapter-virtual/package.json @@ -1,6 +1,6 @@ { "name": "@nephele/adapter-virtual", - "version": "1.0.0-alpha.32", + "version": "1.0.0-alpha.33", "description": "Virtual resource adapter for the Nephele WebDAV server.", "type": "module", "main": "dist/index.js", @@ -48,7 +48,7 @@ "dependencies": { "cyclic-32": "^1.2.0", "mime": "^3.0.0", - "nephele": "^1.0.0-alpha.32" + "nephele": "^1.0.0-alpha.33" }, "engines": { "node": ">=16" diff --git a/packages/authenticator-custom/CHANGELOG.md b/packages/authenticator-custom/CHANGELOG.md index 341281a..faaaf13 100644 --- a/packages/authenticator-custom/CHANGELOG.md +++ b/packages/authenticator-custom/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-alpha.33](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.32...v1.0.0-alpha.33) (2023-10-22) + +**Note:** Version bump only for package @nephele/authenticator-custom + + + + + # [1.0.0-alpha.32](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.31...v1.0.0-alpha.32) (2023-10-21) **Note:** Version bump only for package @nephele/authenticator-custom diff --git a/packages/authenticator-custom/package.json b/packages/authenticator-custom/package.json index 23e465e..73dd503 100644 --- a/packages/authenticator-custom/package.json +++ b/packages/authenticator-custom/package.json @@ -1,6 +1,6 @@ { "name": "@nephele/authenticator-custom", - "version": "1.0.0-alpha.32", + "version": "1.0.0-alpha.33", "description": "Custom logic authenticator for the Nephele WebDAV server.", "type": "module", "main": "dist/index.js", @@ -45,7 +45,7 @@ }, "dependencies": { "http-auth-utils-hperrin": "^3.0.4", - "nephele": "^1.0.0-alpha.32", + "nephele": "^1.0.0-alpha.33", "uuid": "^9.0.0" }, "engines": { diff --git a/packages/authenticator-htpasswd/CHANGELOG.md b/packages/authenticator-htpasswd/CHANGELOG.md index 425bf77..04ec88f 100644 --- a/packages/authenticator-htpasswd/CHANGELOG.md +++ b/packages/authenticator-htpasswd/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-alpha.33](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.32...v1.0.0-alpha.33) (2023-10-22) + +**Note:** Version bump only for package @nephele/authenticator-htpasswd + + + + + # [1.0.0-alpha.32](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.31...v1.0.0-alpha.32) (2023-10-21) **Note:** Version bump only for package @nephele/authenticator-htpasswd diff --git a/packages/authenticator-htpasswd/package.json b/packages/authenticator-htpasswd/package.json index f86584d..6380c77 100644 --- a/packages/authenticator-htpasswd/package.json +++ b/packages/authenticator-htpasswd/package.json @@ -1,6 +1,6 @@ { "name": "@nephele/authenticator-htpasswd", - "version": "1.0.0-alpha.32", + "version": "1.0.0-alpha.33", "description": "Apache htpasswd based authenticator for the Nephele WebDAV server.", "type": "module", "main": "dist/index.js", @@ -51,7 +51,7 @@ "apache-md5": "^1.1.8", "basic-auth": "^2.0.1", "bcrypt": "^5.1.1", - "nephele": "^1.0.0-alpha.32" + "nephele": "^1.0.0-alpha.33" }, "engines": { "node": ">=16" diff --git a/packages/authenticator-none/CHANGELOG.md b/packages/authenticator-none/CHANGELOG.md index 6bab682..b716484 100644 --- a/packages/authenticator-none/CHANGELOG.md +++ b/packages/authenticator-none/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-alpha.33](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.32...v1.0.0-alpha.33) (2023-10-22) + +**Note:** Version bump only for package @nephele/authenticator-none + + + + + # [1.0.0-alpha.32](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.31...v1.0.0-alpha.32) (2023-10-21) **Note:** Version bump only for package @nephele/authenticator-none diff --git a/packages/authenticator-none/package.json b/packages/authenticator-none/package.json index a8afab3..10e002a 100644 --- a/packages/authenticator-none/package.json +++ b/packages/authenticator-none/package.json @@ -1,6 +1,6 @@ { "name": "@nephele/authenticator-none", - "version": "1.0.0-alpha.32", + "version": "1.0.0-alpha.33", "description": "Unrestricted authenticator for the Nephele WebDAV server.", "type": "module", "main": "dist/index.js", @@ -43,7 +43,7 @@ "typescript": "^5.2.2" }, "dependencies": { - "nephele": "^1.0.0-alpha.32" + "nephele": "^1.0.0-alpha.33" }, "engines": { "node": ">=16" diff --git a/packages/authenticator-pam/CHANGELOG.md b/packages/authenticator-pam/CHANGELOG.md index 59f98d5..8eb81c1 100644 --- a/packages/authenticator-pam/CHANGELOG.md +++ b/packages/authenticator-pam/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-alpha.33](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.32...v1.0.0-alpha.33) (2023-10-22) + +**Note:** Version bump only for package @nephele/authenticator-pam + + + + + # [1.0.0-alpha.32](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.31...v1.0.0-alpha.32) (2023-10-21) **Note:** Version bump only for package @nephele/authenticator-pam diff --git a/packages/authenticator-pam/package.json b/packages/authenticator-pam/package.json index 82ba5ad..91082b6 100644 --- a/packages/authenticator-pam/package.json +++ b/packages/authenticator-pam/package.json @@ -1,6 +1,6 @@ { "name": "@nephele/authenticator-pam", - "version": "1.0.0-alpha.32", + "version": "1.0.0-alpha.33", "description": "PAM based authenticator (local system users) for the Nephele WebDAV server.", "type": "module", "main": "dist/index.js", @@ -47,7 +47,7 @@ "dependencies": { "authenticate-pam": "^1.0.5", "basic-auth": "^2.0.1", - "nephele": "^1.0.0-alpha.32", + "nephele": "^1.0.0-alpha.33", "userid": "^1.2.5" }, "engines": { diff --git a/packages/nephele-serve/CHANGELOG.md b/packages/nephele-serve/CHANGELOG.md index 7fa1756..49755ce 100644 --- a/packages/nephele-serve/CHANGELOG.md +++ b/packages/nephele-serve/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-alpha.33](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.32...v1.0.0-alpha.33) (2023-10-22) + + +### Bug Fixes + +* raise default request timeout to support massive file transfers ([0601fa8](https://github.com/sciactive/nephele/commit/0601fa82039824f5fd9d922fa5a8da85f74418a8)) + + + + + # [1.0.0-alpha.32](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.31...v1.0.0-alpha.32) (2023-10-21) diff --git a/packages/nephele-serve/package.json b/packages/nephele-serve/package.json index 38f5845..4e12b41 100644 --- a/packages/nephele-serve/package.json +++ b/packages/nephele-serve/package.json @@ -1,6 +1,6 @@ { "name": "nephele-serve", - "version": "1.0.0-alpha.32", + "version": "1.0.0-alpha.33", "description": "Command line WebDAV server with browser support for local users to access files remotely.", "type": "module", "bin": { @@ -55,14 +55,14 @@ "typescript": "^5.2.2" }, "dependencies": { - "@nephele/adapter-file-system": "^1.0.0-alpha.32", - "@nephele/adapter-virtual": "^1.0.0-alpha.32", - "@nephele/authenticator-none": "^1.0.0-alpha.32", - "@nephele/authenticator-pam": "^1.0.0-alpha.32", - "@nephele/plugin-index": "^1.0.0-alpha.32", + "@nephele/adapter-file-system": "^1.0.0-alpha.33", + "@nephele/adapter-virtual": "^1.0.0-alpha.33", + "@nephele/authenticator-none": "^1.0.0-alpha.33", + "@nephele/authenticator-pam": "^1.0.0-alpha.33", + "@nephele/plugin-index": "^1.0.0-alpha.33", "commander": "^11.0.0", "express": "^4.18.2", - "nephele": "^1.0.0-alpha.32", + "nephele": "^1.0.0-alpha.33", "update-notifier": "^6.0.2", "userhomepath": "^1.0.6", "userid": "^1.2.5" diff --git a/packages/nephele/CHANGELOG.md b/packages/nephele/CHANGELOG.md index 52eeaad..4ea7022 100644 --- a/packages/nephele/CHANGELOG.md +++ b/packages/nephele/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-alpha.33](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.32...v1.0.0-alpha.33) (2023-10-22) + +**Note:** Version bump only for package nephele + + + + + # [1.0.0-alpha.32](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.31...v1.0.0-alpha.32) (2023-10-21) diff --git a/packages/nephele/package.json b/packages/nephele/package.json index 9e1b482..bfc227c 100644 --- a/packages/nephele/package.json +++ b/packages/nephele/package.json @@ -1,6 +1,6 @@ { "name": "nephele", - "version": "1.0.0-alpha.32", + "version": "1.0.0-alpha.33", "description": "Highly customizable and extensible WebDAV server for Node.js and Express.", "type": "module", "main": "dist/index.js", diff --git a/packages/plugin-index/CHANGELOG.md b/packages/plugin-index/CHANGELOG.md index 965e094..3e41151 100644 --- a/packages/plugin-index/CHANGELOG.md +++ b/packages/plugin-index/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-alpha.33](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.32...v1.0.0-alpha.33) (2023-10-22) + +**Note:** Version bump only for package @nephele/plugin-index + + + + + # [1.0.0-alpha.32](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.31...v1.0.0-alpha.32) (2023-10-21) **Note:** Version bump only for package @nephele/plugin-index diff --git a/packages/plugin-index/package.json b/packages/plugin-index/package.json index bb00d34..e00d171 100644 --- a/packages/plugin-index/package.json +++ b/packages/plugin-index/package.json @@ -1,6 +1,6 @@ { "name": "@nephele/plugin-index", - "version": "1.0.0-alpha.32", + "version": "1.0.0-alpha.33", "description": "Index file and directory contents listing plugin (browser support) for the Nephele WebDAV server.", "type": "module", "main": "dist/index.js", @@ -46,7 +46,7 @@ "typescript": "^5.2.2" }, "dependencies": { - "nephele": "^1.0.0-alpha.32", + "nephele": "^1.0.0-alpha.33", "svelte": "^4.2.0" }, "engines": { diff --git a/packages/plugin-read-only/CHANGELOG.md b/packages/plugin-read-only/CHANGELOG.md index a1d2302..826cf25 100644 --- a/packages/plugin-read-only/CHANGELOG.md +++ b/packages/plugin-read-only/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-alpha.33](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.32...v1.0.0-alpha.33) (2023-10-22) + +**Note:** Version bump only for package @nephele/plugin-read-only + + + + + # [1.0.0-alpha.32](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.31...v1.0.0-alpha.32) (2023-10-21) **Note:** Version bump only for package @nephele/plugin-read-only diff --git a/packages/plugin-read-only/package.json b/packages/plugin-read-only/package.json index d9f164c..b7fc25b 100644 --- a/packages/plugin-read-only/package.json +++ b/packages/plugin-read-only/package.json @@ -1,6 +1,6 @@ { "name": "@nephele/plugin-read-only", - "version": "1.0.0-alpha.32", + "version": "1.0.0-alpha.33", "description": "Read-only path plugin for the Nephele WebDAV server.", "type": "module", "main": "dist/index.js", @@ -45,7 +45,7 @@ "typescript": "^5.2.2" }, "dependencies": { - "nephele": "^1.0.0-alpha.32" + "nephele": "^1.0.0-alpha.33" }, "engines": { "node": ">=16"