formbuilder-lhcforms 11.0.12 → 11.0.13
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/3rdpartylicenses.txt +2 -28
- package/dist/formbuilder-lhcforms/assets/version.json +1 -1
- package/dist/formbuilder-lhcforms/index.html +1 -1
- package/dist/formbuilder-lhcforms/main.977d74df265755c7.js +1 -0
- package/package.json +5 -16
- package/dist/formbuilder-lhcforms/main.008e957fec724ae8.js +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "formbuilder-lhcforms",
|
|
3
|
-
"version": "11.0.
|
|
3
|
+
"version": "11.0.13",
|
|
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",
|
|
@@ -17,14 +17,9 @@
|
|
|
17
17
|
"build-with-test-html": "npx ng build --configuration prod_with_test_html",
|
|
18
18
|
"create-version-file": "echo {\\\"version\\\": \\\"${npm_package_version}\\\"} > ./src/assets/version.json",
|
|
19
19
|
"build": "npm run create-version-file && npx ng build --configuration production",
|
|
20
|
-
"test": "npm run unit-test && npm run e2e:
|
|
20
|
+
"test": "npm run unit-test && npm run e2e:pw-run",
|
|
21
21
|
"unit-test": "npx ng test --watch=false | grep -v -E '^(chunk|spec-|Lazy chunk)'",
|
|
22
22
|
"lint": "npx ng lint",
|
|
23
|
-
"cy:verify": "npx cypress verify",
|
|
24
|
-
"cy-run": "dotenv -c -- sh -c 'npx cypress run --browser chrome --config baseUrl=\"$TEST_BASE_URL\"'",
|
|
25
|
-
"cy-run-log": "dotenv -c -- sh -c 'npx cypress run --env CYPRESS_LOG=log --browser chrome --config baseUrl=\"$TEST_BASE_URL\"'",
|
|
26
|
-
"cy-run-fl": "dotenv -c -- sh -c 'npx cypress run --browser chrome --config baseUrl=\"$TEST_BASE_URL\" --spec ./cypress/e2e/form-level/form-level.cy.ts'",
|
|
27
|
-
"cy-run-il": "dotenv -c -- sh -c 'npx cypress run --browser chrome --config baseUrl=\"$TEST_BASE_URL\" --spec ./cypress/e2e/item-level/**/*.cy.ts'",
|
|
28
23
|
"e2e": "npx ng e2e",
|
|
29
24
|
"e2e:serve": "dotenv -c -- sh -c 'angular-http-server --silent --path ./dist/formbuilder-lhcforms -p \"$TEST_PORT\"'",
|
|
30
25
|
"e2e:serve-second": "dotenv -c -- sh -c 'npx angular-http-server --silent --path ./dist/formbuilder-lhcforms -p \"$TEST_PORT_SECOND\"'",
|
|
@@ -32,13 +27,7 @@
|
|
|
32
27
|
"e2e:start-server": "npm run build-with-test-html && npm run e2e:serve",
|
|
33
28
|
"e2e:start-second-server": "npm run build-with-test-html && npm run e2e:serve-second",
|
|
34
29
|
"pw-run": "dotenv -c -- npx playwright test",
|
|
35
|
-
"e2e:pw-run": "dotenv -c -- npm run build-with-test-html && dotenv -c -- sh -c 'npx start-test e2e:serve-both \"$TEST_BASE_URL|$TEST_BASE_URL_SECOND\" pw-run'"
|
|
36
|
-
"e2e:prod": "dotenv -c -- npm run build-with-test-html && dotenv -c -- sh -c 'npx start-test e2e:serve-both \"$TEST_BASE_URL|$TEST_BASE_URL_SECOND\" cy-pw-run'",
|
|
37
|
-
"e2e:cy-run-fl": "dotenv -c -- sh -c 'npx start-test e2e:start-server \"$TEST_BASE_URL\" cy-run-fl'",
|
|
38
|
-
"e2e:cy-run-il": "dotenv -c -- sh -c 'npx start-test e2e:start-server \"$TEST_BASE_URL\" cy-run-il'",
|
|
39
|
-
"e2e:cy-run": "dotenv -c -- sh -c 'npx start-test e2e:start-server \"$TEST_BASE_URL\" cy-run'",
|
|
40
|
-
"e2e:cy-run-log": "dotenv -c -- sh -c 'npx start-test e2e:start-server \"$TEST_BASE_URL\" cy-run-log'",
|
|
41
|
-
"cy-pw-run": "npm run pw-run && npm run cy-run"
|
|
30
|
+
"e2e:pw-run": "dotenv -c -- npm run build-with-test-html && dotenv -c -- sh -c 'npx start-test e2e:serve-both \"$TEST_BASE_URL|$TEST_BASE_URL_SECOND\" pw-run'"
|
|
42
31
|
},
|
|
43
32
|
"files": [
|
|
44
33
|
"dist/formbuilder-lhcforms"
|
|
@@ -94,8 +83,8 @@
|
|
|
94
83
|
"@angular-eslint/eslint-plugin-template": "~20.7.0",
|
|
95
84
|
"@angular-eslint/schematics": "~20.7.0",
|
|
96
85
|
"@angular-eslint/template-parser": "~20.7.0",
|
|
97
|
-
"@angular/build": "^20.3.
|
|
98
|
-
"@angular/cli": "~20.3.
|
|
86
|
+
"@angular/build": "^20.3.20",
|
|
87
|
+
"@angular/cli": "~20.3.20",
|
|
99
88
|
"@angular/compiler-cli": "~20.3.18",
|
|
100
89
|
"@angular/language-service": "~20.3.18",
|
|
101
90
|
"@cypress/schematic": "^2.5.1",
|