@openmrs/esm-routes 5.3.3-pre.1500 → 5.4.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.
@@ -1,8 +1,8 @@
1
- @openmrs/esm-routes:build: cache hit, replaying output f7d87adc77721a3a
1
+ @openmrs/esm-routes:build: cache hit, replaying output f896c9591368ada5
2
2
  @openmrs/esm-routes:build: asset openmrs-esm-utils.js 3.13 KiB [emitted] [minimized] (name: main) 1 related asset
3
3
  @openmrs/esm-routes:build: runtime modules 670 bytes 3 modules
4
4
  @openmrs/esm-routes:build: orphan modules 6.88 KiB [orphan] 2 modules
5
5
  @openmrs/esm-routes:build: built modules 6.97 KiB [built]
6
6
  @openmrs/esm-routes:build:  ./src/index.ts + 2 modules 6.93 KiB [built] [code generated]
7
7
  @openmrs/esm-routes:build:  external "@openmrs/esm-utils" 42 bytes [built] [code generated]
8
- @openmrs/esm-routes:build: webpack 5.88.0 compiled successfully in 7650 ms
8
+ @openmrs/esm-routes:build: webpack 5.88.0 compiled successfully in 7605 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-routes",
3
- "version": "5.3.3-pre.1500",
3
+ "version": "5.4.0",
4
4
  "license": "MPL-2.0",
5
5
  "description": "Utilities for working with the routes registry",
6
6
  "browser": "dist/openmrs-esm-routes.js",
@@ -43,9 +43,8 @@
43
43
  "@openmrs/esm-utils": "5.x"
44
44
  },
45
45
  "devDependencies": {
46
- "@openmrs/esm-globals": "5.3.3-pre.1500",
47
- "@openmrs/esm-utils": "5.3.3-pre.1500",
46
+ "@openmrs/esm-globals": "5.5.0",
47
+ "@openmrs/esm-utils": "5.5.0",
48
48
  "jest-fetch-mock": "^3.0.3"
49
- },
50
- "stableVersion": "5.2.0"
49
+ }
51
50
  }