Skip to content

Commit

Permalink
Update to Jambo v1.12.1 and SDK v1.11 (#980)
Browse files Browse the repository at this point in the history
Update to Jambo v1.12.1 and SDK v1.11
  • Loading branch information
cea2aj committed Oct 13, 2021
1 parent 0e31bd3 commit 6bd66b8
Show file tree
Hide file tree
Showing 6 changed files with 108 additions and 68 deletions.
2 changes: 1 addition & 1 deletion global_config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdkVersion": "release/v1.11", // The version of the Answers SDK to use
"sdkVersion": "1.11", // The version of the Answers SDK to use
// "apiKey": "<REPLACE ME>", // The answers api key found on the experiences page. This will be provided automatically by the Yext CI system
// "experienceVersion": "<REPLACE ME>", // the Answers Experience version to use for API requests. This will be provided automatically by the Yext CI system
// "businessId": "<REPLACE ME>", // The business ID of the account. This will be provided automatically by the Yext CI system
Expand Down
35 changes: 13 additions & 22 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
Expand Up @@ -34,7 +34,7 @@
"file-system": "^2.2.2",
"full-icu": "^1.3.1",
"handlebars": "^4.7.6",
"jambo": "^1.12.0",
"jambo": "^1.12.1",
"jest": "^25.5.2",
"libphonenumber-js": "^1.9.6",
"loader-utils": "^2.0.0",
Expand Down
133 changes: 91 additions & 42 deletions static/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 static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"grunt-webpack": "^4.0.0",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.1",
"jambo": "^1.12.0",
"jambo": "^1.12.1",
"jsdom": "^16.4.0",
"locale-currency": "0.0.2",
"mini-css-extract-plugin": "^1.6.0",
Expand Down
2 changes: 1 addition & 1 deletion test-site/config/global_config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdkVersion": "release/v1.11", // The version of the Answers SDK to use
"sdkVersion": "1.11", // The version of the Answers SDK to use
"apiKey": "2d8c550071a64ea23e263118a2b0680b", // The answers api key found on the experiences page. This will be provided automatically by the Yext CI system
// "experienceVersion": "<REPLACE ME>", // the Answers Experience version to use for API requests. This will be provided automatically by the Yext CI system
// "businessId": "<REPLACE ME>", // The business ID of the account. This will be provided automatically by the Yext CI system
Expand Down

0 comments on commit 6bd66b8

Please sign in to comment.