@microsoft/teams-manifest 0.1.4-alpha.44548b1b3.0 → 0.1.4-alpha.48b9eab36.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -469,7 +469,7 @@ export declare class TeamsAppManifest implements AppManifest {
469
469
  };
470
470
  };
471
471
  /**
472
- * Pointer to PluginB manifest.
472
+ * Pointer to Plugin manifest.
473
473
  */
474
474
  apiPlugins?: IApiPlugin[];
475
475
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/teams-manifest",
3
- "version": "0.1.4-alpha.44548b1b3.0",
3
+ "version": "0.1.4-alpha.48b9eab36.0",
4
4
  "main": "build/index.js",
5
5
  "types": "build/index.d.ts",
6
6
  "license": "MIT",
@@ -61,5 +61,5 @@
61
61
  "npx eslint --cache --fix --quiet"
62
62
  ]
63
63
  },
64
- "gitHead": "a40480d0e1e310c2981c763c5461ca834affed34"
64
+ "gitHead": "18b56ee0b9a5e483263c2ace6b406bff65e475a9"
65
65
  }