@activepieces/piece-forms 0.4.8 → 0.4.10

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,16 +1,15 @@
1
1
  {
2
2
  "name": "@activepieces/piece-forms",
3
- "version": "0.4.8",
3
+ "version": "0.4.10",
4
4
  "dependencies": {
5
5
  "@sinclair/typebox": "0.34.11",
6
6
  "deepmerge-ts": "7.1.0",
7
- "fast-glob": "3.3.3",
8
7
  "http-status-codes": "2.2.0",
9
8
  "mime-types": "2.1.35",
10
9
  "nanoid": "3.3.8",
11
10
  "semver": "7.6.0",
12
- "@activepieces/pieces-framework": "0.18.4",
13
- "@activepieces/shared": "0.19.1",
11
+ "@activepieces/pieces-framework": "0.20.1",
12
+ "@activepieces/shared": "0.20.1",
14
13
  "tslib": "2.8.1"
15
14
  },
16
15
  "overrides": {
package/src/i18n/de.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "Human Input": "Menschliche Eingabe",
3
2
  "Trigger a flow through human input.": "Trigger einen Fluss durch den menschlichen Input.",
4
3
  "Respond on UI": "Auf UI antworten",
5
4
  "Return a file or text (markdown) as a response.": "Gib eine Datei oder einen Text (Markdown) als Antwort zurück.",
package/src/i18n/es.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "Human Input": "Entrada humana",
3
2
  "Trigger a flow through human input.": "Activa un flujo a través de la entrada humana.",
4
3
  "Respond on UI": "Respuesta en la IU",
5
4
  "Return a file or text (markdown) as a response.": "Devuelve un archivo o texto (markdown) como respuesta.",
package/src/i18n/fr.json CHANGED
@@ -1,12 +1,11 @@
1
1
  {
2
- "Human Input": "Entrée humaine",
3
2
  "Trigger a flow through human input.": "Déclencher un flux à travers les entrées humaines.",
4
3
  "Respond on UI": "Répondre à l'interface utilisateur",
5
4
  "Return a file or text (markdown) as a response.": "Renvoie un fichier ou un texte (markdown) comme réponse.",
6
5
  "Text (Markdown)": "Texte (Markdown)",
7
6
  "Attachment": "Pièce jointe",
8
7
  "Web Form": "Formulaire Web",
9
- "Chat UI": "Interface de discussion",
8
+ "Chat UI": "Interface de chat",
10
9
  "Trigger the flow by submitting a form.": "Déclencher le flux en soumettant un formulaire.",
11
10
  "Trigger the flow by sending a message": "Déclencher le flux en envoyant un message",
12
11
  "Markdown": "Markdown",
package/src/i18n/ja.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "Human Input": "人間入力",
3
2
  "Trigger a flow through human input.": "人間の入力を通して流れをトリガーします。",
4
3
  "Respond on UI": "UIに対応する",
5
4
  "Return a file or text (markdown) as a response.": "ファイルまたはテキスト(マークダウン)をレスポンスとして返します。",
package/src/i18n/nl.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "Human Input": "Menselijke Invoer",
3
2
  "Trigger a flow through human input.": "Trigger een stroom door menselijke input.",
4
3
  "Respond on UI": "Reageer op UI",
5
4
  "Return a file or text (markdown) as a response.": "Geeft als reactie een bestand of tekst (markdown) als antwoord.",
package/src/i18n/pt.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "Human Input": "Entrada humana",
3
2
  "Trigger a flow through human input.": "Aciona um fluxo através de entrada humana.",
4
3
  "Respond on UI": "Responder na interface",
5
4
  "Return a file or text (markdown) as a response.": "Retornar um arquivo ou texto (markdown) como uma resposta.",
@@ -1,5 +1,4 @@
1
1
  {
2
- "Human Input": "Human Input",
3
2
  "Trigger a flow through human input.": "Trigger a flow through human input.",
4
3
  "Respond on UI": "Respond on UI",
5
4
  "Return a file or text (markdown) as a response.": "Return a file or text (markdown) as a response.",
package/src/i18n/zh.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "Human Input": "Human Input",
3
2
  "Trigger a flow through human input.": "Trigger a flow through human input.",
4
3
  "Respond on UI": "Respond on UI",
5
4
  "Return a file or text (markdown) as a response.": "Return a file or text (markdown) as a response.",