cozy-bar 15.2.0 → 16.0.1

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.
package/dist/index.js CHANGED
@@ -72,5 +72,5 @@ var _BarProvider = _interopRequireDefault(require("./components/BarProvider"));
72
72
  var _reducers = require("./lib/reducers");
73
73
 
74
74
  /* global __VERSION__ */
75
- var version = "\"15.2.0\"";
75
+ var version = "\"16.0.1\"";
76
76
  exports.version = version;
@@ -125,7 +125,7 @@ var fetchApps = function fetchApps() {
125
125
  rawAppList = _context.sent;
126
126
  excludedApps = (0, _cozyFlags.default)('apps.hidden') || [];
127
127
  apps = rawAppList.map(mapApp).filter(function (app) {
128
- return !excludedApps.includes(app);
128
+ return !excludedApps.includes(app.slug);
129
129
  });
130
130
 
131
131
  if (rawAppList.length) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cozy-bar",
3
- "version": "15.2.0",
3
+ "version": "16.0.1",
4
4
  "description": "cozy-bar.js library, a small lib provided by cozy-stack to inject the Cozy-bar component into each app",
5
5
  "main": "dist/index.js",
6
6
  "author": "Cozy Cloud <contact@cozycloud.cc> (https://cozy.io/)",
@@ -44,7 +44,7 @@
44
44
  "babel-preset-cozy-app": "^1.9.0",
45
45
  "cozy-client": "^51.1.0",
46
46
  "cozy-device-helper": "2.6.0",
47
- "cozy-flags": "^2.10.2",
47
+ "cozy-flags": "^4.6.1",
48
48
  "cozy-intent": "^2.29.1",
49
49
  "cozy-interapp": "0.4.9",
50
50
  "cozy-logger": "1.9.1",
@@ -75,7 +75,7 @@
75
75
  "@cozy/minilog": ">=1.0.0",
76
76
  "cozy-client": ">=51.1.0",
77
77
  "cozy-device-helper": ">=2.6.0",
78
- "cozy-flags": ">=2.10.2",
78
+ "cozy-flags": ">=4.6.1",
79
79
  "cozy-intent": ">=2.29.1",
80
80
  "cozy-interapp": ">=0.4.9",
81
81
  "cozy-realtime": ">=4.0.5",