@activepieces/piece-actualbudget 0.1.0 → 0.1.1

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,15 +1,17 @@
1
1
  {
2
2
  "name": "@activepieces/piece-actualbudget",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "dependencies": {
5
5
  "@actual-app/api": "25.3.1",
6
6
  "@sinclair/typebox": "0.34.11",
7
+ "ai": "^6.0.0",
7
8
  "deepmerge-ts": "7.1.0",
9
+ "i18next": "23.13.0",
8
10
  "nanoid": "3.3.8",
9
11
  "semver": "7.6.0",
10
12
  "socket.io-client": "4.8.1",
11
- "@activepieces/pieces-framework": "0.23.0",
12
- "@activepieces/shared": "0.30.4",
13
+ "@activepieces/pieces-framework": "0.24.0",
14
+ "@activepieces/shared": "0.32.0",
13
15
  "tslib": "2.6.2"
14
16
  },
15
17
  "resolutions": {
package/src/i18n/de.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "2015": "2015",
3
2
  "2016": "2016",
4
3
  "2017": "2017",
5
4
  "2018": "2018",
@@ -15,6 +14,7 @@
15
14
  "2028": "2028",
16
15
  "2029": "2029",
17
16
  "2030": "2030",
17
+ "2031": "2031",
18
18
  "Personal finance app": "Persönliche Finanz-App",
19
19
  "Server URL": "Server-URL",
20
20
  "Password": "Kennwort",
package/src/i18n/es.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "2015": "2015",
3
2
  "2016": "2016",
4
3
  "2017": "2017",
5
4
  "2018": "2018",
@@ -15,6 +14,7 @@
15
14
  "2028": "2028",
16
15
  "2029": "2029",
17
16
  "2030": "2030",
17
+ "2031": "2031",
18
18
  "Personal finance app": "Aplicación de finanzas personales",
19
19
  "Server URL": "URL del servidor",
20
20
  "Password": "Contraseña",
package/src/i18n/fr.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "2015": "2015",
3
2
  "2016": "2016",
4
3
  "2017": "2017",
5
4
  "2018": "2018",
@@ -15,6 +14,7 @@
15
14
  "2028": "2028",
16
15
  "2029": "2029",
17
16
  "2030": "2030",
17
+ "2031": "2031",
18
18
  "Personal finance app": "Application de finance personnelle",
19
19
  "Server URL": "URL du serveur",
20
20
  "Password": "Password",
package/src/i18n/ja.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "2015": "2015",
3
2
  "2016": "2016",
4
3
  "2017": "2017",
5
4
  "2018": "2018",
@@ -15,6 +14,7 @@
15
14
  "2028": "2028",
16
15
  "2029": "2029",
17
16
  "2030": "2030",
17
+ "2031": "2031",
18
18
  "Personal finance app": "パーソナルファイナンスアプリ",
19
19
  "Server URL": "サーバー URL",
20
20
  "Password": "パスワード",
package/src/i18n/nl.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "2015": "2015",
3
2
  "2016": "2016",
4
3
  "2017": "2017",
5
4
  "2018": "2018",
@@ -15,6 +14,7 @@
15
14
  "2028": "2028",
16
15
  "2029": "2029",
17
16
  "2030": "2030",
17
+ "2031": "2031",
18
18
  "Personal finance app": "Persoonlijke financiële app",
19
19
  "Server URL": "Server URL",
20
20
  "Password": "Wachtwoord",
package/src/i18n/pt.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "2015": "2015",
3
2
  "2016": "2016",
4
3
  "2017": "2017",
5
4
  "2018": "2018",
@@ -15,6 +14,7 @@
15
14
  "2028": "2028",
16
15
  "2029": "2029",
17
16
  "2030": "2030",
17
+ "2031": "2031",
18
18
  "Personal finance app": "Aplicativo financeiro pessoal",
19
19
  "Server URL": "URL do servidor",
20
20
  "Password": "Senha",
@@ -1,5 +1,4 @@
1
1
  {
2
- "2015": "2015",
3
2
  "2016": "2016",
4
3
  "2017": "2017",
5
4
  "2018": "2018",
@@ -15,6 +14,7 @@
15
14
  "2028": "2028",
16
15
  "2029": "2029",
17
16
  "2030": "2030",
17
+ "2031": "2031",
18
18
  "Personal finance app": "Personal finance app",
19
19
  "Server URL": "Server URL",
20
20
  "Password": "Password",
package/src/i18n/zh.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "2015": "2015",
3
2
  "2016": "2016",
4
3
  "2017": "2017",
5
4
  "2018": "2018",
@@ -15,6 +14,7 @@
15
14
  "2028": "2028",
16
15
  "2029": "2029",
17
16
  "2030": "2030",
17
+ "2031": "2031",
18
18
  "Personal finance app": "Personal finance app",
19
19
  "Server URL": "服务器 URL",
20
20
  "Password": "密码",