@etsoo/appscript 1.3.58 → 1.3.59

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.
@@ -109,6 +109,7 @@
109
109
  "passwordRepeatError": "The two passwords entered are inconsistent",
110
110
  "passwordTip": "The password cannot be less than 6 characters and contains at least one letter and number",
111
111
  "pdf": "PDF",
112
+ "pinYin": "Pinyin Initials",
112
113
  "previousStep": "Previous",
113
114
  "print": "Print",
114
115
  "prompt": "Input",
@@ -108,6 +108,7 @@
108
108
  "passwordChangeSuccess": "密码修改成功,请重新登录",
109
109
  "passwordRepeatError": "两次输入的密码不一致",
110
110
  "passwordTip": "密码不能少于6个字符,且至少包含一个字母和数字",
111
+ "pinYin": "拼音首字母",
111
112
  "pdf": "PDF",
112
113
  "previousStep": "上一步",
113
114
  "print": "打印",
@@ -109,6 +109,7 @@
109
109
  "passwordRepeatError": "兩次輸入的密碼不一致",
110
110
  "passwordTip": "密碼不能少於6個字符,且至少包含一個字母和數字",
111
111
  "pdf": "PDF",
112
+ "pinYin": "拼音首字母",
112
113
  "previousStep": "上一步",
113
114
  "print": "打印",
114
115
  "prompt": "輸入",
@@ -109,6 +109,7 @@
109
109
  "passwordRepeatError": "The two passwords entered are inconsistent",
110
110
  "passwordTip": "The password cannot be less than 6 characters and contains at least one letter and number",
111
111
  "pdf": "PDF",
112
+ "pinYin": "Pinyin Initials",
112
113
  "previousStep": "Previous",
113
114
  "print": "Print",
114
115
  "prompt": "Input",
@@ -108,6 +108,7 @@
108
108
  "passwordChangeSuccess": "密码修改成功,请重新登录",
109
109
  "passwordRepeatError": "两次输入的密码不一致",
110
110
  "passwordTip": "密码不能少于6个字符,且至少包含一个字母和数字",
111
+ "pinYin": "拼音首字母",
111
112
  "pdf": "PDF",
112
113
  "previousStep": "上一步",
113
114
  "print": "打印",
@@ -109,6 +109,7 @@
109
109
  "passwordRepeatError": "兩次輸入的密碼不一致",
110
110
  "passwordTip": "密碼不能少於6個字符,且至少包含一個字母和數字",
111
111
  "pdf": "PDF",
112
+ "pinYin": "拼音首字母",
112
113
  "previousStep": "上一步",
113
114
  "print": "打印",
114
115
  "prompt": "輸入",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/appscript",
3
- "version": "1.3.58",
3
+ "version": "1.3.59",
4
4
  "description": "Applications shared TypeScript framework",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/mjs/index.js",
@@ -63,11 +63,11 @@
63
63
  "@babel/core": "^7.20.12",
64
64
  "@babel/plugin-transform-runtime": "^7.19.6",
65
65
  "@babel/preset-env": "^7.20.2",
66
- "@babel/runtime-corejs3": "^7.20.7",
67
- "@types/jest": "^29.2.5",
68
- "jest": "^29.3.1",
69
- "jest-environment-jsdom": "^29.3.1",
70
- "ts-jest": "^29.0.4",
66
+ "@babel/runtime-corejs3": "^7.20.13",
67
+ "@types/jest": "^29.4.0",
68
+ "jest": "^29.4.1",
69
+ "jest-environment-jsdom": "^29.4.1",
70
+ "ts-jest": "^29.0.5",
71
71
  "typescript": "^4.9.4"
72
72
  }
73
73
  }
package/src/i18n/en.json CHANGED
@@ -109,6 +109,7 @@
109
109
  "passwordRepeatError": "The two passwords entered are inconsistent",
110
110
  "passwordTip": "The password cannot be less than 6 characters and contains at least one letter and number",
111
111
  "pdf": "PDF",
112
+ "pinYin": "Pinyin Initials",
112
113
  "previousStep": "Previous",
113
114
  "print": "Print",
114
115
  "prompt": "Input",
@@ -108,6 +108,7 @@
108
108
  "passwordChangeSuccess": "密码修改成功,请重新登录",
109
109
  "passwordRepeatError": "两次输入的密码不一致",
110
110
  "passwordTip": "密码不能少于6个字符,且至少包含一个字母和数字",
111
+ "pinYin": "拼音首字母",
111
112
  "pdf": "PDF",
112
113
  "previousStep": "上一步",
113
114
  "print": "打印",
@@ -109,6 +109,7 @@
109
109
  "passwordRepeatError": "兩次輸入的密碼不一致",
110
110
  "passwordTip": "密碼不能少於6個字符,且至少包含一個字母和數字",
111
111
  "pdf": "PDF",
112
+ "pinYin": "拼音首字母",
112
113
  "previousStep": "上一步",
113
114
  "print": "打印",
114
115
  "prompt": "輸入",