@iservice365/layer-common 1.5.3 → 1.5.4

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @iservice365/layer-common
2
2
 
3
+ ## 1.5.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 2eec28d: Fix component
8
+
3
9
  ## 1.5.3
4
10
 
5
11
  ### Patch Changes
@@ -289,7 +289,7 @@ const {
289
289
  refresh: getVisitorRefresh,
290
290
  pending: getVisitorPending,
291
291
  } = await useLazyAsyncData(
292
- `get-all-visitors-${activeTab.value}-${page.value}`
292
+ `get-all-visitors-${activeTab.value}-${page.value}-${siteId}`
293
293
  ,
294
294
  () =>
295
295
  getVisitors({
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@iservice365/layer-common",
3
3
  "license": "MIT",
4
4
  "type": "module",
5
- "version": "1.5.3",
5
+ "version": "1.5.4",
6
6
  "main": "./nuxt.config.ts",
7
7
  "scripts": {
8
8
  "dev": "nuxi dev .playground",