@acalcutt/maplibre-gl-native-test 5.2.1-pre.7 → 5.2.1-pre.9

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.
@@ -1,7 +1,13 @@
1
- ### [Mapbox GL Native](https://github.com/mapbox/mapbox-gl-native) by Mapbox
1
+ ### [Maplibre Native](https://github.com/maplibre/maplibre-native/)
2
2
 
3
3
  ```
4
- mapbox-gl-native Copyright (c) 2014-2020 Mapbox.
4
+ BSD 2-Clause License
5
+
6
+ Copyright (c) 2021 MapLibre contributors
7
+
8
+ Copyright (c) 2018-2021 MapTiler.com
9
+
10
+ Copyright (c) 2014-2020 Mapbox
5
11
 
6
12
  Redistribution and use in source and binary forms, with or without
7
13
  modification, are permitted provided that the following conditions are
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  # MapLibre Native
4
4
 
5
+ [![codecov](https://codecov.io/github/maplibre/maplibre-native/branch/main/graph/badge.svg?token=8ZQRRY56ZA)](https://codecov.io/github/maplibre/maplibre-native) [![](https://img.shields.io/badge/Slack-%23maplibre--native-2EB67D?logo=slack)](https://slack.openstreetmap.us/)
6
+
5
7
  MapLibre Native is a free and open-source library for publishing maps in your apps and desktop applications on various platforms. Fast displaying of maps is possible thanks to GPU-accelerated vector tile rendering.
6
8
 
7
9
  This project originated as a fork of Mapbox GL Native, before their switch to a non-OSS license in December 2020. For more information, see: [`FORK.md`](./FORK.md).
@@ -54,8 +56,6 @@ Join the `#maplibre-native` Slack channel at OSMUS. Get an invite at https://sla
54
56
 
55
57
  Thanks to our sponsors, we are able to award bounties to developers making contributions toward certain [bounty directions](https://github.com/maplibre/maplibre/issues?q=is%3Aissue+is%3Aopen+label%3A%22bounty+direction%22). To get started doing bounties, refer to the [step-by-step bounties guide](https://maplibre.org/roadmap/step-by-step-bounties-guide/).
56
58
 
57
- ## Sponsors
58
-
59
59
  We thank everyone who supported us financially in the past and special thanks to the people and organizations who support us with recurring donations!
60
60
 
61
61
  Read more about the MapLibre Sponsorship Program at [https://maplibre.org/sponsors/](https://maplibre.org/sponsors/).
@@ -64,14 +64,20 @@ Platinum:
64
64
 
65
65
  <a href="https://aws.com"><img src="https://maplibre.org/img/aws-logo.svg" alt="Logo AWS" width="25%"/></a>
66
66
 
67
- Silver:
67
+ Gold:
68
68
 
69
69
  <a href="https://meta.com"><img src="https://maplibre.org/img/meta-logo.svg" alt="Logo Meta" width="25%"/></a>
70
70
 
71
+ Silver:
72
+
71
73
  <a href="https://www.mierune.co.jp/?lang=en"><img src="https://maplibre.org/img/mierune-logo.svg" alt="Logo MIERUNE" width="25%"/></a>
72
74
 
73
75
  <a href="https://komoot.com/"><img src="https://maplibre.org/img/komoot-logo.svg" alt="Logo komoot" width="25%"/></a>
74
76
 
77
+ <a href="https://www.jawg.io/"><img src="https://maplibre.org/img/jawgmaps-logo.svg" alt="Logo JawgMaps" width="25%"/></a>
78
+
79
+ <a href="https://www.radar.com/"><img src="https://maplibre.org/img/radar-logo.svg" alt="Logo Radar" width="25%"/></a>
80
+
75
81
  Backers and Supporters:
76
82
 
77
83
  [![](https://opencollective.com/maplibre/backers.svg?avatarHeight=50&width=600)](https://opencollective.com/maplibre)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@acalcutt/maplibre-gl-native-test",
3
- "version": "5.2.1-pre.7",
4
- "description": "Renders map tiles with Maplibre GL",
3
+ "version": "5.2.1-pre.9",
4
+ "description": "Renders map tiles with MapLibre Native",
5
5
  "keywords": [
6
6
  "maplibre",
7
7
  "gl"
@@ -17,7 +17,7 @@
17
17
  "types": "platform/node/index.d.ts",
18
18
  "repository": {
19
19
  "type": "git",
20
- "url": "git+https://github.com/wifidb/maplibre-native.git"
20
+ "url": "git+https://github.com/WifiDB/maplibre-native.git"
21
21
  },
22
22
  "license": "BSD-2-Clause",
23
23
  "dependencies": {
@@ -48,7 +48,7 @@
48
48
  "pngjs": "^6.0.0",
49
49
  "pretty-bytes": "^6.1.0",
50
50
  "request": "^2.88.0",
51
- "semver": "^7.3.8",
51
+ "semver": "^7.5.2",
52
52
  "shuffle-seed": "1.1.6",
53
53
  "st": "3.0.0",
54
54
  "tape": "^5.6.3",
@@ -58,7 +58,7 @@
58
58
  "node": ">=6"
59
59
  },
60
60
  "scripts": {
61
- "install": "node-pre-gyp install --fallback-to-build=true",
61
+ "install": "node-pre-gyp install --fallback-to-build=false",
62
62
  "test": "tape platform/node/test/js/**/*.test.js",
63
63
  "test-memory": "node --expose-gc platform/node/test/memory.test.js",
64
64
  "test-expressions": "node -r esm platform/node/test/expression.test.js",
@@ -67,9 +67,9 @@
67
67
  },
68
68
  "gypfile": true,
69
69
  "binary": {
70
- "module_name": "mln",
70
+ "module_name": "mbgl",
71
71
  "module_path": "./lib/{node_abi}",
72
- "host": "https://github.com/wifidb/maplibre-native/releases/download/",
72
+ "host": "https://github.com/WifiDB/maplibre-native/releases/download/",
73
73
  "remote_path": "node-v{version}",
74
74
  "package_name": "{node_abi}-{platform}-{arch}-{configuration}.tar.gz"
75
75
  }
@@ -8,10 +8,10 @@
8
8
  Binaries are available and downloaded during install for the following platforms:
9
9
 
10
10
  - Operating systems:
11
- - Ubuntu 20.04 (amd64/arm64)
11
+ - Ubuntu 22.04 (amd64/arm64)
12
12
  - macOS 12 (amd64/arm64)
13
13
  - Windows (amd64)
14
- - Node.js 14, 16, 18
14
+ - Node.js 16, 18, 20
15
15
 
16
16
  Run:
17
17