@hisptz/dhis2-analytics 1.0.37 → 1.0.38

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.
@@ -7,10 +7,11 @@ import { find, head, isEmpty } from "lodash";
7
7
  // async function importEEModule(): Promise<any> {
8
8
  // // @ts-ignore
9
9
  // if (import.meta.env.STORYBOOK_BUILD === "true") {
10
- // return await import("@google/earthengine")
10
+ // return await import("@google/earthengine");
11
11
  // }
12
- // return await import("./api")
12
+ // return await import("./api");
13
13
  // }
14
+ //
14
15
  // const EE = await importEEModule();
15
16
  import EE from "./api";
16
17
  // @ts-ignore
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hisptz/dhis2-analytics",
3
- "version": "1.0.37",
3
+ "version": "1.0.38",
4
4
  "description": "A collection of reusable react components for visualizing analytics data from DHIS2",
5
5
  "license": "BSD-3-Clause",
6
6
  "scripts": {
@@ -31,7 +31,7 @@
31
31
  "dependencies": {
32
32
  "@dhis2/analytics": "^24.4.2",
33
33
  "@dhis2/app-runtime": "^3.7.0",
34
- "@hisptz/dhis2-ui": "^1.0.37",
34
+ "@hisptz/dhis2-ui": "^1.0.38",
35
35
  "@hisptz/dhis2-utils": "^1.0.37",
36
36
  "async-es": "^3.2.4",
37
37
  "d3-color": "^3.1.0",
@@ -80,5 +80,5 @@
80
80
  "peerDependencies": {
81
81
  "lodash": "^4"
82
82
  },
83
- "gitHead": "c3fb66b7aa796d773540d13ea2f6472e7cf3c736"
83
+ "gitHead": "b9156d864b8ca7e1a9850fc10ed0447e7dfd3c20"
84
84
  }