@karmaniverous/jeeves-server 3.6.2 → 3.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,12 +2,28 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
|
|
4
4
|
|
|
5
|
-
#### [3.6.
|
|
5
|
+
#### [3.6.4](https://github.com/karmaniverous/jeeves-server/compare/service/3.6.3...3.6.4)
|
|
6
|
+
|
|
7
|
+
- chore: release @karmaniverous/jeeves-server-openclaw v0.7.3 [`70d398a`](https://github.com/karmaniverous/jeeves-server/commit/70d398a73c81193dfd0b93d6f1a6c009938aa954)
|
|
8
|
+
- unhoisted jeeves [`8af782b`](https://github.com/karmaniverous/jeeves-server/commit/8af782b5f1d4977aa4d2564a2c4bb50411133a92)
|
|
9
|
+
|
|
10
|
+
#### [service/3.6.3](https://github.com/karmaniverous/jeeves-server/compare/service/3.6.2...service/3.6.3)
|
|
11
|
+
|
|
12
|
+
> 5 April 2026
|
|
13
|
+
|
|
14
|
+
- hoisted jeeves [`0dd00f7`](https://github.com/karmaniverous/jeeves-server/commit/0dd00f7e8cf21d4b94fbd59b187283e9b4a55ea4)
|
|
15
|
+
- chore: release @karmaniverous/jeeves-server-openclaw v0.7.2 [`88ac709`](https://github.com/karmaniverous/jeeves-server/commit/88ac7093e2613eca69b856d89e7e645c69ad0717)
|
|
16
|
+
- chore: release @karmaniverous/jeeves-server v3.6.3 [`3492ac5`](https://github.com/karmaniverous/jeeves-server/commit/3492ac5217e47e6b449748a84ee8009980ce1566)
|
|
17
|
+
|
|
18
|
+
#### [service/3.6.2](https://github.com/karmaniverous/jeeves-server/compare/service/3.6.1...service/3.6.2)
|
|
19
|
+
|
|
20
|
+
> 5 April 2026
|
|
6
21
|
|
|
7
22
|
- fix: consume core importMetaUrl for plugin install (#150, #147) [`#151`](https://github.com/karmaniverous/jeeves-server/pull/151)
|
|
8
23
|
- [150] fix: consume core importMetaUrl for plugin install [`#150`](https://github.com/karmaniverous/jeeves-server/pull/150)
|
|
9
24
|
- [150] fix: consume core importMetaUrl for plugin install (#150) [`#150`](https://github.com/karmaniverous/jeeves-server/issues/150) [`#147`](https://github.com/karmaniverous/jeeves-server/issues/147)
|
|
10
25
|
- chore: release @karmaniverous/jeeves-server-openclaw v0.7.1 [`35299d1`](https://github.com/karmaniverous/jeeves-server/commit/35299d17ea3d13b28aee35815b91ca6501354df6)
|
|
26
|
+
- chore: release @karmaniverous/jeeves-server v3.6.2 [`c69a014`](https://github.com/karmaniverous/jeeves-server/commit/c69a0146859740168bb4e4b87b7b0ed1f2e8beb5)
|
|
11
27
|
|
|
12
28
|
#### [service/3.6.1](https://github.com/karmaniverous/jeeves-server/compare/service/3.6.0...service/3.6.1)
|
|
13
29
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@karmaniverous/jeeves-server",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.4",
|
|
4
4
|
"description": "Secure file browser, markdown viewer, and webhook gateway with PDF/DOCX export and expiring share links",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fastify",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@fastify/cookie": "^11.0.2",
|
|
50
50
|
"@fastify/static": "^8.3.0",
|
|
51
|
-
"@karmaniverous/jeeves": "^0.5.
|
|
51
|
+
"@karmaniverous/jeeves": "^0.5.5",
|
|
52
52
|
"@karmaniverous/jsonmap": "^2.1.1",
|
|
53
53
|
"@mermaid-js/mermaid-cli": "^11.12.0",
|
|
54
54
|
"@turbodocx/html-to-docx": "^1.20.1",
|