Skip to content

Commit

Permalink
v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cdauth committed Apr 19, 2024
1 parent dc25440 commit 1c8329e
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 38 deletions.
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "facilmap-client",
"version": "3.4.0",
"version": "3.4.1",
"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",
Expand Down Expand Up @@ -32,7 +32,7 @@
"dev-server": "webpack-dev-server --mode development"
},
"dependencies": {
"facilmap-types": "3.4.0",
"facilmap-types": "3.4.1",
"socket.io-client": "^4.1.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "facilmap-docs",
"version": "3.4.0",
"version": "3.4.1",
"description": "Documentation for FacilMap.",
"author": "Candid Dauth <[email protected]>",
"repository": {
Expand Down
10 changes: 5 additions & 5 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "facilmap-frontend",
"version": "3.4.0",
"version": "3.4.1",
"description": "A fully-featured OpenStreetMap-based map where markers and lines can be added with live collaboration.",
"keywords": [
"webpack",
Expand Down Expand Up @@ -42,10 +42,10 @@
"copy-to-clipboard": "^3.3.1",
"decode-uri-component": "^0.2.0",
"domutils": "^2.5.0",
"facilmap-client": "3.4.0",
"facilmap-leaflet": "3.4.0",
"facilmap-types": "3.4.0",
"facilmap-utils": "3.4.0",
"facilmap-client": "3.4.1",
"facilmap-leaflet": "3.4.1",
"facilmap-types": "3.4.1",
"facilmap-utils": "3.4.1",
"file-saver": "^2.0.5",
"hammerjs": "^2.0.8",
"jquery": "^3.6.0",
Expand Down
8 changes: 4 additions & 4 deletions leaflet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "facilmap-leaflet",
"version": "3.4.0",
"version": "3.4.1",
"description": "Utilities to show FacilMap objects on a Leaflet map.",
"keywords": [
"webpack",
Expand Down Expand Up @@ -42,9 +42,9 @@
"lint": "eslint **/*.ts"
},
"dependencies": {
"facilmap-client": "3.4.0",
"facilmap-types": "3.4.0",
"facilmap-utils": "3.4.0",
"facilmap-client": "3.4.1",
"facilmap-types": "3.4.1",
"facilmap-utils": "3.4.1",
"filtrex": "^2.1.0",
"leaflet-auto-graticule": "^1.1.0",
"leaflet-draggable-lines": "^1.1.0",
Expand Down
10 changes: 5 additions & 5 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "facilmap-server",
"version": "3.4.0",
"version": "3.4.1",
"description": "A fully-featured OpenStreetMap-based map where markers and lines can be added with live collaboration.",
"keywords": [
"webpack",
Expand Down Expand Up @@ -47,10 +47,10 @@
"event-stream": "^4.0.1",
"express": "^4.16.4",
"express-domain-middleware": "^0.1.0",
"facilmap-frontend": "3.4.0",
"facilmap-leaflet": "3.4.0",
"facilmap-types": "3.4.0",
"facilmap-utils": "3.4.0",
"facilmap-frontend": "3.4.1",
"facilmap-leaflet": "3.4.1",
"facilmap-types": "3.4.1",
"facilmap-utils": "3.4.1",
"highland": "^2.13.0",
"json-format": "^1.0.1",
"leaflet": "^1.7.1",
Expand Down
2 changes: 1 addition & 1 deletion types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "facilmap-types",
"version": "3.4.0",
"version": "3.4.1",
"description": "Typescript typings for the FacilMap communication between client and server.",
"homepage": "https://github.com/FacilMap/facilmap",
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "facilmap-utils",
"version": "3.4.0",
"version": "3.4.1",
"description": "FacilMap helper functions used in both the frontend and backend.",
"keywords": [
"webpack",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"cheerio": "^1.0.0-rc.5",
"dompurify": "^2.2.7",
"facilmap-types": "3.4.0",
"facilmap-types": "3.4.1",
"filtrex": "^2.1.0",
"jquery": "^3.6.0",
"jsdom": "^16.5.1",
Expand Down
36 changes: 18 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4940,12 +4940,12 @@ __metadata:
languageName: node
linkType: hard

"[email protected].0, facilmap-client@workspace:client":
"[email protected].1, facilmap-client@workspace:client":
version: 0.0.0-use.local
resolution: "facilmap-client@workspace:client"
dependencies:
"@types/geojson": ^7946.0.7
facilmap-types: 3.4.0
facilmap-types: 3.4.1
rimraf: ^3.0.2
socket.io-client: ^4.1.2
source-map-loader: ^4.0.1
Expand All @@ -4957,7 +4957,7 @@ __metadata:
languageName: unknown
linkType: soft

"[email protected].0, facilmap-frontend@workspace:frontend":
"[email protected].1, facilmap-frontend@workspace:frontend":
version: 0.0.0-use.local
resolution: "facilmap-frontend@workspace:frontend"
dependencies:
Expand Down Expand Up @@ -4987,10 +4987,10 @@ __metadata:
decode-uri-component: ^0.2.0
domutils: ^2.5.0
ejs-compiled-loader: ^3.1.0
facilmap-client: 3.4.0
facilmap-leaflet: 3.4.0
facilmap-types: 3.4.0
facilmap-utils: 3.4.0
facilmap-client: 3.4.1
facilmap-leaflet: 3.4.1
facilmap-types: 3.4.1
facilmap-utils: 3.4.1
file-saver: ^2.0.5
hammerjs: ^2.0.8
html-loader: ^4.2.0
Expand Down Expand Up @@ -5040,7 +5040,7 @@ __metadata:
languageName: unknown
linkType: soft

"[email protected].0, facilmap-leaflet@workspace:leaflet":
"[email protected].1, facilmap-leaflet@workspace:leaflet":
version: 0.0.0-use.local
resolution: "facilmap-leaflet@workspace:leaflet"
dependencies:
Expand All @@ -5060,9 +5060,9 @@ __metadata:
cheerio: ^1.0.0-rc.5
css-loader: ^6.8.1
expose-loader: ^4.1.0
facilmap-client: 3.4.0
facilmap-types: 3.4.0
facilmap-utils: 3.4.0
facilmap-client: 3.4.1
facilmap-types: 3.4.1
facilmap-utils: 3.4.1
filtrex: ^2.1.0
highland: ^2.13.5
jest: ^26.6.3
Expand Down Expand Up @@ -5138,10 +5138,10 @@ __metadata:
event-stream: ^4.0.1
express: ^4.16.4
express-domain-middleware: ^0.1.0
facilmap-frontend: 3.4.0
facilmap-leaflet: 3.4.0
facilmap-types: 3.4.0
facilmap-utils: 3.4.0
facilmap-frontend: 3.4.1
facilmap-leaflet: 3.4.1
facilmap-types: 3.4.1
facilmap-utils: 3.4.1
highland: ^2.13.0
jest: ^26.6.3
json-format: ^1.0.1
Expand Down Expand Up @@ -5174,7 +5174,7 @@ __metadata:
languageName: unknown
linkType: soft

"[email protected].0, facilmap-types@workspace:types":
"[email protected].1, facilmap-types@workspace:types":
version: 0.0.0-use.local
resolution: "facilmap-types@workspace:types"
dependencies:
Expand All @@ -5184,7 +5184,7 @@ __metadata:
languageName: unknown
linkType: soft

"[email protected].0, facilmap-utils@workspace:utils":
"[email protected].1, facilmap-utils@workspace:utils":
version: 0.0.0-use.local
resolution: "facilmap-utils@workspace:utils"
dependencies:
Expand All @@ -5199,7 +5199,7 @@ __metadata:
cheerio: ^1.0.0-rc.5
dompurify: ^2.2.7
eslint: ^8.49.0
facilmap-types: 3.4.0
facilmap-types: 3.4.1
filtrex: ^2.1.0
jest: ^26.6.3
jquery: ^3.6.0
Expand Down

0 comments on commit 1c8329e

Please sign in to comment.