Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/slottable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/slottable",
"version": "0.1.0",
"version": "0.1.1",
"description": "Pipedream Slottable Components",
"main": "slottable.app.mjs",
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions components/slottable/slottable.app.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { axios } from "@pipedream/platform";

// Please remove this comment after testing DJ-2872
export default {
type: "app",
app: "slottable",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
export default {
...common,
key: "slottable-booking-contact-updated",
name: "Booking Contact Updated",

Check warning on line 6 in components/slottable/sources/booking-contact-updated/booking-contact-updated.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Source names should start with "New". See https://pipedream.com/docs/components/guidelines/#source-name
version: "0.0.1",
version: "0.0.2",
description: "Emit new event when a booking contact is changed (new, updated, or deleted) in Slottable.",
type: "source",
dedupe: "unique",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
export default {
...common,
key: "slottable-contact-updated",
name: "Contact Updated",

Check warning on line 6 in components/slottable/sources/contact-updated/contact-updated.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Source names should start with "New". See https://pipedream.com/docs/components/guidelines/#source-name
version: "0.0.1",
version: "0.0.2",
description: "Emit new event when a contact is changed (new, updated, or deleted) in Slottable.",
type: "source",
dedupe: "unique",
Expand Down
12 changes: 4 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading