Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/mailjet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/mailjet",
"version": "0.4.3",
"version": "0.4.4",
"description": "Pipedream Mailjet Components",
"main": "mailjet.app.mjs",
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "pipedream_utils-prettify-json",
name: "Helper Functions - Pretty Print JSON",
description: "Pretty print a JavaScript object or value",
version: "0.0.2",
version: "0.0.3",
annotations: {
destructiveHint: false,
openWorldHint: true,
Expand Down
2 changes: 1 addition & 1 deletion components/pipedream_utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/pipedream_utils",
"version": "0.0.9",
"version": "0.0.10",
"description": "Pipedream Utils Components",
"main": "pipedream_utils.app.mjs",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions components/rss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/rss",
"version": "0.5.10",
"version": "0.5.11",
"description": "Pipedream RSS Components",
"main": "dist/app/rss.app.mjs",
"types": "dist/app/rss.app.d.ts",
Expand All @@ -18,7 +18,6 @@
"access": "public"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/feedparser": "^2.2.5",
"@types/node": "^17.0.36",
"@types/object-hash": "^2.2.1",
Expand All @@ -27,6 +26,7 @@
"dependencies": {
"@pipedream/helpers": "^1.3.9",
"@pipedream/platform": "^3.1.1",
"axios": "^1.13.2",
"feedparser": "^2.2.10",
"object-hash": "^3.0.0",
"rss-parser": "^3.12.0",
Expand Down
2 changes: 1 addition & 1 deletion components/twilio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/twilio",
"version": "0.6.2",
"version": "0.6.3",
"description": "Pipedream Twilio Components",
"main": "twilio.app.mjs",
"keywords": [
Expand Down
5 changes: 3 additions & 2 deletions components/ups/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/ups",
"version": "0.1.0",
"version": "0.1.1",
"description": "Pipedream UPS Components",
"main": "ups.app.mjs",
"keywords": [
Expand All @@ -13,6 +13,7 @@
"access": "public"
},
"dependencies": {
"@pipedream/platform": "^3.1.1"
"@pipedream/platform": "^3.1.1",
"uuid": "^13.0.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "woocommerce-search-customers",
name: "Search Customers",
description: "Finds a customer by searching. [See the docs](https://woocommerce.github.io/woocommerce-rest-api-docs/#list-all-customers)",
version: "0.0.3",
version: "0.0.4",
annotations: {
destructiveHint: false,
openWorldHint: true,
Expand Down
2 changes: 1 addition & 1 deletion components/woocommerce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/woocommerce",
"version": "0.0.7",
"version": "0.0.8",
"description": "Pipedream WooCommerce Components",
"main": "woocommerce.app.mjs",
"keywords": [
Expand Down
47 changes: 20 additions & 27 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading