@etsoo/appscript 1.2.10 → 1.2.11

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.
@@ -37,6 +37,7 @@
37
37
  "ok": "OK",
38
38
  "open": "Open",
39
39
  "openMenu": "Open menu",
40
+ "operationSucceeded": "Operation succeeded",
40
41
  "pageNotFound": "Page Not Found",
41
42
  "prompt": "Input",
42
43
  "pullToRefresh": "Pull down to refresh",
@@ -37,6 +37,7 @@
37
37
  "ok": "确定",
38
38
  "open": "打开",
39
39
  "openMenu": "打开菜单",
40
+ "operationSucceeded": "操作成功",
40
41
  "pageNotFound": "找不到页面",
41
42
  "prompt": "输入",
42
43
  "pullToRefresh": "下拉刷新",
@@ -37,6 +37,7 @@
37
37
  "ok": "確定",
38
38
  "open": "打開",
39
39
  "openMenu": "打開菜單",
40
+ "operationSucceeded": "操作成功",
40
41
  "pageNotFound": "找不到頁面",
41
42
  "prompt": "輸入",
42
43
  "pullToRefresh": "下拉刷新",
@@ -37,6 +37,7 @@
37
37
  "ok": "OK",
38
38
  "open": "Open",
39
39
  "openMenu": "Open menu",
40
+ "operationSucceeded": "Operation succeeded",
40
41
  "pageNotFound": "Page Not Found",
41
42
  "prompt": "Input",
42
43
  "pullToRefresh": "Pull down to refresh",
@@ -37,6 +37,7 @@
37
37
  "ok": "确定",
38
38
  "open": "打开",
39
39
  "openMenu": "打开菜单",
40
+ "operationSucceeded": "操作成功",
40
41
  "pageNotFound": "找不到页面",
41
42
  "prompt": "输入",
42
43
  "pullToRefresh": "下拉刷新",
@@ -37,6 +37,7 @@
37
37
  "ok": "確定",
38
38
  "open": "打開",
39
39
  "openMenu": "打開菜單",
40
+ "operationSucceeded": "操作成功",
40
41
  "pageNotFound": "找不到頁面",
41
42
  "prompt": "輸入",
42
43
  "pullToRefresh": "下拉刷新",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/appscript",
3
- "version": "1.2.10",
3
+ "version": "1.2.11",
4
4
  "description": "Applications shared TypeScript framework",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/mjs/index.js",
@@ -54,8 +54,8 @@
54
54
  "dependencies": {
55
55
  "@etsoo/notificationbase": "^1.0.95",
56
56
  "@etsoo/restclient": "^1.0.63",
57
- "@etsoo/shared": "^1.0.94",
58
- "@types/crypto-js": "^4.0.2",
57
+ "@etsoo/shared": "^1.0.95",
58
+ "@types/crypto-js": "^4.1.0",
59
59
  "crypto-js": "^4.1.1"
60
60
  },
61
61
  "devDependencies": {
@@ -65,8 +65,8 @@
65
65
  "@babel/preset-env": "^7.16.5",
66
66
  "@babel/runtime-corejs3": "^7.16.5",
67
67
  "@types/jest": "^27.0.3",
68
- "@typescript-eslint/eslint-plugin": "^5.8.0",
69
- "@typescript-eslint/parser": "^5.8.0",
68
+ "@typescript-eslint/eslint-plugin": "^5.8.1",
69
+ "@typescript-eslint/parser": "^5.8.1",
70
70
  "eslint": "^8.5.0",
71
71
  "eslint-config-airbnb-base": "^15.0.0",
72
72
  "eslint-plugin-import": "^2.25.3",
@@ -37,6 +37,7 @@
37
37
  "ok": "OK",
38
38
  "open": "Open",
39
39
  "openMenu": "Open menu",
40
+ "operationSucceeded": "Operation succeeded",
40
41
  "pageNotFound": "Page Not Found",
41
42
  "prompt": "Input",
42
43
  "pullToRefresh": "Pull down to refresh",
@@ -37,6 +37,7 @@
37
37
  "ok": "确定",
38
38
  "open": "打开",
39
39
  "openMenu": "打开菜单",
40
+ "operationSucceeded": "操作成功",
40
41
  "pageNotFound": "找不到页面",
41
42
  "prompt": "输入",
42
43
  "pullToRefresh": "下拉刷新",
@@ -37,6 +37,7 @@
37
37
  "ok": "確定",
38
38
  "open": "打開",
39
39
  "openMenu": "打開菜單",
40
+ "operationSucceeded": "操作成功",
40
41
  "pageNotFound": "找不到頁面",
41
42
  "prompt": "輸入",
42
43
  "pullToRefresh": "下拉刷新",