jrs-react 1.0.27 → 1.0.28

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/build/index.es.js CHANGED
@@ -22940,6 +22940,8 @@ axios.default = axios;
22940
22940
  // this module should only have a default export
22941
22941
  var axios$1 = axios;
22942
22942
 
22943
+ // import { po } from './JRUtil'
22944
+
22943
22945
  const axiosSubmit = axios$1.create({
22944
22946
  authorization: `Bearer ${localStorage.getItem("accessToken")}`,
22945
22947
  timeout: 120000,
package/build/index.js CHANGED
@@ -22959,6 +22959,8 @@ axios.default = axios;
22959
22959
  // this module should only have a default export
22960
22960
  var axios$1 = axios;
22961
22961
 
22962
+ // import { po } from './JRUtil'
22963
+
22962
22964
  const axiosSubmit = axios$1.create({
22963
22965
  authorization: `Bearer ${localStorage.getItem("accessToken")}`,
22964
22966
  timeout: 120000,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jrs-react",
3
- "version": "1.0.27",
3
+ "version": "1.0.28",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "module": "build/index.es.js",
@@ -1,6 +1,6 @@
1
1
  import React from 'react'
2
2
  import axios from 'axios'
3
- import { po } from './JRUtil'
3
+ // import { po } from './JRUtil'
4
4
 
5
5
  const axiosSubmit = axios.create({
6
6
  authorization: `Bearer ${localStorage.getItem("accessToken")}`