Skip to content

Commit

Permalink
Update constants for Cristin
Browse files Browse the repository at this point in the history
  • Loading branch information
tajakobsen committed Jun 15, 2022
1 parent e317852 commit 86d2c6d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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,7 +1,7 @@
{
"name": "enonic-types",
"sideEffects": false,
"version": "0.4.8",
"version": "0.4.9",
"description": "TypeScript types for Enonic XP",
"typings": "index.d.ts",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion src/cristin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ declare module "*/lib/cristin/constants" {
BRANCH_MASTER: "master";
URL_CRISTIN: "https://api.cristin.no/v2";
BINARY_REFERENCE_PICTURE: "picture";
LANG_PARAMS_DEFAULT: "en,nb";
DEFAULT_PARAMS_LANG: "en,nb";
DEFAULT_PARAMS_PER_PAGE: "10000";
}
}

Expand Down

0 comments on commit 86d2c6d

Please sign in to comment.