@cocreate/selection 1.6.28 → 1.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,24 @@
1
+ # [1.8.0](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.7.0...v1.8.0) (2023-08-17)
2
+
3
+
4
+ ### Features
5
+
6
+ * bump cocreate dependencies for the latest updates and features ([e3108fa](https://github.com/CoCreate-app/CoCreate-selection/commit/e3108fa01a3d85b521bbe8183020d3e6b5626c7c))
7
+
8
+ # [1.7.0](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.6.28...v1.7.0) (2023-08-16)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * crud attributes renamed ([eb9fc71](https://github.com/CoCreate-app/CoCreate-selection/commit/eb9fc71ce7194234fb820898548b69d351b660ed))
14
+ * replace -target -selector ([e5e272f](https://github.com/CoCreate-app/CoCreate-selection/commit/e5e272fdb6401c9e38e551b5100387d7b7f90329))
15
+ * webpack.config and package.json make use of mode=production instead of process.env ([eb3ca94](https://github.com/CoCreate-app/CoCreate-selection/commit/eb3ca941d734af49a9e72ecc3e8e5063888ec1af))
16
+
17
+
18
+ ### Features
19
+
20
+ * name attribute and variable renamed to key ([306c839](https://github.com/CoCreate-app/CoCreate-selection/commit/306c839eb2426221a0f12061bb44d2f00287c45e))
21
+
1
22
  ## [1.6.28](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.6.27...v1.6.28) (2023-06-14)
2
23
 
3
24
 
@@ -4,8 +4,8 @@ module.exports = {
4
4
  "host": "",
5
5
  "sources": [
6
6
  {
7
- "collection": "files",
8
- "document": {
7
+ "array": "files",
8
+ "object": {
9
9
  "_id": "637ca63950234ef1671ce331",
10
10
  "name": "index.html",
11
11
  "path": "/docs/selection/index.html",