@veltdev/react 4.5.6-beta.4 → 4.5.6-beta.6
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/cjs/index.js +4 -3
- package/cjs/index.js.map +1 -1
- package/cjs/types/constants.d.ts +1 -1
- package/esm/index.js +4 -3
- package/esm/index.js.map +1 -1
- package/esm/types/constants.d.ts +1 -1
- package/package.json +1 -1
package/cjs/index.js
CHANGED
|
@@ -145,13 +145,13 @@ var loadVelt = function (callback, version, staging, develop, proxyDomain, integ
|
|
|
145
145
|
}
|
|
146
146
|
};
|
|
147
147
|
|
|
148
|
-
var VELT_SDK_VERSION = '4.5.6-beta.
|
|
148
|
+
var VELT_SDK_VERSION = '4.5.6-beta.6';
|
|
149
149
|
var VELT_SDK_INIT_EVENT = 'onVeltInit';
|
|
150
150
|
var VELT_TAB_ID = 'veltTabId';
|
|
151
151
|
// integrity map for the Velt SDK
|
|
152
152
|
// Note: generate integrity hashes with: https://www.srihash.org/
|
|
153
153
|
var INTEGRITY_MAP = {
|
|
154
|
-
'4.5.6-beta.
|
|
154
|
+
'4.5.6-beta.6': 'sha384-AvT6lxmK+FJpKHhbdfUj560aoJLfOxdtZKHK3bX+6wiHGUQwZoSZtMEH2/o7mk6+',
|
|
155
155
|
};
|
|
156
156
|
|
|
157
157
|
var SnippylyProvider = function (props) {
|
|
@@ -7865,7 +7865,8 @@ var logLiveState = function (action, liveStateDataId) {
|
|
|
7865
7865
|
if (liveStateElement === null || liveStateElement === void 0 ? void 0 : liveStateElement.setLiveStateData) {
|
|
7866
7866
|
liveStateElement.setLiveStateData(liveStateDataId, {
|
|
7867
7867
|
id: sessionId_2,
|
|
7868
|
-
action: action
|
|
7868
|
+
action: action,
|
|
7869
|
+
timestamp: Date.now(),
|
|
7869
7870
|
});
|
|
7870
7871
|
}
|
|
7871
7872
|
}
|