Skip to content

Commit 0e23d37

Browse files
authored
Update lock file (#15541)
* Update lock file * Add an empty change * Bump component version * Comment out the change * Add a comment * Bump version
1 parent 4d8dd79 commit 0e23d37

File tree

5 files changed

+8
-11
lines changed

5 files changed

+8
-11
lines changed

components/slottable/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/slottable",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Pipedream Slottable Components",
55
"main": "slottable.app.mjs",
66
"keywords": [

components/slottable/slottable.app.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { axios } from "@pipedream/platform";
22

3+
// Please remove this comment after testing DJ-2872
34
export default {
45
type: "app",
56
app: "slottable",

components/slottable/sources/booking-contact-updated/booking-contact-updated.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
...common,
55
key: "slottable-booking-contact-updated",
66
name: "Booking Contact Updated",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
description: "Emit new event when a booking contact is changed (new, updated, or deleted) in Slottable.",
99
type: "source",
1010
dedupe: "unique",

components/slottable/sources/contact-updated/contact-updated.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
...common,
55
key: "slottable-contact-updated",
66
name: "Contact Updated",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
description: "Emit new event when a contact is changed (new, updated, or deleted) in Slottable.",
99
type: "source",
1010
dedupe: "unique",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)