openmrs 4.1.1-pre.545 → 4.1.1-pre.549
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
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[36mopenmrs:build[0m: cache hit, replaying output [
|
|
1
|
+
[36mopenmrs:build[0m: cache hit, replaying output [2m025058b0cc3d8ffd[0m
|
|
@@ -128,7 +128,6 @@ function extractFiles(sourceFile, targetDir) {
|
|
|
128
128
|
const sourceDir = (0, path_1.dirname)(entryModule);
|
|
129
129
|
Object.keys(files)
|
|
130
130
|
.filter((m) => m.startsWith(`${packageRoot}/${sourceDir}`))
|
|
131
|
-
.filter((m) => !m.endsWith(".map"))
|
|
132
131
|
.forEach((m) => __awaiter(this, void 0, void 0, function* () {
|
|
133
132
|
const content = files[m];
|
|
134
133
|
const fileName = m.replace(`${packageRoot}/${sourceDir}/`, "");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openmrs",
|
|
3
|
-
"version": "4.1.1-pre.
|
|
3
|
+
"version": "4.1.1-pre.549",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": "./dist/cli.js",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
],
|
|
31
31
|
"homepage": "https://github.com/openmrs/openmrs-esm-core#readme",
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@openmrs/esm-app-shell": "4.1.1-pre.
|
|
34
|
-
"@openmrs/webpack-config": "4.1.1-pre.
|
|
33
|
+
"@openmrs/esm-app-shell": "4.1.1-pre.549",
|
|
34
|
+
"@openmrs/webpack-config": "4.1.1-pre.549",
|
|
35
35
|
"@pnpm/npm-conf": "^2.1.0",
|
|
36
36
|
"autoprefixer": "^10.4.2",
|
|
37
37
|
"axios": "^0.21.1",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"@types/systemjs": "^6.1.0",
|
|
70
70
|
"@types/tar": "^4.0.3"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "9be4072c756027ee63d0f774205d8bfb0ba539f5"
|
|
73
73
|
}
|
package/src/commands/assemble.ts
CHANGED
|
@@ -175,7 +175,6 @@ async function extractFiles(sourceFile: string, targetDir: string) {
|
|
|
175
175
|
|
|
176
176
|
Object.keys(files)
|
|
177
177
|
.filter((m) => m.startsWith(`${packageRoot}/${sourceDir}`))
|
|
178
|
-
.filter((m) => !m.endsWith(".map"))
|
|
179
178
|
.forEach(async (m) => {
|
|
180
179
|
const content = files[m];
|
|
181
180
|
const fileName = m.replace(`${packageRoot}/${sourceDir}/`, "");
|