@microsoft/teams-manifest
Advanced tools
Comparing version 0.1.6-alpha.e08ff04cf.0 to 0.1.6-alpha.e107e784c.0
export declare const SharePointAppId = "00000003-0000-0ff1-ce00-000000000000"; | ||
//# sourceMappingURL=constants.d.ts.map |
@@ -55,2 +55,1 @@ import { ConversationStarter } from "./pluginManifest"; | ||
} | ||
//# sourceMappingURL=declarativeCopilotManifest.d.ts.map |
@@ -866,2 +866,1 @@ /** | ||
} | ||
//# sourceMappingURL=devPreviewManifest.d.ts.map |
@@ -67,2 +67,1 @@ import { TeamsAppManifest } from "./manifest"; | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
@@ -511,2 +511,1 @@ export interface IDeveloper { | ||
} | ||
//# sourceMappingURL=manifest.d.ts.map |
@@ -31,2 +31,1 @@ export interface ManifestCommonProperties { | ||
} | ||
//# sourceMappingURL=ManifestCommonProperties.d.ts.map |
@@ -88,3 +88,3 @@ export type Instruction = string | string[]; | ||
url?: string; | ||
information_protection_url?: string; | ||
information_protection_label?: string; | ||
template_selector?: string; | ||
@@ -146,2 +146,1 @@ [k: string]: unknown; | ||
} | ||
//# sourceMappingURL=pluginManifest.d.ts.map |
{ | ||
"name": "@microsoft/teams-manifest", | ||
"version": "0.1.6-alpha.e08ff04cf.0", | ||
"version": "0.1.6-alpha.e107e784c.0", | ||
"main": "build/index.js", | ||
@@ -46,3 +46,3 @@ "types": "build/index.d.ts", | ||
"prebuild": "npm run generate-manifest", | ||
"build": "rimraf build && npx tsc -p ./", | ||
"build": "tsc -p ./ --incremental", | ||
"test": "npm run test:unit", | ||
@@ -66,3 +66,3 @@ "test:unit": "npx nyc --reporter=lcov mocha --no-timeouts --require ts-node/register test/**/*.test.ts ", | ||
}, | ||
"gitHead": "c95a3df649bd843fc17785325902e02a82faa713" | ||
"gitHead": "bda7ebf7ec915a0b3a91d48593a724687b374697" | ||
} |
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
106828
24