@activepieces/piece-microsoft-copilot 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,18 +1,16 @@
1
1
  {
2
2
  "name": "@activepieces/piece-microsoft-copilot",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "type": "commonjs",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
7
7
  "dependencies": {
8
+ "@activepieces/pieces-common": "0.12.3",
9
+ "@activepieces/pieces-framework": "0.28.1",
10
+ "@activepieces/shared": "0.72.1",
8
11
  "@microsoft/microsoft-graph-client": "3.0.7",
9
12
  "@microsoft/microsoft-graph-types": "2.40.0",
10
- "tslib": "2.6.2",
11
- "@babel/runtime": "7.26.10",
12
- "regenerator-runtime": "0.14.1",
13
- "@activepieces/pieces-common": "0.12.1",
14
- "@activepieces/pieces-framework": "0.26.2",
15
- "@activepieces/shared": "0.57.2"
13
+ "tslib": "2.6.2"
16
14
  },
17
15
  "scripts": {
18
16
  "build": "tsc -p tsconfig.lib.json && cp package.json dist/",
@@ -6,7 +6,7 @@ const microsoft_cloud_1 = require("./microsoft-cloud");
6
6
  const authDesc = `
7
7
  **Note:** This piece requires a **Microsoft 365 Copilot license** to access Copilot interaction data.
8
8
 
9
- If you’d like to use your own custom Azure app instead of the default Activepieces app, follow the [Azure app creation guide](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app#register-an-application),
9
+ If you’d like to use your own custom Azure app instead of the default app, follow the [Azure app creation guide](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app#register-an-application),
10
10
  set the **Redirect URI** to {{redirectUrl}} and add the following **Microsoft Graph (Delegated) permissions** under **API permissions**:
11
11
  - Sites.Read.All
12
12
  - Mail.Read