Skip to content

Commit 20ac5e4

Browse files
authored
Add uuid dependency to launchdarkly (#17990)
* add uuid dependency * pnpm-lock.yaml
1 parent 1ab9200 commit 20ac5e4

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

components/launchdarkly/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/launchdarkly",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Pipedream LaunchDarkly Components",
55
"main": "launchdarkly.app.mjs",
66
"keywords": [
@@ -13,6 +13,7 @@
1313
"access": "public"
1414
},
1515
"dependencies": {
16-
"@pipedream/platform": "3.0.3"
16+
"@pipedream/platform": "3.0.3",
17+
"uuid": "^11.1.0"
1718
}
1819
}

components/launchdarkly/sources/new-access-token-event/new-access-token-event.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "launchdarkly-new-access-token-event",
66
name: "New Access Token Event",
77
description: "Emit new event when a new access token activity happens. [See the documentation](https://apidocs.launchdarkly.com/tag/Webhooks#operation/postWebhook).",
8-
version: "0.0.2",
8+
version: "0.0.3",
99
type: "source",
1010
dedupe: "unique",
1111
props: {

components/launchdarkly/sources/new-flag-event/new-flag-event.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "launchdarkly-new-flag-event",
66
name: "New Flag Event",
77
description: "Emit new event when flag activity occurs. [See the documentation](https://apidocs.launchdarkly.com/tag/Webhooks#operation/postWebhook).",
8-
version: "0.0.2",
8+
version: "0.0.3",
99
type: "source",
1010
dedupe: "unique",
1111
methods: {

components/launchdarkly/sources/new-user-event/new-user-event.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "launchdarkly-new-user-event",
66
name: "New User Event",
77
description: "Emit new event when user activity is noted. [See the documentation](https://apidocs.launchdarkly.com/tag/Webhooks#operation/postWebhook).",
8-
version: "0.0.2",
8+
version: "0.0.3",
99
type: "source",
1010
dedupe: "unique",
1111
methods: {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)