Skip to content

Commit 9d575f8

Browse files
dannyrooseveltlcaresia
authored andcommitted
Updating source names (#14638)
1 parent ed5a501 commit 9d575f8

File tree

7 files changed

+35
-21
lines changed

7 files changed

+35
-21
lines changed

components/sdk/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
22
"name": "@pipedream/sdk",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Pipedream SDK Components",
55
"main": "sdk.app.mjs",
66
"keywords": [
77
"pipedream",
8-
"sdk"
8+
"sdk",
9+
"integrations",
10+
"api"
911
],
10-
"homepage": "https://pipedream.com/apps/sdk",
12+
"homepage": "https://pipedream.com/docs/connect/workflows",
1113
"author": "Pipedream <support@pipedream.com> (https://pipedream.com/)",
1214
"publishConfig": {
1315
"access": "public"

components/sdk/sources/nextjs-event-received/nextjs-event-received.mjs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1+
/* eslint-disable pipedream/source-description */
2+
/* eslint-disable pipedream/source-name */
13
import sdk from "../../sdk.app.mjs";
24

35
export default {
4-
name: "New Event Received from the Next.js Pipedream SDK",
5-
version: "0.0.1",
6+
name: "Next.js",
7+
version: "0.0.2",
68
key: "sdk-nextjs-event-received",
7-
description: "Emit new event via the Next.js Pipedream SDK.",
9+
description: "Emit a new event via the Next.js Pipedream SDK.",
810
props: {
911
sdk,
1012
},

components/sdk/sources/nodejs-event-received/nodejs-event-received.mjs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1+
/* eslint-disable pipedream/source-description */
2+
/* eslint-disable pipedream/source-name */
13
import sdk from "../../sdk.app.mjs";
24

35
export default {
4-
name: "New Event Received from the Node.js Pipedream SDK",
5-
version: "0.0.1",
6+
name: "Node.js",
7+
version: "0.0.2",
68
key: "sdk-nodejs-event-received",
7-
description: "Emit new event via the Node.js Pipedream SDK.",
9+
description: "Emit a new event via the Node.js Pipedream SDK.",
810
props: {
911
sdk,
1012
},

components/sdk/sources/nuxtjs-event-received/nuxtjs-event-received.mjs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1+
/* eslint-disable pipedream/source-description */
2+
/* eslint-disable pipedream/source-name */
13
import sdk from "../../sdk.app.mjs";
24

35
export default {
4-
name: "New Event Received from the Nuxt.js Pipedream SDK",
5-
version: "0.0.1",
6+
name: "NuxtJS",
7+
version: "0.0.2",
68
key: "sdk-nuxtjs-event-received",
7-
description: "Emit new event via the Nuxt.js Pipedream SDK.",
9+
description: "Emit a new event via the Nuxt.js Pipedream SDK.",
810
props: {
911
sdk,
1012
},

components/sdk/sources/python-event-received/python-event-received.mjs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1+
/* eslint-disable pipedream/source-description */
2+
/* eslint-disable pipedream/source-name */
13
import sdk from "../../sdk.app.mjs";
24

35
export default {
4-
name: "New Event Received from the Python Pipedream SDK",
5-
version: "0.0.1",
6+
name: "Python",
7+
version: "0.0.2",
68
key: "sdk-python-event-received",
7-
description: "Emit new event via the Python Pipedream SDK.",
9+
description: "Emit a new event via the Python Pipedream SDK.",
810
props: {
911
sdk,
1012
},

components/sdk/sources/reactjs-event-received/reactjs-event-received.mjs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1+
/* eslint-disable pipedream/source-description */
2+
/* eslint-disable pipedream/source-name */
13
import sdk from "../../sdk.app.mjs";
24

35
export default {
4-
name: "New Event Received from the React.js Pipedream SDK",
5-
version: "0.0.1",
6+
name: "React.js",
7+
version: "0.0.2",
68
key: "sdk-reactjs-event-received",
7-
description: "Emit new event via the React.js Pipedream SDK.",
9+
description: "Emit a new event via the React.js Pipedream SDK.",
810
props: {
911
sdk,
1012
},

components/sdk/sources/vue-event-received/vue-event-received.mjs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1+
/* eslint-disable pipedream/source-description */
2+
/* eslint-disable pipedream/source-name */
13
import sdk from "../../sdk.app.mjs";
24

35
export default {
4-
name: "New Event Received from the Vue Pipedream SDK",
5-
version: "0.0.1",
6+
name: "Vue",
7+
version: "0.0.2",
68
key: "sdk-vue-event-received",
7-
description: "Emit new event via the Vue Pipedream SDK.",
9+
description: "Emit a new event via the Vue Pipedream SDK.",
810
props: {
911
sdk,
1012
},

0 commit comments

Comments
 (0)