Skip to content

Commit

Permalink
Merge pull request activepieces#6305 from activepieces/fix/activepiec…
Browse files Browse the repository at this point in the history
…es-1

fix(activepieces): remove outdated actions
  • Loading branch information
abuaboud authored Dec 11, 2024
2 parents fb9631a + 588703f commit 17a4ba4
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 152 deletions.
2 changes: 1 addition & 1 deletion packages/pieces/community/activepieces/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "@activepieces/piece-activepieces",
"version": "0.1.1"
"version": "0.2.0"
}
3 changes: 0 additions & 3 deletions packages/pieces/community/activepieces/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@ import {
Property,
} from '@activepieces/pieces-framework';
import { createProject } from './lib/actions/create-project';
import { createProjectMember } from './lib/actions/create-project-member';
import { listProject } from './lib/actions/list-project';
import { updateProject } from './lib/actions/update-project';
import { listProjectMember } from './lib/actions/list-project-member';
import { deleteProjectMember } from './lib/actions/delete-project-member';
import { createCustomApiCallAction } from '@activepieces/pieces-common';

const markdown = `
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 17a4ba4

Please sign in to comment.