@natlibfi/ekirjasto-circulation-admin 0.7.3-post.31 → 0.7.3-post.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,6 +10,14 @@ object-assign
10
10
  http://jedwatson.github.io/classnames
11
11
  */
12
12
 
13
+ /*!
14
+ * JavaScript Cookie v2.2.1
15
+ * https://github.com/js-cookie/js-cookie
16
+ *
17
+ * Copyright 2006, 2015 Klaus Hartl & Fagner Brack
18
+ * Released under the MIT license
19
+ */
20
+
13
21
  /*!
14
22
  * Programatically add the following
15
23
  */
@@ -21,7 +29,7 @@ object-assign
21
29
  * @license MIT
22
30
  */
23
31
 
24
- /*! @license DOMPurify 3.4.11 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.4.11/LICENSE */
32
+ /*! @license DOMPurify | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.2.2/LICENSE */
25
33
 
26
34
  /*! @preserve
27
35
  * numeral.js
@@ -114,4 +122,4 @@ object-assign
114
122
 
115
123
  //! momentjs.com
116
124
 
117
- //! version : 2.29.4
125
+ //! version : 2.30.1
package/package.json CHANGED
@@ -42,8 +42,8 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "@natlibfi/ekirjasto-opds-feed-parser": "^2.1.0",
45
+ "@natlibfi/ekirjasto-web-opds-client": "^0.0.6",
45
46
  "@nypl/dgx-svg-icons": "0.3.4",
46
- "@thepalaceproject/web-opds-client": "^1.1.0",
47
47
  "bootstrap": "^3.3.6",
48
48
  "classnames": "^2.3.1",
49
49
  "draft-convert": "^2.1.5",
@@ -148,5 +148,5 @@
148
148
  "*.{js,jsx,ts,tsx,css,md}": "prettier --write",
149
149
  "*.{js,css,md}": "prettier --write"
150
150
  },
151
- "version": "0.7.3-post.31"
151
+ "version": "0.7.3-post.32"
152
152
  }