Skip to content

Commit

Permalink
Merge pull request #682 from alpheios-project/secret-key-detect-lang-…
Browse files Browse the repository at this point in the history
…3.4-fix

Small fix
  • Loading branch information
irina060981 authored Apr 18, 2022
2 parents 0e53ad4 + 4856520 commit 49d1c92
Show file tree
Hide file tree
Showing 8 changed files with 26,059 additions and 26,165 deletions.
2 changes: 1 addition & 1 deletion packages/client-adapters/dist/alpheios-client-adapters.js

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

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -8486,7 +8486,7 @@ module.exports = JSON.parse("{\"url\":\"https://latin.packhum.org/rst/concordanc
/***/ ((module) => {

"use strict";
module.exports = JSON.parse("{\"baseurl\":\"https://ws.detectlanguage.com/0.2/detect\",\"api\":\"30e63bcc426af7b7c650aab568ed9ad7\"}");
module.exports = JSON.parse("{\"baseurl\":\"https://ws.detectlanguage.com/0.2/detect\"}");

/***/ }),

Expand Down

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions packages/client-adapters/src/adapters/detectlang/config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"baseurl": "https://ws.detectlanguage.com/0.2/detect",
"api": "30e63bcc426af7b7c650aab568ed9ad7"
"baseurl": "https://ws.detectlanguage.com/0.2/detect"
}
52,209 changes: 26,052 additions & 26,157 deletions packages/components/dist/alpheios-components.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/components/dist/alpheios-components.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/components/dist/alpheios-components.min.js

Large diffs are not rendered by default.

0 comments on commit 49d1c92

Please sign in to comment.