From 26789b2ccbe06df08b3bf680f84e1bbd082ef8a4 Mon Sep 17 00:00:00 2001 From: "S. Andrew Sheppard" Date: Wed, 21 Jun 2023 22:23:12 -0400 Subject: [PATCH] v2.0.0a1 --- LICENSES.md | 2 +- package-lock.json | 84 +++++++++++++++--------------- packages/app/package.json | 10 ++-- packages/map-gl-web/package.json | 14 ++--- packages/map-gl/package.json | 14 ++--- packages/map/package.json | 12 ++--- packages/material-web/package.json | 8 +-- packages/material/package.json | 4 +- packages/model/package.json | 4 +- packages/outbox/package.json | 8 +-- packages/react/package.json | 6 +-- packages/router/package.json | 4 +- packages/store/package.json | 2 +- 13 files changed, 86 insertions(+), 86 deletions(-) diff --git a/LICENSES.md b/LICENSES.md index 091ece7b..c9ac13a8 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-2021, S. Andrew Sheppard, https://wq.io/ +> Copyright (c) 2012-2023, 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 3e8065df..d5766aef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12837,123 +12837,123 @@ }, "packages/app": { "name": "@wq/app", - "version": "2.0.0-alpha.0", + "version": "2.0.0-alpha.1", "license": "MIT", "dependencies": { - "@wq/model": "^2.0.0-alpha.0", - "@wq/outbox": "^2.0.0-alpha.0", - "@wq/router": "^2.0.0-alpha.0", - "@wq/store": "^2.0.0-alpha.0", + "@wq/model": "^2.0.0-alpha.1", + "@wq/outbox": "^2.0.0-alpha.1", + "@wq/router": "^2.0.0-alpha.1", + "@wq/store": "^2.0.0-alpha.1", "deepcopy": "^2.1.0", "mustache": "^4.2.0" } }, "packages/map": { "name": "@wq/map", - "version": "2.0.0-alpha.0", + "version": "2.0.0-alpha.1", "license": "MIT", "dependencies": { - "@wq/material": "^2.0.0-alpha.0", - "@wq/react": "^2.0.0-alpha.0", + "@wq/material": "^2.0.0-alpha.1", + "@wq/react": "^2.0.0-alpha.1", "mustache": "^4.2.0" }, "devDependencies": { - "@wq/material-web": "^2.0.0-alpha.0", - "@wq/model": "^2.0.0-alpha.0", - "@wq/store": "^2.0.0-alpha.0" + "@wq/material-web": "^2.0.0-alpha.1", + "@wq/model": "^2.0.0-alpha.1", + "@wq/store": "^2.0.0-alpha.1" } }, "packages/map-gl": { "name": "@wq/map-gl", - "version": "2.0.0-alpha.0", + "version": "2.0.0-alpha.1", "license": "MIT", "devDependencies": { - "@wq/map-gl-web": "^2.0.0-alpha.0", - "@wq/material-web": "^2.0.0-alpha.0", - "@wq/model": "^2.0.0-alpha.0", - "@wq/react": "^2.0.0-alpha.0", - "@wq/store": "^2.0.0-alpha.0" + "@wq/map-gl-web": "^2.0.0-alpha.1", + "@wq/material-web": "^2.0.0-alpha.1", + "@wq/model": "^2.0.0-alpha.1", + "@wq/react": "^2.0.0-alpha.1", + "@wq/store": "^2.0.0-alpha.1" } }, "packages/map-gl-web": { "name": "@wq/map-gl-web", - "version": "2.0.0-alpha.0", + "version": "2.0.0-alpha.1", "license": "MIT", "dependencies": { "@mapbox/mapbox-gl-draw": "^1.4.1", "@turf/circle": "^6.5.0", - "@wq/map": "^2.0.0-alpha.0", - "@wq/material": "^2.0.0-alpha.0", + "@wq/map": "^2.0.0-alpha.1", + "@wq/material": "^2.0.0-alpha.1", "mapbox-gl": "npm:empty-npm-package@^1.0.0", "react-map-gl": "^7.0.25" }, "devDependencies": { - "@wq/material-web": "^2.0.0-alpha.0", - "@wq/model": "^2.0.0-alpha.0", - "@wq/react": "^2.0.0-alpha.0", - "@wq/store": "^2.0.0-alpha.0" + "@wq/material-web": "^2.0.0-alpha.1", + "@wq/model": "^2.0.0-alpha.1", + "@wq/react": "^2.0.0-alpha.1", + "@wq/store": "^2.0.0-alpha.1" } }, "packages/material": { "name": "@wq/material", - "version": "2.0.0-alpha.0", + "version": "2.0.0-alpha.1", "license": "MIT", "devDependencies": { - "@wq/material-web": "^2.0.0-alpha.0" + "@wq/material-web": "^2.0.0-alpha.1" } }, "packages/material-web": { "name": "@wq/material-web", - "version": "2.0.0-alpha.0", + "version": "2.0.0-alpha.1", "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-alpha.0", + "@wq/react": "^2.0.0-alpha.1", "date-fns": "^2.30.0", "formik-mui": "^5.0.0-alpha.0", "mui-file-dropzone": "^4.0.2" }, "devDependencies": { - "@wq/model": "^2.0.0-alpha.0", - "@wq/store": "^2.0.0-alpha.0", + "@wq/model": "^2.0.0-alpha.1", + "@wq/store": "^2.0.0-alpha.1", "react": "^18.2.0", "react-dom": "^18.2.0" } }, "packages/model": { "name": "@wq/model", - "version": "2.0.0-alpha.0", + "version": "2.0.0-alpha.1", "license": "MIT", "dependencies": { - "@wq/store": "^2.0.0-alpha.0", + "@wq/store": "^2.0.0-alpha.1", "deepcopy": "^2.1.0", "redux-orm": "^0.17.0-rc.0" } }, "packages/outbox": { "name": "@wq/outbox", - "version": "2.0.0-alpha.0", + "version": "2.0.0-alpha.1", "license": "MIT", "dependencies": { "@redux-offline/redux-offline": "2.6.0-native.1", - "@wq/model": "^2.0.0-alpha.0", - "@wq/store": "^2.0.0-alpha.0", + "@wq/model": "^2.0.0-alpha.1", + "@wq/store": "^2.0.0-alpha.1", "redux-persist": "^6.0.0" }, "devDependencies": { - "@wq/router": "^2.0.0-alpha.0" + "@wq/router": "^2.0.0-alpha.1" } }, "packages/react": { "name": "@wq/react", - "version": "2.0.0-alpha.0", + "version": "2.0.0-alpha.1", "license": "MIT", "dependencies": { - "@wq/model": "^2.0.0-alpha.0", - "@wq/router": "^2.0.0-alpha.0", + "@wq/model": "^2.0.0-alpha.1", + "@wq/router": "^2.0.0-alpha.1", "formik": "^2.4.2", "param-case": "^3.0.4", "pascal-case": "^3.1.2", @@ -12968,10 +12968,10 @@ }, "packages/router": { "name": "@wq/router", - "version": "2.0.0-alpha.0", + "version": "2.0.0-alpha.1", "license": "MIT", "dependencies": { - "@wq/store": "^2.0.0-alpha.0", + "@wq/store": "^2.0.0-alpha.1", "capital-case": "^1.0.4", "query-string": "^8.1.0", "redux-first-router": "^2.1.5" @@ -12979,7 +12979,7 @@ }, "packages/store": { "name": "@wq/store", - "version": "2.0.0-alpha.0", + "version": "2.0.0-alpha.1", "license": "MIT", "dependencies": { "localforage": "^1.10.0", diff --git a/packages/app/package.json b/packages/app/package.json index 8792cb16..eb5500cf 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,6 +1,6 @@ { "name": "@wq/app", - "version": "2.0.0-alpha.0", + "version": "2.0.0-alpha.1", "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,10 +29,10 @@ }, "homepage": "https://wq.io/@wq/app", "dependencies": { - "@wq/model": "^2.0.0-alpha.0", - "@wq/outbox": "^2.0.0-alpha.0", - "@wq/router": "^2.0.0-alpha.0", - "@wq/store": "^2.0.0-alpha.0", + "@wq/model": "^2.0.0-alpha.1", + "@wq/outbox": "^2.0.0-alpha.1", + "@wq/router": "^2.0.0-alpha.1", + "@wq/store": "^2.0.0-alpha.1", "deepcopy": "^2.1.0", "mustache": "^4.2.0" } diff --git a/packages/map-gl-web/package.json b/packages/map-gl-web/package.json index 969151b0..50595c72 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-alpha.0", + "version": "2.0.0-alpha.1", "description": "Web bindings for for @wq/map-gl", "type": "module", "main": "index.js", @@ -33,15 +33,15 @@ "dependencies": { "@mapbox/mapbox-gl-draw": "^1.4.1", "@turf/circle": "^6.5.0", - "@wq/map": "^2.0.0-alpha.0", - "@wq/material": "^2.0.0-alpha.0", + "@wq/map": "^2.0.0-alpha.1", + "@wq/material": "^2.0.0-alpha.1", "mapbox-gl": "npm:empty-npm-package@^1.0.0", "react-map-gl": "^7.0.25" }, "devDependencies": { - "@wq/material-web": "^2.0.0-alpha.0", - "@wq/model": "^2.0.0-alpha.0", - "@wq/react": "^2.0.0-alpha.0", - "@wq/store": "^2.0.0-alpha.0" + "@wq/material-web": "^2.0.0-alpha.1", + "@wq/model": "^2.0.0-alpha.1", + "@wq/react": "^2.0.0-alpha.1", + "@wq/store": "^2.0.0-alpha.1" } } diff --git a/packages/map-gl/package.json b/packages/map-gl/package.json index f094a026..cb89d8bd 100644 --- a/packages/map-gl/package.json +++ b/packages/map-gl/package.json @@ -1,7 +1,7 @@ { "name": "@wq/map-gl", - "version": "2.0.0-alpha.0", - "description": "MapBox GL integration for @wq/map", + "version": "2.0.0-alpha.1", + "description": "MapLibre GL integration for @wq/map", "type": "module", "main": "src/index.js", "react-native": "src/index.native.js", @@ -31,10 +31,10 @@ }, "homepage": "https://wq.io/@wq/map-gl", "devDependencies": { - "@wq/map-gl-web": "^2.0.0-alpha.0", - "@wq/material-web": "^2.0.0-alpha.0", - "@wq/model": "^2.0.0-alpha.0", - "@wq/react": "^2.0.0-alpha.0", - "@wq/store": "^2.0.0-alpha.0" + "@wq/map-gl-web": "^2.0.0-alpha.1", + "@wq/material-web": "^2.0.0-alpha.1", + "@wq/model": "^2.0.0-alpha.1", + "@wq/react": "^2.0.0-alpha.1", + "@wq/store": "^2.0.0-alpha.1" } } diff --git a/packages/map/package.json b/packages/map/package.json index 0a1de9fc..57b0cd43 100644 --- a/packages/map/package.json +++ b/packages/map/package.json @@ -1,6 +1,6 @@ { "name": "@wq/map", - "version": "2.0.0-alpha.0", + "version": "2.0.0-alpha.1", "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-alpha.0", - "@wq/react": "^2.0.0-alpha.0", + "@wq/material": "^2.0.0-alpha.1", + "@wq/react": "^2.0.0-alpha.1", "mustache": "^4.2.0" }, "devDependencies": { - "@wq/material-web": "^2.0.0-alpha.0", - "@wq/model": "^2.0.0-alpha.0", - "@wq/store": "^2.0.0-alpha.0" + "@wq/material-web": "^2.0.0-alpha.1", + "@wq/model": "^2.0.0-alpha.1", + "@wq/store": "^2.0.0-alpha.1" } } diff --git a/packages/material-web/package.json b/packages/material-web/package.json index b8480230..41a9ad05 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-alpha.0", + "version": "2.0.0-alpha.1", "description": "Web bindings for @wq/material", "type": "module", "main": "index.js", @@ -33,14 +33,14 @@ "@emotion/styled": "^11.11.0", "@mui/icons-material": "^5.11.16", "@mui/material": "^5.13.5", - "@wq/react": "^2.0.0-alpha.0", + "@wq/react": "^2.0.0-alpha.1", "date-fns": "^2.30.0", "formik-mui": "^5.0.0-alpha.0", "mui-file-dropzone": "^4.0.2" }, "devDependencies": { - "@wq/model": "^2.0.0-alpha.0", - "@wq/store": "^2.0.0-alpha.0", + "@wq/model": "^2.0.0-alpha.1", + "@wq/store": "^2.0.0-alpha.1", "react": "^18.2.0", "react-dom": "^18.2.0" } diff --git a/packages/material/package.json b/packages/material/package.json index 09b9b677..3d329c59 100644 --- a/packages/material/package.json +++ b/packages/material/package.json @@ -1,6 +1,6 @@ { "name": "@wq/material", - "version": "2.0.0-alpha.0", + "version": "2.0.0-alpha.1", "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-alpha.0" + "@wq/material-web": "^2.0.0-alpha.1" } } diff --git a/packages/model/package.json b/packages/model/package.json index 777f409c..18b6feae 100644 --- a/packages/model/package.json +++ b/packages/model/package.json @@ -1,6 +1,6 @@ { "name": "@wq/model", - "version": "2.0.0-alpha.0", + "version": "2.0.0-alpha.1", "description": "A simple model API for working with stored lists", "type": "module", "main": "src/index.js", @@ -27,7 +27,7 @@ }, "homepage": "https://wq.io/@wq/model", "dependencies": { - "@wq/store": "^2.0.0-alpha.0", + "@wq/store": "^2.0.0-alpha.1", "deepcopy": "^2.1.0", "redux-orm": "^0.17.0-rc.0" } diff --git a/packages/outbox/package.json b/packages/outbox/package.json index f571eda6..ee76ec5b 100644 --- a/packages/outbox/package.json +++ b/packages/outbox/package.json @@ -1,6 +1,6 @@ { "name": "@wq/outbox", - "version": "2.0.0-alpha.0", + "version": "2.0.0-alpha.1", "description": "A simple model API for working with stored lists", "type": "module", "main": "index.js", @@ -28,11 +28,11 @@ "homepage": "https://wq.io/@wq/outbox", "dependencies": { "@redux-offline/redux-offline": "2.6.0-native.1", - "@wq/model": "^2.0.0-alpha.0", - "@wq/store": "^2.0.0-alpha.0", + "@wq/model": "^2.0.0-alpha.1", + "@wq/store": "^2.0.0-alpha.1", "redux-persist": "^6.0.0" }, "devDependencies": { - "@wq/router": "^2.0.0-alpha.0" + "@wq/router": "^2.0.0-alpha.1" } } diff --git a/packages/react/package.json b/packages/react/package.json index 884765e7..8775abff 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@wq/react", - "version": "2.0.0-alpha.0", + "version": "2.0.0-alpha.1", "description": "React renderer for use with @wq/app", "type": "module", "main": "index.js", @@ -29,8 +29,8 @@ }, "homepage": "https://wq.io/@wq/react", "dependencies": { - "@wq/model": "^2.0.0-alpha.0", - "@wq/router": "^2.0.0-alpha.0", + "@wq/model": "^2.0.0-alpha.1", + "@wq/router": "^2.0.0-alpha.1", "formik": "^2.4.2", "param-case": "^3.0.4", "pascal-case": "^3.1.2", diff --git a/packages/router/package.json b/packages/router/package.json index 17f65784..82f68e94 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "@wq/router", - "version": "2.0.0-alpha.0", + "version": "2.0.0-alpha.1", "description": "Respond to URL changes with locally generated pages and custom events", "type": "module", "main": "index.js", @@ -25,7 +25,7 @@ }, "homepage": "https://wq.io/@wq/router", "dependencies": { - "@wq/store": "^2.0.0-alpha.0", + "@wq/store": "^2.0.0-alpha.1", "capital-case": "^1.0.4", "query-string": "^8.1.0", "redux-first-router": "^2.1.5" diff --git a/packages/store/package.json b/packages/store/package.json index 8d2fe144..b99f5bda 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -1,6 +1,6 @@ { "name": "@wq/store", - "version": "2.0.0-alpha.0", + "version": "2.0.0-alpha.1", "description": "Locally-persistent, optionally server-populated JSON datastore(s)", "type": "module", "main": "src/index.js",