Tag version 2.6.0

pull/108/head v2.6.0
Candid Dauth 2017-05-26 17:59:07 +02:00
rodzic 96c9c03eac
commit 17f25e4291
5 zmienionych plików z 20 dodań i 15 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "facilmap-client",
"version": "2.5.1",
"version": "2.6.0",
"description": "A library that acts as a client to FacilMap and makes it possible to retrieve and modify objects on a collaborative map.",
"keywords": [
"webpack",

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "facilmap-frontend",
"version": "2.5.1",
"version": "2.6.0",
"description": "A fully-featured OpenStreetMap-based map where markers and lines can be added with live collaboration.",
"keywords": [
"webpack",
@ -34,7 +34,7 @@
"clipboard": "^1.5.16",
"d3": "3.x.x",
"event-stream": "^3.3.4",
"facilmap-client": "^2.5.1",
"facilmap-client": "^2.6.0",
"file-saver": "^1.3.3",
"filtrex": "^0.5.4",
"jquery": "<3.0.0",

Wyświetl plik

@ -1713,9 +1713,9 @@ extsprintf@1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.0.2.tgz#e1080e0658e300b06294990cc70e1502235fd550"
facilmap-client@^2.5.1:
version "2.5.1"
resolved "https://registry.yarnpkg.com/facilmap-client/-/facilmap-client-2.5.1.tgz#48300d8d69d250eebf4c1aa32e04a7f2232f24ca"
facilmap-client@^2.6.0:
version "2.6.0"
resolved "https://registry.yarnpkg.com/facilmap-client/-/facilmap-client-2.6.0.tgz#4ef4beed4ec36c95efa92d448707c2552b2021c3"
dependencies:
es6-promise "^4.0.5"
socket.io-client "^1.7.3"

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "facilmap-server",
"version": "2.5.1",
"version": "2.6.0",
"description": "A fully-featured OpenStreetMap-based map where markers and lines can be added with live collaboration.",
"keywords": [
"webpack",
@ -34,7 +34,7 @@
"ejs": "^2.5.5",
"event-stream": "^3.3.4",
"express": "^4.14.0",
"facilmap-frontend": "^2.5.1",
"facilmap-frontend": "^2.6.0",
"highland": "^2.10.5",
"json-format": "^1.0.0",
"mysql": "^2.13.0",

Wyświetl plik

@ -1044,16 +1044,16 @@ extsprintf@1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.0.2.tgz#e1080e0658e300b06294990cc70e1502235fd550"
facilmap-client@^2.5.1:
version "2.5.1"
resolved "https://registry.yarnpkg.com/facilmap-client/-/facilmap-client-2.5.1.tgz#48300d8d69d250eebf4c1aa32e04a7f2232f24ca"
facilmap-client@^2.6.0:
version "2.6.0"
resolved "https://registry.yarnpkg.com/facilmap-client/-/facilmap-client-2.6.0.tgz#4ef4beed4ec36c95efa92d448707c2552b2021c3"
dependencies:
es6-promise "^4.0.5"
socket.io-client "^1.7.3"
facilmap-frontend@^2.5.1:
version "2.5.1"
resolved "https://registry.yarnpkg.com/facilmap-frontend/-/facilmap-frontend-2.5.1.tgz#993a55657435597e70e2b9c1c69f79033e6d51d9"
facilmap-frontend@^2.6.0:
version "2.6.0"
resolved "https://registry.yarnpkg.com/facilmap-frontend/-/facilmap-frontend-2.6.0.tgz#75d604b741830b50a629e43613759f50a436c42d"
dependencies:
"@mapbox/togeojson" "^0.16.0"
angular "1.6.4"
@ -1065,7 +1065,8 @@ facilmap-frontend@^2.5.1:
clipboard "^1.5.16"
d3 "3.x.x"
event-stream "^3.3.4"
facilmap-client "^2.5.1"
facilmap-client "^2.6.0"
file-saver "^1.3.3"
filtrex "^0.5.4"
jquery "<3.0.0"
jquery-ui "^1.12.1"
@ -1094,6 +1095,10 @@ fbjs@^0.8.1, fbjs@^0.8.4:
setimmediate "^1.0.5"
ua-parser-js "^0.7.9"
file-saver@^1.3.3:
version "1.3.3"
resolved "https://registry.yarnpkg.com/file-saver/-/file-saver-1.3.3.tgz#cdd4c44d3aa264eac2f68ec165bc791c34af1232"
filename-regex@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/filename-regex/-/filename-regex-2.0.0.tgz#996e3e80479b98b9897f15a8a58b3d084e926775"