@activepieces/piece-date-helper 0.1.21 → 0.1.22
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 -5
- package/src/i18n/ja.json +1 -1
package/package.json
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-date-helper",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.22",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@ai-sdk/mcp": "1.0.1 ",
|
|
6
|
-
"@modelcontextprotocol/sdk": "1.25.2",
|
|
7
5
|
"@sinclair/typebox": "0.34.11",
|
|
8
|
-
"ai": "
|
|
6
|
+
"ai": "^6.0.0",
|
|
9
7
|
"axios": "1.13.1",
|
|
10
8
|
"axios-retry": "4.4.1",
|
|
11
9
|
"dayjs": "1.11.9",
|
|
@@ -18,7 +16,7 @@
|
|
|
18
16
|
"socket.io-client": "4.8.1",
|
|
19
17
|
"zod": "4.1.13",
|
|
20
18
|
"@activepieces/pieces-common": "0.11.2",
|
|
21
|
-
"@activepieces/pieces-framework": "0.
|
|
19
|
+
"@activepieces/pieces-framework": "0.24.0",
|
|
22
20
|
"@activepieces/shared": "0.32.0",
|
|
23
21
|
"tslib": "2.6.2"
|
|
24
22
|
},
|
package/src/i18n/ja.json
CHANGED
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"Enter the starting date": "開始日を入力してください",
|
|
40
40
|
"Enter the ending date": "終了日を入力してください",
|
|
41
41
|
"Select the unit of difference between the two dates": "2つの日付の違いの単位を選択してください",
|
|
42
|
-
"Provide an expression to add or subtract using the following units (year , month , day , hour , minute or second).\n \nExamples:\n+ 2 second + 1 hour \n+ 1 year - 3 day - 2 month \n+ 5 minute": "以下の単位(年、月、日、時間、分、秒)を使って、足し算または引算する式を提供します。\n \n例:\n+ 2
|
|
42
|
+
"Provide an expression to add or subtract using the following units (year , month , day , hour , minute or second).\n \nExamples:\n+ 2 second + 1 hour \n+ 1 year - 3 day - 2 month \n+ 5 minute": "以下の単位(年、月、日、時間、分、秒)を使って、足し算または引算する式を提供します。\n \n例:\n+ 2 second + 1 hour \n+ 1 year - 3 day - 2 month \n+ 5 minute",
|
|
43
43
|
"Optional: Set a timezone for the calculation to handle DST correctly": "オプション: DST を正しく処理する計算のタイムゾーンを設定します。",
|
|
44
44
|
"Optional: Set the result to a specific time (e.g., \"10:00\" or \"14:30\"). This allows scheduling at a specific time after adding/subtracting dates. Leave empty to keep the calculated time.": "オプション: 結果を特定の時間に設定します (例: \"10:00\" または \"14:30\")。 日付を加算/減算した後の特定の時間にスケジュールすることができます。計算された時間を維持するには空のままにしてください。",
|
|
45
45
|
"If checked, the current time will be used instead of the time from \"Set Time To\" field.": "チェックされている場合、現在の時刻は「時刻を設定」フィールドからの時刻の代わりに使用されます。",
|