Skip to content

Commit fb9dc84

Browse files
authored
LinkedIn shorten component name (#17740)
* shorten component name * pnpm-lock.yaml * update
1 parent 9fb4206 commit fb9dc84

File tree

3 files changed

+11
-14
lines changed

3 files changed

+11
-14
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import linkedin from "../../linkedin.app.mjs";
22

33
export default {
4-
key: "linkedin-get-member-organization-access-control",
4+
key: "linkedin-get-org-member-access",
55
name: "Get Member's Organization Access Control Information",
66
description: "Gets the organization access control information of the current authenticated member. [See the documentation](https://learn.microsoft.com/en-us/linkedin/marketing/community-management/organizations/organization-access-control-by-role?view=li-lms-2025-01&tabs=http#find-a-members-organization-access-control-information)",
7-
version: "1.0.1",
7+
version: "1.0.2",
88
type: "action",
99
props: {
1010
linkedin,

components/linkedin/package.json

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

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)