@hoth/molecule
Advanced tools
Comparing version 1.1.2 to 1.1.4
@@ -27,3 +27,3 @@ import { FastifyLoggerInstance } from 'fastify'; | ||
*/ | ||
export declare function molecule<T = string>(ctrlPath: string, data: any, option: MoleculeOption): Promise<T>; | ||
export declare function molecule<T = string>(ctrlPath: string, data: any, option: MoleculeOption): Promise<T | null>; | ||
export {}; |
{ | ||
"name": "@hoth/molecule", | ||
"version": "1.1.2", | ||
"version": "1.1.4", | ||
"description": "molecule plugin for hoth framework", | ||
@@ -11,3 +11,3 @@ "main": "dist/index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/cxtom/hoth.git" | ||
"url": "git+https://github.com/searchfe/hoth.git" | ||
}, | ||
@@ -33,3 +33,3 @@ "publishConfig": { | ||
], | ||
"gitHead": "ab78cdefa5a55d3bd34f22e475bbae359f49b61f" | ||
"gitHead": "0735cada835eabb2ac787ca1c5f2ff4bb8310fe2" | ||
} |
6431
8