@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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. 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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@govflanders/vl-widget-global-header-types",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "description": "TypeScript definitions for GlobalHeaderClient",
5
5
  "main": "",
6
6
  "types": "dist/index.d.ts",