Skip to content

Commit c1ca75a

Browse files
authored
Merging pull request #18703
* updates * pnpm-lock.yaml
1 parent f373886 commit c1ca75a

File tree

9 files changed

+12
-10
lines changed

9 files changed

+12
-10
lines changed

components/microsoft_teams/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/microsoft_teams",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Pipedream Microsoft Teams Components",
55
"main": "microsoft_teams.app.mjs",
66
"keywords": [
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@microsoft/microsoft-graph-client": "^3.0.2",
18-
"@pipedream/platform": "^1.2.0",
18+
"@pipedream/platform": "^3.1.0",
1919
"isomorphic-fetch": "^3.0.0"
2020
}
2121
}

components/microsoft_teams/sources/common/base.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ export default {
3333
const isNewResource = this.isNew(resource, lastCreated);
3434
if (isNewResource) {
3535
resources.push(resource);
36+
} else {
37+
break;
3638
}
3739
}
3840
return resources;

components/microsoft_teams/sources/new-channel-message/new-channel-message.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "microsoft_teams-new-channel-message",
66
name: "New Channel Message",
77
description: "Emit new event when a new message is posted in a channel",
8-
version: "0.0.10",
8+
version: "0.0.11",
99
type: "source",
1010
dedupe: "unique",
1111
props: {

components/microsoft_teams/sources/new-channel/new-channel.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "microsoft_teams-new-channel",
66
name: "New Channel",
77
description: "Emit new event when a new channel is created within a team",
8-
version: "0.0.10",
8+
version: "0.0.11",
99
type: "source",
1010
dedupe: "unique",
1111
props: {

components/microsoft_teams/sources/new-chat-message/new-chat-message.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "microsoft_teams-new-chat-message",
66
name: "New Chat Message",
77
description: "Emit new event when a new message is received in a chat",
8-
version: "0.0.10",
8+
version: "0.0.11",
99
type: "source",
1010
dedupe: "unique",
1111
props: {

components/microsoft_teams/sources/new-chat/new-chat.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "microsoft_teams-new-chat",
66
name: "New Chat",
77
description: "Emit new event when a new chat is created",
8-
version: "0.0.10",
8+
version: "0.0.11",
99
type: "source",
1010
dedupe: "unique",
1111
methods: {

components/microsoft_teams/sources/new-team-member/new-team-member.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "microsoft_teams-new-team-member",
66
name: "New Team Member",
77
description: "Emit new event when a new member is added to a team",
8-
version: "0.0.10",
8+
version: "0.0.11",
99
type: "source",
1010
dedupe: "unique",
1111
props: {

components/microsoft_teams/sources/new-team/new-team.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "microsoft_teams-new-team",
66
name: "New Team",
77
description: "Emit new event when a new team is joined by the authenticated user",
8-
version: "0.0.10",
8+
version: "0.0.11",
99
type: "source",
1010
dedupe: "unique",
1111
methods: {

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)