@smart100/spu-web-plugin 0.0.6 → 0.0.7

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/dist/index.d.ts CHANGED
@@ -76,6 +76,7 @@ export const getDistance: (p1: [number, number], p2: [number, number]) => Promis
76
76
  export const spuAxios: any
77
77
  // export const spuAxios: AxiosInstance
78
78
  export const apaasAxios: any
79
+ export const spuConfig: any
79
80
  export const downloadService: IDownloadService
80
81
  export const uploadService: IUploadService
81
82
  export const getUniqueid: () => string