@scx-js/scx-admin 0.1.4 → 0.1.6

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": "@scx-js/scx-admin",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "SCX Admin",
5
5
  "license": "MIT",
6
6
  "author": "scx567888",
@@ -17,10 +17,10 @@
17
17
  },
18
18
  "dependencies": {
19
19
  "@ckeditor/ckeditor5-vue": "^7.0.0",
20
- "@scx-js/scx-app-x": "0.1.4",
21
- "@scx-js/scx-common": "0.1.4",
22
- "@scx-js/scx-dom": "0.1.4",
23
- "@scx-js/scx-http": "0.1.4",
20
+ "@scx-js/scx-app-x": "0.1.6",
21
+ "@scx-js/scx-common": "0.1.6",
22
+ "@scx-js/scx-dom": "0.1.6",
23
+ "@scx-js/scx-http": "0.1.6",
24
24
  "ckeditor5": "^45.0.0",
25
25
  "element-plus": "^2.9.7",
26
26
  "lodash-es": "^4.17.21",
@@ -276,7 +276,7 @@ class CrudContext {
276
276
 
277
277
  return {
278
278
  query: q,
279
- fieldFilter: f,
279
+ fieldPolicy: f,
280
280
  extParams: {},
281
281
  };
282
282
  }