@apps-in-toss/web-framework 0.0.15 → 0.0.16

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": 1602,
5
- "duration": 1255.4133330000004,
6
- "size": 409089
5
+ "duration": 985.1704169999998,
6
+ "size": 409434
7
7
  },
8
8
  {
9
9
  "platform": "android",
10
10
  "totalModuleCount": 1602,
11
- "duration": 1270.1233750000001,
12
- "size": 408290
11
+ "duration": 987.6484580000001,
12
+ "size": 408635
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.15",
4
+ "version": "0.0.16",
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.15",
53
+ "@apps-in-toss/framework": "0.0.16",
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,12 @@
95
95
  "zod": "^3.24.1"
96
96
  },
97
97
  "dependencies": {
98
- "@apps-in-toss/cli": "0.0.15",
98
+ "@apps-in-toss/cli": "0.0.16",
99
+ "@apps-in-toss/plugins": "0.0.16",
99
100
  "@babel/core": "7.23.9"
100
101
  },
101
102
  "publishConfig": {
102
103
  "access": "public"
103
104
  },
104
- "gitHead": "0aedee0ec45eb7acbc5f7cd42579c032965c0c4c"
105
+ "gitHead": "b10f085f0adf50f777421d55b63b99bffb659f28"
105
106
  }