@openmrs/esm-config 3.3.2-pre.9 → 4.0.0-pre.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.
- package/.turbo/turbo-build.log +8 -8
- package/.turbo/turbo-lint.log +2 -0
- package/.turbo/turbo-test.log +13 -0
- package/.turbo/turbo-typescript.log +2 -0
- package/dist/openmrs-esm-module-config.js +0 -0
- package/dist/openmrs-esm-module-config.js.map +0 -0
- package/jest.config.js +4 -0
- package/package.json +6 -6
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
[35m@openmrs/esm-config:build: [0mcache hit, replaying output [
|
|
1
|
+
[35m@openmrs/esm-config:build: [0mcache hit, replaying output [2mc9610a44a657f39e[0m
|
|
2
2
|
[35m@openmrs/esm-config:build: [0m$ webpack --mode=production
|
|
3
|
-
[35m@openmrs/esm-config:build: [0masset
|
|
4
|
-
[35m@openmrs/esm-config:build: [0morphan modules 372 KiB
|
|
3
|
+
[35m@openmrs/esm-config:build: [0masset openmrs-esm-module-config.js 23.9 KiB [emitted] [minimized] (name: main) 1 related asset
|
|
4
|
+
[35m@openmrs/esm-config:build: [0morphan modules 372 KiB [orphan] 337 modules
|
|
5
5
|
[35m@openmrs/esm-config:build: [0mruntime modules 670 bytes 3 modules
|
|
6
|
-
[35m@openmrs/esm-config:build: [0mbuilt modules 73.7 KiB
|
|
7
|
-
[35m@openmrs/esm-config:build: [0m
|
|
8
|
-
[35m@openmrs/esm-config:build: [0m
|
|
9
|
-
[35m@openmrs/esm-config:build: [0m
|
|
10
|
-
[35m@openmrs/esm-config:build: [0mwebpack 5.70.0 compiled
|
|
6
|
+
[35m@openmrs/esm-config:build: [0mbuilt modules 73.7 KiB [built]
|
|
7
|
+
[35m@openmrs/esm-config:build: [0m ./src/index.ts + 37 modules 73.6 KiB [built] [code generated]
|
|
8
|
+
[35m@openmrs/esm-config:build: [0m external "@openmrs/esm-state" 42 bytes [built] [code generated]
|
|
9
|
+
[35m@openmrs/esm-config:build: [0m external "single-spa" 42 bytes [built] [code generated]
|
|
10
|
+
[35m@openmrs/esm-config:build: [0mwebpack 5.70.0 compiled successfully in 7070 ms
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
[32m@openmrs/esm-config:test: [0mcache hit, replaying output [2m938f45b775e0cbf4[0m
|
|
2
|
+
[32m@openmrs/esm-config:test: [0m$ jest --config jest.config.js --passWithNoTests
|
|
3
|
+
[32m@openmrs/esm-config:test: [0mPASS src/navigation/navigate.test.ts
|
|
4
|
+
[32m@openmrs/esm-config:test: [0mPASS src/validators/validators.test.ts
|
|
5
|
+
[32m@openmrs/esm-config:test: [0mPASS src/navigation/interpolate-string.test.ts
|
|
6
|
+
[32m@openmrs/esm-config:test: [0mPASS src/validators/type-validators.test.ts
|
|
7
|
+
[32m@openmrs/esm-config:test: [0mPASS src/module-config/module-config.test.ts
|
|
8
|
+
[32m@openmrs/esm-config:test: [0m
|
|
9
|
+
[32m@openmrs/esm-config:test: [0mTest Suites: 5 passed, 5 total
|
|
10
|
+
[32m@openmrs/esm-config:test: [0mTests: 1 skipped, 85 passed, 86 total
|
|
11
|
+
[32m@openmrs/esm-config:test: [0mSnapshots: 0 total
|
|
12
|
+
[32m@openmrs/esm-config:test: [0mTime: 9.879 s
|
|
13
|
+
[32m@openmrs/esm-config:test: [0mRan all test suites.
|
|
File without changes
|
|
File without changes
|
package/jest.config.js
CHANGED
|
@@ -8,4 +8,8 @@ module.exports = {
|
|
|
8
8
|
"@openmrs/esm-globals": "<rootDir>/__mocks__/openmrs-esm-globals.mock.tsx",
|
|
9
9
|
"@openmrs/esm-state": "<rootDir>/__mocks__/openmrs-esm-state.mock.tsx",
|
|
10
10
|
},
|
|
11
|
+
testEnvironment: "jsdom",
|
|
12
|
+
testEnvironmentOptions: {
|
|
13
|
+
url: "http://localhost/",
|
|
14
|
+
},
|
|
11
15
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-config",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0-pre.0",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"description": "A configuration library for the OpenMRS Single-Spa framework.",
|
|
6
6
|
"browser": "dist/openmrs-esm-module-config.js",
|
|
@@ -39,18 +39,18 @@
|
|
|
39
39
|
"ramda": "^0.26.1"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"@openmrs/esm-globals": "
|
|
43
|
-
"@openmrs/esm-state": "
|
|
42
|
+
"@openmrs/esm-globals": "4.x",
|
|
43
|
+
"@openmrs/esm-state": "4.x",
|
|
44
44
|
"single-spa": "5.x",
|
|
45
45
|
"systemjs": "6.x"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@openmrs/esm-globals": "^
|
|
49
|
-
"@openmrs/esm-state": "^
|
|
48
|
+
"@openmrs/esm-globals": "^4.0.0-pre.0",
|
|
49
|
+
"@openmrs/esm-state": "^4.0.0-pre.0",
|
|
50
50
|
"@types/ramda": "^0.26.44",
|
|
51
51
|
"@types/systemjs": "^6.1.0",
|
|
52
52
|
"babel-plugin-ramda": "^2.0.0",
|
|
53
53
|
"single-spa": "^5.9.2"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "254a7226212aac82df4434639b2584e24ac240e4"
|
|
56
56
|
}
|