@blocklet/pages-kit-block-studio 0.0.8 → 0.0.10
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.
|
@@ -58,6 +58,8 @@ function generateWrapperCode(_a) {
|
|
|
58
58
|
'@blocklet/pages-kit-inner-components': 'latest',
|
|
59
59
|
'@blocklet/pages-kit': 'latest',
|
|
60
60
|
'@blocklet/uploader-server': 'latest',
|
|
61
|
+
'@arcblock/ux': 'latest',
|
|
62
|
+
'@mui/material': '5.16.7',
|
|
61
63
|
},
|
|
62
64
|
exports: {
|
|
63
65
|
'.': {
|
|
@@ -116,7 +118,7 @@ router.get('/api/pages', (req, res) => {
|
|
|
116
118
|
return res.status(400).json({ message: 'did is required' });
|
|
117
119
|
}
|
|
118
120
|
|
|
119
|
-
const data = tempStates.find((state) => state.
|
|
121
|
+
const data = tempStates.find((state) => state.blockletId === did);
|
|
120
122
|
|
|
121
123
|
res.json(data);
|
|
122
124
|
});
|