@karmaniverous/jeeves-server 3.6.2 → 3.6.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -1
  2. package/package.json +1 -2
package/CHANGELOG.md CHANGED
@@ -2,12 +2,20 @@
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.2](https://github.com/karmaniverous/jeeves-server/compare/service/3.6.1...3.6.2)
5
+ #### [3.6.3](https://github.com/karmaniverous/jeeves-server/compare/service/3.6.2...3.6.3)
6
+
7
+ - hoisted jeeves [`0dd00f7`](https://github.com/karmaniverous/jeeves-server/commit/0dd00f7e8cf21d4b94fbd59b187283e9b4a55ea4)
8
+ - chore: release @karmaniverous/jeeves-server-openclaw v0.7.2 [`88ac709`](https://github.com/karmaniverous/jeeves-server/commit/88ac7093e2613eca69b856d89e7e645c69ad0717)
9
+
10
+ #### [service/3.6.2](https://github.com/karmaniverous/jeeves-server/compare/service/3.6.1...service/3.6.2)
11
+
12
+ > 5 April 2026
6
13
 
7
14
  - fix: consume core importMetaUrl for plugin install (#150, #147) [`#151`](https://github.com/karmaniverous/jeeves-server/pull/151)
8
15
  - [150] fix: consume core importMetaUrl for plugin install [`#150`](https://github.com/karmaniverous/jeeves-server/pull/150)
9
16
  - [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
17
  - chore: release @karmaniverous/jeeves-server-openclaw v0.7.1 [`35299d1`](https://github.com/karmaniverous/jeeves-server/commit/35299d17ea3d13b28aee35815b91ca6501354df6)
18
+ - chore: release @karmaniverous/jeeves-server v3.6.2 [`c69a014`](https://github.com/karmaniverous/jeeves-server/commit/c69a0146859740168bb4e4b87b7b0ed1f2e8beb5)
11
19
 
12
20
  #### [service/3.6.1](https://github.com/karmaniverous/jeeves-server/compare/service/3.6.0...service/3.6.1)
13
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@karmaniverous/jeeves-server",
3
- "version": "3.6.2",
3
+ "version": "3.6.3",
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,6 @@
48
48
  "dependencies": {
49
49
  "@fastify/cookie": "^11.0.2",
50
50
  "@fastify/static": "^8.3.0",
51
- "@karmaniverous/jeeves": "^0.5.4",
52
51
  "@karmaniverous/jsonmap": "^2.1.1",
53
52
  "@mermaid-js/mermaid-cli": "^11.12.0",
54
53
  "@turbodocx/html-to-docx": "^1.20.1",