@govflanders/vl-widget-global-header-types 0.0.9 → 0.0.10
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 +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -70,6 +70,8 @@ or
|
|
|
70
70
|
yarn add -D @govflanders/vl-widget-global-header-types
|
|
71
71
|
```
|
|
72
72
|
|
|
73
|
+
**Note:** It’s recommended to use the caret (^) symbol in your package.json to stay updated with the latest minor and patch versions.
|
|
74
|
+
|
|
73
75
|
## Usage
|
|
74
76
|
This package provides all the types required for working with the Global Header Widget. The widget is available on the global window object as window.globalHeaderClient. You can import the types from global-header-types to use them in your project.
|
|
75
77
|
|