From b3cc0004a1eccacff559bfed21b7a76cf0f2ce49 Mon Sep 17 00:00:00 2001 From: Timothy Chiao Date: Sun, 26 Oct 2025 22:52:57 -0400 Subject: [PATCH] release: v1.2.0-beta.3 --- package.json | 2 +- tests/AnalyticsEventReporter.test.ts | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index d5d9a3c..bdeb66e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@yext/analytics", - "version": "1.2.0-beta.2", + "version": "1.2.0-beta.3", "description": "An analytics library for Yext", "author": "fusion@yext.com", "license": "BSD-3-Clause", diff --git a/tests/AnalyticsEventReporter.test.ts b/tests/AnalyticsEventReporter.test.ts index fb00ac5..8287eef 100644 --- a/tests/AnalyticsEventReporter.test.ts +++ b/tests/AnalyticsEventReporter.test.ts @@ -118,7 +118,7 @@ describe('Test report function', () => { action: 'C_CUSTOM_ACTION', authorization: 'KEY validKey', clientSdk: { - ANALYTICS: '1.2.0-beta.2' + ANALYTICS: '1.2.0-beta.3' }, referrerUrl: 'https://yext.com', destinationUrl: 'https://google.com', @@ -162,7 +162,7 @@ describe('Test report function', () => { action: 'c_lowercase_custom_action', authorization: 'Bearer bearerToken', clientSdk: { - ANALYTICS: '1.2.0-beta.2' + ANALYTICS: '1.2.0-beta.3' }, destinationUrl: 'https://google.com', pageUrl: 'http://localhost/', @@ -214,7 +214,7 @@ describe('Test report function', () => { referrerUrl: 'https://referrer-site.com', authorization: 'Bearer bearerToken', clientSdk: { - ANALYTICS: '1.2.0-beta.2' + ANALYTICS: '1.2.0-beta.3' }, count: 1, sessionId: undefined @@ -279,7 +279,7 @@ describe('Test report function', () => { action: 'ADD_TO_CART', authorization: 'Bearer bearerToken', clientSdk: { - ANALYTICS: '1.2.0-beta.2', + ANALYTICS: '1.2.0-beta.3', chat: '1.0.1.0' }, destinationUrl: 'https://google.com', @@ -337,7 +337,7 @@ describe('Test report function', () => { action: 'ADD_TO_CART', authorization: 'Bearer bearerToken', clientSdk: { - ANALYTICS: '1.2.0-beta.2', + ANALYTICS: '1.2.0-beta.3', chat: '1.0.1.0' }, destinationUrl: 'https://google.com', @@ -392,7 +392,7 @@ describe('Test report function', () => { action: 'ADD_TO_CART', authorization: 'Bearer bearerToken', clientSdk: { - ANALYTICS: '1.2.0-beta.2', + ANALYTICS: '1.2.0-beta.3', chat: '1.0.1.0' }, destinationUrl: 'https://google.com', @@ -443,7 +443,7 @@ describe('Test report function', () => { action: 'ADD_TO_CART', authorization: 'KEY validKey', clientSdk: { - ANALYTICS: '1.2.0-beta.2' + ANALYTICS: '1.2.0-beta.3' }, referrerUrl: 'https://yext.com', count: 5 @@ -491,7 +491,7 @@ describe('Test report function', () => { action: 'ADD_TO_CART', authorization: 'KEY validKey', clientSdk: { - ANALYTICS: '1.2.0-beta.2' + ANALYTICS: '1.2.0-beta.3' }, referrerUrl: 'https://yext.com', count: 5 @@ -534,7 +534,7 @@ describe('Test report function', () => { { authorization: 'KEY validKey', clientSdk: { - ANALYTICS: '1.2.0-beta.2' + ANALYTICS: '1.2.0-beta.3' }, pageUrl: 'http://localhost/', sessionId: undefined @@ -575,7 +575,7 @@ describe('Test report function', () => { { authorization: 'KEY validKey', clientSdk: { - ANALYTICS: '1.2.0-beta.2' + ANALYTICS: '1.2.0-beta.3' } }, config @@ -618,7 +618,7 @@ describe('Test report function', () => { action: 'ADD_TO_CART', authorization: 'KEY validKey', clientSdk: { - ANALYTICS: '1.2.0-beta.2' + ANALYTICS: '1.2.0-beta.3' }, referrerUrl: 'https://yext.com', count: 5 @@ -649,7 +649,7 @@ describe('Test report function', () => { action: 'APPLY', authorization: 'KEY validKey', clientSdk: { - ANALYTICS: '1.2.0-beta.2', + ANALYTICS: '1.2.0-beta.3', chat: '1.0.1.0' }, destinationUrl: 'https://google.com', @@ -777,7 +777,7 @@ describe('Test report function', () => { responseId: 'responseId' }, clientSdk: { - ANALYTICS: '1.2.0-beta.2', + ANALYTICS: '1.2.0-beta.3', chat: '1.0.0' }, count: 5,