@apps-in-toss/web-framework 0.0.0-dev.1754906858438 → 0.0.0-dev.1755065572831

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.
@@ -2,13 +2,13 @@
2
2
  {
3
3
  "platform": "ios",
4
4
  "totalModuleCount": 1622,
5
- "duration": 1520.4031250000003,
6
- "size": 1600776
5
+ "duration": 968.5545830000001,
6
+ "size": 1616080
7
7
  },
8
8
  {
9
9
  "platform": "android",
10
10
  "totalModuleCount": 1622,
11
- "duration": 1466.5809160000003,
12
- "size": 1599135
11
+ "duration": 965.2482500000001,
12
+ "size": 1614439
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.0-dev.1754906858438",
4
+ "version": "0.0.0-dev.1755065572831",
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.0-dev.1754906858438",
54
+ "@apps-in-toss/framework": "0.0.0-dev.1755065572831",
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",
@@ -72,6 +72,7 @@
72
72
  "@react-native-bedrock/mpack-next": "0.0.25",
73
73
  "@react-native-bedrock/native": "0.0.25",
74
74
  "@react-native-bedrock/plugin-core": "0.0.25",
75
+ "@ryoppippi/unplugin-typia": "^2.1.3",
75
76
  "@toss-design-system/react-native": "0.7.2",
76
77
  "@types/babel__core": "^7.20.5",
77
78
  "@types/babel__traverse": "^7",
@@ -92,9 +93,10 @@
92
93
  "picocolors": "^1.1.1",
93
94
  "react": "18.2.0",
94
95
  "react-native": "0.72.6",
95
- "react-native-bedrock": "0.0.0-dev.1754906858438",
96
+ "react-native-bedrock": "0.0.25",
96
97
  "tsup": "^8.3.5",
97
98
  "typescript": "5.8.3",
99
+ "typia": "^8.0.4",
98
100
  "uuidv7": "^1.0.2",
99
101
  "vitest": "^3.0.5",
100
102
  "wait-port": "^1.1.0",
@@ -102,16 +104,16 @@
102
104
  "zod": "3.24.4"
103
105
  },
104
106
  "dependencies": {
105
- "@apps-in-toss/bridge-core": "0.0.0-dev.1754906858438",
106
- "@apps-in-toss/cli": "0.0.0-dev.1754906858438",
107
- "@apps-in-toss/plugins": "0.0.0-dev.1754906858438",
108
- "@apps-in-toss/web-analytics": "0.0.0-dev.1754906858438",
109
- "@apps-in-toss/web-bridge": "0.0.0-dev.1754906858438",
107
+ "@apps-in-toss/bridge-core": "0.0.0-dev.1755065572831",
108
+ "@apps-in-toss/cli": "0.0.0-dev.1755065572831",
109
+ "@apps-in-toss/plugins": "0.0.0-dev.1755065572831",
110
+ "@apps-in-toss/web-analytics": "0.0.0-dev.1755065572831",
111
+ "@apps-in-toss/web-bridge": "0.0.0-dev.1755065572831",
110
112
  "@babel/core": "7.23.9",
111
- "@react-native-bedrock/utils": "0.0.0-dev.1754906858438"
113
+ "@react-native-bedrock/utils": "0.0.25"
112
114
  },
113
115
  "publishConfig": {
114
116
  "access": "public"
115
117
  },
116
- "gitHead": "ab42632482e7b40fcb50088014b30643f0ad32e3"
118
+ "gitHead": "e8473bf40328fa1a11966fbfeb77595c15d52f2c"
117
119
  }