Skip to content

Commit 42ba0f5

Browse files
committed
shorten component name
1 parent 5cf8f2a commit 42ba0f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: "0.0.1",
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": [

0 commit comments

Comments
 (0)