@apps-in-toss/web-framework 0.0.25 → 0.0.26
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/cli/{chunk-34QS4NNF.js → chunk-PT6B3KQJ.js} +154250 -117933
- package/dist/cli/index.js +1275 -1282
- package/dist/cli/{typescript-YVXHBAAI.js → typescript-WPGJO2BO.js} +1 -1
- package/dist/prebuilt/dev.android.js +646 -640
- package/dist/prebuilt/dev.ios.js +646 -640
- package/dist/prebuilt/prod.android.js +338 -336
- package/dist/prebuilt/prod.ios.js +338 -336
- package/dist/prebuilt/prod.json +4 -4
- package/package.json +17 -16
package/dist/prebuilt/prod.json
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
{
|
|
3
3
|
"platform": "ios",
|
|
4
4
|
"totalModuleCount": 1609,
|
|
5
|
-
"duration":
|
|
6
|
-
"size":
|
|
5
|
+
"duration": 1054.753166,
|
|
6
|
+
"size": 1500593
|
|
7
7
|
},
|
|
8
8
|
{
|
|
9
9
|
"platform": "android",
|
|
10
10
|
"totalModuleCount": 1609,
|
|
11
|
-
"duration":
|
|
12
|
-
"size":
|
|
11
|
+
"duration": 1043.1467499999999,
|
|
12
|
+
"size": 1498596
|
|
13
13
|
}
|
|
14
14
|
]
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apps-in-toss/web-framework",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.26",
|
|
5
5
|
"description": "Web Framework for Apps In Toss",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"prepack": "yarn build",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"config.d.ts"
|
|
52
52
|
],
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@apps-in-toss/framework": "0.0.
|
|
54
|
+
"@apps-in-toss/framework": "0.0.26",
|
|
55
55
|
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
|
56
56
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
|
|
57
57
|
"@babel/plugin-proposal-numeric-separator": "^7.16.7",
|
|
@@ -68,9 +68,10 @@
|
|
|
68
68
|
"@clack/prompts": "^0.10.0",
|
|
69
69
|
"@hono/node-server": "^1.13.8",
|
|
70
70
|
"@hono/node-ws": "^1.1.3",
|
|
71
|
-
"@react-native-bedrock/cli": "0.0.
|
|
72
|
-
"@react-native-bedrock/mpack-next": "0.0.
|
|
73
|
-
"@react-native-bedrock/native": "0.0.
|
|
71
|
+
"@react-native-bedrock/cli": "0.0.24",
|
|
72
|
+
"@react-native-bedrock/mpack-next": "0.0.24",
|
|
73
|
+
"@react-native-bedrock/native": "0.0.24",
|
|
74
|
+
"@react-native-bedrock/plugin-core": "0.0.24",
|
|
74
75
|
"@toss-design-system/react-native": "^0.6.1",
|
|
75
76
|
"@types/babel__core": "^7.20.5",
|
|
76
77
|
"@types/babel__traverse": "^7",
|
|
@@ -91,26 +92,26 @@
|
|
|
91
92
|
"picocolors": "^1.1.1",
|
|
92
93
|
"react": "18.2.0",
|
|
93
94
|
"react-native": "0.72.6",
|
|
94
|
-
"react-native-bedrock": "0.0.
|
|
95
|
+
"react-native-bedrock": "0.0.24",
|
|
95
96
|
"tsup": "^8.3.5",
|
|
96
|
-
"typescript": "
|
|
97
|
+
"typescript": "5.8.3",
|
|
97
98
|
"uuidv7": "^1.0.2",
|
|
98
99
|
"vitest": "^3.0.5",
|
|
99
100
|
"wait-port": "^1.1.0",
|
|
100
101
|
"workspace-tools": "^0.38.2",
|
|
101
|
-
"
|
|
102
|
-
"zod": "^3.24.1"
|
|
102
|
+
"zod": "3.24.4"
|
|
103
103
|
},
|
|
104
104
|
"dependencies": {
|
|
105
|
-
"@apps-in-toss/bridge-core": "0.0.
|
|
106
|
-
"@apps-in-toss/cli": "0.0.
|
|
107
|
-
"@apps-in-toss/plugins": "0.0.
|
|
108
|
-
"@apps-in-toss/web-analytics": "0.0.
|
|
109
|
-
"@apps-in-toss/web-bridge": "0.0.
|
|
110
|
-
"@babel/core": "7.23.9"
|
|
105
|
+
"@apps-in-toss/bridge-core": "0.0.26",
|
|
106
|
+
"@apps-in-toss/cli": "0.0.26",
|
|
107
|
+
"@apps-in-toss/plugins": "0.0.26",
|
|
108
|
+
"@apps-in-toss/web-analytics": "0.0.26",
|
|
109
|
+
"@apps-in-toss/web-bridge": "0.0.26",
|
|
110
|
+
"@babel/core": "7.23.9",
|
|
111
|
+
"@react-native-bedrock/utils": "0.0.24"
|
|
111
112
|
},
|
|
112
113
|
"publishConfig": {
|
|
113
114
|
"access": "public"
|
|
114
115
|
},
|
|
115
|
-
"gitHead": "
|
|
116
|
+
"gitHead": "8df951171a6a432852d863459d724224a0680e7d"
|
|
116
117
|
}
|