@activepieces/piece-retune 0.0.12 → 0.0.13
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 +3 -4
- package/src/i18n/de.json +0 -1
- package/src/i18n/es.json +0 -1
- package/src/i18n/fr.json +0 -1
- package/src/i18n/ja.json +0 -1
- package/src/i18n/nl.json +0 -1
- package/src/i18n/pt.json +0 -1
- package/src/i18n/translation.json +0 -1
- package/src/i18n/zh.json +0 -1
package/package.json
CHANGED
|
@@ -1,19 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-retune",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.13",
|
|
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.
|
|
16
|
-
"@activepieces/shared": "0.20.
|
|
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
|
-
"re:tune": "re:tune",
|
|
3
2
|
"Everything you need to transform your business with AI, from custom chatbots to autonomous agents.": "Alles, was Sie brauchen, um Ihr Geschäft mit der KI zu transformieren, von benutzerdefinierten Chatbots zu autonomen Agenten.",
|
|
4
3
|
"Chat ID": "Chat-ID",
|
|
5
4
|
"API Key": "API-Schlüssel",
|
package/src/i18n/es.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"re:tune": "re:sintonizar",
|
|
3
2
|
"Everything you need to transform your business with AI, from custom chatbots to autonomous agents.": "Todo lo que necesita para transformar su negocio con IA, de chatbots personalizados a agentes autónomos.",
|
|
4
3
|
"Chat ID": "ID de chat",
|
|
5
4
|
"API Key": "Clave API",
|
package/src/i18n/fr.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"re:tune": "re:tuner",
|
|
3
2
|
"Everything you need to transform your business with AI, from custom chatbots to autonomous agents.": "Tout ce dont vous avez besoin pour transformer votre entreprise avec AI, des chatbots personnalisés aux agents autonomes.",
|
|
4
3
|
"Chat ID": "ID du chat",
|
|
5
4
|
"API Key": "Clé API",
|
package/src/i18n/ja.json
CHANGED
package/src/i18n/nl.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"re:tune": "her:tunen",
|
|
3
2
|
"Everything you need to transform your business with AI, from custom chatbots to autonomous agents.": "Alles wat je nodig hebt om je bedrijf te transformeren met AI, van aangepaste chatbots tot autonome agenten.",
|
|
4
3
|
"Chat ID": "Chat ID",
|
|
5
4
|
"API Key": "API Sleutel",
|
package/src/i18n/pt.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"re:tune": "re:tune",
|
|
3
2
|
"Everything you need to transform your business with AI, from custom chatbots to autonomous agents.": "Tudo o que você precisa para transformar seu negócio com AI, de chatbots personalizados para agentes autônomos.",
|
|
4
3
|
"Chat ID": "ID do Chat",
|
|
5
4
|
"API Key": "Chave de API",
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"re:tune": "re:tune",
|
|
3
2
|
"Everything you need to transform your business with AI, from custom chatbots to autonomous agents.": "Everything you need to transform your business with AI, from custom chatbots to autonomous agents.",
|
|
4
3
|
"Chat ID": "Chat ID",
|
|
5
4
|
"API Key": "API Key",
|
package/src/i18n/zh.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"re:tune": "re:tune",
|
|
3
2
|
"Everything you need to transform your business with AI, from custom chatbots to autonomous agents.": "Everything you need to transform your business with AI, from custom chatbots to autonomous agents.",
|
|
4
3
|
"Chat ID": "Chat ID",
|
|
5
4
|
"API Key": "API 密钥",
|