@unblu/floating-js-api 7.37.2 → 7.38.2

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,4 +23,4 @@ const api = await unblu.api.initialize();
23
23
  See [Unblu Floating JS API Documentation](https://www.unblu.com/en/docs/latest/reference/unblu-floating-js-api/) for the full documentation of the API.
24
24
 
25
25
  ## Examples
26
- For an examples how you can integrate Unblu into your website or webapp see [Unblu Visitor JS API Examples on GitHub](https://github.com/unblu/visitor-js-api-examples)
26
+ For examples how you can integrate Unblu into your website or webapp see [Unblu Visitor JS API Examples on GitHub](https://github.com/unblu/visitor-js-api-examples)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unblu/floating-js-api",
3
- "version": "7.37.2",
3
+ "version": "7.38.2",
4
4
  "description": "Unblu Floating JavaScript API allowing to control the Unblu Floating UI",
5
5
  "homepage": "https://www.unblu.com/en/docs/latest/reference/unblu-floating-js-api/",
6
6
  "author": "David Eberlein",