File tree Expand file tree Collapse file tree 7 files changed +35
-21
lines changed
Expand file tree Collapse file tree 7 files changed +35
-21
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 1+ /* eslint-disable pipedream/source-description */
2+ /* eslint-disable pipedream/source-name */
13import sdk from "../../sdk.app.mjs" ;
24
35export 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 } ,
Original file line number Diff line number Diff line change 1+ /* eslint-disable pipedream/source-description */
2+ /* eslint-disable pipedream/source-name */
13import sdk from "../../sdk.app.mjs" ;
24
35export 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 } ,
Original file line number Diff line number Diff line change 1+ /* eslint-disable pipedream/source-description */
2+ /* eslint-disable pipedream/source-name */
13import sdk from "../../sdk.app.mjs" ;
24
35export 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 } ,
Original file line number Diff line number Diff line change 1+ /* eslint-disable pipedream/source-description */
2+ /* eslint-disable pipedream/source-name */
13import sdk from "../../sdk.app.mjs" ;
24
35export 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 } ,
Original file line number Diff line number Diff line change 1+ /* eslint-disable pipedream/source-description */
2+ /* eslint-disable pipedream/source-name */
13import sdk from "../../sdk.app.mjs" ;
24
35export 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 } ,
Original file line number Diff line number Diff line change 1+ /* eslint-disable pipedream/source-description */
2+ /* eslint-disable pipedream/source-name */
13import sdk from "../../sdk.app.mjs" ;
24
35export 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 } ,
You can’t perform that action at this time.
0 commit comments