Skip to content

Commit

Permalink
EventsSDK: Bump version to v1.0.0-beta.4 (#129)
Browse files Browse the repository at this point in the history
Bump version to v1.0.0-beta.4

Co-authored-by: Ethan Jaffee <[email protected]>
  • Loading branch information
ejaffee01 and Ethan Jaffee authored Feb 1, 2024
1 parent b701a71 commit 26fae5a
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yext/analytics",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"description": "An analytics library for Yext",
"author": "[email protected]",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ describe('Test report function', () => {
action: 'C_CUSTOM_ACTION',
authorization: 'KEY validKey',
clientSdk: {
ANALYTICS: '1.0.0-beta.3'
ANALYTICS: '1.0.0-beta.4'
},
referrerUrl: 'https://yext.com',
destinationUrl: 'https://google.com',
Expand Down Expand Up @@ -161,7 +161,7 @@ describe('Test report function', () => {
action: 'c_lowercase_custom_action',
authorization: 'Bearer bearerToken',
clientSdk: {
ANALYTICS: '1.0.0-beta.3'
ANALYTICS: '1.0.0-beta.4'
},
destinationUrl: 'https://google.com',
count: 5
Expand Down Expand Up @@ -215,7 +215,7 @@ describe('Test report function', () => {
action: 'ADD_TO_CART',
authorization: 'Bearer bearerToken',
clientSdk: {
ANALYTICS: '1.0.0-beta.3',
ANALYTICS: '1.0.0-beta.4',
chat: '1.0.1.0'
},
destinationUrl: 'https://google.com',
Expand Down Expand Up @@ -271,7 +271,7 @@ describe('Test report function', () => {
action: 'ADD_TO_CART',
authorization: 'Bearer bearerToken',
clientSdk: {
ANALYTICS: '1.0.0-beta.3',
ANALYTICS: '1.0.0-beta.4',
chat: '1.0.1.0'
},
destinationUrl: 'https://google.com',
Expand Down Expand Up @@ -324,7 +324,7 @@ describe('Test report function', () => {
action: 'ADD_TO_CART',
authorization: 'Bearer bearerToken',
clientSdk: {
ANALYTICS: '1.0.0-beta.3',
ANALYTICS: '1.0.0-beta.4',
chat: '1.0.1.0'
},
destinationUrl: 'https://google.com',
Expand Down Expand Up @@ -373,7 +373,7 @@ describe('Test report function', () => {
action: 'ADD_TO_CART',
authorization: 'KEY validKey',
clientSdk: {
ANALYTICS: '1.0.0-beta.3'
ANALYTICS: '1.0.0-beta.4'
},
referrerUrl: 'https://yext.com',
count: 5
Expand Down Expand Up @@ -420,7 +420,7 @@ describe('Test report function', () => {
action: 'ADD_TO_CART',
authorization: 'KEY validKey',
clientSdk: {
ANALYTICS: '1.0.0-beta.3'
ANALYTICS: '1.0.0-beta.4'
},
referrerUrl: 'https://yext.com',
count: 5
Expand Down Expand Up @@ -462,7 +462,7 @@ describe('Test report function', () => {
{
authorization: 'KEY validKey',
clientSdk: {
ANALYTICS: '1.0.0-beta.3'
ANALYTICS: '1.0.0-beta.4'
}
}
);
Expand Down Expand Up @@ -500,7 +500,7 @@ describe('Test report function', () => {
{
authorization: 'KEY validKey',
clientSdk: {
ANALYTICS: '1.0.0-beta.3'
ANALYTICS: '1.0.0-beta.4'
}
}
);
Expand Down Expand Up @@ -542,7 +542,7 @@ describe('Test report function', () => {
action: 'ADD_TO_CART',
authorization: 'KEY validKey',
clientSdk: {
ANALYTICS: '1.0.0-beta.3'
ANALYTICS: '1.0.0-beta.4'
},
referrerUrl: 'https://yext.com',
count: 5
Expand Down Expand Up @@ -572,7 +572,7 @@ describe('Test report function', () => {
action: 'APPLY',
authorization: 'KEY validKey',
clientSdk: {
ANALYTICS: '1.0.0-beta.3',
ANALYTICS: '1.0.0-beta.4',
chat: '1.0.1.0'
},
destinationUrl: 'https://google.com',
Expand Down Expand Up @@ -699,7 +699,7 @@ describe('Test report function', () => {
responseId: 'responseId'
},
clientSdk: {
ANALYTICS: '1.0.0-beta.3',
ANALYTICS: '1.0.0-beta.4',
chat: '1.0.0'
},
count: 5,
Expand Down

0 comments on commit 26fae5a

Please sign in to comment.