@cocreate/selection 1.6.28 → 1.7.0

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # [1.7.0](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.6.28...v1.7.0) (2023-08-16)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * crud attributes renamed ([eb9fc71](https://github.com/CoCreate-app/CoCreate-selection/commit/eb9fc71ce7194234fb820898548b69d351b660ed))
7
+ * replace -target -selector ([e5e272f](https://github.com/CoCreate-app/CoCreate-selection/commit/e5e272fdb6401c9e38e551b5100387d7b7f90329))
8
+ * webpack.config and package.json make use of mode=production instead of process.env ([eb3ca94](https://github.com/CoCreate-app/CoCreate-selection/commit/eb3ca941d734af49a9e72ecc3e8e5063888ec1af))
9
+
10
+
11
+ ### Features
12
+
13
+ * name attribute and variable renamed to key ([306c839](https://github.com/CoCreate-app/CoCreate-selection/commit/306c839eb2426221a0f12061bb44d2f00287c45e))
14
+
1
15
  ## [1.6.28](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.6.27...v1.6.28) (2023-06-14)
2
16
 
3
17
 
@@ -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",