@apps-in-toss/framework 2.10.5 → 2.10.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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +8 -8
package/dist/index.cjs
CHANGED
|
@@ -3330,7 +3330,7 @@ function resolveTossAppBundleId(os) {
|
|
|
3330
3330
|
var package_default = {
|
|
3331
3331
|
name: "@apps-in-toss/framework",
|
|
3332
3332
|
type: "module",
|
|
3333
|
-
version: "2.10.
|
|
3333
|
+
version: "2.10.6",
|
|
3334
3334
|
description: "The framework for Apps In Toss",
|
|
3335
3335
|
scripts: {
|
|
3336
3336
|
typecheck: "tsc --noEmit",
|
package/dist/index.js
CHANGED
|
@@ -3322,7 +3322,7 @@ function resolveTossAppBundleId(os) {
|
|
|
3322
3322
|
var package_default = {
|
|
3323
3323
|
name: "@apps-in-toss/framework",
|
|
3324
3324
|
type: "module",
|
|
3325
|
-
version: "2.10.
|
|
3325
|
+
version: "2.10.6",
|
|
3326
3326
|
description: "The framework for Apps In Toss",
|
|
3327
3327
|
scripts: {
|
|
3328
3328
|
typecheck: "tsc --noEmit",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apps-in-toss/framework",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.10.
|
|
4
|
+
"version": "2.10.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.10.
|
|
59
|
-
"@apps-in-toss/cli": "2.10.
|
|
60
|
-
"@apps-in-toss/native-modules": "2.10.
|
|
61
|
-
"@apps-in-toss/plugins": "2.10.
|
|
62
|
-
"@apps-in-toss/types": "2.10.
|
|
63
|
-
"@apps-in-toss/user-scripts": "^2.10.
|
|
58
|
+
"@apps-in-toss/analytics": "2.10.6",
|
|
59
|
+
"@apps-in-toss/cli": "2.10.6",
|
|
60
|
+
"@apps-in-toss/native-modules": "2.10.6",
|
|
61
|
+
"@apps-in-toss/plugins": "2.10.6",
|
|
62
|
+
"@apps-in-toss/types": "2.10.6",
|
|
63
|
+
"@apps-in-toss/user-scripts": "^2.10.6",
|
|
64
64
|
"es-hangul": "^2.3.2"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"@granite-js/plugin-core": "1.0.20",
|
|
72
72
|
"@granite-js/react-native": "1.0.20",
|
|
73
73
|
"@granite-js/utils": "1.0.20",
|
|
74
|
-
"@toss/tds-react-native": "2.0.
|
|
74
|
+
"@toss/tds-react-native": "2.0.4",
|
|
75
75
|
"@types/kill-port": "2.0.1",
|
|
76
76
|
"@types/react": "19.2.3",
|
|
77
77
|
"brick-module": "0.5.2",
|