@potop/public-dashboard 0.1.2 → 0.1.3

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.
@@ -24,11 +24,6 @@
24
24
  http://jedwatson.github.io/classnames
25
25
  */
26
26
 
27
- /*!
28
- * React port of Cornelius library (based on v0.1 released under the MIT license)
29
- * Original library: http://restorando.github.io/cornelius
30
- */
31
-
32
27
  /*!
33
28
  Copyright (c) 2017 Jed Watson.
34
29
  Licensed under the MIT License (MIT), see
@@ -42,6 +37,11 @@
42
37
  * @license MIT
43
38
  */
44
39
 
40
+ /*!
41
+ * React port of Cornelius library (based on v0.1 released under the MIT license)
42
+ * Original library: http://restorando.github.io/cornelius
43
+ */
44
+
45
45
  /*!
46
46
  * The buffer module from node.js, for the browser.
47
47
  *
@@ -135,8 +135,6 @@ maplibre-gl/dist/maplibre-gl.js:
135
135
 
136
136
  /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
137
137
 
138
- /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
139
-
140
138
  /**
141
139
  ColorBrewer colors for chroma.js
142
140
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@potop/public-dashboard",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Embeddable, iframe-free React component for Redash public dashboards",
5
5
  "main": "dist/redash-public-dashboard.js",
6
6
  "scripts": {