Skip to content

Commit

Permalink
Gorgias fix broken lockfile (PipedreamHQ#3441)
Browse files Browse the repository at this point in the history
* fix broken lockfile

* bump sources
  • Loading branch information
andrewjschuang authored Jul 14, 2022
1 parent 6fb182a commit 495e324
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
key: "gorgias-ticket-created",
name: "New Ticket",
description: "Emit new event when a ticket is created. [See the docs](https://developers.gorgias.com/reference/the-event-object)",
version: "0.1.0",
version: "0.1.1",
type: "source",
methods: {
...base.methods,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
key: "gorgias-ticket-messaged-created",
name: "New Ticket Message",
description: "Emit new event when a ticket message is created. [See the docs](https://developers.gorgias.com/reference/the-event-object)",
version: "0.1.0",
version: "0.1.1",
type: "source",
methods: {
...base.methods,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
key: "gorgias-ticket-updated",
name: "New Updated Ticket",
description: "Emit new event when a ticket is updated. [See the docs](https://developers.gorgias.com/reference/the-event-object)",
version: "0.1.0",
version: "0.1.1",
type: "source",
methods: {
...base.methods,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import overrideApp from "../../common/override-app.mjs";

overrideApp(base);

// same version as base
// eslint-disable-next-line pipedream/required-properties-version
export default {
...base,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import overrideApp from "../../common/override-app.mjs";

overrideApp(base);

// same version as base
// eslint-disable-next-line pipedream/required-properties-version
export default {
...base,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import overrideApp from "../../common/override-app.mjs";

overrideApp(base);

// same version as base
// eslint-disable-next-line pipedream/required-properties-version
export default {
...base,
Expand Down
9 changes: 6 additions & 3 deletions pnpm-lock.yaml

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

0 comments on commit 495e324

Please sign in to comment.