@hmcts/ccd-case-ui-toolkit 7.3.53-exui-4295-cve-fix-2 → 7.3.53
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 +0 -3
- package/fesm2022/hmcts-ccd-case-ui-toolkit.mjs +327 -137
- package/fesm2022/hmcts-ccd-case-ui-toolkit.mjs.map +1 -1
- package/index.d.ts +46 -10
- package/index.d.ts.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
# ccd-case-ui-toolkit
|
|
2
2
|
[](https://opensource.org/licenses/MIT)
|
|
3
|
-
[](https://travis-ci.org/hmcts/ccd-case-ui-toolkit)
|
|
4
3
|
[](https://codecov.io/gh/hmcts/ccd-case-ui-toolkit)
|
|
5
4
|
[](https://snyk.io/test/github/hmcts/ccd-case-ui-toolkit)
|
|
6
5
|
[](#ccd-case-ui-toolkit)
|
|
@@ -124,7 +123,6 @@ case-ui-toolkit
|
|
|
124
123
|
├─ .editorconfig - Common IDE configuration
|
|
125
124
|
├─ .gitignore - List of files that are ignored while publishing to git repo
|
|
126
125
|
├─ .npmignore - List of files that are ignored while publishing to npmjs
|
|
127
|
-
├─ .travis.yml - Travis CI configuration
|
|
128
126
|
├─ LICENSE.md - License details
|
|
129
127
|
├─ README.md - README for the library
|
|
130
128
|
├─ gulpfile.js - Gulp helper scripts
|
|
@@ -181,7 +179,6 @@ As a result once you change library source code it will be automatically re-comp
|
|
|
181
179
|
|
|
182
180
|
### Library Release
|
|
183
181
|
|
|
184
|
-
Travis build system automatically publish NPM packages including GitHub releases whenever there is a version change in package.json
|
|
185
182
|
|
|
186
183
|
Prerelease version from PR branch should follow the format as `x.y.z-RDM-xxx-prerelease`
|
|
187
184
|
|