formbuilder-lhcforms 10.0.5 → 10.0.7
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/formbuilder-lhcforms/assets/items-layout.json5 +1 -0
- package/dist/formbuilder-lhcforms/assets/ngx-item.schema.json5 +29 -4
- package/dist/formbuilder-lhcforms/assets/version.json +1 -1
- package/dist/formbuilder-lhcforms/index.html +1 -1
- package/dist/formbuilder-lhcforms/main.25f0a84f4bb67779.js +1 -0
- package/package.json +4 -1
- package/dist/formbuilder-lhcforms/main.ba78150ea0d3e49d.js +0 -1
- package/dist/formbuilder-lhcforms/tests/window-open-test.html +0 -117
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "formbuilder-lhcforms",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.7",
|
|
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,6 +27,7 @@
|
|
|
27
27
|
"lint": "npx ng lint",
|
|
28
28
|
"cy:verify": "npx cypress verify",
|
|
29
29
|
"cy-run": "npx cypress run --browser chrome --config baseUrl=http://localhost:${npm_package_config_testPort}",
|
|
30
|
+
"cy-run-log": "npx cypress run --env CYPRESS_LOG=log --browser chrome --config baseUrl=http://localhost:${npm_package_config_testPort}",
|
|
30
31
|
"cy-run-fl": "npx cypress run --browser chrome --config baseUrl=http://localhost:${npm_package_config_testPort} --spec ./cypress/e2e/form-level/form-level.cy.ts",
|
|
31
32
|
"cy-run-il": "npx cypress run --browser chrome --config baseUrl=http://localhost:${npm_package_config_testPort} --spec ./cypress/e2e/item-level/item-level.cy.ts",
|
|
32
33
|
"e2e": "npx ng e2e",
|
|
@@ -37,6 +38,8 @@
|
|
|
37
38
|
"e2e:prod": "npx 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
39
|
"e2e:cy-run-fl": "npx start-test e2e:start-server http://localhost:${npm_package_config_testPort} cy-run-fl",
|
|
39
40
|
"e2e:cy-run-il": "npx start-test e2e:start-server http://localhost:${npm_package_config_testPort} cy-run-il",
|
|
41
|
+
"e2e:cy-run": "npx start-test e2e:start-server http://localhost:${npm_package_config_testPort} cy-run",
|
|
42
|
+
"e2e:cy-run-log": "npx start-test e2e:start-server http://localhost:${npm_package_config_testPort} cy-run-log",
|
|
40
43
|
"cy-pw-run": "npm run cy-run && npm run pw-run"
|
|
41
44
|
},
|
|
42
45
|
"files": [
|