office-addin-manifest
Advanced tools
Comparing version 1.5.22 to 1.5.24
// copyright (c) Microsoft Corporation. All rights reserved. | ||
// licensed under the MIT license. | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const office_addin_usage_data_1 = require("office-addin-usage-data"); | ||
/** | ||
@@ -49,3 +50,3 @@ * The types of Office add-ins. | ||
if (!addInType) { | ||
throw new Error(`${value} is not a valid Office add-in type.`); | ||
throw new office_addin_usage_data_1.ExpectedError(`${value} is not a valid Office add-in type.`); | ||
} | ||
@@ -52,0 +53,0 @@ return addInType; |
{ | ||
"name": "office-addin-manifest", | ||
"version": "1.5.22", | ||
"version": "1.5.24", | ||
"description": "Read and modify Office Add-in manifest files.", | ||
@@ -25,4 +25,4 @@ "main": "./lib/main.js", | ||
"node-fetch": "^2.6.1", | ||
"office-addin-cli": "^1.1.1", | ||
"office-addin-usage-data": "^1.2.3", | ||
"office-addin-cli": "^1.1.3", | ||
"office-addin-usage-data": "^1.2.5", | ||
"path": "^0.12.7", | ||
@@ -57,3 +57,3 @@ "uuid": "^3.4.0", | ||
}, | ||
"gitHead": "687155168e85ce2f483d28f233470c9e217ce1c7" | ||
"gitHead": "4121d29ea3f40f2f6473d08530f47a5e60694ddb" | ||
} |
Sorry, the diff of this file is not supported yet
70635
1142
Updatedoffice-addin-cli@^1.1.3