@openmrs/esm-api 4.3.1 → 4.3.2-pre.661

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,19 @@
1
- @openmrs/esm-api:build: cache hit, replaying output 610f984cf9f3c626
2
- @openmrs/esm-api:build: asset openmrs-esm-api.js 31.3 KiB [emitted] [minimized] (name: main) 2 related assets
3
- @openmrs/esm-api:build: orphan modules 377 KiB [orphan] 227 modules
4
- @openmrs/esm-api:build: runtime modules 1.76 KiB 6 modules
5
- @openmrs/esm-api:build: built modules 99.9 KiB [built]
6
- @openmrs/esm-api:build:  cacheable modules 99.8 KiB
7
- @openmrs/esm-api:build:  modules by path ../../../node_modules/systemjs-webpack-interop/ 3.27 KiB
8
- @openmrs/esm-api:build:  ../../../node_modules/systemjs-webpack-interop/auto-public-path/1.js 89 bytes [built] [code generated]
9
- @openmrs/esm-api:build:  ../../../node_modules/systemjs-webpack-interop/auto-public-path/auto-public-path.js 846 bytes [built] [code generated]
10
- @openmrs/esm-api:build:  ../../../node_modules/systemjs-webpack-interop/public-path.js 2.36 KiB [built] [code generated]
11
- @openmrs/esm-api:build:  ./src/index.ts + 45 modules 89.1 KiB [built] [code generated]
12
- @openmrs/esm-api:build:  ../esm-state/dist/openmrs-esm-state.js 7.44 KiB [built] [code generated]
13
- @openmrs/esm-api:build:  modules by path external "@openmrs/ 84 bytes
14
- @openmrs/esm-api:build:  external "@openmrs/esm-config" 42 bytes [built] [code generated]
15
- @openmrs/esm-api:build:  external "@openmrs/esm-error-handling" 42 bytes [built] [code generated]
16
- @openmrs/esm-api:build: webpack 5.77.0 compiled successfully in 7394 ms
1
+ @openmrs/esm-api:build: cache hit, replaying output 4ba423edc51f0cf9
2
+ @openmrs/esm-api:build: Browserslist: caniuse-lite is outdated. Please run:
3
+ @openmrs/esm-api:build:  npx update-browserslist-db@latest
4
+ @openmrs/esm-api:build:  Why you should do it regularly: https://github.com/browserslist/update-db#readme
5
+ @openmrs/esm-api:build: asset openmrs-esm-api.js 31.3 KiB [emitted] [minimized] (name: main) 2 related assets
6
+ @openmrs/esm-api:build: orphan modules 377 KiB [orphan] 227 modules
7
+ @openmrs/esm-api:build: runtime modules 1.76 KiB 6 modules
8
+ @openmrs/esm-api:build: built modules 99.9 KiB [built]
9
+ @openmrs/esm-api:build:  cacheable modules 99.8 KiB
10
+ @openmrs/esm-api:build:  modules by path ../../../node_modules/systemjs-webpack-interop/ 3.27 KiB
11
+ @openmrs/esm-api:build:  ../../../node_modules/systemjs-webpack-interop/auto-public-path/1.js 89 bytes [built] [code generated]
12
+ @openmrs/esm-api:build:  ../../../node_modules/systemjs-webpack-interop/auto-public-path/auto-public-path.js 846 bytes [built] [code generated]
13
+ @openmrs/esm-api:build:  ../../../node_modules/systemjs-webpack-interop/public-path.js 2.36 KiB [built] [code generated]
14
+ @openmrs/esm-api:build:  ./src/index.ts + 45 modules 89.1 KiB [built] [code generated]
15
+ @openmrs/esm-api:build:  ../esm-state/dist/openmrs-esm-state.js 7.44 KiB [built] [code generated]
16
+ @openmrs/esm-api:build:  modules by path external "@openmrs/ 84 bytes
17
+ @openmrs/esm-api:build:  external "@openmrs/esm-config" 42 bytes [built] [code generated]
18
+ @openmrs/esm-api:build:  external "@openmrs/esm-error-handling" 42 bytes [built] [code generated]
19
+ @openmrs/esm-api:build: webpack 5.77.0 compiled successfully in 6411 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-api",
3
- "version": "4.3.1",
3
+ "version": "4.3.2-pre.661",
4
4
  "license": "MPL-2.0",
5
5
  "description": "The javascript module for interacting with the OpenMRS API",
6
6
  "browser": "dist/openmrs-esm-api.js",
@@ -44,10 +44,10 @@
44
44
  "@openmrs/esm-error-handling": "4.x"
45
45
  },
46
46
  "devDependencies": {
47
- "@openmrs/esm-config": "^4.3.0",
48
- "@openmrs/esm-error-handling": "^4.3.0",
49
- "@openmrs/esm-state": "^4.3.0",
47
+ "@openmrs/esm-config": "^4.3.2-pre.661",
48
+ "@openmrs/esm-error-handling": "^4.3.2-pre.661",
49
+ "@openmrs/esm-state": "^4.3.2-pre.661",
50
50
  "rxjs": "^6.5.3"
51
51
  },
52
- "gitHead": "181cf5302b7ef40a1e782e521f9427facc507eb9"
52
+ "gitHead": "193646f25ee046b71527128b93e4ad9df6704cf5"
53
53
  }