Skip to content

Commit

Permalink
EventsSDK: Bump version to 1.0.0-beta.5 (#139)
Browse files Browse the repository at this point in the history
Bump version to 1.0.0-beta.5

Co-authored-by: Ethan Jaffee <ejaffee@yext.com>
  • Loading branch information
ejaffee01 and Ethan Jaffee committed Mar 13, 2024
1 parent bdce691 commit c59f1c7
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@yext/analytics",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"description": "An analytics library for Yext",
"author": "fusion@yext.com",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion test-site/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions tests/AnalyticsEventReporter.test.ts
Expand Up @@ -118,7 +118,7 @@ describe('Test report function', () => {
action: 'C_CUSTOM_ACTION',
authorization: 'KEY validKey',
clientSdk: {
ANALYTICS: '1.0.0-beta.4'
ANALYTICS: '1.0.0-beta.5'
},
referrerUrl: 'https://yext.com',
destinationUrl: 'https://google.com',
Expand Down Expand Up @@ -162,7 +162,7 @@ describe('Test report function', () => {
action: 'c_lowercase_custom_action',
authorization: 'Bearer bearerToken',
clientSdk: {
ANALYTICS: '1.0.0-beta.4'
ANALYTICS: '1.0.0-beta.5'
},
destinationUrl: 'https://google.com',
count: 5
Expand Down Expand Up @@ -217,7 +217,7 @@ describe('Test report function', () => {
action: 'ADD_TO_CART',
authorization: 'Bearer bearerToken',
clientSdk: {
ANALYTICS: '1.0.0-beta.4',
ANALYTICS: '1.0.0-beta.5',
chat: '1.0.1.0'
},
destinationUrl: 'https://google.com',
Expand Down Expand Up @@ -274,7 +274,7 @@ describe('Test report function', () => {
action: 'ADD_TO_CART',
authorization: 'Bearer bearerToken',
clientSdk: {
ANALYTICS: '1.0.0-beta.4',
ANALYTICS: '1.0.0-beta.5',
chat: '1.0.1.0'
},
destinationUrl: 'https://google.com',
Expand Down Expand Up @@ -328,7 +328,7 @@ describe('Test report function', () => {
action: 'ADD_TO_CART',
authorization: 'Bearer bearerToken',
clientSdk: {
ANALYTICS: '1.0.0-beta.4',
ANALYTICS: '1.0.0-beta.5',
chat: '1.0.1.0'
},
destinationUrl: 'https://google.com',
Expand Down Expand Up @@ -378,7 +378,7 @@ describe('Test report function', () => {
action: 'ADD_TO_CART',
authorization: 'KEY validKey',
clientSdk: {
ANALYTICS: '1.0.0-beta.4'
ANALYTICS: '1.0.0-beta.5'
},
referrerUrl: 'https://yext.com',
count: 5
Expand Down Expand Up @@ -426,7 +426,7 @@ describe('Test report function', () => {
action: 'ADD_TO_CART',
authorization: 'KEY validKey',
clientSdk: {
ANALYTICS: '1.0.0-beta.4'
ANALYTICS: '1.0.0-beta.5'
},
referrerUrl: 'https://yext.com',
count: 5
Expand Down Expand Up @@ -469,7 +469,7 @@ describe('Test report function', () => {
{
authorization: 'KEY validKey',
clientSdk: {
ANALYTICS: '1.0.0-beta.4'
ANALYTICS: '1.0.0-beta.5'
}
},
config
Expand Down Expand Up @@ -508,7 +508,7 @@ describe('Test report function', () => {
{
authorization: 'KEY validKey',
clientSdk: {
ANALYTICS: '1.0.0-beta.4'
ANALYTICS: '1.0.0-beta.5'
}
},
config
Expand Down Expand Up @@ -551,7 +551,7 @@ describe('Test report function', () => {
action: 'ADD_TO_CART',
authorization: 'KEY validKey',
clientSdk: {
ANALYTICS: '1.0.0-beta.4'
ANALYTICS: '1.0.0-beta.5'
},
referrerUrl: 'https://yext.com',
count: 5
Expand Down Expand Up @@ -582,7 +582,7 @@ describe('Test report function', () => {
action: 'APPLY',
authorization: 'KEY validKey',
clientSdk: {
ANALYTICS: '1.0.0-beta.4',
ANALYTICS: '1.0.0-beta.5',
chat: '1.0.1.0'
},
destinationUrl: 'https://google.com',
Expand Down Expand Up @@ -710,7 +710,7 @@ describe('Test report function', () => {
responseId: 'responseId'
},
clientSdk: {
ANALYTICS: '1.0.0-beta.4',
ANALYTICS: '1.0.0-beta.5',
chat: '1.0.0'
},
count: 5,
Expand Down

0 comments on commit c59f1c7

Please sign in to comment.