Skip to content

Commit c0c3165

Browse files
committed
release: v1.2.0-beta.4
1 parent 3617a16 commit c0c3165

3 files changed

Lines changed: 16 additions & 16 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yext/analytics",
3-
"version": "1.2.0-beta.3",
3+
"version": "1.2.0-beta.4",
44
"description": "An analytics library for Yext",
55
"author": "[email protected]",
66
"license": "BSD-3-Clause",

tests/AnalyticsEventReporter.test.ts

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ describe('Test report function', () => {
118118
action: 'C_CUSTOM_ACTION',
119119
authorization: 'KEY validKey',
120120
clientSdk: {
121-
ANALYTICS: '1.2.0-beta.3'
121+
ANALYTICS: '1.2.0-beta.4'
122122
},
123123
referrerUrl: 'https://yext.com',
124124
destinationUrl: 'https://google.com',
@@ -162,7 +162,7 @@ describe('Test report function', () => {
162162
action: 'c_lowercase_custom_action',
163163
authorization: 'Bearer bearerToken',
164164
clientSdk: {
165-
ANALYTICS: '1.2.0-beta.3'
165+
ANALYTICS: '1.2.0-beta.4'
166166
},
167167
destinationUrl: 'https://google.com',
168168
pageUrl: 'http://localhost/',
@@ -214,7 +214,7 @@ describe('Test report function', () => {
214214
referrerUrl: 'https://referrer-site.com',
215215
authorization: 'Bearer bearerToken',
216216
clientSdk: {
217-
ANALYTICS: '1.2.0-beta.3'
217+
ANALYTICS: '1.2.0-beta.4'
218218
},
219219
count: 1,
220220
sessionId: undefined
@@ -279,7 +279,7 @@ describe('Test report function', () => {
279279
action: 'ADD_TO_CART',
280280
authorization: 'Bearer bearerToken',
281281
clientSdk: {
282-
ANALYTICS: '1.2.0-beta.3',
282+
ANALYTICS: '1.2.0-beta.4',
283283
chat: '1.0.1.0'
284284
},
285285
destinationUrl: 'https://google.com',
@@ -337,7 +337,7 @@ describe('Test report function', () => {
337337
action: 'ADD_TO_CART',
338338
authorization: 'Bearer bearerToken',
339339
clientSdk: {
340-
ANALYTICS: '1.2.0-beta.3',
340+
ANALYTICS: '1.2.0-beta.4',
341341
chat: '1.0.1.0'
342342
},
343343
destinationUrl: 'https://google.com',
@@ -392,7 +392,7 @@ describe('Test report function', () => {
392392
action: 'ADD_TO_CART',
393393
authorization: 'Bearer bearerToken',
394394
clientSdk: {
395-
ANALYTICS: '1.2.0-beta.3',
395+
ANALYTICS: '1.2.0-beta.4',
396396
chat: '1.0.1.0'
397397
},
398398
destinationUrl: 'https://google.com',
@@ -443,7 +443,7 @@ describe('Test report function', () => {
443443
action: 'ADD_TO_CART',
444444
authorization: 'KEY validKey',
445445
clientSdk: {
446-
ANALYTICS: '1.2.0-beta.3'
446+
ANALYTICS: '1.2.0-beta.4'
447447
},
448448
referrerUrl: 'https://yext.com',
449449
count: 5
@@ -491,7 +491,7 @@ describe('Test report function', () => {
491491
action: 'ADD_TO_CART',
492492
authorization: 'KEY validKey',
493493
clientSdk: {
494-
ANALYTICS: '1.2.0-beta.3'
494+
ANALYTICS: '1.2.0-beta.4'
495495
},
496496
referrerUrl: 'https://yext.com',
497497
count: 5
@@ -534,7 +534,7 @@ describe('Test report function', () => {
534534
{
535535
authorization: 'KEY validKey',
536536
clientSdk: {
537-
ANALYTICS: '1.2.0-beta.3'
537+
ANALYTICS: '1.2.0-beta.4'
538538
},
539539
pageUrl: 'http://localhost/',
540540
sessionId: undefined
@@ -575,7 +575,7 @@ describe('Test report function', () => {
575575
{
576576
authorization: 'KEY validKey',
577577
clientSdk: {
578-
ANALYTICS: '1.2.0-beta.3'
578+
ANALYTICS: '1.2.0-beta.4'
579579
}
580580
},
581581
config
@@ -618,7 +618,7 @@ describe('Test report function', () => {
618618
action: 'ADD_TO_CART',
619619
authorization: 'KEY validKey',
620620
clientSdk: {
621-
ANALYTICS: '1.2.0-beta.3'
621+
ANALYTICS: '1.2.0-beta.4'
622622
},
623623
referrerUrl: 'https://yext.com',
624624
count: 5
@@ -649,7 +649,7 @@ describe('Test report function', () => {
649649
action: 'APPLY',
650650
authorization: 'KEY validKey',
651651
clientSdk: {
652-
ANALYTICS: '1.2.0-beta.3',
652+
ANALYTICS: '1.2.0-beta.4',
653653
chat: '1.0.1.0'
654654
},
655655
destinationUrl: 'https://google.com',
@@ -777,7 +777,7 @@ describe('Test report function', () => {
777777
responseId: 'responseId'
778778
},
779779
clientSdk: {
780-
ANALYTICS: '1.2.0-beta.3',
780+
ANALYTICS: '1.2.0-beta.4',
781781
chat: '1.0.0'
782782
},
783783
count: 5,

0 commit comments

Comments
 (0)