formbuilder-lhcforms 9.6.3 → 9.6.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "formbuilder-lhcforms",
3
- "version": "9.6.3",
3
+ "version": "9.6.4",
4
4
  "description": "Build LHC-Forms and FHIR Questionnaires",
5
5
  "homepage": "https://github.com/lhncbc/formbuilder-lhcforms",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -27,12 +27,16 @@
27
27
  "lint": "ng lint",
28
28
  "cy:verify": "cypress verify",
29
29
  "cy-run": "cypress run --browser chrome --config baseUrl=http://localhost:${npm_package_config_testPort}",
30
+ "cy-run-fl": "cypress run --browser chrome --config baseUrl=http://localhost:${npm_package_config_testPort} --spec ./cypress/e2e/form-level/form-level.cy.ts",
31
+ "cy-run-il": "cypress run --browser chrome --config baseUrl=http://localhost:${npm_package_config_testPort} --spec ./cypress/e2e/item-level/item-level.cy.ts",
30
32
  "e2e": "ng e2e",
31
33
  "e2e:start-server": "npm run build-with-test-html && angular-http-server --silent --path ./dist/formbuilder-lhcforms -p ${npm_package_config_testPort}",
32
34
  "e2e:start-second-server": "npm run build-with-test-html && angular-http-server --silent --path ./dist/formbuilder-lhcforms -p ${npm_package_config_testPortSecond}",
33
35
  "pw-run": "npx playwright test",
34
36
  "e2e:pw-run": "start-test e2e:start-server http://localhost:${npm_package_config_testPort} e2e:start-second-server http://localhost:${npm_package_config_testPortSecond} pw-run",
35
37
  "e2e:prod": "start-test e2e:start-server http://localhost:${npm_package_config_testPort} e2e:start-second-server http://localhost:${npm_package_config_testPortSecond} cy-pw-run",
38
+ "e2e:cy-run-fl": "start-test e2e:start-server http://localhost:${npm_package_config_testPort} cy-run-fl",
39
+ "e2e:cy-run-il": "start-test e2e:start-server http://localhost:${npm_package_config_testPort} cy-run-il",
36
40
  "cy-pw-run": "npm run cy-run && npm run pw-run"
37
41
  },
38
42
  "files": [
@@ -52,8 +56,10 @@
52
56
  "@angular/platform-browser-dynamic": "~17.3.9",
53
57
  "@angular/router": "~17.3.9",
54
58
  "@bugsplat/angular-tree-component": "^13.0.1",
59
+ "@ctrl/ngx-codemirror": "^7.0.0",
55
60
  "@fortawesome/angular-fontawesome": "^0.14.1",
56
61
  "@fortawesome/fontawesome-svg-core": "^6.4.0",
62
+ "@fortawesome/free-regular-svg-icons": "^6.6.0",
57
63
  "@fortawesome/free-solid-svg-icons": "^6.4.0",
58
64
  "@fullcalendar/core": "^6.1.5",
59
65
  "@lhncbc/ngx-schema-form": "2.11.0-forked2",
@@ -61,6 +67,7 @@
61
67
  "@types/fhir": "^0.0.36",
62
68
  "ace-builds": "^1.16.0",
63
69
  "bootstrap": "^5.2.3",
70
+ "codemirror": "^5.65.16",
64
71
  "date-fns": "^2.30.0",
65
72
  "fast-copy": "^2.1.1",
66
73
  "fhirclient": "^2.5.2",
@@ -99,6 +106,7 @@
99
106
  "angular-http-server": "^1.11.1",
100
107
  "cypress": "^13.6.4",
101
108
  "cypress-fail-on-console-error": "^4.0.2",
109
+ "cypress-real-events": "^1.13.0",
102
110
  "eslint": "^8.57.0",
103
111
  "jasmine-core": "^4.6.0",
104
112
  "jasmine-spec-reporter": "~7.0.0",