custom-functions-metadata-plugin
Advanced tools
Comparing version 1.4.3 to 1.4.4
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
const loader_utils_1 = require("loader-utils"); | ||
const customfunctionsplugin_1 = __importDefault(require("./customfunctionsplugin")); | ||
function addFunctionAssociations(source) { | ||
const input = (0, loader_utils_1.getOptions)(this).input; | ||
const input = this.getOptions().input; | ||
if (!customfunctionsplugin_1.default.generateResults[input]) { | ||
@@ -9,0 +8,0 @@ return source; |
{ | ||
"name": "custom-functions-metadata-plugin", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"author": "Office Dev", | ||
@@ -29,7 +29,5 @@ "bugs": { | ||
"dependencies": { | ||
"custom-functions-metadata": "^1.4.3", | ||
"loader-utils": "^3.2.0" | ||
"custom-functions-metadata": "^1.4.3" | ||
}, | ||
"devDependencies": { | ||
"@types/loader-utils": "^2.0.3", | ||
"@types/node": "^14.17.2", | ||
@@ -44,3 +42,3 @@ "concurrently": "^6.2.2", | ||
}, | ||
"gitHead": "e9cd6b6456c7b79621e5d4c07206e6cc1ab47df9" | ||
"gitHead": "e0b8cce90584e3d9904440c88fb72c197388ff38" | ||
} |
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
2
5
10810
113
- Removedloader-utils@^3.2.0
- Removedloader-utils@3.3.1(transitive)