Skip to content

Commit

Permalink
v1.0.0-alpha.33
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed Oct 22, 2023
1 parent 0601fa8 commit a9881ee
Show file tree
Hide file tree
Showing 23 changed files with 143 additions and 49 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "1.0.0-alpha.32",
"version": "1.0.0-alpha.33",
"command": {
"version": {
"allowBranch": ["master"],
Expand Down
48 changes: 24 additions & 24 deletions package-lock.json

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

8 changes: 8 additions & 0 deletions packages/adapter-file-system/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-file-system/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down
8 changes: 8 additions & 0 deletions packages/adapter-virtual/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-virtual/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down
8 changes: 8 additions & 0 deletions packages/authenticator-custom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/authenticator-custom/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand Down
8 changes: 8 additions & 0 deletions packages/authenticator-htpasswd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/authenticator-htpasswd/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down
8 changes: 8 additions & 0 deletions packages/authenticator-none/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/authenticator-none/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -43,7 +43,7 @@
"typescript": "^5.2.2"
},
"dependencies": {
"nephele": "^1.0.0-alpha.32"
"nephele": "^1.0.0-alpha.33"
},
"engines": {
"node": ">=16"
Expand Down
8 changes: 8 additions & 0 deletions packages/authenticator-pam/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/authenticator-pam/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand Down
11 changes: 11 additions & 0 deletions packages/nephele-serve/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
Loading

0 comments on commit a9881ee

Please sign in to comment.