@apps-in-toss/web-framework 0.0.0-dev.1741599933429 → 0.0.0-dev.1741675190621

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.
@@ -1,14 +1,14 @@
1
1
  [
2
2
  {
3
3
  "platform": "ios",
4
- "totalModuleCount": 360,
5
- "duration": 381.13583400000016,
6
- "size": 129566
4
+ "totalModuleCount": 359,
5
+ "duration": 389.04366600000003,
6
+ "size": 129837
7
7
  },
8
8
  {
9
9
  "platform": "android",
10
- "totalModuleCount": 360,
11
- "duration": 380.60691599999996,
12
- "size": 129302
10
+ "totalModuleCount": 359,
11
+ "duration": 389.04066699999976,
12
+ "size": 129573
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.1741599933429",
4
+ "version": "0.0.0-dev.1741675190621",
5
5
  "description": "Web Framework for Apps In Toss",
6
6
  "scripts": {
7
7
  "prepack": "yarn build",
@@ -50,7 +50,7 @@
50
50
  "config.d.ts"
51
51
  ],
52
52
  "devDependencies": {
53
- "@apps-in-toss/framework": "0.0.0-dev.1741599933429",
53
+ "@apps-in-toss/framework": "0.0.0-dev.1741675190621",
54
54
  "@babel/plugin-proposal-class-properties": "^7.16.7",
55
55
  "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
56
56
  "@babel/plugin-proposal-numeric-separator": "^7.16.7",
@@ -66,9 +66,11 @@
66
66
  "@babel/types": "^7.26.9",
67
67
  "@clack/prompts": "^0.10.0",
68
68
  "@hono/node-server": "^1.13.8",
69
- "@react-native-bedrock/bridgepack": "0.0.0-dev.1741593643819",
70
- "@react-native-bedrock/mpack-next": "0.0.0-dev.1741593643819",
71
- "@react-native-bedrock/native": "0.0.0-dev.1741593643819",
69
+ "@react-native-bedrock/bridgepack": "0.0.0-dev.1741675002593",
70
+ "@react-native-bedrock/cli": "0.0.0-dev.1741675002593",
71
+ "@react-native-bedrock/mpack-next": "0.0.0-dev.1741675002593",
72
+ "@react-native-bedrock/native": "0.0.0-dev.1741675002593",
73
+ "@toss-design-system/react-native": "^0",
72
74
  "@types/babel__core": "^7.20.5",
73
75
  "@types/babel__traverse": "^7",
74
76
  "@types/debug": "^4",
@@ -80,12 +82,12 @@
80
82
  "es-toolkit": "^1.32.0",
81
83
  "eslint": "^9.7.0",
82
84
  "execa": "^9.5.2",
83
- "find-up": "^7.0.0",
85
+ "find-up-simple": "^1.0.1",
84
86
  "hono": "^4.7.4",
85
87
  "picocolors": "^1.1.1",
86
88
  "react": "18.2.0",
87
89
  "react-native": "0.72.6",
88
- "react-native-bedrock": "0.0.0-dev.1741593643819",
90
+ "react-native-bedrock": "0.0.0-dev.1741675002593",
89
91
  "tsup": "^8.3.5",
90
92
  "typescript": "4.9.5",
91
93
  "uuidv7": "^1.0.2",
@@ -93,11 +95,11 @@
93
95
  "zod": "^3.24.1"
94
96
  },
95
97
  "dependencies": {
96
- "@apps-in-toss/cli": "0.0.0-dev.1741599933429",
98
+ "@apps-in-toss/cli": "0.0.0-dev.1741675190621",
97
99
  "@babel/core": "7.23.9"
98
100
  },
99
101
  "publishConfig": {
100
102
  "access": "public"
101
103
  },
102
- "gitHead": "ee2a98cf54d9cb9c92c4f0b366aa7c0a0e9435af"
104
+ "gitHead": "6187ae5debf7ce5f46d4c6274fac9b26df728392"
103
105
  }