@vorim/sdk 3.4.2 → 3.4.3
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/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -117,7 +117,7 @@ async function prepareReplayContext(inputs) {
|
|
|
117
117
|
}
|
|
118
118
|
|
|
119
119
|
// src/index.ts
|
|
120
|
-
var SDK_VERSION = true ? "3.4.
|
|
120
|
+
var SDK_VERSION = true ? "3.4.3" : "0.0.0";
|
|
121
121
|
var USER_AGENT = `vorim-sdk/${SDK_VERSION}`;
|
|
122
122
|
function canonicalPayloadV0(event) {
|
|
123
123
|
return [
|
package/dist/index.js
CHANGED
|
@@ -70,7 +70,7 @@ async function prepareReplayContext(inputs) {
|
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
// src/index.ts
|
|
73
|
-
var SDK_VERSION = true ? "3.4.
|
|
73
|
+
var SDK_VERSION = true ? "3.4.3" : "0.0.0";
|
|
74
74
|
var USER_AGENT = `vorim-sdk/${SDK_VERSION}`;
|
|
75
75
|
function canonicalPayloadV0(event) {
|
|
76
76
|
return [
|