@openmrs/esm-form-builder-app 2.1.0 → 2.1.1-pre.612

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/README.md CHANGED
@@ -95,8 +95,7 @@ Then, in a separate terminal, run:
95
95
  yarn test-e2e --headed
96
96
  ```
97
97
 
98
- Please read [our e2e docs](e2e/README.md) for more information about E2E testing.
99
-
98
+ Read the [e2e testing guide](/e2e/README.md) to learn more about End-to-End tests in this project.
100
99
  ## Building
101
100
 
102
101
  ```sh
package/dist/routes.json CHANGED
@@ -1 +1 @@
1
- {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"fhir2":"^1.2.0","webservices.rest":"^2.2.0"},"pages":[{"component":"root","route":"form-builder","online":true,"offline":true,"order":1}],"extensions":[{"name":"system-administration-form-builder-card-link","slot":"system-admin-page-card-link-slot","component":"systemAdministrationFormBuilderCardLink","online":true,"offline":true}],"version":"2.1.0"}
1
+ {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"fhir2":"^1.2.0","webservices.rest":"^2.2.0"},"pages":[{"component":"root","route":"form-builder","online":true,"offline":true,"order":1}],"extensions":[{"name":"system-administration-form-builder-card-link","slot":"system-admin-page-card-link-slot","component":"systemAdministrationFormBuilderCardLink","online":true,"offline":true}],"version":"2.1.1-pre.612"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-form-builder-app",
3
- "version": "2.1.0",
3
+ "version": "2.1.1-pre.612",
4
4
  "license": "MPL-2.0",
5
5
  "description": "OpenMRS ESM Form Builder App",
6
6
  "browser": "dist/openmrs-esm-form-builder-app.js",
@@ -71,7 +71,7 @@
71
71
  "@dnd-kit/utilities": "^3.2.1",
72
72
  "@openmrs/esm-framework": "next",
73
73
  "@openmrs/esm-styleguide": "next",
74
- "@playwright/test": "^1.38.0",
74
+ "@playwright/test": "1.39.0",
75
75
  "@swc/cli": "^0.1.62",
76
76
  "@swc/core": "^1.3.85",
77
77
  "@swc/jest": "^0.2.29",
@@ -112,5 +112,6 @@
112
112
  "webpack": "^5.88.2",
113
113
  "webpack-cli": "^5.1.4"
114
114
  },
115
- "packageManager": "yarn@3.6.0"
115
+ "packageManager": "yarn@3.6.0",
116
+ "stableVersion": "2.1.0"
116
117
  }