@antv/l7-map 2.8.41 → 2.8.44

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.
Files changed (2) hide show
  1. package/es/util.d.ts +3 -3
  2. package/package.json +3 -3
package/es/util.d.ts CHANGED
@@ -12,7 +12,7 @@ export declare function pick(src: {
12
12
  }, properties: string[]): {
13
13
  [key: string]: any;
14
14
  };
15
- export declare const now: () => number;
16
- export declare const raf: ((callback: FrameRequestCallback) => number) & typeof requestAnimationFrame;
17
- export declare const cancel: ((handle: number) => void) & typeof cancelAnimationFrame;
15
+ export declare const now: any;
16
+ export declare const raf: any;
17
+ export declare const cancel: any;
18
18
  export declare function renderframe(fn: (paintStartTimestamp: number) => void): ICancelable;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antv/l7-map",
3
- "version": "2.8.41",
3
+ "version": "2.8.44",
4
4
  "description": "l7 map",
5
5
  "keywords": [],
6
6
  "author": "thinkinggis <lzx199065@gmail.com>",
@@ -37,12 +37,12 @@
37
37
  },
38
38
  "homepage": "https://github.com/antvis/L7#readme",
39
39
  "dependencies": {
40
- "@antv/l7-utils": "^2.8.41",
40
+ "@antv/l7-utils": "2.8.44",
41
41
  "@babel/runtime": "^7.7.7",
42
42
  "@mapbox/point-geometry": "^0.1.0",
43
43
  "@mapbox/unitbezier": "^0.0.0",
44
44
  "eventemitter3": "^4.0.4",
45
45
  "lodash": "^4.17.15"
46
46
  },
47
- "gitHead": "489c0ad91d326f66ca4ef50f405bb9021a8c5b08"
47
+ "gitHead": "b1acf23d2ac8d55dac3253072af33daf47b27414"
48
48
  }