@geops/rvf-mobility-web-component 0.1.8 → 0.1.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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,15 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.1.9](https://github.com/geops/rvf-mobility-web-component/compare/v0.1.8...v0.1.9) (2024-12-04)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * improve code example ([5a8a53d](https://github.com/geops/rvf-mobility-web-component/commit/5a8a53dbaca5d0685d1d229a5f0d22c6bb1d721a))
11
+ * remove rvf texts ([cbe567b](https://github.com/geops/rvf-mobility-web-component/commit/cbe567bf41f69126407a81034e67a1375ebc1564))
12
+ * use good link for package ([4bc16ff](https://github.com/geops/rvf-mobility-web-component/commit/4bc16ffd8f3d3a717bfc54cd1c1348cf36f8baeb))
13
+
5
14
  ### [0.1.8](https://github.com/geops/rvf-mobility-web-component/compare/v0.1.7...v0.1.8) (2024-12-04)
6
15
 
7
16
 
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # rvf-mobility-web-component
1
+ # mobility-web-component
2
2
 
3
3
  This project contains a set of web components allowing to use easily the [geOps APIs](https://developer.geops.io/):
4
4
 
package/index.html CHANGED
@@ -232,7 +232,7 @@
232
232
  function generateCodeText() {
233
233
  const codeElt = document.querySelector("#code");
234
234
  let codeText = "";
235
- codeText = `<script\n\ttype="module"\n\tsrc="https://www.unpkg.com/@geops/mobility-web-component">
235
+ codeText = `<script\n\ttype="module"\n\tsrc="https://www.unpkg.com/@geops/rvf-mobility-web-component">
236
236
  </script>
237
237
  <geops-mobility style="height:600px;width:100%;" `;
238
238
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@geops/rvf-mobility-web-component",
3
3
  "license": "UNLICENSED",
4
4
  "description": "Web components for rvf in the domains of mobility and logistics.",
5
- "version": "0.1.8",
5
+ "version": "0.1.9",
6
6
  "homepage": "https://rvf-mobility-web-component-geops.vercel.app/",
7
7
  "type": "module",
8
8
  "main": "index.js",