@digihmis/esm-service-queue-app 1.0.0 → 1.0.2

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/dist/routes.json CHANGED
@@ -1 +1 @@
1
- {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"fhir2":">=1.2","webservices.rest":"^2.24.0"},"extensions":[{"name":"service-queue-check-in-form","slot":"visit-form-bottom-slot","component":"serviceQueueCheckIn","order":1}],"modals":[{"name":"move-patient-to-new-room-modal","component":"moveToNextRoomModal"}],"version":"1.0.0"}
1
+ {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"fhir2":">=1.2","webservices.rest":">= .24.0"},"extensions":[{"name":"service-queue-check-in-form","slot":"visit-form-bottom-slot","component":"serviceQueueCheckIn","order":1}],"modals":[{"name":"move-patient-to-new-room-modal","component":"moveToNextRoomModal"}],"version":"1.0.2"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digihmis/esm-service-queue-app",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Service queue microfrontend for the OpenMRS SPA",
5
5
  "browser": "dist/digihmis-esm-service-queue-app.js",
6
6
  "main": "src/index.ts",
@@ -18,7 +18,8 @@
18
18
  "start": "openmrs develop",
19
19
  "test": "cross-env TZ=UTC jest --config jest.config.js --verbose false --passWithNoTests",
20
20
  "test:watch": "cross-env TZ=UTC jest --watch --config jest.config.js",
21
- "typescript": "tsc"
21
+ "typescript": "tsc",
22
+ "prepublishOnly": "rspack --mode=production"
22
23
  },
23
24
  "browserslist": [
24
25
  "extends browserslist-config-openmrs"
package/src/routes.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json.openmrs.org/routes.schema.json",
3
3
  "backendDependencies": {
4
4
  "fhir2": ">=1.2",
5
- "webservices.rest": "^2.24.0"
5
+ "webservices.rest": ">= .24.0"
6
6
  },
7
7
  "extensions": [
8
8
  {
@@ -18,5 +18,4 @@
18
18
  "component": "moveToNextRoomModal"
19
19
  }
20
20
  ]
21
-
22
- }
21
+ }