Skip to content

Commit

Permalink
v1.0.0-alpha.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed Aug 11, 2022
1 parent c644a31 commit be9a724
Show file tree
Hide file tree
Showing 20 changed files with 93 additions and 24 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
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.9](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2022-08-11)


### Bug Fixes

* don't fail entire propfind request if sub resource fails to load ([c4d2109](https://github.com/sciactive/nephele/commit/c4d2109a168a5ba8105c01010719b549a1ab2cf8))
* switch from mmmagic to mime, only report regular files with file system adapter ([fde40df](https://github.com/sciactive/nephele/commit/fde40df164a96aab1245938099d4072cab1d1403))





# [1.0.0-alpha.8](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2022-08-11)

**Note:** Version bump only for package nephele-repo
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.8",
"version": "1.0.0-alpha.9",
"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.9](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2022-08-11)


### Bug Fixes

* switch from mmmagic to mime, only report regular files with file system adapter ([fde40df](https://github.com/sciactive/nephele/commit/fde40df164a96aab1245938099d4072cab1d1403))





# [1.0.0-alpha.8](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2022-08-11)

**Note:** Version bump only for package @nephele/adapter-file-system
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-file-system/package-lock.json

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

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.8",
"version": "1.0.0-alpha.9",
"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.8",
"nephele": "^1.0.0-alpha.9",
"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.9](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2022-08-11)


### Bug Fixes

* switch from mmmagic to mime, only report regular files with file system adapter ([fde40df](https://github.com/sciactive/nephele/commit/fde40df164a96aab1245938099d4072cab1d1403))





# [1.0.0-alpha.8](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2022-08-11)

**Note:** Version bump only for package @nephele/adapter-virtual
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-virtual/package-lock.json

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

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.8",
"version": "1.0.0-alpha.9",
"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.8",
"nephele": "^1.0.0-alpha.9",
"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.9](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2022-08-11)

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





# [1.0.0-alpha.8](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2022-08-11)

**Note:** Version bump only for package @nephele/authenticator-custom
Expand Down
4 changes: 2 additions & 2 deletions packages/authenticator-custom/package-lock.json

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

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.8",
"version": "1.0.0-alpha.9",
"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": {
"basic-auth": "^2.0.1",
"nephele": "^1.0.0-alpha.8"
"nephele": "^1.0.0-alpha.9"
},
"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.9](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2022-08-11)

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





# [1.0.0-alpha.8](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2022-08-11)

**Note:** Version bump only for package @nephele/authenticator-none
Expand Down
4 changes: 2 additions & 2 deletions packages/authenticator-none/package-lock.json

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

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.8",
"version": "1.0.0-alpha.9",
"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.8"
"nephele": "^1.0.0-alpha.9"
},
"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.9](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2022-08-11)

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





# [1.0.0-alpha.8](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2022-08-11)

**Note:** Version bump only for package @nephele/authenticator-pam
Expand Down
4 changes: 2 additions & 2 deletions packages/authenticator-pam/package-lock.json

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

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.8",
"version": "1.0.0-alpha.9",
"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.8"
"nephele": "^1.0.0-alpha.9"
},
"engines": {
"node": ">=16"
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.9](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2022-08-11)


### Bug Fixes

* don't fail entire propfind request if sub resource fails to load ([c4d2109](https://github.com/sciactive/nephele/commit/c4d2109a168a5ba8105c01010719b549a1ab2cf8))





# [1.0.0-alpha.8](https://github.com/sciactive/nephele/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2022-08-11)

**Note:** Version bump only for package nephele
Expand Down
4 changes: 2 additions & 2 deletions packages/nephele/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 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.8",
"version": "1.0.0-alpha.9",
"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 be9a724

Please sign in to comment.