@govflanders/vl-widget-global-header-types 1.0.30 → 1.0.32

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -245,14 +245,14 @@ If you’re currently using version 4 of the Global Header Widget, please follow
245
245
 
246
246
  ### 1. Remove client library script links
247
247
 
248
- - No more client library or polyfill scripts: In version 5, you no longer need to include any additional client library or polyfill script links in your HTML. Access to the `window.globalHeaderClient` object is automatically provided when you include either the entry script or the embed script.
248
+ No more client library or polyfill scripts: In version 5, you no longer need to include any additional client library or polyfill script links in your HTML. Access to the `window.globalHeaderClient` object is automatically provided when you include either the entry script or the embed script.
249
249
  Action Required:
250
- - Remove any \<script\> tags that reference client libraries or polyfil libraries for the widget.
250
+ - Remove any `<script>` tags that reference client libraries or polyfil libraries for the widget.
251
251
  - Ensure that either the entry script or the embed script is included in your HTML.
252
252
 
253
253
  ### 2. Eliminate installable packages
254
254
 
255
- Script-based integration only: Version 5 removes the need for installable packages via npm or yarn. All functionalities are now accessible by including script tags directly in your HTML’s <head> or <body> section.
255
+ Script-based integration only: Version 5 removes the need for installable packages via npm or yarn. All functionalities are now accessible by including script tags directly in your HTML’s `<head>` or `<body>` section.
256
256
 
257
257
  Action Required:
258
258
  - Uninstall any npm or yarn packages related to the widget
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@govflanders/vl-widget-global-header-types",
3
- "version": "1.0.30",
3
+ "version": "1.0.32",
4
4
  "license": "MIT",
5
5
  "description": "TypeScript definitions for GlobalHeaderClient",
6
6
  "main": "",