pull/147/head v3.1.0
Candid Dauth 2021-04-15 23:31:04 +02:00
rodzic 17a3b981ab
commit 51fd8c4ef3
7 zmienionych plików z 20 dodań i 20 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "facilmap-client",
"version": "3.0.1",
"version": "3.1.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",
@ -32,7 +32,7 @@
"dev-server": "webpack-dev-server --mode development"
},
"dependencies": {
"facilmap-types": "3.0.1",
"facilmap-types": "3.1.0",
"socket.io-client": "^4.0.0"
},
"devDependencies": {

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "facilmap-docs",
"version": "3.0.1",
"version": "3.1.0",
"description": "Documentation for FacilMap.",
"author": "Candid Dauth <cdauth@cdauth.eu>",
"repository": {

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "facilmap-frontend",
"version": "3.0.1",
"version": "3.1.0",
"description": "A fully-featured OpenStreetMap-based map where markers and lines can be added with live collaboration.",
"keywords": [
"webpack",
@ -40,10 +40,10 @@
"clipboard": "^2.0.8",
"copy-to-clipboard": "^3.3.1",
"domutils": "^2.5.0",
"facilmap-client": "3.0.1",
"facilmap-leaflet": "3.0.1",
"facilmap-types": "3.0.1",
"facilmap-utils": "3.0.1",
"facilmap-client": "3.1.0",
"facilmap-leaflet": "3.1.0",
"facilmap-types": "3.1.0",
"facilmap-utils": "3.1.0",
"file-saver": "^2.0.5",
"hammerjs": "^2.0.8",
"jquery": "^3.6.0",

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "facilmap-leaflet",
"version": "3.0.1",
"version": "3.1.0",
"description": "Utilities to show FacilMap objects on a Leaflet map.",
"keywords": [
"webpack",
@ -41,9 +41,9 @@
"lint": "eslint **/*.ts"
},
"dependencies": {
"facilmap-client": "3.0.1",
"facilmap-types": "3.0.1",
"facilmap-utils": "3.0.1",
"facilmap-client": "3.1.0",
"facilmap-types": "3.1.0",
"facilmap-utils": "3.1.0",
"filtrex": "^2.1.0",
"leaflet-auto-graticule": "^1.0.9",
"leaflet-draggable-lines": "^1.0.9",

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "facilmap-server",
"version": "3.0.1",
"version": "3.1.0",
"description": "A fully-featured OpenStreetMap-based map where markers and lines can be added with live collaboration.",
"keywords": [
"webpack",
@ -50,10 +50,10 @@
"event-stream": "^4.0.1",
"express": "^4.16.4",
"express-domain-middleware": "^0.1.0",
"facilmap-frontend": "3.0.1",
"facilmap-leaflet": "3.0.1",
"facilmap-types": "3.0.1",
"facilmap-utils": "3.0.1",
"facilmap-frontend": "3.1.0",
"facilmap-leaflet": "3.1.0",
"facilmap-types": "3.1.0",
"facilmap-utils": "3.1.0",
"highland": "^2.13.0",
"json-format": "^1.0.1",
"leaflet": "^1.7.1",

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "facilmap-types",
"version": "3.0.1",
"version": "3.1.0",
"description": "Typescript typings for the FacilMap communication between client and server.",
"homepage": "https://github.com/FacilMap/facilmap",
"bugs": {

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "facilmap-utils",
"version": "3.0.1",
"version": "3.1.0",
"description": "FacilMap helper functions used in both the frontend and backend.",
"keywords": [
"webpack",
@ -34,7 +34,7 @@
"cheerio": "^1.0.0-rc.5",
"dompurify": "^2.2.7",
"eslint": "^7.21.0",
"facilmap-types": "3.0.1",
"facilmap-types": "3.1.0",
"filtrex": "^2.1.0",
"jquery": "^3.6.0",
"jsdom": "^16.5.1",