office-addin-manifest
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -24,3 +24,3 @@ "use strict"; | ||
const export_1 = require("./export"); | ||
/* global console, process */ | ||
/* global console process */ | ||
function getCommandOptionString(option, defaultValue) { | ||
@@ -144,3 +144,3 @@ // For a command option defined with an optional value, e.g. "--option [value]", | ||
exports.modify = modify; | ||
function validate(manifestPath, options /* eslint-disable-line @typescript-eslint/no-unused-vars */) { | ||
function validate(manifestPath, options) { | ||
return __awaiter(this, void 0, void 0, function* () { | ||
@@ -147,0 +147,0 @@ try { |
@@ -20,3 +20,2 @@ "use strict"; | ||
class ManifestHandlerJson extends manifestHandler_1.ManifestHandler { | ||
/* eslint-disable @typescript-eslint/no-unused-vars */ | ||
modifyManifest(guid, displayName) { | ||
@@ -23,0 +22,0 @@ return __awaiter(this, void 0, void 0, function* () { |
{ | ||
"name": "office-addin-manifest", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Read and modify Office Add-in manifest files.", | ||
@@ -31,3 +31,3 @@ "main": "./lib/main.js", | ||
"node-fetch": "^2.6.1", | ||
"office-addin-usage-data": "^2.0.2", | ||
"office-addin-usage-data": "^2.0.3", | ||
"uuid": "^8.3.2", | ||
@@ -48,3 +48,3 @@ "xml2js": "^0.5.0" | ||
"mocha": "^11.0.1", | ||
"office-addin-lint": "^3.0.2", | ||
"office-addin-lint": "^3.0.3", | ||
"rimraf": "^6.0.1", | ||
@@ -63,3 +63,3 @@ "ts-node": "^10.9.1", | ||
"prettier": "office-addin-prettier-config", | ||
"gitHead": "05fbb226e1de4c8c0038dda07ef7e54c17ef74fd" | ||
"gitHead": "0a83e04842c872533d72b043ebc55e9a6013f34e" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
100679
1565
+ Added@types/node@22.13.4(transitive)
- Removed@types/node@22.13.5(transitive)