Skip to content

Commit fb803f8

Browse files
authored
Remove Filter and Pushshift components (#14745)
* remove filter actions Filter actions have been unpublished from the Pipedream registry in favor of a native action. * remove PushShift Reddit Search Reddit Comments action This action has been removed from the Pipedream registry since the Pushshift.io API no longer supports it.
1 parent 80f8dbe commit fb803f8

File tree

6 files changed

+2
-228
lines changed

6 files changed

+2
-228
lines changed

components/filter/actions/common/common.mjs

Lines changed: 0 additions & 77 deletions
This file was deleted.

components/filter/actions/continue-based-on-condition/continue-based-on-condition.mjs

Lines changed: 0 additions & 16 deletions
This file was deleted.

components/filter/actions/end-based-on-condition/end-based-on-condition.mjs

Lines changed: 0 additions & 16 deletions
This file was deleted.

components/filter/package.json

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

components/pushshift_reddit_search/actions/search-reddit-comments/search-reddit-comments.mjs

Lines changed: 0 additions & 117 deletions
This file was deleted.

components/pushshift_reddit_search/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/pushshift_reddit_search",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "Pipedream Pushshift Reddit Search Components",
55
"main": "pushshift_reddit_search.app.mjs",
66
"keywords": [

0 commit comments

Comments
 (0)