phx-react 1.3.378 → 1.3.379

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.
@@ -124,7 +124,7 @@ var PHXLogin = function (props) {
124
124
  headers: {
125
125
  'Content-Type': 'application/json',
126
126
  Authorization: tokenInfo.token,
127
- 'Authorization-Id': tokenInfo.userId
127
+ 'authorization-id': tokenInfo.userId
128
128
  }
129
129
  },
130
130
  variables: {
@@ -121,7 +121,7 @@ export var PHXLogin = function (props) {
121
121
  headers: {
122
122
  'Content-Type': 'application/json',
123
123
  Authorization: tokenInfo.token,
124
- 'Authorization-Id': tokenInfo.userId
124
+ 'authorization-id': tokenInfo.userId
125
125
  }
126
126
  },
127
127
  variables: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "phx-react",
3
- "version": "1.3.378",
3
+ "version": "1.3.379",
4
4
  "description": "PHX REACT",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",