office-addin-manifest
Advanced tools
Comparing version 1.1.0 to 1.1.1
#!/usr/bin/env node | ||
export {}; | ||
export * from "./manifestInfo"; |
#!/usr/bin/env node | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const commander = require("commander"); | ||
const commands = require("./commands"); | ||
__export(require("./manifestInfo")); | ||
if (process.argv[1].endsWith("\\manifest.js")) { | ||
@@ -6,0 +10,0 @@ commander |
{ | ||
"name": "office-addin-manifest", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Read and modify Office Add-in manifest files.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/manifest.js", |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
20202
266
0