@activepieces/piece-pylon 0.0.7 → 0.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,19 +1,18 @@
1
1
  {
2
2
  "name": "@activepieces/piece-pylon",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "dependencies": {
5
5
  "@sinclair/typebox": "0.34.11",
6
6
  "axios": "1.8.3",
7
7
  "axios-retry": "4.4.1",
8
8
  "deepmerge-ts": "7.1.0",
9
- "fast-glob": "3.3.3",
10
9
  "mime-types": "2.1.35",
11
10
  "nanoid": "3.3.8",
12
11
  "semver": "7.6.0",
13
12
  "zod": "3.25.76",
14
13
  "@activepieces/pieces-common": "0.7.0",
15
- "@activepieces/pieces-framework": "0.18.4",
16
- "@activepieces/shared": "0.20.0",
14
+ "@activepieces/pieces-framework": "0.20.1",
15
+ "@activepieces/shared": "0.20.1",
17
16
  "tslib": "2.8.1"
18
17
  },
19
18
  "overrides": {
package/src/i18n/de.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "Pylon": "Pylon",
3
2
  "Custom API Call": "Eigener API-Aufruf",
4
3
  "Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
5
4
  "Method": "Methode",
package/src/i18n/es.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "Pylon": "Pilón",
3
2
  "Custom API Call": "Llamada API personalizada",
4
3
  "Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
5
4
  "Method": "Método",
package/src/i18n/fr.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "Pylon": "Pylône",
3
2
  "Custom API Call": "Appel API personnalisé",
4
3
  "Make a custom API call to a specific endpoint": "Passez un appel API personnalisé à un point de terminaison spécifique",
5
4
  "Method": "Méthode",
package/src/i18n/ja.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "Pylon": "パイロン",
3
2
  "Custom API Call": "カスタムAPI通話",
4
3
  "Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
5
4
  "Method": "方法",
package/src/i18n/nl.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "Pylon": "Pylon",
3
2
  "Custom API Call": "Custom API Call",
4
3
  "Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
5
4
  "Method": "Methode",
package/src/i18n/pt.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "Pylon": "Pilão",
3
2
  "Custom API Call": "Chamada de API personalizada",
4
3
  "Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
5
4
  "Method": "Método",
@@ -1,5 +1,4 @@
1
1
  {
2
- "Pylon": "Pylon",
3
2
  "Custom API Call": "Custom API Call",
4
3
  "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
5
4
  "Method": "Method",
package/src/i18n/zh.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "Pylon": "Pylon",
3
2
  "Custom API Call": "自定义 API 呼叫",
4
3
  "Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
5
4
  "Method": "方法",