@openmrs/esm-framework 3.3.2-pre.1187 → 3.3.2-pre.1188

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.
@@ -1,4 +1,4 @@
1
- @openmrs/esm-framework:build: cache hit, replaying output 01c92833df3c4dc5
1
+ @openmrs/esm-framework:build: cache hit, replaying output 4995a41f03a8dfb1
2
2
  @openmrs/esm-framework:build: $ webpack --mode=production
3
3
  @openmrs/esm-framework:build: Starting type checking service...
4
4
  @openmrs/esm-framework:build: Using 1 worker with 2048MB memory limit
@@ -153,4 +153,4 @@
153
153
  @openmrs/esm-framework:build: You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
154
154
  @openmrs/esm-framework:build: For more info visit https://webpack.js.org/guides/code-splitting/
155
155
  @openmrs/esm-framework:build:
156
- @openmrs/esm-framework:build: webpack 5.70.0 compiled with 27 warnings in 35483 ms
156
+ @openmrs/esm-framework:build: webpack 5.70.0 compiled with 27 warnings in 26623 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-framework",
3
- "version": "3.3.2-pre.1187",
3
+ "version": "3.3.2-pre.1188",
4
4
  "license": "MPL-2.0",
5
5
  "browser": "dist/openmrs-esm-framework.js",
6
6
  "main": "src/index.ts",
@@ -35,18 +35,18 @@
35
35
  "access": "public"
36
36
  },
37
37
  "dependencies": {
38
- "@openmrs/esm-api": "^3.3.2-pre.1187",
39
- "@openmrs/esm-breadcrumbs": "^3.3.2-pre.1187",
40
- "@openmrs/esm-config": "^3.3.2-pre.1187",
41
- "@openmrs/esm-error-handling": "^3.3.2-pre.1187",
42
- "@openmrs/esm-extensions": "^3.3.2-pre.1187",
43
- "@openmrs/esm-globals": "^3.3.2-pre.1187",
44
- "@openmrs/esm-offline": "^3.3.2-pre.1187",
45
- "@openmrs/esm-react-utils": "^3.3.2-pre.1187",
46
- "@openmrs/esm-state": "^3.3.2-pre.1187",
47
- "@openmrs/esm-styleguide": "^3.3.2-pre.1187",
48
- "@openmrs/esm-utils": "^3.3.2-pre.1187",
38
+ "@openmrs/esm-api": "^3.3.2-pre.1188",
39
+ "@openmrs/esm-breadcrumbs": "^3.3.2-pre.1188",
40
+ "@openmrs/esm-config": "^3.3.2-pre.1188",
41
+ "@openmrs/esm-error-handling": "^3.3.2-pre.1188",
42
+ "@openmrs/esm-extensions": "^3.3.2-pre.1188",
43
+ "@openmrs/esm-globals": "^3.3.2-pre.1188",
44
+ "@openmrs/esm-offline": "^3.3.2-pre.1188",
45
+ "@openmrs/esm-react-utils": "^3.3.2-pre.1188",
46
+ "@openmrs/esm-state": "^3.3.2-pre.1188",
47
+ "@openmrs/esm-styleguide": "^3.3.2-pre.1188",
48
+ "@openmrs/esm-utils": "^3.3.2-pre.1188",
49
49
  "dayjs": "^1.10.7"
50
50
  },
51
- "gitHead": "6739e87e1c98a4b3b1d7471b44c06a016d2cfff6"
51
+ "gitHead": "984a98aad000e0134d99c389fe61ca1306097e32"
52
52
  }