diff --git a/LICENSES.md b/LICENSES.md index e8e1fb1c..2a8fe65b 100644 --- a/LICENSES.md +++ b/LICENSES.md @@ -1,7 +1,7 @@ # Licenses The [**wq.js**](https://wq.io/wq) bundle includes [**@wq/app**](https://wq.io/@wq/app), [**@wq/map**](https://wq.io/@wq/map), [**@wq/map-gl-web**](https://wq.io/@wq/map-gl), [**@wq/material-web**](https://wq.io/@wq/material), [**@wq/model**](https://wq.io/@wq/model), [**@wq/outbox**](https://wq.io/@wq/outbox), [**@wq/react**](https://wq.io/@wq/react), [**@wq/router**](https://wq.io/@wq/router), and [**@wq/store**](https://wq.io/@wq/store), under the following MIT License: -> Copyright (c) 2012-2023, S. Andrew Sheppard, https://wq.io/ +> Copyright (c) 2012-2024, S. Andrew Sheppard, https://wq.io/ > > Permission is hereby granted, free of charge, to any person obtaining a copy of > this software and associated documentation files (the "Software"), to deal in diff --git a/package-lock.json b/package-lock.json index e3182153..8b52a240 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12869,11 +12869,11 @@ }, "packages/app": { "name": "@wq/app", - "version": "2.0.0", + "version": "2.1.0", "license": "MIT", "dependencies": { - "@wq/model": "^2.0.0", - "@wq/outbox": "^2.0.0", + "@wq/model": "^2.1.0", + "@wq/outbox": "^2.1.0", "@wq/router": "^2.0.0", "@wq/store": "^2.0.0", "deepcopy": "^2.1.0", @@ -12882,75 +12882,75 @@ }, "packages/map": { "name": "@wq/map", - "version": "2.0.0", + "version": "2.1.0", "license": "MIT", "dependencies": { - "@wq/material": "^2.0.0", - "@wq/react": "^2.0.0", + "@wq/material": "^2.1.0", + "@wq/react": "^2.1.0", "mustache": "^4.2.0" }, "devDependencies": { - "@wq/material-web": "^2.0.0", - "@wq/model": "^2.0.0", + "@wq/material-web": "^2.1.0", + "@wq/model": "^2.1.0", "@wq/store": "^2.0.0" } }, "packages/map-gl": { "name": "@wq/map-gl", - "version": "2.0.0", + "version": "2.1.0", "license": "MIT", "devDependencies": { - "@wq/map-gl-web": "^2.0.0", - "@wq/material-web": "^2.0.0", - "@wq/model": "^2.0.0", - "@wq/react": "^2.0.0", + "@wq/map-gl-web": "^2.1.0", + "@wq/material-web": "^2.1.0", + "@wq/model": "^2.1.0", + "@wq/react": "^2.1.0", "@wq/store": "^2.0.0" } }, "packages/map-gl-web": { "name": "@wq/map-gl-web", - "version": "2.0.0", + "version": "2.1.0", "license": "MIT", "dependencies": { "@mapbox/mapbox-gl-draw": "^1.4.1", "@turf/circle": "^6.5.0", "@turf/union": "^6.5.0", - "@wq/map": "^2.0.0", - "@wq/material": "^2.0.0", + "@wq/map": "^2.1.0", + "@wq/material": "^2.1.0", "mapbox-gl": "npm:empty-npm-package@^1.0.0", "react-map-gl": "^7.0.25" }, "devDependencies": { - "@wq/material-web": "^2.0.0", - "@wq/model": "^2.0.0", - "@wq/react": "^2.0.0", + "@wq/material-web": "^2.1.0", + "@wq/model": "^2.1.0", + "@wq/react": "^2.1.0", "@wq/store": "^2.0.0" } }, "packages/material": { "name": "@wq/material", - "version": "2.0.0", + "version": "2.1.0", "license": "MIT", "devDependencies": { - "@wq/material-web": "^2.0.0" + "@wq/material-web": "^2.1.0" } }, "packages/material-web": { "name": "@wq/material-web", - "version": "2.0.0", + "version": "2.1.0", "license": "MIT", "dependencies": { "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@mui/icons-material": "^5.11.16", "@mui/material": "^5.13.5", - "@wq/react": "^2.0.0", + "@wq/react": "^2.1.0", "date-fns": "^2.30.0", "formik-mui": "^5.0.0-alpha.0", "mui-file-dropzone": "^4.0.2" }, "devDependencies": { - "@wq/model": "^2.0.0", + "@wq/model": "^2.1.0", "@wq/store": "^2.0.0", "react": "^18.2.0", "react-dom": "^18.2.0" @@ -12958,7 +12958,7 @@ }, "packages/model": { "name": "@wq/model", - "version": "2.0.0", + "version": "2.1.0", "license": "MIT", "dependencies": { "@wq/store": "^2.0.0", @@ -12968,11 +12968,11 @@ }, "packages/outbox": { "name": "@wq/outbox", - "version": "2.0.0", + "version": "2.1.0", "license": "MIT", "dependencies": { "@redux-offline/redux-offline": "2.6.0-native.1", - "@wq/model": "^2.0.0", + "@wq/model": "^2.1.0", "@wq/store": "^2.0.0", "redux-persist": "^6.0.0" }, @@ -12982,10 +12982,11 @@ }, "packages/react": { "name": "@wq/react", - "version": "2.0.0", + "version": "2.1.0", "license": "MIT", "dependencies": { - "@wq/model": "^2.0.0", + "@wq/model": "^2.1.0", + "@wq/outbox": "^2.1.0", "@wq/router": "^2.0.0", "formik": "^2.4.2", "param-case": "^3.0.4", diff --git a/packages/app/package.json b/packages/app/package.json index 550f1ada..0d035deb 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,6 +1,6 @@ { "name": "@wq/app", - "version": "2.0.0", + "version": "2.1.0", "description": "Utilizes @wq/store and @wq/router to dynamically load and render content from a wq.db-compatible REST service", "type": "module", "main": "index.js", @@ -29,8 +29,8 @@ }, "homepage": "https://wq.io/@wq/app", "dependencies": { - "@wq/model": "^2.0.0", - "@wq/outbox": "^2.0.0", + "@wq/model": "^2.1.0", + "@wq/outbox": "^2.1.0", "@wq/router": "^2.0.0", "@wq/store": "^2.0.0", "deepcopy": "^2.1.0", diff --git a/packages/map-gl-web/package.json b/packages/map-gl-web/package.json index 05edd5ac..1fe9b7d4 100644 --- a/packages/map-gl-web/package.json +++ b/packages/map-gl-web/package.json @@ -1,6 +1,6 @@ { "name": "@wq/map-gl-web", - "version": "2.0.0", + "version": "2.1.0", "description": "Web bindings for for @wq/map-gl", "type": "module", "main": "index.js", @@ -34,15 +34,15 @@ "@mapbox/mapbox-gl-draw": "^1.4.1", "@turf/circle": "^6.5.0", "@turf/union": "^6.5.0", - "@wq/map": "^2.0.0", - "@wq/material": "^2.0.0", + "@wq/map": "^2.1.0", + "@wq/material": "^2.1.0", "mapbox-gl": "npm:empty-npm-package@^1.0.0", "react-map-gl": "^7.0.25" }, "devDependencies": { - "@wq/material-web": "^2.0.0", - "@wq/model": "^2.0.0", - "@wq/react": "^2.0.0", + "@wq/material-web": "^2.1.0", + "@wq/model": "^2.1.0", + "@wq/react": "^2.1.0", "@wq/store": "^2.0.0" } } diff --git a/packages/map-gl/package.json b/packages/map-gl/package.json index 810741eb..b2b659d8 100644 --- a/packages/map-gl/package.json +++ b/packages/map-gl/package.json @@ -1,6 +1,6 @@ { "name": "@wq/map-gl", - "version": "2.0.0", + "version": "2.1.0", "description": "MapLibre GL integration for @wq/map", "type": "module", "main": "src/index.js", @@ -31,10 +31,10 @@ }, "homepage": "https://wq.io/@wq/map-gl", "devDependencies": { - "@wq/map-gl-web": "^2.0.0", - "@wq/material-web": "^2.0.0", - "@wq/model": "^2.0.0", - "@wq/react": "^2.0.0", + "@wq/map-gl-web": "^2.1.0", + "@wq/material-web": "^2.1.0", + "@wq/model": "^2.1.0", + "@wq/react": "^2.1.0", "@wq/store": "^2.0.0" } } diff --git a/packages/map/package.json b/packages/map/package.json index 0d019a93..af6e6485 100644 --- a/packages/map/package.json +++ b/packages/map/package.json @@ -1,6 +1,6 @@ { "name": "@wq/map", - "version": "2.0.0", + "version": "2.1.0", "description": "GIS integration for @wq/app pages", "type": "module", "main": "index.js", @@ -29,13 +29,13 @@ }, "homepage": "https://wq.io/@wq/map", "dependencies": { - "@wq/material": "^2.0.0", - "@wq/react": "^2.0.0", + "@wq/material": "^2.1.0", + "@wq/react": "^2.1.0", "mustache": "^4.2.0" }, "devDependencies": { - "@wq/material-web": "^2.0.0", - "@wq/model": "^2.0.0", + "@wq/material-web": "^2.1.0", + "@wq/model": "^2.1.0", "@wq/store": "^2.0.0" } } diff --git a/packages/material-web/package.json b/packages/material-web/package.json index 341f77c5..3e54a9f7 100644 --- a/packages/material-web/package.json +++ b/packages/material-web/package.json @@ -1,6 +1,6 @@ { "name": "@wq/material-web", - "version": "2.0.0", + "version": "2.1.0", "description": "Web bindings for @wq/material", "type": "module", "main": "index.js", @@ -33,13 +33,13 @@ "@emotion/styled": "^11.11.0", "@mui/icons-material": "^5.11.16", "@mui/material": "^5.13.5", - "@wq/react": "^2.0.0", + "@wq/react": "^2.1.0", "date-fns": "^2.30.0", "formik-mui": "^5.0.0-alpha.0", "mui-file-dropzone": "^4.0.2" }, "devDependencies": { - "@wq/model": "^2.0.0", + "@wq/model": "^2.1.0", "@wq/store": "^2.0.0", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/packages/material/package.json b/packages/material/package.json index f0fe8e86..78863c6e 100644 --- a/packages/material/package.json +++ b/packages/material/package.json @@ -1,6 +1,6 @@ { "name": "@wq/material", - "version": "2.0.0", + "version": "2.1.0", "description": "React + Material UI renderer for use with @wq/app", "type": "module", "main": "src/index.js", @@ -28,6 +28,6 @@ }, "homepage": "https://wq.io/@wq/material", "devDependencies": { - "@wq/material-web": "^2.0.0" + "@wq/material-web": "^2.1.0" } } diff --git a/packages/model/package.json b/packages/model/package.json index f9945e4b..4b47ce63 100644 --- a/packages/model/package.json +++ b/packages/model/package.json @@ -1,6 +1,6 @@ { "name": "@wq/model", - "version": "2.0.0", + "version": "2.1.0", "description": "A simple model API for working with stored lists", "type": "module", "main": "src/index.js", diff --git a/packages/outbox/package.json b/packages/outbox/package.json index 13b76b89..6bd44e9e 100644 --- a/packages/outbox/package.json +++ b/packages/outbox/package.json @@ -1,6 +1,6 @@ { "name": "@wq/outbox", - "version": "2.0.0", + "version": "2.1.0", "description": "A simple model API for working with stored lists", "type": "module", "main": "index.js", @@ -28,7 +28,7 @@ "homepage": "https://wq.io/@wq/outbox", "dependencies": { "@redux-offline/redux-offline": "2.6.0-native.1", - "@wq/model": "^2.0.0", + "@wq/model": "^2.1.0", "@wq/store": "^2.0.0", "redux-persist": "^6.0.0" }, diff --git a/packages/react/package.json b/packages/react/package.json index e0a08174..3fb7ba3d 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@wq/react", - "version": "2.0.0", + "version": "2.1.0", "description": "React renderer for use with @wq/app", "type": "module", "main": "index.js", @@ -29,7 +29,8 @@ }, "homepage": "https://wq.io/@wq/react", "dependencies": { - "@wq/model": "^2.0.0", + "@wq/model": "^2.1.0", + "@wq/outbox": "^2.1.0", "@wq/router": "^2.0.0", "formik": "^2.4.2", "param-case": "^3.0.4",