@activepieces/piece-date-helper 0.1.23 → 0.1.25

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@activepieces/piece-date-helper",
3
- "version": "0.1.23",
3
+ "version": "0.1.25",
4
4
  "dependencies": {
5
5
  "@sinclair/typebox": "0.34.11",
6
6
  "ai": "^6.0.0",
@@ -15,9 +15,9 @@
15
15
  "semver": "7.6.0",
16
16
  "socket.io-client": "4.8.1",
17
17
  "zod": "4.1.13",
18
- "@activepieces/pieces-common": "0.11.2",
19
- "@activepieces/pieces-framework": "0.25.0",
20
- "@activepieces/shared": "0.33.0",
18
+ "@activepieces/pieces-common": "0.11.4",
19
+ "@activepieces/pieces-framework": "0.25.1",
20
+ "@activepieces/shared": "0.34.0",
21
21
  "tslib": "2.6.2"
22
22
  },
23
23
  "resolutions": {
package/src/i18n/de.json CHANGED
@@ -7,6 +7,8 @@
7
7
  "Add/Subtract Time": "Zeit hinzufügen/abziehen",
8
8
  "Next Day of Week": "Nächster Wochentag",
9
9
  "Next Day of Year": "Nächster Tag des Jahres",
10
+ "First Day of Previous Month": "Erster Tag des letzten Monats",
11
+ "Last Day of Previous Month": "Letzter Tag des letzten Monats",
10
12
  "Get the current date": "Aktuelles Datum erhalten",
11
13
  "Converts a date from one format to another": "Konvertiert ein Datum von einem Format in ein anderes",
12
14
  "Extract date units ( year , month , day , hour , minute , second , day of week , month name ) from a date": "Extrahiere Datumseinheiten (Jahr, Monat, Tag, Stunde, Minute, Sekunde, Wochentag, Monatsname) aus einem Datum",
@@ -14,6 +16,8 @@
14
16
  "Add or subtract time from a date": "Zeit von Datum hinzufügen oder abziehen",
15
17
  "Get the date and time of the next day of the week": "Erhalte das Datum und die Uhrzeit des nächsten Wochentages",
16
18
  "Get the date and time of the next day of the year": "Erhalte das Datum und die Uhrzeit des nächsten Tages des Jahres",
19
+ "Get the date and time of the first day of the previous month": "Erhalte das Datum und die Uhrzeit des ersten Tages des Vormonats",
20
+ "Get the date and time of the last day of the previous month": "Erhalte das Datum und die Uhrzeit des letzten Tages des letzten Monats",
17
21
  "To Time Format": "Zum Zeitformat",
18
22
  "Time Zone": "Zeitzone",
19
23
  "Input Date": "Eingabedatum",
package/src/i18n/es.json CHANGED
@@ -7,6 +7,8 @@
7
7
  "Add/Subtract Time": "Add/Subtract Time",
8
8
  "Next Day of Week": "Next Day of Week",
9
9
  "Next Day of Year": "Next Day of Year",
10
+ "First Day of Previous Month": "Primer día del mes anterior",
11
+ "Last Day of Previous Month": "Último día del mes anterior",
10
12
  "Get the current date": "Get the current date",
11
13
  "Converts a date from one format to another": "Converts a date from one format to another",
12
14
  "Extract date units ( year , month , day , hour , minute , second , day of week , month name ) from a date": "Extract date units ( year , month , day , hour , minute , second , day of week , month name ) from a date",
@@ -14,6 +16,8 @@
14
16
  "Add or subtract time from a date": "Add or subtract time from a date",
15
17
  "Get the date and time of the next day of the week": "Get the date and time of the next day of the week",
16
18
  "Get the date and time of the next day of the year": "Get the date and time of the next day of the year",
19
+ "Get the date and time of the first day of the previous month": "Obtener la fecha y hora del primer día del mes anterior",
20
+ "Get the date and time of the last day of the previous month": "Obtener la fecha y la hora del último día del mes anterior",
17
21
  "To Time Format": "To Time Format",
18
22
  "Time Zone": "Zona horaria",
19
23
  "Input Date": "Input Date",
package/src/i18n/fr.json CHANGED
@@ -7,6 +7,8 @@
7
7
  "Add/Subtract Time": "Ajouter/soustraire du temps",
8
8
  "Next Day of Week": "Jour suivant de la semaine",
9
9
  "Next Day of Year": "Jour suivant de l'année",
10
+ "First Day of Previous Month": "Premier jour du mois précédent",
11
+ "Last Day of Previous Month": "Dernier jour du mois précédent",
10
12
  "Get the current date": "Obtenir la date actuelle",
11
13
  "Converts a date from one format to another": "Convertit une date d'un format à un autre",
12
14
  "Extract date units ( year , month , day , hour , minute , second , day of week , month name ) from a date": "Extraire les unités de date (année, mois, jour, heure, minute, seconde, jour de la semaine, nom du mois) à partir d'une date",
@@ -14,6 +16,8 @@
14
16
  "Add or subtract time from a date": "Ajouter ou soustraire du temps à partir d'une date",
15
17
  "Get the date and time of the next day of the week": "Obtenir la date et l'heure du jour suivant de la semaine",
16
18
  "Get the date and time of the next day of the year": "Obtenir la date et l'heure du jour suivant de l'année",
19
+ "Get the date and time of the first day of the previous month": "Obtenir la date et l'heure du premier jour du mois précédent",
20
+ "Get the date and time of the last day of the previous month": "Obtenir la date et l'heure du dernier jour du mois précédent",
17
21
  "To Time Format": "Vers le format horaire",
18
22
  "Time Zone": "Fuseau horaire",
19
23
  "Input Date": "Date en entrée",
package/src/i18n/ja.json CHANGED
@@ -7,6 +7,8 @@
7
7
  "Add/Subtract Time": "加算/減算時間",
8
8
  "Next Day of Week": "次の週",
9
9
  "Next Day of Year": "次の日",
10
+ "First Day of Previous Month": "前月の最初の日",
11
+ "Last Day of Previous Month": "前月の最終日",
10
12
  "Get the current date": "現在の日付を取得",
11
13
  "Converts a date from one format to another": "日付をあるフォーマットから別のフォーマットに変換します",
12
14
  "Extract date units ( year , month , day , hour , minute , second , day of week , month name ) from a date": "日付単位を抽出する (年 , 月 , 日 , 時間 , 分 , 日付から",
@@ -14,6 +16,8 @@
14
16
  "Add or subtract time from a date": "日付から時間を追加または減算",
15
17
  "Get the date and time of the next day of the week": "週の次の日の日付と時刻を取得します",
16
18
  "Get the date and time of the next day of the year": "年の次の日の日付と時刻を取得します",
19
+ "Get the date and time of the first day of the previous month": "前月の最初の日の日付と時刻を取得します",
20
+ "Get the date and time of the last day of the previous month": "前月の最終日の日付と時刻を取得する",
17
21
  "To Time Format": "時刻の書式設定",
18
22
  "Time Zone": "タイムゾーン",
19
23
  "Input Date": "Input Date",
package/src/i18n/nl.json CHANGED
@@ -7,6 +7,8 @@
7
7
  "Add/Subtract Time": "Tijd toevoegen/aftrekken",
8
8
  "Next Day of Week": "Volgende dag van de week",
9
9
  "Next Day of Year": "Volgende dag van het jaar",
10
+ "First Day of Previous Month": "Eerste dag van de vorige maand",
11
+ "Last Day of Previous Month": "Laatste dag van de vorige maand",
10
12
  "Get the current date": "Huidige datum ophalen",
11
13
  "Converts a date from one format to another": "Converteert een datum van het ene formaat naar het andere",
12
14
  "Extract date units ( year , month , day , hour , minute , second , day of week , month name ) from a date": "Datumeenheden overnemen ( jaar, maand, dag, uur, minuut , tweede , dag van de week, naam van de maand van een datum",
@@ -14,6 +16,8 @@
14
16
  "Add or subtract time from a date": "Tijd van een datum toevoegen of aftrekken",
15
17
  "Get the date and time of the next day of the week": "Krijg de datum en tijd van de volgende dag van de week",
16
18
  "Get the date and time of the next day of the year": "Krijg de datum en tijd van de volgende dag van het jaar",
19
+ "Get the date and time of the first day of the previous month": "Krijg de datum en tijd van de eerste dag van de vorige maand",
20
+ "Get the date and time of the last day of the previous month": "Ontvang de datum en tijd van de laatste dag van de vorige maand",
17
21
  "To Time Format": "Naar Tijdsformaat",
18
22
  "Time Zone": "Tijd Zone",
19
23
  "Input Date": "Input Date",
package/src/i18n/pt.json CHANGED
@@ -7,6 +7,8 @@
7
7
  "Add/Subtract Time": "Add/Subtract Time",
8
8
  "Next Day of Week": "Next Day of Week",
9
9
  "Next Day of Year": "Next Day of Year",
10
+ "First Day of Previous Month": "Primeiro Dia do Mês Anterior",
11
+ "Last Day of Previous Month": "Último dia do mês anterior",
10
12
  "Get the current date": "Get the current date",
11
13
  "Converts a date from one format to another": "Converts a date from one format to another",
12
14
  "Extract date units ( year , month , day , hour , minute , second , day of week , month name ) from a date": "Extract date units ( year , month , day , hour , minute , second , day of week , month name ) from a date",
@@ -14,6 +16,8 @@
14
16
  "Add or subtract time from a date": "Add or subtract time from a date",
15
17
  "Get the date and time of the next day of the week": "Get the date and time of the next day of the week",
16
18
  "Get the date and time of the next day of the year": "Get the date and time of the next day of the year",
19
+ "Get the date and time of the first day of the previous month": "Adquira a data e hora do primeiro dia do mês anterior",
20
+ "Get the date and time of the last day of the previous month": "Receba a data e hora do último dia do mês anterior",
17
21
  "To Time Format": "To Time Format",
18
22
  "Time Zone": "Fuso Horário",
19
23
  "Input Date": "Input Date",
@@ -7,6 +7,8 @@
7
7
  "Add/Subtract Time": "Add/Subtract Time",
8
8
  "Next Day of Week": "Next Day of Week",
9
9
  "Next Day of Year": "Next Day of Year",
10
+ "First Day of Previous Month": "First Day of Previous Month",
11
+ "Last Day of Previous Month": "Last Day of Previous Month",
10
12
  "Get the current date": "Get the current date",
11
13
  "Converts a date from one format to another": "Converts a date from one format to another",
12
14
  "Extract date units ( year , month , day , hour , minute , second , day of week , month name ) from a date": "Extract date units ( year , month , day , hour , minute , second , day of week , month name ) from a date",
@@ -14,6 +16,8 @@
14
16
  "Add or subtract time from a date": "Add or subtract time from a date",
15
17
  "Get the date and time of the next day of the week": "Get the date and time of the next day of the week",
16
18
  "Get the date and time of the next day of the year": "Get the date and time of the next day of the year",
19
+ "Get the date and time of the first day of the previous month": "Get the date and time of the first day of the previous month",
20
+ "Get the date and time of the last day of the previous month": "Get the date and time of the last day of the previous month",
17
21
  "To Time Format": "To Time Format",
18
22
  "Time Zone": "Time Zone",
19
23
  "Input Date": "Input Date",
package/src/i18n/zh.json CHANGED
@@ -7,6 +7,8 @@
7
7
  "Add/Subtract Time": "Add/Subtract Time",
8
8
  "Next Day of Week": "Next Day of Week",
9
9
  "Next Day of Year": "Next Day of Year",
10
+ "First Day of Previous Month": "First Day of Previous Month",
11
+ "Last Day of Previous Month": "Last Day of Previous Month",
10
12
  "Get the current date": "Get the current date",
11
13
  "Converts a date from one format to another": "Converts a date from one format to another",
12
14
  "Extract date units ( year , month , day , hour , minute , second , day of week , month name ) from a date": "Extract date units ( year , month , day , hour , minute , second , day of week , month name ) from a date",
@@ -14,6 +16,8 @@
14
16
  "Add or subtract time from a date": "Add or subtract time from a date",
15
17
  "Get the date and time of the next day of the week": "Get the date and time of the next day of the week",
16
18
  "Get the date and time of the next day of the year": "Get the date and time of the next day of the year",
19
+ "Get the date and time of the first day of the previous month": "Get the date and time of the first day of the previous month",
20
+ "Get the date and time of the last day of the previous month": "Get the date and time of the last day of the previous month",
17
21
  "To Time Format": "To Time Format",
18
22
  "Time Zone": "Time Zone",
19
23
  "Input Date": "Input Date",