@apps-in-toss/framework 2.4.5 → 2.4.6

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.
package/dist/index.cjs CHANGED
@@ -1045,7 +1045,7 @@ function HomeShortcutMenu() {
1045
1045
  return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
1046
1046
  Menu,
1047
1047
  {
1048
- title: "\uD648 \uD654\uBA74\uC5D0 \uCD94\uAC00",
1048
+ title: "\uD734\uB300\uD3F0 \uD648 \uD654\uBA74\uC5D0 \uCD94\uAC00",
1049
1049
  iconURL: "https://static.toss.im/icons/png/4x/icon-plus-circle-mono.png",
1050
1050
  onPress: () => {
1051
1051
  import_native_modules6.INTERNAL__appBridgeHandler.invokeAppBridgeMethod(
package/dist/index.js CHANGED
@@ -1008,7 +1008,7 @@ function HomeShortcutMenu() {
1008
1008
  return /* @__PURE__ */ jsx7(
1009
1009
  Menu,
1010
1010
  {
1011
- title: "\uD648 \uD654\uBA74\uC5D0 \uCD94\uAC00",
1011
+ title: "\uD734\uB300\uD3F0 \uD648 \uD654\uBA74\uC5D0 \uCD94\uAC00",
1012
1012
  iconURL: "https://static.toss.im/icons/png/4x/icon-plus-circle-mono.png",
1013
1013
  onPress: () => {
1014
1014
  INTERNAL__appBridgeHandler.invokeAppBridgeMethod(
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@apps-in-toss/framework",
3
3
  "type": "module",
4
- "version": "2.4.5",
4
+ "version": "2.4.6",
5
5
  "description": "The framework for Apps In Toss",
6
6
  "scripts": {
7
7
  "typecheck": "tsc --noEmit",
@@ -55,12 +55,12 @@
55
55
  "ait": "./bin/ait.js"
56
56
  },
57
57
  "dependencies": {
58
- "@apps-in-toss/analytics": "2.4.5",
59
- "@apps-in-toss/cli": "2.4.5",
60
- "@apps-in-toss/native-modules": "2.4.5",
61
- "@apps-in-toss/plugins": "2.4.5",
62
- "@apps-in-toss/types": "2.4.5",
63
- "@apps-in-toss/user-scripts": "^2.4.5",
58
+ "@apps-in-toss/analytics": "2.4.6",
59
+ "@apps-in-toss/cli": "2.4.6",
60
+ "@apps-in-toss/native-modules": "2.4.6",
61
+ "@apps-in-toss/plugins": "2.4.6",
62
+ "@apps-in-toss/types": "2.4.6",
63
+ "@apps-in-toss/user-scripts": "^2.4.6",
64
64
  "es-hangul": "^2.3.2"
65
65
  },
66
66
  "devDependencies": {