@lgv/visualization-map 1.1.1 → 1.1.2

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/.gitlab-ci.yml CHANGED
@@ -72,6 +72,7 @@ npm:
72
72
  - npm install
73
73
  # convert leaflet css for js
74
74
  - *convert-css
75
+ - ls -l src/visualization
75
76
  # build module for distribution
76
77
  - npm run build
77
78
  # publish
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lgv/visualization-map",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "type": "module",
5
5
  "description": "ES6 d3.js core visualization scaffold object and utilities for maps.",
6
6
  "main": "src/index.js",
@@ -1,10 +0,0 @@
1
- /*let L;
2
- import("leaflet").then(d => {L = d;console.log(d)});
3
-
4
- export { L };*/
5
-
6
- const value = (
7
- await import("leaflet")
8
- ).default
9
-
10
- export default value