Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PMTiles and Three.js demo #43

Merged
merged 1 commit into from
Nov 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
build:
environment: npm
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-maplibre-gl",
"version": "0.0.9",
"version": "0.0.10",
"license": "(MIT OR Apache-2.0)",
"description": "Svelte library for using MapLibre GL JS as reactive components",
"repository": {
Expand Down Expand Up @@ -54,10 +54,11 @@
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.8.5",
"@sveltejs/package": "^2.3.7",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@sveltejs/vite-plugin-svelte": "^4.0.2",
"@tailwindcss/typography": "^0.5.15",
"@types/eslint": "^9.6.1",
"@types/geojson": "^7946.0.14",
"@types/three": "^0.170.0",
"autoprefixer": "^10.4.20",
"bits-ui": "1.0.0-next.64",
"clsx": "^2.1.1",
Expand All @@ -75,13 +76,14 @@
"prettier-plugin-svelte": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"publint": "^0.2.12",
"shiki": "^1.23.1",
"svelte": "^5.2.9",
"shiki": "^1.24.0",
"svelte": "^5.2.10",
"svelte-check": "^4.1.0",
"tailwind-merge": "^2.5.5",
"tailwind-variants": "^0.3.0",
"tailwindcss": "^3.4.15",
"tailwindcss-animate": "^1.0.7",
"three": "^0.170.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0",
"vite": "^5.4.11",
Expand Down
Loading