@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.
@@ -1,10 +1,10 @@
1
- @openmrs/esm-config:build: cache hit, replaying output 8aa18e78113fe954
1
+ @openmrs/esm-config:build: cache hit, replaying output c9610a44a657f39e
2
2
  @openmrs/esm-config:build: $ webpack --mode=production
3
- @openmrs/esm-config:build: asset openmrs-esm-module-config.js 23.9 KiB [emitted] [minimized] (name: main) 1 related asset
4
- @openmrs/esm-config:build: orphan modules 372 KiB [orphan] 337 modules
3
+ @openmrs/esm-config:build: asset openmrs-esm-module-config.js 23.9 KiB [emitted] [minimized] (name: main) 1 related asset
4
+ @openmrs/esm-config:build: orphan modules 372 KiB [orphan] 337 modules
5
5
  @openmrs/esm-config:build: runtime modules 670 bytes 3 modules
6
- @openmrs/esm-config:build: built modules 73.7 KiB [built]
7
- @openmrs/esm-config:build:  ./src/index.ts + 37 modules 73.6 KiB [built] [code generated]
8
- @openmrs/esm-config:build:  external "@openmrs/esm-state" 42 bytes [built] [code generated]
9
- @openmrs/esm-config:build:  external "single-spa" 42 bytes [built] [code generated]
10
- @openmrs/esm-config:build: webpack 5.70.0 compiled successfully in 11157 ms
6
+ @openmrs/esm-config:build: built modules 73.7 KiB [built]
7
+ @openmrs/esm-config:build:  ./src/index.ts + 37 modules 73.6 KiB [built] [code generated]
8
+ @openmrs/esm-config:build:  external "@openmrs/esm-state" 42 bytes [built] [code generated]
9
+ @openmrs/esm-config:build:  external "single-spa" 42 bytes [built] [code generated]
10
+ @openmrs/esm-config:build: webpack 5.70.0 compiled successfully in 7070 ms
@@ -0,0 +1,2 @@
1
+ @openmrs/esm-config:lint: cache hit, replaying output e059960089b05a38
2
+ @openmrs/esm-config:lint: $ eslint src --ext ts,tsx
@@ -0,0 +1,13 @@
1
+ @openmrs/esm-config:test: cache hit, replaying output 938f45b775e0cbf4
2
+ @openmrs/esm-config:test: $ jest --config jest.config.js --passWithNoTests
3
+ @openmrs/esm-config:test: PASS src/navigation/navigate.test.ts
4
+ @openmrs/esm-config:test: PASS src/validators/validators.test.ts
5
+ @openmrs/esm-config:test: PASS src/navigation/interpolate-string.test.ts
6
+ @openmrs/esm-config:test: PASS src/validators/type-validators.test.ts
7
+ @openmrs/esm-config:test: PASS src/module-config/module-config.test.ts
8
+ @openmrs/esm-config:test: 
9
+ @openmrs/esm-config:test: Test Suites: 5 passed, 5 total
10
+ @openmrs/esm-config:test: Tests: 1 skipped, 85 passed, 86 total
11
+ @openmrs/esm-config:test: Snapshots: 0 total
12
+ @openmrs/esm-config:test: Time: 9.879 s
13
+ @openmrs/esm-config:test: Ran all test suites.
@@ -0,0 +1,2 @@
1
+ @openmrs/esm-config:typescript: cache hit, replaying output 2eb1242b6e77246a
2
+ @openmrs/esm-config:typescript: $ tsc
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.3.2-pre.9",
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": "3.x",
43
- "@openmrs/esm-state": "3.x",
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": "^3.3.2-pre.9",
49
- "@openmrs/esm-state": "^3.3.2-pre.9",
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": "cf39a8f13110271a58afce56819d93eb8b759dc5"
55
+ "gitHead": "254a7226212aac82df4434639b2584e24ac240e4"
56
56
  }