formbuilder-lhcforms 9.2.4 → 9.2.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/README.md +16 -13
- package/dist/formbuilder-lhcforms/3rdpartylicenses.txt +7 -10
- package/dist/formbuilder-lhcforms/assets/version.json +1 -1
- package/dist/formbuilder-lhcforms/index.html +2 -2
- package/dist/formbuilder-lhcforms/main.f3a5fe66fbbb463d.js +1 -0
- package/package.json +10 -4
- package/dist/formbuilder-lhcforms/main.5506f329da9843c7.js +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "formbuilder-lhcforms",
|
|
3
|
-
"version": "9.2.
|
|
3
|
+
"version": "9.2.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",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"create-version-file": "echo {\\\"version\\\": \\\"${npm_package_version}\\\"} > ./src/assets/version.json",
|
|
23
23
|
"build": "npm run create-version-file && npm run copy-lforms && ng build --configuration production",
|
|
24
24
|
"test": "npm run unit-test && npm run e2e:prod",
|
|
25
|
-
"unit-test": "source ./bashrc.formbuilder && ng test --watch=false
|
|
25
|
+
"unit-test": "source ./bashrc.formbuilder && ng test --watch=false",
|
|
26
26
|
"lint": "ng lint",
|
|
27
27
|
"cy:verify": "cypress verify",
|
|
28
28
|
"e2e": "source ./bashrc.formbuilder && ng e2e",
|
|
@@ -73,6 +73,11 @@
|
|
|
73
73
|
"zone.js": "~0.11.4"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
|
+
"@angular-eslint/builder": "15.2.1",
|
|
77
|
+
"@angular-eslint/eslint-plugin": "15.2.1",
|
|
78
|
+
"@angular-eslint/eslint-plugin-template": "15.2.1",
|
|
79
|
+
"@angular-eslint/schematics": "15.2.1",
|
|
80
|
+
"@angular-eslint/template-parser": "15.2.1",
|
|
76
81
|
"@angular/cli": "~15.2.4",
|
|
77
82
|
"@angular/compiler-cli": "~15.2.4",
|
|
78
83
|
"@angular/language-service": "~15.2.4",
|
|
@@ -81,11 +86,13 @@
|
|
|
81
86
|
"@types/jasmine": "~4.3.1",
|
|
82
87
|
"@types/jasminewd2": "~2.0.10",
|
|
83
88
|
"@types/node": "^18.15.5",
|
|
89
|
+
"@typescript-eslint/eslint-plugin": "5.48.2",
|
|
90
|
+
"@typescript-eslint/parser": "5.48.2",
|
|
84
91
|
"@webcomponents/webcomponentsjs": "^2.7.0",
|
|
85
92
|
"angular-http-server": "^1.11.1",
|
|
86
|
-
"codelyzer": "^6.0.2",
|
|
87
93
|
"cypress": "^13.2.0",
|
|
88
94
|
"cypress-fail-on-console-error": "^4.0.2",
|
|
95
|
+
"eslint": "^8.33.0",
|
|
89
96
|
"jasmine-core": "^4.6.0",
|
|
90
97
|
"jasmine-spec-reporter": "~7.0.0",
|
|
91
98
|
"json-pointer": "^0.6.1",
|
|
@@ -97,7 +104,6 @@
|
|
|
97
104
|
"karma-jasmine-html-reporter": "^1.7.0",
|
|
98
105
|
"postcss": "^8.3.0",
|
|
99
106
|
"ts-node": "~9.1.1",
|
|
100
|
-
"tslint": "~6.1.3",
|
|
101
107
|
"typescript": "^4.8.4"
|
|
102
108
|
}
|
|
103
109
|
}
|