@silexlabs/silex-dashboard 1.0.75 → 1.0.79

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.
@@ -31,6 +31,12 @@
31
31
  * SPDX-License-Identifier: BSD-3-Clause
32
32
  */
33
33
 
34
+ /**
35
+ * @license
36
+ * Copyright 2018 Google LLC
37
+ * SPDX-License-Identifier: BSD-3-Clause
38
+ */
39
+
34
40
  /**
35
41
  * @license
36
42
  * Copyright 2020 Google LLC
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@silexlabs/silex-dashboard",
3
- "version": "1.0.75",
3
+ "version": "1.0.79",
4
4
  "description": "Dashboard for Silex v3",
5
5
  "main": "silex/server-config.js",
6
6
  "scripts": {
@@ -34,8 +34,8 @@
34
34
  "start-server-and-test": "^2.0.8"
35
35
  },
36
36
  "dependencies": {
37
- "@silexlabs/silex": "^3.0.0-alpha.179",
38
- "@silexlabs/silex-cms": "^0.0.157",
37
+ "@silexlabs/silex": "^3.0.0-alpha.181",
38
+ "@silexlabs/silex-cms": "^0.0.162",
39
39
  "locale": "^0.1.0",
40
40
  "node_modules-path": "^2.0.8",
41
41
  "serve-static": "^1.16.2",