@apps-in-toss/web-framework 0.0.0-dev.1741344445455 → 0.0.0-dev.1741598175595

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": 360,
5
- "duration": 2937.4200840000003,
6
- "size": 129565
5
+ "duration": 382.30758400000013,
6
+ "size": 129566
7
7
  },
8
8
  {
9
9
  "platform": "android",
10
10
  "totalModuleCount": 360,
11
- "duration": 2398.814375,
12
- "size": 129301
11
+ "duration": 381.9716249999999,
12
+ "size": 129302
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.1741344445455",
4
+ "version": "0.0.0-dev.1741598175595",
5
5
  "description": "Web Framework for Apps In Toss",
6
6
  "scripts": {
7
7
  "prepack": "yarn build",
@@ -50,8 +50,7 @@
50
50
  "config.d.ts"
51
51
  ],
52
52
  "devDependencies": {
53
- "@apps-in-toss/cli": "0.0.0-dev.1741344445455",
54
- "@apps-in-toss/framework": "0.0.0-dev.1741344445455",
53
+ "@apps-in-toss/framework": "0.0.0-dev.1741598175595",
55
54
  "@babel/plugin-proposal-class-properties": "^7.16.7",
56
55
  "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
57
56
  "@babel/plugin-proposal-numeric-separator": "^7.16.7",
@@ -67,9 +66,9 @@
67
66
  "@babel/types": "^7.26.9",
68
67
  "@clack/prompts": "^0.10.0",
69
68
  "@hono/node-server": "^1.13.8",
70
- "@react-native-bedrock/bridgepack": "0.0.0-dev.1741344198915",
71
- "@react-native-bedrock/mpack-next": "0.0.0-dev.1741344198915",
72
- "@react-native-bedrock/native": "0.0.0-dev.1741344198915",
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",
73
72
  "@types/babel__core": "^7.20.5",
74
73
  "@types/babel__traverse": "^7",
75
74
  "@types/debug": "^4",
@@ -86,17 +85,19 @@
86
85
  "picocolors": "^1.1.1",
87
86
  "react": "18.2.0",
88
87
  "react-native": "0.72.6",
89
- "react-native-bedrock": "0.0.0-dev.1741344198915",
88
+ "react-native-bedrock": "0.0.0-dev.1741593643819",
90
89
  "tsup": "^8.3.5",
91
90
  "typescript": "4.9.5",
91
+ "uuidv7": "^1.0.2",
92
92
  "vitest": "^3.0.5",
93
93
  "zod": "^3.24.1"
94
94
  },
95
95
  "dependencies": {
96
+ "@apps-in-toss/cli": "0.0.0-dev.1741598175595",
96
97
  "@babel/core": "7.23.9"
97
98
  },
98
99
  "publishConfig": {
99
100
  "access": "public"
100
101
  },
101
- "gitHead": "0d252c570426af9d227de01af7473b563f3b7884"
102
+ "gitHead": "f641c4e4225ef7fdd8e5b2abf3707fe5d036de24"
102
103
  }
package/dist/cli.d.ts DELETED
@@ -1,3 +0,0 @@
1
- declare function initialize(): Promise<void>;
2
-
3
- export { initialize };
File without changes