@versatiles/svelte 1.1.0 → 1.1.1

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.
Files changed (2) hide show
  1. package/README.md +8 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,22 +23,22 @@ npm i @versatiles/svelte
23
23
  </tr>
24
24
  <tr>
25
25
  <th>BasicMap</th>
26
- <td><img width="512" src="./screenshots/basic-map-light.png"></td>
27
- <td><img width="512" src="./screenshots/basic-map-dark.png"></td>
26
+ <td><img width="512" src="https://versatiles.org/node-versatiles-svelte/screenshots/basic-map-light.png"></td>
27
+ <td><img width="512" src="https://versatiles.org/node-versatiles-svelte/screenshots/basic-map-dark.png"></td>
28
28
  </tr>
29
29
  <tr>
30
30
  <th>BBoxMap</th>
31
- <td><img width="512" src="./screenshots/bbox-map-light.png"></td>
32
- <td><img width="512" src="./screenshots/bbox-map-dark.png"></td>
31
+ <td><img width="512" src="https://versatiles.org/node-versatiles-svelte/screenshots/bbox-map-light.png"></td>
32
+ <td><img width="512" src="https://versatiles.org/node-versatiles-svelte/screenshots/bbox-map-dark.png"></td>
33
33
  </tr>
34
34
  <tr>
35
35
  <th>LocatorMap</th>
36
- <td><img width="512" src="./screenshots/locator-map-light.png"></td>
37
- <td><img width="512" src="./screenshots/locator-map-dark.png"></td>
36
+ <td><img width="512" src="https://versatiles.org/node-versatiles-svelte/screenshots/locator-map-light.png"></td>
37
+ <td><img width="512" src="https://versatiles.org/node-versatiles-svelte/screenshots/locator-map-dark.png"></td>
38
38
  </tr>
39
39
  <tr>
40
40
  <th>MapEditor</th>
41
- <td><img width="512" src="./screenshots/map-editor-light.png"></td>
42
- <td><img width="512" src="./screenshots/map-editor-dark.png"></td>
41
+ <td><img width="512" src="https://versatiles.org/node-versatiles-svelte/screenshots/map-editor-light.png"></td>
42
+ <td><img width="512" src="https://versatiles.org/node-versatiles-svelte/screenshots/map-editor-dark.png"></td>
43
43
  </tr>
44
44
  </table>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versatiles/svelte",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "build": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json && vite build && npm run package",