@hi-ui/hiui 3.9.4 → 3.9.5

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.
@@ -474,6 +474,7 @@ var InternalSelect = function InternalSelect(props) {
474
474
  url: url,
475
475
  method: method,
476
476
  data: data,
477
+ headers: headers,
477
478
  cancelToken: new CancelToken(function (c) {
478
479
  cancel = c;
479
480
  }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/hiui",
3
- "version": "3.9.4",
3
+ "version": "3.9.5",
4
4
  "description": "HIUI for React",
5
5
  "scripts": {
6
6
  "test": "node_modules/.bin/standard && node_modules/.bin/stylelint --config .stylelintrc 'components/**/*.scss'",