Skip to content

Commit 25a047b

Browse files
authored
Merge pull request #13 from dayjournal/dev
v6.5.0
2 parents 8e8cddb + c68ab4d commit 25a047b

File tree

9 files changed

+1825
-1292
lines changed

9 files changed

+1825
-1292
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
Start Turf.js easily.
66
- [Turf.js v6.5.0](http://turfjs.org/)
7-
- [MapLibre GL JS v2.1.9](https://maplibre.org)
8-
- [TypeScript v4.5.4](https://www.typescriptlang.org)
9-
- [Vite v2.9.9](https://vitejs.dev)
7+
- [MapLibre GL JS v3.1.0](https://maplibre.org)
8+
- [TypeScript v5.1.6](https://www.typescriptlang.org)
9+
- [Vite v4.3.9](https://vitejs.dev)
1010
- node v18.1.0
1111
- npm v8.8.0
1212

@@ -49,7 +49,7 @@ npm run dev
4949
## License
5050
MIT
5151

52-
Copyright (c) 2019-2022 Yasunori Kirimoto
52+
Copyright (c) 2019-2023 Yasunori Kirimoto
5353

5454
<br>
5555

@@ -67,8 +67,9 @@ Copyright (c) 2019-2022 Yasunori Kirimoto
6767

6868
Turf.jsを手軽に始める
6969
- [Turf.js v6.5.0](http://turfjs.org/)
70-
- [TypeScript v4.5.4](https://www.typescriptlang.org)
71-
- [Vite v2.9.9](https://vitejs.dev)
70+
- [MapLibre GL JS v3.1.0](https://maplibre.org)
71+
- [TypeScript v5.1.6](https://www.typescriptlang.org)
72+
- [Vite v4.3.9](https://vitejs.dev)
7273
- node v18.1.0
7374
- npm v8.8.0
7475

@@ -112,6 +113,6 @@ npm run dev
112113
## ライセンス
113114
MIT
114115

115-
Copyright (c) 2019-2022 Yasunori Kirimoto
116+
Copyright (c) 2019-2023 Yasunori Kirimoto
116117

117118
<br>

dist/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Turf.js Starter</title>
8-
<script type="module" crossorigin src="/turfjs-starter/assets/index.361518a2.js"></script>
9-
<link rel="stylesheet" href="/turfjs-starter/assets/index.b25085c0.css" />
8+
<script type="module" crossorigin src="/turfjs-starter/assets/index-83eeea77.js"></script>
9+
<link rel="stylesheet" href="/turfjs-starter/assets/index-c3ae4bcd.css">
1010
</head>
1111
<body>
1212
<div id="map"></div>
13+
1314
</body>
1415
</html>

docs/assets/index-83eeea77.js

Lines changed: 580 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/index-c3ae4bcd.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/index.361518a2.js

Lines changed: 0 additions & 504 deletions
This file was deleted.

docs/assets/index.b25085c0.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Turf.js Starter</title>
8-
<script type="module" crossorigin src="/turfjs-starter/assets/index.361518a2.js"></script>
9-
<link rel="stylesheet" href="/turfjs-starter/assets/index.b25085c0.css" />
8+
<script type="module" crossorigin src="/turfjs-starter/assets/index-83eeea77.js"></script>
9+
<link rel="stylesheet" href="/turfjs-starter/assets/index-c3ae4bcd.css">
1010
</head>
1111
<body>
1212
<div id="map"></div>
13+
1314
</body>
1415
</html>

0 commit comments

Comments
 (0)