@ombori/ga-settings
Advanced tools
Comparing version 2.116.5 to 2.116.6
@@ -6,2 +6,13 @@ # Change Log | ||
## [2.116.6](https://github.com/ombori/gridapp/compare/v2.116.5...v2.116.6) (2021-11-26) | ||
### Bug Fixes | ||
* session-manager ([64e7213](https://github.com/ombori/gridapp/commit/64e7213598967a40b4416c7ace8850b6980d4cfc)) | ||
## [2.116.5](https://github.com/ombori/gridapp/compare/v2.116.4...v2.116.5) (2021-11-26) | ||
@@ -8,0 +19,0 @@ |
@@ -67,3 +67,2 @@ declare global { | ||
country: string; | ||
spaceId: string; | ||
appId: string; | ||
@@ -98,3 +97,2 @@ appVersion: string; | ||
country: string; | ||
spaceId: string; | ||
appId: string; | ||
@@ -101,0 +99,0 @@ appVersion: string; |
@@ -104,3 +104,3 @@ var __assign = (this && this.__assign) || function () { | ||
// longitude: 0, | ||
spaceId: '', | ||
// spaceId: '', | ||
appId: ((_a = settings._gridapp) === null || _a === void 0 ? void 0 : _a.id) || '', | ||
@@ -107,0 +107,0 @@ appVersion: ((_b = settings._gridapp) === null || _b === void 0 ? void 0 : _b.buildId) || '', |
{ | ||
"name": "@ombori/ga-settings", | ||
"version": "2.116.5", | ||
"version": "2.116.6", | ||
"main": "dist/index.js", | ||
@@ -19,3 +19,3 @@ "license": "UNLICENSED", | ||
}, | ||
"gitHead": "9d46bad4a21de96803dd16359fd2ff616c5e801d" | ||
"gitHead": "4a73200543d59ad91208ebb50057d618d7b351b8" | ||
} |
@@ -168,3 +168,3 @@ import { useEffect, useMemo, useState } from 'react'; | ||
// longitude: 0, | ||
spaceId: '', | ||
// spaceId: '', | ||
appId: settings._gridapp?.id || '', | ||
@@ -171,0 +171,0 @@ appVersion: settings._gridapp?.buildId || '', |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24534
490