@apps-in-toss/plugins 0.0.17 → 0.0.19
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.
- package/dist/index.cjs +1 -4
- package/dist/index.js +1 -4
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -27354,10 +27354,7 @@ function appsInTossDevServer(options2) {
|
|
|
27354
27354
|
config: {
|
|
27355
27355
|
mpack: {
|
|
27356
27356
|
devServer: {
|
|
27357
|
-
middlewares: [createServerPermissionsMiddleware(options2.permissions)]
|
|
27358
|
-
routegen: {
|
|
27359
|
-
enabled: false
|
|
27360
|
-
}
|
|
27357
|
+
middlewares: [createServerPermissionsMiddleware(options2.permissions)]
|
|
27361
27358
|
}
|
|
27362
27359
|
}
|
|
27363
27360
|
}
|
package/dist/index.js
CHANGED
|
@@ -27348,10 +27348,7 @@ function appsInTossDevServer(options2) {
|
|
|
27348
27348
|
config: {
|
|
27349
27349
|
mpack: {
|
|
27350
27350
|
devServer: {
|
|
27351
|
-
middlewares: [createServerPermissionsMiddleware(options2.permissions)]
|
|
27352
|
-
routegen: {
|
|
27353
|
-
enabled: false
|
|
27354
|
-
}
|
|
27351
|
+
middlewares: [createServerPermissionsMiddleware(options2.permissions)]
|
|
27355
27352
|
}
|
|
27356
27353
|
}
|
|
27357
27354
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apps-in-toss/plugins",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.19",
|
|
5
5
|
"description": "The plugins for Apps In Toss",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"prepack": "yarn build",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"connect": "^3.7.0",
|
|
32
32
|
"execa": "^9.5.2",
|
|
33
33
|
"picocolors": "^1.1.1",
|
|
34
|
-
"react-native-bedrock": "0.0.
|
|
34
|
+
"react-native-bedrock": "0.0.17",
|
|
35
35
|
"tsup": "^8.4.0",
|
|
36
36
|
"typescript": "4.9.5",
|
|
37
37
|
"typia": "^8.0.4",
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"publishConfig": {
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "205a7b9571d501f2b64c9b6ad80cae377baec49d"
|
|
45
45
|
}
|