@openmrs/esm-message-app 1.0.1-pre.53 → 1.0.1-pre.57
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.
- package/.turbo/turbo-build.log +2 -2
- package/dist/routes.json +1 -1
- package/package.json +2 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Browserslist: browsers data (caniuse-lite) is
|
|
1
|
+
Browserslist: browsers data (caniuse-lite) is 9 months old. Please run:
|
|
2
2
|
npx update-browserslist-db@latest
|
|
3
3
|
Why you should do it regularly: https://github.com/browserslist/update-db#readme
|
|
4
4
|
assets by path *.js 3.63 KiB
|
|
@@ -12,4 +12,4 @@ runtime modules 10.1 KiB 12 modules
|
|
|
12
12
|
built modules 43 bytes [built]
|
|
13
13
|
container entry 42 bytes [built] [code generated]
|
|
14
14
|
./src/index.ts 1 bytes [built] [code generated]
|
|
15
|
-
webpack 5.104.1 compiled successfully in
|
|
15
|
+
webpack 5.104.1 compiled successfully in 5649 ms
|
package/dist/routes.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"1.0.1-pre.
|
|
1
|
+
{"version":"1.0.1-pre.57"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-message-app",
|
|
3
|
-
"version": "1.0.1-pre.
|
|
3
|
+
"version": "1.0.1-pre.57",
|
|
4
4
|
"description": "CFL Messaging microfrontend for the OpenMRS SPA",
|
|
5
5
|
"browser": "dist/openmrs-esm-messages-app.js",
|
|
6
6
|
"main": "src/index.ts",
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
"serve": "webpack serve --mode=development",
|
|
13
13
|
"debug": "npm run serve",
|
|
14
14
|
"build": "webpack --mode production",
|
|
15
|
+
"clean": "git clean -fdX -- dist",
|
|
15
16
|
"analyze": "webpack --mode=production --env.analyze=true",
|
|
16
17
|
"lint": "cross-env eslint src",
|
|
17
18
|
"test": "yarn run -T vitest run --passWithNoTests",
|