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