@microsoft/teams-manifest
Advanced tools
Comparing version 0.1.6-alpha.ef5c1bc8a.0 to 0.1.6-alpha.f17363370.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 |
@@ -145,2 +145,1 @@ export type Instruction = string | string[]; | ||
} | ||
//# sourceMappingURL=pluginManifest.d.ts.map |
{ | ||
"name": "@microsoft/teams-manifest", | ||
"version": "0.1.6-alpha.ef5c1bc8a.0", | ||
"version": "0.1.6-alpha.f17363370.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": "b571c204961a189f3f34dc4c17b03af64939b0a8" | ||
"gitHead": "3ce1f1fa6327425d368baf8d8d2f2ad3a5d7954e" | ||
} |
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
106826
24