create-steedos-app 2.5.20-beta.8 → 2.5.20

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-steedos-app",
3
- "version": "2.5.20-beta.8",
3
+ "version": "2.5.20",
4
4
  "keywords": [
5
5
  "react",
6
6
  "steedos"
@@ -49,5 +49,5 @@
49
49
  "engines": {
50
50
  "node": ">=14"
51
51
  },
52
- "gitHead": "9501bbf23858aa74a7bb9dcf53f3c7ce4dc765b1"
52
+ "gitHead": "1e2c9a88c8eeddc492481195d2d8c5e3519680e8"
53
53
  }
@@ -50,7 +50,9 @@ module.exports = {
50
50
  `},
51
51
  // 如果查询 GraphQL 需要带上当前用户的权限,需要传入 user 属性。
52
52
  {
53
- user: ctx.meta.user
53
+ meta: {
54
+ user: ctx.meta.user
55
+ }
54
56
  }
55
57
  )
56
58
  },