@tmsfe/tms-core 0.0.23 → 0.0.24

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": "@tmsfe/tms-core",
3
- "version": "0.0.23",
3
+ "version": "0.0.24",
4
4
  "description": "tms运行时框架",
5
5
  "repository": {
6
6
  "type": "git",
package/src/index.js CHANGED
@@ -35,8 +35,8 @@ import {
35
35
  getIpxClass,
36
36
  getIpxConfig,
37
37
  } from './ipxHelper';
38
- import getLocInstance from './location/index.ts';
39
- import LocationBase from './location/base.ts';
38
+ import getLocInstance from './location/index';
39
+ import LocationBase from './location/base';
40
40
  import { getMpOpenId, getOuterOpenId } from './mpInfo';
41
41
  import * as storage from './storage';
42
42
 
package/src/report.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import Request from './request';
2
- import getLocInstance from './location/index.ts';
2
+ import getLocInstance from './location/index';
3
3
  import { getAuthInfo } from './env';
4
4
 
5
5
  const R = new Request();