@mapcreator/api 3.0.1 → 3.1.0

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/README.md CHANGED
@@ -16,6 +16,8 @@ The library is built to be ran in either the browser or using nodejs.
16
16
 
17
17
  - [download library]
18
18
  - [minified]
19
+ - [download library (browser)]
20
+ - [minified (browser)]
19
21
 
20
22
  The source code can be found on the [GitLab repo].
21
23
 
@@ -36,8 +38,10 @@ Examples can be found in the documentation under the "[Manual]" section.
36
38
  ## License
37
39
  See the [LICENSE] file for license information. This project is licensed under a [BSD-3-Clause] license.
38
40
 
39
- [download library]: https://docs.mapcreator.io/wrapper/dist/bundle.js
40
- [minified]: https://docs.mapcreator.io/wrapper/dist/bundle.min.js
41
+ [download library]: https://unpkg.com/@mapcreator/api@latest/dist/bundle.js
42
+ [minified]: https://unpkg.com/@mapcreator/api@latest/dist/bundle.min.js
43
+ [download library (browser)]: https://unpkg.com/@mapcreator/api@latest/dist/bundle.browser.js
44
+ [minified (browser)]: https://unpkg.com/@mapcreator/api@latest/dist/bundle.browser.min.js
41
45
 
42
46
  [installation]: https://docs.mapcreator.io/wrapper/manual/installation.html
43
47
  [building]: https://docs.mapcreator.io/wrapper/manual/building.html
@@ -48,7 +52,6 @@ See the [LICENSE] file for license information. This project is licensed under a
48
52
  [GitLab repo]: https://gitlab.com/mapcreator/api-wrapper
49
53
  [esdoc]: https://esdoc.org
50
54
  [example-basics]: examples/basics.js
51
- [yarn]: https://yarnpkg.com
52
55
  [webpack]: https://webpack.js.org
53
56
  [LICENSE]: https://gitlab.com/mapcreator/api-wrapper/-/blob/master/LICENSE
54
57
  [BSD-3-Clause]: https://tldrlegal.com/license/bsd-3-clause-license-(revised)