office-addin-manifest
Advanced tools
Comparing version 1.7.7 to 1.7.8
@@ -6,3 +6,3 @@ #!/usr/bin/env node | ||
const commander = require("commander"); | ||
const office_addin_cli_1 = require("office-addin-cli"); | ||
const office_addin_usage_data_1 = require("office-addin-usage-data"); | ||
const commands = require("./commands"); | ||
@@ -30,3 +30,3 @@ /* global process */ | ||
commander.on("command:*", function () { | ||
(0, office_addin_cli_1.logErrorMessage)(`The command syntax is not valid.\n`); | ||
(0, office_addin_usage_data_1.logErrorMessage)(`The command syntax is not valid.\n`); | ||
process.exitCode = 1; | ||
@@ -33,0 +33,0 @@ commander.help(); |
@@ -15,3 +15,3 @@ // Copyright (c) Microsoft Corporation. All rights reserved. | ||
const chalk_1 = require("chalk"); | ||
const office_addin_cli_1 = require("office-addin-cli"); | ||
const office_addin_usage_data_1 = require("office-addin-usage-data"); | ||
const manifestOperations_1 = require("./manifestOperations"); | ||
@@ -37,3 +37,3 @@ const validate_1 = require("./validate"); | ||
defaults_1.usageDataObject.reportException("info", err); | ||
(0, office_addin_cli_1.logErrorMessage)(err); | ||
(0, office_addin_usage_data_1.logErrorMessage)(err); | ||
} | ||
@@ -136,3 +136,3 @@ }); | ||
defaults_1.usageDataObject.reportException("modify", err); | ||
(0, office_addin_cli_1.logErrorMessage)(err); | ||
(0, office_addin_usage_data_1.logErrorMessage)(err); | ||
} | ||
@@ -167,3 +167,3 @@ }); | ||
defaults_1.usageDataObject.reportException("validate", err); | ||
(0, office_addin_cli_1.logErrorMessage)(err); | ||
(0, office_addin_usage_data_1.logErrorMessage)(err); | ||
} | ||
@@ -185,3 +185,3 @@ }); | ||
defaults_1.usageDataObject.reportException("export", err); | ||
(0, office_addin_cli_1.logErrorMessage)(err); | ||
(0, office_addin_usage_data_1.logErrorMessage)(err); | ||
} | ||
@@ -188,0 +188,0 @@ }); |
{ | ||
"name": "office-addin-manifest", | ||
"version": "1.7.7", | ||
"version": "1.7.8", | ||
"description": "Read and modify Office Add-in manifest files.", | ||
@@ -29,4 +29,3 @@ "main": "./lib/main.js", | ||
"node-fetch": "^2.6.1", | ||
"office-addin-cli": "^1.3.5", | ||
"office-addin-usage-data": "^1.4.6", | ||
"office-addin-usage-data": "^1.4.7", | ||
"path": "^0.12.7", | ||
@@ -48,3 +47,3 @@ "uuid": "^8.3.2", | ||
"mocha": "^9.1.1", | ||
"office-addin-lint": "^2.0.0", | ||
"office-addin-lint": "^2.0.1", | ||
"rimraf": "^3.0.2", | ||
@@ -63,3 +62,3 @@ "ts-node": "^10.1.0", | ||
"prettier": "office-addin-prettier-config", | ||
"gitHead": "efb4f4f05a50658da316cd3545bcb4860633702d" | ||
"gitHead": "e7df391c12e8b66aa0641ca0096b332579e07105" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
90744
8
- Removedoffice-addin-cli@^1.3.5
- Removedjson-parse-even-better-errors@2.3.1(transitive)
- Removednpm-normalize-package-bin@1.0.1(transitive)
- Removedoffice-addin-cli@1.6.5(transitive)
- Removedread-package-json-fast@2.0.3(transitive)