@types/mapbox__point-geometry 0.1.2 → 0.1.4

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.
File without changes
@@ -8,12 +8,6 @@ This package contains type definitions for @mapbox/point-geometry (https://githu
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mapbox__point-geometry.
9
9
  ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mapbox__point-geometry/index.d.ts)
10
10
  ````ts
11
- // Type definitions for @mapbox/point-geometry 0.1
12
- // Project: https://github.com/mapbox/point-geometry
13
- // Definitions by: Mathieu Maes <https://github.com/webberig>
14
- // Harel Mazor <https://github.com/HarelM>
15
- // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
16
-
17
11
  declare class Point {
18
12
  x: number;
19
13
  y: number;
@@ -58,9 +52,8 @@ export = Point;
58
52
  ````
59
53
 
60
54
  ### Additional Details
61
- * Last updated: Fri, 21 Jan 2022 17:31:32 GMT
55
+ * Last updated: Tue, 07 Nov 2023 09:09:39 GMT
62
56
  * Dependencies: none
63
- * Global values: none
64
57
 
65
58
  # Credits
66
59
  These definitions were written by [Mathieu Maes](https://github.com/webberig), and [Harel Mazor](https://github.com/HarelM).
@@ -1,9 +1,3 @@
1
- // Type definitions for @mapbox/point-geometry 0.1
2
- // Project: https://github.com/mapbox/point-geometry
3
- // Definitions by: Mathieu Maes <https://github.com/webberig>
4
- // Harel Mazor <https://github.com/HarelM>
5
- // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
6
-
7
1
  declare class Point {
8
2
  x: number;
9
3
  y: number;
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@types/mapbox__point-geometry",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "TypeScript definitions for @mapbox/point-geometry",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mapbox__point-geometry",
6
6
  "license": "MIT",
7
7
  "contributors": [
8
8
  {
9
9
  "name": "Mathieu Maes",
10
- "url": "https://github.com/webberig",
11
- "githubUsername": "webberig"
10
+ "githubUsername": "webberig",
11
+ "url": "https://github.com/webberig"
12
12
  },
13
13
  {
14
14
  "name": "Harel Mazor",
15
- "url": "https://github.com/HarelM",
16
- "githubUsername": "HarelM"
15
+ "githubUsername": "HarelM",
16
+ "url": "https://github.com/HarelM"
17
17
  }
18
18
  ],
19
19
  "main": "",
@@ -25,6 +25,6 @@
25
25
  },
26
26
  "scripts": {},
27
27
  "dependencies": {},
28
- "typesPublisherContentHash": "1b9bcbb4baf04ce15981d8248717cafaba42f266391b7db686ad0411b1137e6e",
29
- "typeScriptVersion": "3.8"
28
+ "typesPublisherContentHash": "dc051c2b80a364ad66ea61d47774d79c3f681caba1ccfbb770da77909f64ea24",
29
+ "typeScriptVersion": "4.5"
30
30
  }