septima-widget 0.0.0-dev-bbb42 → 0.0.0-dev-e017e

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Septima Widget API
2
2
 
3
- [Septima Widget](https://septima.dk/widget/) is a simple way to add interactive maps on the web. It is a commercial API. Please contact us at kontakt@septima.dk for more info.
3
+ [Septima Widget](https://widget.cdn.septima.dk/latest/index.html) (in Danish) is a simple way to add interactive maps on the web. It is a commercial API. Please contact us at kontakt@septima.dk for more info.
4
4
 
5
5
  ## Getting Started
6
6
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "septima-widget",
3
- "version": "0.0.0-dev-bbb42",
3
+ "version": "0.0.0-dev-e017e",
4
4
  "description": "Septima Widget API",
5
5
  "type": "module",
6
6
  "module": "./widgetapi.mjs",
7
- "license": "UNLICENSED"
7
+ "license": "LICENSED"
8
8
  }