@etsoo/appscript 1.2.57 → 1.2.58

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.
@@ -50,7 +50,7 @@
50
50
  "message": "留言",
51
51
  "mobile": "手机号码",
52
52
  "mobilePhones": "手机号码",
53
- "monthLabel": "{0}個月",
53
+ "monthLabel": "{0}个月",
54
54
  "months": [
55
55
  "1月",
56
56
  "2月",
@@ -50,7 +50,7 @@
50
50
  "message": "留言",
51
51
  "mobilePhone": "手機號碼",
52
52
  "mobilePhones": "手機號碼",
53
- "monthLabel": "{0}个月",
53
+ "monthLabel": "{0}個月",
54
54
  "months": [
55
55
  "1月",
56
56
  "2月",
package/lib/cjs/index.js CHANGED
@@ -1,7 +1,11 @@
1
1
  "use strict";
2
2
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
3
  if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
5
9
  }) : (function(o, m, k, k2) {
6
10
  if (k2 === undefined) k2 = k;
7
11
  o[k2] = m[k];
@@ -50,7 +50,7 @@
50
50
  "message": "留言",
51
51
  "mobile": "手机号码",
52
52
  "mobilePhones": "手机号码",
53
- "monthLabel": "{0}個月",
53
+ "monthLabel": "{0}个月",
54
54
  "months": [
55
55
  "1月",
56
56
  "2月",
@@ -50,7 +50,7 @@
50
50
  "message": "留言",
51
51
  "mobilePhone": "手機號碼",
52
52
  "mobilePhones": "手機號碼",
53
- "monthLabel": "{0}个月",
53
+ "monthLabel": "{0}個月",
54
54
  "months": [
55
55
  "1月",
56
56
  "2月",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/appscript",
3
- "version": "1.2.57",
3
+ "version": "1.2.58",
4
4
  "description": "Applications shared TypeScript framework",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/mjs/index.js",
@@ -54,7 +54,7 @@
54
54
  "dependencies": {
55
55
  "@etsoo/notificationbase": "^1.1.2",
56
56
  "@etsoo/restclient": "^1.0.65",
57
- "@etsoo/shared": "^1.1.14",
57
+ "@etsoo/shared": "^1.1.15",
58
58
  "@types/crypto-js": "^4.1.1",
59
59
  "crypto-js": "^4.1.1"
60
60
  },
@@ -65,13 +65,13 @@
65
65
  "@babel/preset-env": "^7.16.11",
66
66
  "@babel/runtime-corejs3": "^7.17.2",
67
67
  "@types/jest": "^27.4.1",
68
- "@typescript-eslint/eslint-plugin": "^5.12.1",
69
- "@typescript-eslint/parser": "^5.12.1",
68
+ "@typescript-eslint/eslint-plugin": "^5.13.0",
69
+ "@typescript-eslint/parser": "^5.13.0",
70
70
  "eslint": "^8.10.0",
71
71
  "eslint-config-airbnb-base": "^15.0.0",
72
72
  "eslint-plugin-import": "^2.25.4",
73
73
  "jest": "^27.5.1",
74
74
  "ts-jest": "^27.1.3",
75
- "typescript": "^4.5.5"
75
+ "typescript": "^4.6.2"
76
76
  }
77
77
  }
@@ -50,7 +50,7 @@
50
50
  "message": "留言",
51
51
  "mobile": "手机号码",
52
52
  "mobilePhones": "手机号码",
53
- "monthLabel": "{0}個月",
53
+ "monthLabel": "{0}个月",
54
54
  "months": [
55
55
  "1月",
56
56
  "2月",
@@ -50,7 +50,7 @@
50
50
  "message": "留言",
51
51
  "mobilePhone": "手機號碼",
52
52
  "mobilePhones": "手機號碼",
53
- "monthLabel": "{0}个月",
53
+ "monthLabel": "{0}個月",
54
54
  "months": [
55
55
  "1月",
56
56
  "2月",