@apps-in-toss/web-framework 0.0.0-dev.1741859884482 → 0.0.0-dev.1741934253781

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": 359,
5
- "duration": 394.6936249999999,
6
- "size": 130457
5
+ "duration": 442.61941600000023,
6
+ "size": 130493
7
7
  },
8
8
  {
9
9
  "platform": "android",
10
10
  "totalModuleCount": 359,
11
- "duration": 398.43174999999997,
12
- "size": 130203
11
+ "duration": 442.7322499999998,
12
+ "size": 130229
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.1741859884482",
4
+ "version": "0.0.0-dev.1741934253781",
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.1741859884482",
53
+ "@apps-in-toss/framework": "0.0.0-dev.1741934253781",
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",
@@ -95,11 +95,11 @@
95
95
  "zod": "^3.24.1"
96
96
  },
97
97
  "dependencies": {
98
- "@apps-in-toss/cli": "0.0.0-dev.1741859884482",
98
+ "@apps-in-toss/cli": "0.0.0-dev.1741934253781",
99
99
  "@babel/core": "7.23.9"
100
100
  },
101
101
  "publishConfig": {
102
102
  "access": "public"
103
103
  },
104
- "gitHead": "3be5cb5032d4e429e47b30124a608440032fff3d"
104
+ "gitHead": "c94adb1d96eb11c208051cda6b89679c19fedfc6"
105
105
  }