@etsoo/appscript 1.4.12 → 1.4.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.
@@ -218,6 +218,7 @@
218
218
  "unitTON": "Ton",
219
219
  "update": "Update",
220
220
  "updateReady": "Update ready",
221
+ "updateTime": "Update time",
221
222
  "updateTip": "Restart the application to use the latest features",
222
223
  "user": "User",
223
224
  "users": "Users",
@@ -218,6 +218,7 @@
218
218
  "unitTON": "吨",
219
219
  "update": "更新",
220
220
  "updateReady": "更新就绪",
221
+ "updateTime": "更新时间",
221
222
  "updateTip": "重新启动应用程序以使用最新功能",
222
223
  "user": "用户",
223
224
  "users": "用户",
@@ -217,6 +217,7 @@
217
217
  "unitTIME": "次",
218
218
  "update": "更新",
219
219
  "updateReady": "更新就緒",
220
+ "updateTime": "更新時間",
220
221
  "updateTip": "重新啟動應用程序以使用最新功能",
221
222
  "user": "用戶",
222
223
  "users": "用戶",
@@ -218,6 +218,7 @@
218
218
  "unitTON": "Ton",
219
219
  "update": "Update",
220
220
  "updateReady": "Update ready",
221
+ "updateTime": "Update time",
221
222
  "updateTip": "Restart the application to use the latest features",
222
223
  "user": "User",
223
224
  "users": "Users",
@@ -218,6 +218,7 @@
218
218
  "unitTON": "吨",
219
219
  "update": "更新",
220
220
  "updateReady": "更新就绪",
221
+ "updateTime": "更新时间",
221
222
  "updateTip": "重新启动应用程序以使用最新功能",
222
223
  "user": "用户",
223
224
  "users": "用户",
@@ -217,6 +217,7 @@
217
217
  "unitTIME": "次",
218
218
  "update": "更新",
219
219
  "updateReady": "更新就緒",
220
+ "updateTime": "更新時間",
220
221
  "updateTip": "重新啟動應用程序以使用最新功能",
221
222
  "user": "用戶",
222
223
  "users": "用戶",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/appscript",
3
- "version": "1.4.12",
3
+ "version": "1.4.13",
4
4
  "description": "Applications shared TypeScript framework",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/mjs/index.js",
@@ -60,9 +60,9 @@
60
60
  "devDependencies": {
61
61
  "@babel/cli": "^7.21.5",
62
62
  "@babel/core": "^7.22.1",
63
- "@babel/plugin-transform-runtime": "^7.22.2",
64
- "@babel/preset-env": "^7.22.2",
65
- "@babel/runtime-corejs3": "^7.22.0",
63
+ "@babel/plugin-transform-runtime": "^7.22.4",
64
+ "@babel/preset-env": "^7.22.4",
65
+ "@babel/runtime-corejs3": "^7.22.3",
66
66
  "@types/jest": "^29.5.1",
67
67
  "@types/crypto-js": "^4.1.1",
68
68
  "jest": "^29.5.0",
package/src/i18n/en.json CHANGED
@@ -218,6 +218,7 @@
218
218
  "unitTON": "Ton",
219
219
  "update": "Update",
220
220
  "updateReady": "Update ready",
221
+ "updateTime": "Update time",
221
222
  "updateTip": "Restart the application to use the latest features",
222
223
  "user": "User",
223
224
  "users": "Users",
@@ -218,6 +218,7 @@
218
218
  "unitTON": "吨",
219
219
  "update": "更新",
220
220
  "updateReady": "更新就绪",
221
+ "updateTime": "更新时间",
221
222
  "updateTip": "重新启动应用程序以使用最新功能",
222
223
  "user": "用户",
223
224
  "users": "用户",
@@ -217,6 +217,7 @@
217
217
  "unitTIME": "次",
218
218
  "update": "更新",
219
219
  "updateReady": "更新就緒",
220
+ "updateTime": "更新時間",
220
221
  "updateTip": "重新啟動應用程序以使用最新功能",
221
222
  "user": "用戶",
222
223
  "users": "用戶",