@ndla/video-search 6.0.11 → 6.0.13

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.
@@ -15,7 +15,7 @@ var _licenses = require("@ndla/licenses");
15
15
  var _notion = require("@ndla/notion");
16
16
  var _typography = require("@ndla/typography");
17
17
  var _jsxRuntime = require("@emotion/react/jsx-runtime");
18
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
18
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
19
19
  function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; } /**
20
20
  * Copyright (c) 2017-present, NDLA.
21
21
  *
@@ -13,7 +13,7 @@ var _icons = require("@ndla/icons");
13
13
  var _util = require("@ndla/util");
14
14
  var _VideoResultList = require("./VideoResultList");
15
15
  var _jsxRuntime = require("@emotion/react/jsx-runtime");
16
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
16
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
17
17
  /**
18
18
  * Copyright (c) 2017-present, NDLA.
19
19
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ndla/video-search",
3
- "version": "6.0.11",
3
+ "version": "6.0.13",
4
4
  "description": "A simple library for searching NDLA videos",
5
5
  "license": "GPL-3.0",
6
6
  "main": "lib/index.js",
@@ -31,19 +31,19 @@
31
31
  "react-dom": ">= 16.8.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@ndla/types-embed": "^4.1.6"
34
+ "@ndla/types-embed": "^4.1.7"
35
35
  },
36
36
  "dependencies": {
37
- "@ndla/button": "^13.0.0",
38
- "@ndla/core": "^5.0.0",
39
- "@ndla/forms": "^8.0.0",
40
- "@ndla/icons": "^6.1.4",
37
+ "@ndla/button": "^13.0.2",
38
+ "@ndla/core": "^5.0.1",
39
+ "@ndla/forms": "^8.0.2",
40
+ "@ndla/icons": "^6.1.5",
41
41
  "@ndla/licenses": "^7.2.6",
42
- "@ndla/notion": "^7.0.0",
42
+ "@ndla/notion": "^7.0.1",
43
43
  "@ndla/util": "^4.0.4"
44
44
  },
45
45
  "publishConfig": {
46
46
  "access": "public"
47
47
  },
48
- "gitHead": "dab99b8c9bf77c2ee7690d348b2ae811af81bd3d"
48
+ "gitHead": "c778ba48c327f14eaae3e2da21ed24b183719167"
49
49
  }