Skip to content

Commit

Permalink
v3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKreil committed Nov 29, 2023
1 parent 516812e commit ede6458
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ interface {
### Method: `colorful(options)`
<sup><a href="https://github.com/versatiles-org/versatiles-style/blob/6f93c18/src/index.ts#L4">\[src]</a></sup>
<sup><a href="https://github.com/versatiles-org/versatiles-style/blob/516812e/src/index.ts#L4">\[src]</a></sup>
**Parameters:**
Expand All @@ -135,7 +135,7 @@ interface {
### Method: `graybeard(options)`
<sup><a href="https://github.com/versatiles-org/versatiles-style/blob/6f93c18/src/index.ts#L9">\[src]</a></sup>
<sup><a href="https://github.com/versatiles-org/versatiles-style/blob/516812e/src/index.ts#L9">\[src]</a></sup>
**Parameters:**
Expand All @@ -145,17 +145,17 @@ interface {
### Method: `guessStyle(spec)`
<sup><a href="https://github.com/versatiles-org/versatiles-style/blob/6f93c18/src/lib/style_guesser.ts#L12">\[src]</a></sup>
<sup><a href="https://github.com/versatiles-org/versatiles-style/blob/516812e/src/lib/style_guesser.ts#L12">\[src]</a></sup>
**Parameters:**
* <code>spec: [TileJSONSpecification](#type_tilejsonspecification)</code>
* <code>spec: TileJSONOption</code>
**Returns:** <code>MaplibreStyle</code>
### Method: `neutrino(options)`
<sup><a href="https://github.com/versatiles-org/versatiles-style/blob/6f93c18/src/index.ts#L14">\[src]</a></sup>
<sup><a href="https://github.com/versatiles-org/versatiles-style/blob/516812e/src/index.ts#L14">\[src]</a></sup>
**Parameters:**
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versatiles/style",
"version": "3.6.0",
"version": "3.6.1",
"description": "Generate StyleJSON for MapLibre",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit ede6458

Please sign in to comment.