@etsoo/appscript 1.4.21 → 1.4.23

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
  "dataPrivacyInternal": "All users",
51
51
  "dataPrivacyPrivate": "Creator only",
52
52
  "dataPrivacyPublic": "Full public",
53
- "default": "Default",
53
+ "defaultItem": "Default",
54
54
  "delete": "Delete",
55
55
  "deleteConfirm": "Are you sure you want to permanently delete this {0}?",
56
56
  "description": "Description",
@@ -50,7 +50,7 @@
50
50
  "dataPrivacyInternal": "所有用户",
51
51
  "dataPrivacyPrivate": "创建者私有",
52
52
  "dataPrivacyPublic": "完全公开",
53
- "default": "默认",
53
+ "defaultItem": "默认",
54
54
  "delete": "删除",
55
55
  "deleteConfirm": "确定要永久删除此{0}吗?",
56
56
  "description": "描述",
@@ -50,7 +50,7 @@
50
50
  "dataPrivacyInternal": "所有用户",
51
51
  "dataPrivacyPrivate": "創建者私有",
52
52
  "dataPrivacyPublic": "完全公開",
53
- "default": "默認",
53
+ "defaultItem": "默認",
54
54
  "delete": "刪除",
55
55
  "deleteConfirm": "確定要永久刪除此{0}嗎?",
56
56
  "description": "描述",
@@ -50,7 +50,7 @@
50
50
  "dataPrivacyInternal": "All users",
51
51
  "dataPrivacyPrivate": "Creator only",
52
52
  "dataPrivacyPublic": "Full public",
53
- "default": "Default",
53
+ "defaultItem": "Default",
54
54
  "delete": "Delete",
55
55
  "deleteConfirm": "Are you sure you want to permanently delete this {0}?",
56
56
  "description": "Description",
@@ -50,7 +50,7 @@
50
50
  "dataPrivacyInternal": "所有用户",
51
51
  "dataPrivacyPrivate": "创建者私有",
52
52
  "dataPrivacyPublic": "完全公开",
53
- "default": "默认",
53
+ "defaultItem": "默认",
54
54
  "delete": "删除",
55
55
  "deleteConfirm": "确定要永久删除此{0}吗?",
56
56
  "description": "描述",
@@ -50,7 +50,7 @@
50
50
  "dataPrivacyInternal": "所有用户",
51
51
  "dataPrivacyPrivate": "創建者私有",
52
52
  "dataPrivacyPublic": "完全公開",
53
- "default": "默認",
53
+ "defaultItem": "默認",
54
54
  "delete": "刪除",
55
55
  "deleteConfirm": "確定要永久刪除此{0}嗎?",
56
56
  "description": "描述",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/appscript",
3
- "version": "1.4.21",
3
+ "version": "1.4.23",
4
4
  "description": "Applications shared TypeScript framework",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/mjs/index.js",
@@ -58,16 +58,16 @@
58
58
  "crypto-js": "^4.1.1"
59
59
  },
60
60
  "devDependencies": {
61
- "@babel/cli": "^7.22.5",
62
- "@babel/core": "^7.22.5",
63
- "@babel/plugin-transform-runtime": "^7.22.5",
64
- "@babel/preset-env": "^7.22.5",
65
- "@babel/runtime-corejs3": "^7.22.5",
61
+ "@babel/cli": "^7.22.6",
62
+ "@babel/core": "^7.22.7",
63
+ "@babel/plugin-transform-runtime": "^7.22.7",
64
+ "@babel/preset-env": "^7.22.7",
65
+ "@babel/runtime-corejs3": "^7.22.6",
66
66
  "@types/crypto-js": "^4.1.1",
67
67
  "@types/jest": "^29.5.2",
68
- "jest": "^29.5.0",
69
- "jest-environment-jsdom": "^29.5.0",
70
- "ts-jest": "^29.1.0",
71
- "typescript": "^5.1.3"
68
+ "jest": "^29.6.0",
69
+ "jest-environment-jsdom": "^29.6.0",
70
+ "ts-jest": "^29.1.1",
71
+ "typescript": "^5.1.6"
72
72
  }
73
73
  }
package/src/i18n/en.json CHANGED
@@ -50,7 +50,7 @@
50
50
  "dataPrivacyInternal": "All users",
51
51
  "dataPrivacyPrivate": "Creator only",
52
52
  "dataPrivacyPublic": "Full public",
53
- "default": "Default",
53
+ "defaultItem": "Default",
54
54
  "delete": "Delete",
55
55
  "deleteConfirm": "Are you sure you want to permanently delete this {0}?",
56
56
  "description": "Description",
@@ -50,7 +50,7 @@
50
50
  "dataPrivacyInternal": "所有用户",
51
51
  "dataPrivacyPrivate": "创建者私有",
52
52
  "dataPrivacyPublic": "完全公开",
53
- "default": "默认",
53
+ "defaultItem": "默认",
54
54
  "delete": "删除",
55
55
  "deleteConfirm": "确定要永久删除此{0}吗?",
56
56
  "description": "描述",
@@ -50,7 +50,7 @@
50
50
  "dataPrivacyInternal": "所有用户",
51
51
  "dataPrivacyPrivate": "創建者私有",
52
52
  "dataPrivacyPublic": "完全公開",
53
- "default": "默認",
53
+ "defaultItem": "默認",
54
54
  "delete": "刪除",
55
55
  "deleteConfirm": "確定要永久刪除此{0}嗎?",
56
56
  "description": "描述",