Skip to content

Commit 2b58195

Browse files
authored
Merge pull request #86 from nono/fix-build
Fix build
2 parents 21281b7 + fc14583 commit 2b58195

File tree

11 files changed

+79
-77
lines changed

11 files changed

+79
-77
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1919
- none yet
2020

2121

22+
## [v4.0.1] - 2017-07-11
23+
### Fixed
24+
- Fix `__SERVER__ is not defined` error
25+
26+
2227
## [v4.0.0] - 2017-07-10
2328
### Changed
2429
- Rewrited entirely using preact/preact-compat with JSX components

dist/cozy-bar.js

Lines changed: 30 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cozy-bar.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cozy-bar.min.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cozy-bar.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cozy-bar.mobile.js

Lines changed: 30 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ return /******/ (function(modules) { // webpackBootstrap
373373
injectBarInDOM({ lang: lang, appName: appName, appEditor: appEditor, iconPath: iconPath, replaceTitleOnMobile: replaceTitleOnMobile, isPublic: isPublic });
374374
};
375375

376-
module.exports = { init: init, version: ("4.0.0") };
376+
module.exports = { init: init, version: ("4.0.1") };
377377

378378
/***/ },
379379
/* 1 */
@@ -9606,7 +9606,6 @@ return /******/ (function(modules) { // webpackBootstrap
96069606
var _exceptions = __webpack_require__(224);
96079607

96089608
function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, arguments); return new Promise(function (resolve, reject) { function step(key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { return Promise.resolve(value).then(function (value) { step("next", value); }, function (err) { step("throw", err); }); } } return step("next"); }); }; } /* eslint-env browser */
9609-
/* global __SERVER__ */
96109609

96119610
// the option credentials:include tells fetch to include the cookies in the
96129611
// request even for cross-origin requests
@@ -9619,7 +9618,7 @@ return /******/ (function(modules) { // webpackBootstrap
96199618
};
96209619
}
96219620

9622-
var COZY_URL = __SERVER__;
9621+
var COZY_URL = void 0;
96239622
var COZY_TOKEN = void 0;
96249623

96259624
var errorStatuses = {
@@ -13503,7 +13502,7 @@ return /******/ (function(modules) { // webpackBootstrap
1350313502
/***/ function(module, exports) {
1350413503

1350513504
module.exports = {
13506-
"drawer": "Show menu drawer",
13505+
"drawer": "Mostrar el menu drawer",
1350713506
"profile": "Perfil",
1350813507
"connectedDevices": "Periféricos conectados",
1350913508
"storage": "Almacenamiento",
@@ -13515,10 +13514,10 @@ return /******/ (function(modules) { // webpackBootstrap
1351513514
"soon": "pronto",
1351613515
"error_UnavailableStack": "La pila es inaccesible ( se agotó el tiempo de la conexión ).",
1351713516
"error_UnauthorizedStack": "Faltan algunos permisos, la aplicación no puede acceder al recurso solicitado en la pila.",
13518-
"no_apps": "No applications found on the Cozy.",
13517+
"no_apps": "No se han encontrado aplicaciones en su Cozy.",
1351913518
"menu": {
13520-
"apps": "Apps",
13521-
"settings": "Settings"
13519+
"apps": "Aplicaciones",
13520+
"settings": "Opciones"
1352213521
},
1352313522
"Categories": {
1352413523
"cozy": "Aplicaciones Cozy",
@@ -13527,30 +13526,30 @@ return /******/ (function(modules) { // webpackBootstrap
1352713526
"others": "Otras aplicaciones"
1352813527
},
1352913528
"claudy": {
13530-
"title": "How to drive your Cozy?",
13529+
"title": "¿Cómo pilotear su Cozy?",
1353113530
"actions": {
1353213531
"desktop": {
13533-
"title": "Get access to your files in your computer",
13534-
"description": "Synchronize all your Cozy Drive files on your computer",
13535-
"button": "Install Cozy Drive on your desktop",
13536-
"link": "https://docs.cozy.io/en/download/"
13532+
"title": "Lograr acceder a los archivos de su ordenador",
13533+
"description": "Sincronice todos sus archivos Cozy Drive con su ordenador",
13534+
"button": "Inatale Cozy Drive en su escritorio",
13535+
"link": "https://docs.cozy.io/es/download/"
1353713536
},
1353813537
"mobile": {
13539-
"title": "Back up and sync your pics from your mobile",
13540-
"description": "All your memories are safe on your Cozy Drive",
13541-
"button": "Install the Cozy Drive app on your mobile",
13542-
"link": "https://docs.cozy.io/en/download/"
13538+
"title": "Haga una copia de seguridad y sincronice las imágenes de su celular",
13539+
"description": "Todos sus datos en memoria están seguros en su Cozy Drive",
13540+
"button": "Instale la aplicación Cozy Drive en su celular",
13541+
"link": "https://docs.cozy.io/es/download/"
1354313542
},
1354413543
"cozy-collect": {
13545-
"title": "Get back your bills instantly",
13546-
"description": "Cozy Collect organize all your files instantly",
13547-
"button": "Discover Cozy Collect"
13544+
"title": "Recupere sus facturas inmediatamente",
13545+
"description": "Cozy Collect organiza instantaneamente todos sus archivos",
13546+
"button": "Descubra Cozy Collect"
1354813547
},
1354913548
"support": {
13550-
"title": "How can we help you today ?",
13551-
"description": "Share your idea or your bug on our dedicated interface",
13552-
"button": "Get access to the support",
13553-
"link": "https://cozy.io/en/support/"
13549+
"title": "¿Cómo podría usted ayudarnos hoy?",
13550+
"description": "Comparta su idea o su bug en nuetra interface consagrada a tal fin.",
13551+
"button": "Acceda a la asistencia",
13552+
"link": "https://cozy.io/es/support/"
1355413553
}
1355513554
}
1355613555
}
@@ -13704,25 +13703,25 @@ return /******/ (function(modules) { // webpackBootstrap
1370413703
"title": "Comment utiliser votre Cozy ?",
1370513704
"actions": {
1370613705
"desktop": {
13707-
"title": "Accéder à vos fichiers sur votre ordinateur ?",
13706+
"title": "Accéder à vos fichiers sur votre ordinateur",
1370813707
"description": "Synchroniser tous vos fichiers Cozy Drive sur votre ordinateur",
1370913708
"button": "Installer Cozy Drive sur votre ordinateur ",
1371013709
"link": "https://docs.cozy.io/fr/download/"
1371113710
},
1371213711
"mobile": {
13713-
"title": "Sauvegarder vos photos depuis votre mobile ?",
13712+
"title": "Sauvegarder vos photos depuis votre mobile ",
1371413713
"description": "Vos souvenirs sont sauvegardés et synchronisés sur tous vos appareils",
1371513714
"button": "Installer l'app Cozy Drive sur votre mobile",
1371613715
"link": "https://docs.cozy.io/fr/download/"
1371713716
},
1371813717
"cozy-collect": {
13719-
"title": "Récupérer automatiquement vos factures ?",
13718+
"title": "Récupérer automatiquement vos factures ",
1372013719
"description": "Cozy Collect organise à votre place vos dossiers avec tous vos documents administratifs",
1372113720
"button": "Découvrir Cozy Collect"
1372213721
},
1372313722
"support": {
1372413723
"title": "Comment pouvons-nous vous aider aujourd'hui ? ",
13725-
"description": "Une idée de fonctionnalité? Un bug? Votre Cozy a besoin de vous pour être amélioré",
13724+
"description": "Une idée de fonctionnalité ? Un bug ? Votre Cozy a besoin de vous pour être amélioré.",
1372613725
"button": "Accéder au forum",
1372713726
"link": "https://cozy.io/fr/support/"
1372813727
}
@@ -13793,7 +13792,7 @@ return /******/ (function(modules) { // webpackBootstrap
1379313792
/***/ function(module, exports) {
1379413793

1379513794
module.exports = {
13796-
"drawer": "Show menu drawer",
13795+
"drawer": "メニュードロワーを表示",
1379713796
"profile": "プロフィール",
1379813797
"connectedDevices": "接続されたデバイス",
1379913798
"storage": "ストレージ",
@@ -13805,10 +13804,10 @@ return /******/ (function(modules) { // webpackBootstrap
1380513804
"soon": "間もなく",
1380613805
"error_UnavailableStack": "スタックに到達できません (接続タイムアウト)。",
1380713806
"error_UnauthorizedStack": "一部のアクセス許可が不足しているため、アプリケーションはスタック上の要求されたリソースにアクセスできません。",
13808-
"no_apps": "No applications found on the Cozy.",
13807+
"no_apps": "Cozy にアプリケーションはありません。",
1380913808
"menu": {
13810-
"apps": "Apps",
13811-
"settings": "Settings"
13809+
"apps": "アプリ",
13810+
"settings": "設定"
1381213811
},
1381313812
"Categories": {
1381413813
"cozy": "Cozy アプリ",

dist/cozy-bar.mobile.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cozy-bar.mobile.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cozy-bar.mobile.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cozy-bar",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "cozy-bar.js library, a small lib provided by cozy-stack to inject the Cozy-bar component into each app",
55
"main": "dist/cozy-bar.js",
66
"author": "Cozy Cloud <[email protected]> (https://cozy.io/)",

0 commit comments

Comments
 (0)