@apps-in-toss/framework 2.4.5 → 2.4.7
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +14 -14
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.
|
|
4
|
+
"version": "2.4.7",
|
|
5
5
|
"description": "The framework for Apps In Toss",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"typecheck": "tsc --noEmit",
|
|
@@ -55,23 +55,23 @@
|
|
|
55
55
|
"ait": "./bin/ait.js"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@apps-in-toss/analytics": "2.4.
|
|
59
|
-
"@apps-in-toss/cli": "2.4.
|
|
60
|
-
"@apps-in-toss/native-modules": "2.4.
|
|
61
|
-
"@apps-in-toss/plugins": "2.4.
|
|
62
|
-
"@apps-in-toss/types": "2.4.
|
|
63
|
-
"@apps-in-toss/user-scripts": "^2.4.
|
|
58
|
+
"@apps-in-toss/analytics": "2.4.7",
|
|
59
|
+
"@apps-in-toss/cli": "2.4.7",
|
|
60
|
+
"@apps-in-toss/native-modules": "2.4.7",
|
|
61
|
+
"@apps-in-toss/plugins": "2.4.7",
|
|
62
|
+
"@apps-in-toss/types": "2.4.7",
|
|
63
|
+
"@apps-in-toss/user-scripts": "^2.4.7",
|
|
64
64
|
"es-hangul": "^2.3.2"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@apps-in-toss/ait-format": "1.0.0",
|
|
68
68
|
"@babel/runtime": "^7",
|
|
69
|
-
"@granite-js/mpack": "1.0.
|
|
70
|
-
"@granite-js/native": "1.0.
|
|
71
|
-
"@granite-js/plugin-core": "1.0.
|
|
72
|
-
"@granite-js/react-native": "1.0.
|
|
73
|
-
"@granite-js/utils": "1.0.
|
|
74
|
-
"@toss/tds-react-native": "2.0.
|
|
69
|
+
"@granite-js/mpack": "1.0.18",
|
|
70
|
+
"@granite-js/native": "1.0.18",
|
|
71
|
+
"@granite-js/plugin-core": "1.0.18",
|
|
72
|
+
"@granite-js/react-native": "1.0.18",
|
|
73
|
+
"@granite-js/utils": "1.0.18",
|
|
74
|
+
"@toss/tds-react-native": "2.0.3",
|
|
75
75
|
"@types/kill-port": "2.0.1",
|
|
76
76
|
"@types/react": "19.2.3",
|
|
77
77
|
"brick-module": "0.5.0",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"peerDependencies": {
|
|
91
91
|
"@granite-js/native": "*",
|
|
92
92
|
"@granite-js/react-native": "*",
|
|
93
|
-
"@toss/tds-react-native": ">=
|
|
93
|
+
"@toss/tds-react-native": ">=2.0.0",
|
|
94
94
|
"@types/react": "*",
|
|
95
95
|
"brick-module": "*",
|
|
96
96
|
"react": "*",
|