office-addin-usage-data
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -19,3 +19,3 @@ #!/usr/bin/env node | ||
commander.on("command:*", function () { | ||
office_addin_cli_1.logErrorMessage(`The command syntax is not valid.\n`); | ||
(0, office_addin_cli_1.logErrorMessage)(`The command syntax is not valid.\n`); | ||
process.exitCode = 1; | ||
@@ -22,0 +22,0 @@ commander.help(); |
{ | ||
"name": "office-addin-usage-data", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "Provides infrastructure to send usage data events and exceptions.", | ||
@@ -26,3 +26,3 @@ "main": "./lib/main.js", | ||
"commander": "^6.2.0", | ||
"office-addin-cli": "^1.3.1", | ||
"office-addin-cli": "^1.3.2", | ||
"readline-sync": "^1.4.9" | ||
@@ -38,6 +38,6 @@ }, | ||
"eslint": "7.32.0", | ||
"eslint-plugin-office-addins": "^1.1.1", | ||
"eslint-plugin-office-addins": "^1.1.2", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"mocha": "^9.1.1", | ||
"office-addin-prettier-config": "^1.1.0", | ||
"office-addin-prettier-config": "^1.1.1", | ||
"rimraf": "^3.0.2", | ||
@@ -55,3 +55,3 @@ "ts-node": "^10.1.0", | ||
"prettier": "office-addin-prettier-config", | ||
"gitHead": "a6c41b4d843bf23789f0c7caa7ab80e5dd571f0e" | ||
"gitHead": "c73a6f1d1dd59da8031a198bc5c454c7d02f5400" | ||
} |
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
101244
Updatedoffice-addin-cli@^1.3.2