trifid-plugin-graph-explorer
Advanced tools
Comparing version 2.1.1 to 2.1.2
# trifid-plugin-graph-explorer | ||
## 2.1.2 | ||
### Patch Changes | ||
- f0e3b13: Fix and improve types references | ||
## 2.1.1 | ||
@@ -4,0 +10,0 @@ |
export default factory; | ||
/** @type {import('../core/types/index.js').TrifidPlugin} */ | ||
declare const factory: import("../core/types/index.js").TrifidPlugin; | ||
/** @type {import('trifid-core/types').TrifidPlugin} */ | ||
declare const factory: import("trifid-core/types").TrifidPlugin; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -11,3 +11,3 @@ // @ts-check | ||
/** @type {import('../core/types/index.js').TrifidPlugin} */ | ||
/** @type {import('trifid-core/types').TrifidPlugin} */ | ||
const factory = async (trifid) => { | ||
@@ -14,0 +14,0 @@ const { config, server, render } = trifid |
@@ -7,3 +7,3 @@ { | ||
"types": "dist/index.d.ts", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"license": "Apache-2.0", | ||
@@ -44,2 +44,3 @@ "homepage": "https://github.com/zazuko/trifid", | ||
"c8": "^10.1.2", | ||
"rimraf": "^6.0.1", | ||
"trifid-core": "^5.1.0", | ||
@@ -46,0 +47,0 @@ "typescript": "^5.6.3" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
138422
5