Skip to content

Commit

Permalink
v1.0.0-alpha.19
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed Sep 7, 2022
1 parent 7f694db commit d14017b
Show file tree
Hide file tree
Showing 16 changed files with 94 additions and 18 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.19](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.18...v1.0.0-alpha.19) (2022-09-07)


### Bug Fixes

* differently encoded URIs resolving to incorrect path names ([7f694db](https://github.com/sciactive/nephele/commit/7f694db35184aad14df91c1041534b8e7e14ee23))





# [1.0.0-alpha.18](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.17...v1.0.0-alpha.18) (2022-09-05)


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.18",
"version": "1.0.0-alpha.19",
"command": {
"version": {
"allowBranch": ["master"],
Expand Down
11 changes: 11 additions & 0 deletions packages/adapter-file-system/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.19](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.18...v1.0.0-alpha.19) (2022-09-07)


### Bug Fixes

* differently encoded URIs resolving to incorrect path names ([7f694db](https://github.com/sciactive/nephele/commit/7f694db35184aad14df91c1041534b8e7e14ee23))





# [1.0.0-alpha.18](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.17...v1.0.0-alpha.18) (2022-09-05)

**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.18",
"version": "1.0.0-alpha.19",
"description": "A file system adapter for the Nephele WebDAV server.",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"check-disk-space": "^3.3.1",
"mime": "^3.0.0",
"nephele": "^1.0.0-alpha.18",
"nephele": "^1.0.0-alpha.19",
"sse4_crc32": "^7.0.0",
"userid": "^1.2.5"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/adapter-virtual/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.19](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.18...v1.0.0-alpha.19) (2022-09-07)


### Bug Fixes

* differently encoded URIs resolving to incorrect path names ([7f694db](https://github.com/sciactive/nephele/commit/7f694db35184aad14df91c1041534b8e7e14ee23))





# [1.0.0-alpha.18](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.17...v1.0.0-alpha.18) (2022-09-05)

**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.18",
"version": "1.0.0-alpha.19",
"description": "A virtual resource adapter for the Nephele WebDAV server.",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"mime": "^3.0.0",
"nephele": "^1.0.0-alpha.18",
"nephele": "^1.0.0-alpha.19",
"sse4_crc32": "^7.0.0"
},
"engines": {
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.19](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.18...v1.0.0-alpha.19) (2022-09-07)

**Note:** Version bump only for package @nephele/authenticator-custom





# [1.0.0-alpha.18](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.17...v1.0.0-alpha.18) (2022-09-05)

**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.18",
"version": "1.0.0-alpha.19",
"description": "A custom logic authenticator for the Nephele WebDAV server.",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"http-auth-utils-hperrin": "^3.0.4",
"nephele": "^1.0.0-alpha.18",
"nephele": "^1.0.0-alpha.19",
"uuid": "^8.3.2"
},
"engines": {
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.19](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.18...v1.0.0-alpha.19) (2022-09-07)

**Note:** Version bump only for package @nephele/authenticator-none





# [1.0.0-alpha.18](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.17...v1.0.0-alpha.18) (2022-09-05)

**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.18",
"version": "1.0.0-alpha.19",
"description": "An insecure authenticator for the Nephele WebDAV server.",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"typescript": "^4.6.4"
},
"dependencies": {
"nephele": "^1.0.0-alpha.18"
"nephele": "^1.0.0-alpha.19"
},
"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.19](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.18...v1.0.0-alpha.19) (2022-09-07)

**Note:** Version bump only for package @nephele/authenticator-pam





# [1.0.0-alpha.18](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.17...v1.0.0-alpha.18) (2022-09-05)

**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.18",
"version": "1.0.0-alpha.19",
"description": "A PAM authenticator for the Nephele WebDAV server.",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"authenticate-pam": "^1.0.5",
"basic-auth": "^2.0.1",
"nephele": "^1.0.0-alpha.18",
"nephele": "^1.0.0-alpha.19",
"userid": "^1.2.5"
},
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages/nephele-serve/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.19](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.18...v1.0.0-alpha.19) (2022-09-07)

**Note:** Version bump only for package nephele-serve





# [1.0.0-alpha.18](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.17...v1.0.0-alpha.18) (2022-09-05)


Expand Down
12 changes: 6 additions & 6 deletions packages/nephele-serve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nephele-serve",
"version": "1.0.0-alpha.18",
"version": "1.0.0-alpha.19",
"description": "Run Nephele WebDAV server to serve local files.",
"type": "module",
"bin": {
Expand Down Expand Up @@ -46,13 +46,13 @@
"typescript": "^4.6.4"
},
"dependencies": {
"@nephele/adapter-file-system": "^1.0.0-alpha.18",
"@nephele/adapter-virtual": "^1.0.0-alpha.18",
"@nephele/authenticator-none": "^1.0.0-alpha.18",
"@nephele/authenticator-pam": "^1.0.0-alpha.18",
"@nephele/adapter-file-system": "^1.0.0-alpha.19",
"@nephele/adapter-virtual": "^1.0.0-alpha.19",
"@nephele/authenticator-none": "^1.0.0-alpha.19",
"@nephele/authenticator-pam": "^1.0.0-alpha.19",
"commander": "^9.4.0",
"express": "^4.18.1",
"nephele": "^1.0.0-alpha.18",
"nephele": "^1.0.0-alpha.19",
"userhomepath": "^1.0.6",
"userid": "^1.2.5"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/nephele/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.19](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.18...v1.0.0-alpha.19) (2022-09-07)


### Bug Fixes

* differently encoded URIs resolving to incorrect path names ([7f694db](https://github.com/sciactive/nephele/commit/7f694db35184aad14df91c1041534b8e7e14ee23))





# [1.0.0-alpha.18](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.17...v1.0.0-alpha.18) (2022-09-05)

**Note:** Version bump only for package nephele
Expand Down
2 changes: 1 addition & 1 deletion packages/nephele/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nephele",
"version": "1.0.0-alpha.18",
"version": "1.0.0-alpha.19",
"description": "A pluggable WebDAV, CardDAV, and CalDAV server for Node.js and Express.",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit d14017b

Please sign in to comment.