@apps-in-toss/framework 2.10.1 → 2.10.2
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 +7 -7
package/dist/index.cjs
CHANGED
|
@@ -3273,7 +3273,7 @@ function resolveTossAppBundleId(os) {
|
|
|
3273
3273
|
var package_default = {
|
|
3274
3274
|
name: "@apps-in-toss/framework",
|
|
3275
3275
|
type: "module",
|
|
3276
|
-
version: "2.10.
|
|
3276
|
+
version: "2.10.2",
|
|
3277
3277
|
description: "The framework for Apps In Toss",
|
|
3278
3278
|
scripts: {
|
|
3279
3279
|
typecheck: "tsc --noEmit",
|
package/dist/index.js
CHANGED
|
@@ -3265,7 +3265,7 @@ function resolveTossAppBundleId(os) {
|
|
|
3265
3265
|
var package_default = {
|
|
3266
3266
|
name: "@apps-in-toss/framework",
|
|
3267
3267
|
type: "module",
|
|
3268
|
-
version: "2.10.
|
|
3268
|
+
version: "2.10.2",
|
|
3269
3269
|
description: "The framework for Apps In Toss",
|
|
3270
3270
|
scripts: {
|
|
3271
3271
|
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.2",
|
|
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.2",
|
|
59
|
+
"@apps-in-toss/cli": "2.10.2",
|
|
60
|
+
"@apps-in-toss/native-modules": "2.10.2",
|
|
61
|
+
"@apps-in-toss/plugins": "2.10.2",
|
|
62
|
+
"@apps-in-toss/types": "2.10.2",
|
|
63
|
+
"@apps-in-toss/user-scripts": "^2.10.2",
|
|
64
64
|
"es-hangul": "^2.3.2"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|