@things-factory/integration-base 6.2.19 → 6.2.24
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": "@things-factory/integration-base",
|
3
|
-
"version": "6.2.
|
3
|
+
"version": "6.2.24",
|
4
4
|
"main": "dist-server/index.js",
|
5
5
|
"browser": "client/index.js",
|
6
6
|
"things-factory": true,
|
@@ -26,12 +26,12 @@
|
|
26
26
|
},
|
27
27
|
"dependencies": {
|
28
28
|
"@apollo/client": "^3.6.9",
|
29
|
-
"@things-factory/api": "^6.2.
|
30
|
-
"@things-factory/auth-base": "^6.2.
|
29
|
+
"@things-factory/api": "^6.2.24",
|
30
|
+
"@things-factory/auth-base": "^6.2.24",
|
31
31
|
"@things-factory/env": "^6.2.0",
|
32
|
-
"@things-factory/oauth2-client": "^6.2.
|
33
|
-
"@things-factory/scheduler-client": "^6.2.
|
34
|
-
"@things-factory/shell": "^6.2.
|
32
|
+
"@things-factory/oauth2-client": "^6.2.24",
|
33
|
+
"@things-factory/scheduler-client": "^6.2.24",
|
34
|
+
"@things-factory/shell": "^6.2.24",
|
35
35
|
"async-mqtt": "^2.5.0",
|
36
36
|
"chance": "^1.1.11",
|
37
37
|
"cross-fetch": "^3.0.4",
|
@@ -46,5 +46,5 @@
|
|
46
46
|
"devDependencies": {
|
47
47
|
"@types/cron": "^2.0.1"
|
48
48
|
},
|
49
|
-
"gitHead": "
|
49
|
+
"gitHead": "f407983563cca529ba87ea8febb5be751ad3229e"
|
50
50
|
}
|
package/translations/ms.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
|
-
"error.scenario not found": "
|
3
|
-
"error.schedule is not set": "
|
4
|
-
"error.timezone is not set": "
|
5
|
-
"error.scenario instance not found": "
|
2
|
+
"error.scenario not found": "Tidak dapat mencari senario '{scenario}'.",
|
3
|
+
"error.schedule is not set": "Untuk mendaftarkan sebagai jadual, maklumat jadual mesti diset dalam senario '{scenario}'.",
|
4
|
+
"error.timezone is not set": "Untuk mendaftarkan sebagai jadual, maklumat zon masa mesti diset dalam senario '{scenario}'.",
|
5
|
+
"error.scenario instance not found": "Tidak dapat mencari instans senario '{instance}'. Mungkin telah berakhir."
|
6
6
|
}
|
package/translations/zh.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
|
-
"error.scenario not found": "
|
3
|
-
"error.schedule is not set": "
|
4
|
-
"error.timezone is not set": "
|
5
|
-
"error.scenario instance not found": "
|
2
|
+
"error.scenario not found": "无法找到场景 '{scenario}'。",
|
3
|
+
"error.schedule is not set": "要注册为计划,场景 '{scenario}' 需要设置计划信息。",
|
4
|
+
"error.timezone is not set": "要注册为计划,场景 '{scenario}' 需要设置时区信息。",
|
5
|
+
"error.scenario instance not found": "无法找到场景实例 '{instance}'。它可能已经结束。"
|
6
6
|
}
|