@openmrs/esm-extensions 5.7.1 → 5.7.2-pre.2092

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,16 +1,16 @@
1
- Browserslist: caniuse-lite is outdated. Please run:
2
- npx update-browserslist-db@latest
3
- Why you should do it regularly: https://github.com/browserslist/update-db#readme
4
- asset openmrs-esm-extensions.js 24.8 KiB [emitted] [minimized] (name: main) 1 related asset
5
- orphan modules 99.8 KiB [orphan] 94 modules
6
- runtime modules 670 bytes 3 modules
7
- built modules 100 KiB [built]
8
- modules by path external "@openmrs/ 210 bytes
9
- external "@openmrs/esm-config" 42 bytes [built] [code generated]
10
- external "@openmrs/esm-state" 42 bytes [built] [code generated]
11
- external "@openmrs/esm-api" 42 bytes [built] [code generated]
12
- external "@openmrs/esm-feature-flags" 42 bytes [built] [code generated]
13
- external "@openmrs/esm-utils" 42 bytes [built] [code generated]
14
- ./src/index.ts + 94 modules 100 KiB [built] [code generated]
15
- external "single-spa" 42 bytes [built] [code generated]
16
- webpack 5.88.0 compiled successfully in 1302 ms
1
+ Browserslist: caniuse-lite is outdated. Please run:
2
+ npx update-browserslist-db@latest
3
+ Why you should do it regularly: https://github.com/browserslist/update-db#readme
4
+ asset openmrs-esm-extensions.js 24.8 KiB [emitted] [minimized] (name: main) 1 related asset
5
+ orphan modules 99.8 KiB [orphan] 94 modules
6
+ runtime modules 670 bytes 3 modules
7
+ built modules 100 KiB [built]
8
+ modules by path external "@openmrs/ 210 bytes
9
+ external "@openmrs/esm-config" 42 bytes [built] [code generated]
10
+ external "@openmrs/esm-state" 42 bytes [built] [code generated]
11
+ external "@openmrs/esm-api" 42 bytes [built] [code generated]
12
+ external "@openmrs/esm-feature-flags" 42 bytes [built] [code generated]
13
+ external "@openmrs/esm-utils" 42 bytes [built] [code generated]
14
+ ./src/index.ts + 94 modules 100 KiB [built] [code generated]
15
+ external "single-spa" 42 bytes [built] [code generated]
16
+ webpack 5.88.0 compiled successfully in 6865 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-extensions",
3
- "version": "5.7.1",
3
+ "version": "5.7.2-pre.2092",
4
4
  "license": "MPL-2.0",
5
5
  "description": "Coordinates extensions and extension points in the OpenMRS Frontend",
6
6
  "browser": "dist/openmrs-esm-extensions.js",
@@ -46,14 +46,15 @@
46
46
  "single-spa": "5.x"
47
47
  },
48
48
  "devDependencies": {
49
- "@openmrs/esm-api": "5.7.1",
50
- "@openmrs/esm-config": "5.7.1",
51
- "@openmrs/esm-feature-flags": "5.7.1",
52
- "@openmrs/esm-state": "5.7.1",
53
- "@openmrs/esm-utils": "5.7.1",
49
+ "@openmrs/esm-api": "5.7.2-pre.2092",
50
+ "@openmrs/esm-config": "5.7.2-pre.2092",
51
+ "@openmrs/esm-feature-flags": "5.7.2-pre.2092",
52
+ "@openmrs/esm-state": "5.7.2-pre.2092",
53
+ "@openmrs/esm-utils": "5.7.2-pre.2092",
54
54
  "single-spa": "^6.0.1"
55
55
  },
56
56
  "dependencies": {
57
57
  "lodash-es": "^4.17.21"
58
- }
58
+ },
59
+ "stableVersion": "5.7.1"
59
60
  }
File without changes
@@ -1,7 +0,0 @@
1
-  PASS  src/extensions.test.ts
2
-
3
- Test Suites: 1 passed, 1 total
4
- Tests: 1 passed, 1 total
5
- Snapshots: 0 total
6
- Time: 0.76 s, estimated 1 s
7
- Ran all test suites.
File without changes