trifid-plugin-graph-explorer
Advanced tools
Comparing version 2.0.1 to 2.0.2
# trifid-plugin-graph-explorer | ||
## 2.0.2 | ||
### Patch Changes | ||
- e8faa76: Internally use the new `render` function, that takes the `request` as first argument. | ||
## 2.0.1 | ||
@@ -4,0 +10,0 @@ |
@@ -64,3 +64,3 @@ // @ts-check | ||
* Route handler. | ||
* @param {import('fastify').FastifyRequest} request Request. | ||
* @param {import('fastify').FastifyRequest & { session: Map<string, any> }} request Request. | ||
* @param {import('fastify').FastifyReply} reply Reply. | ||
@@ -79,2 +79,3 @@ */ | ||
const content = await render( | ||
request, | ||
view, | ||
@@ -81,0 +82,0 @@ { |
@@ -6,3 +6,3 @@ { | ||
"main": "index.js", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"license": "MIT", | ||
@@ -31,4 +31,4 @@ "homepage": "https://github.com/zazuko/trifid", | ||
"mocha": "^10.2.0", | ||
"trifid-core": "^3.0.0" | ||
"trifid-core": "^4.0.0" | ||
} | ||
} |
8773
153
6