@hoth/molecule
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -5,3 +5,3 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
const fastify_plugin_1 = tslib_1.__importDefault(require("fastify-plugin")); | ||
const fastify_plugin_1 = (0, tslib_1.__importDefault)(require("fastify-plugin")); | ||
const molecule_1 = require("./molecule"); | ||
@@ -14,3 +14,3 @@ Object.defineProperty(exports, "molecule", { enumerable: true, get: function () { return molecule_1.molecule; } }); | ||
; | ||
exports.default = fastify_plugin_1.default(moleculePlugin); | ||
exports.default = (0, fastify_plugin_1.default)(moleculePlugin); | ||
//# sourceMappingURL=index.js.map |
@@ -6,3 +6,3 @@ "use strict"; | ||
/* eslint-disable @typescript-eslint/no-require-imports */ | ||
const path_1 = tslib_1.__importDefault(require("path")); | ||
const path_1 = (0, tslib_1.__importDefault)(require("path")); | ||
let controllerCache = new Map(); | ||
@@ -9,0 +9,0 @@ function getOrSetCache(appName, ctrlPath, option) { |
{ | ||
"name": "@hoth/molecule", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "molecule plugin for hoth framework", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6451