@hmcts/ccd-case-ui-toolkit 7.3.77 → 7.3.78-exui-2906-activity-tracker-web-pubsub
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 +1 -1
- package/fesm2022/hmcts-ccd-case-ui-toolkit.mjs +5659 -3785
- package/fesm2022/hmcts-ccd-case-ui-toolkit.mjs.map +1 -1
- package/index.d.ts +706 -525
- package/index.d.ts.map +1 -1
- package/package.json +14 -14
package/README.md
CHANGED
|
@@ -182,6 +182,6 @@ As a result once you change library source code it will be automatically re-comp
|
|
|
182
182
|
|
|
183
183
|
Prerelease version from PR branch should follow the format as `x.y.z-RDM-xxx-prerelease`
|
|
184
184
|
|
|
185
|
-
## LICENSE
|
|
185
|
+
## LICENSE.
|
|
186
186
|
|
|
187
187
|
This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details.
|