Skip to content

Commit f0ff38b

Browse files
authored
Remove empty "crypto" package (#18633)
* Remove empty "crypto" package * pnpm-lock.yaml
1 parent d268b9a commit f0ff38b

File tree

32 files changed

+16
-147
lines changed

32 files changed

+16
-147
lines changed

components/brex_staging/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"dependencies": {
1616
"@pipedream/brex": "^0.1.0",
1717
"axios": "^0.25.0",
18-
"crypto": "^1.0.1",
1918
"uuid": "^8.3.2"
2019
}
2120
}

components/cats/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"access": "public"
1414
},
1515
"dependencies": {
16-
"@pipedream/platform": "^3.0.3",
17-
"crypto": "^1.0.1"
16+
"@pipedream/platform": "^3.0.3"
1817
}
1918
}

components/cisco_webex/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"author": "Pipedream <support@pipedream.com> (https://pipedream.com/)",
1212
"dependencies": {
1313
"@pipedream/platform": "^1.4.0",
14-
"crypto": "^1.0.1",
1514
"uuid": "^8.3.2"
1615
},
1716
"gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535",

components/clickup/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
},
1616
"dependencies": {
1717
"@pipedream/platform": "^3.1.0",
18-
"crypto": "^1.0.1",
1918
"lodash": "^4.17.21"
2019
}
2120
}

components/clio/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"homepage": "https://pipedream.com/apps/clio",
1111
"author": "Pipedream <support@pipedream.com> (https://pipedream.com/)",
1212
"dependencies": {
13-
"@pipedream/platform": "^1.6.4",
14-
"crypto": "^1.0.1"
13+
"@pipedream/platform": "^1.6.4"
1514
},
1615
"publishConfig": {
1716
"access": "public"

components/companycam/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"author": "Pipedream <support@pipedream.com> (https://pipedream.com/)",
1212
"dependencies": {
1313
"@pipedream/platform": "^1.3.0",
14-
"crypto": "^1.0.1",
1514
"uuid": "^9.0.0"
1615
},
1716
"publishConfig": {

components/eversign/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"access": "public"
1515
},
1616
"dependencies": {
17-
"@pipedream/platform": "^1.1.1",
18-
"crypto": "^1.0.1"
17+
"@pipedream/platform": "^1.1.1"
1918
}
2019
}

components/fidel_api/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"access": "public"
1414
},
1515
"dependencies": {
16-
"@pipedream/platform": "^1.5.1",
17-
"crypto": "^1.0.1"
16+
"@pipedream/platform": "^1.5.1"
1817
}
1918
}

components/google_ads/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"access": "public"
1414
},
1515
"dependencies": {
16-
"@pipedream/platform": "^3.0.3",
17-
"crypto": "^1.0.1"
16+
"@pipedream/platform": "^3.0.3"
1817
}
1918
}

components/google_cloud/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"@google-cloud/pubsub": "^3.0.1",
2222
"@google-cloud/storage": "^6.0.1",
2323
"@pipedream/platform": "^3.1.0",
24-
"crypto": "^1.0.1",
2524
"lodash-es": "^4.17.21",
2625
"uuid": "^8.3.2"
2726
}

0 commit comments

Comments
 (0)