@microsoft/teams-manifest
Advanced tools
Comparing version 0.0.4-beta.ea516ab4c.0 to 0.0.4-rc.0
"use strict"; | ||
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ManifestUtil = void 0; | ||
const tslib_1 = require("tslib"); | ||
const fs_extra_1 = (0, tslib_1.__importDefault)(require("fs-extra")); | ||
const ajv_draft_04_1 = (0, tslib_1.__importDefault)(require("ajv-draft-04")); | ||
const axios_1 = (0, tslib_1.__importDefault)(require("axios")); | ||
(0, tslib_1.__exportStar)(require("./manifest"), exports); | ||
const fs_extra_1 = __importDefault(require("fs-extra")); | ||
const ajv_draft_04_1 = __importDefault(require("ajv-draft-04")); | ||
const axios_1 = __importDefault(require("axios")); | ||
__exportStar(require("./manifest"), exports); | ||
class ManifestUtil { | ||
@@ -12,0 +24,0 @@ /** |
{ | ||
"name": "@microsoft/teams-manifest", | ||
"version": "0.0.4-beta.ea516ab4c.0", | ||
"version": "0.0.4-rc.0", | ||
"main": "build/index.js", | ||
@@ -58,3 +58,3 @@ "types": "build/index.d.ts", | ||
}, | ||
"gitHead": "f3142e11796ddf54b2865643d62d5f705037463e" | ||
"gitHead": "a4a11af281dc8197a90ec96e3cef7eb1bb60650f" | ||
} |
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
31480
566
27
65
6
340