@cocreate/users 1.10.7 → 1.10.8

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,10 @@
1
+ ## [1.10.8](https://github.com/CoCreate-app/CoCreate-users/compare/v1.10.7...v1.10.8) (2022-11-23)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bumped [@cocreate](https://github.com/cocreate) dependencies ([436c33a](https://github.com/CoCreate-app/CoCreate-users/commit/436c33ad4d1614774ffd46b69851993409926b0e))
7
+
1
8
  ## [1.10.7](https://github.com/CoCreate-app/CoCreate-users/compare/v1.10.6...v1.10.7) (2022-11-22)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/users",
3
- "version": "1.10.7",
3
+ "version": "1.10.8",
4
4
  "description": "A simple users component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
5
5
  "keywords": [
6
6
  "users",
@@ -61,11 +61,11 @@
61
61
  "webpack-log": "^3.0.1"
62
62
  },
63
63
  "dependencies": {
64
- "@cocreate/actions": "^1.5.19",
65
- "@cocreate/crud-client": "^1.13.6",
66
- "@cocreate/docs": "^1.4.1",
67
- "@cocreate/element-prototype": "^1.1.4",
68
- "@cocreate/render": "^1.16.6",
64
+ "@cocreate/actions": "^1.5.20",
65
+ "@cocreate/crud-client": "^1.14.0",
66
+ "@cocreate/docs": "^1.4.2",
67
+ "@cocreate/element-prototype": "^1.1.5",
68
+ "@cocreate/render": "^1.16.7",
69
69
  "mongodb": "^4.4.0"
70
70
  }
71
71
  }
package/src/client.js CHANGED
@@ -5,7 +5,7 @@ import render from '@cocreate/render';
5
5
  import '@cocreate/element-prototype';
6
6
 
7
7
  let crud
8
- if(CRUD && CRUD.default)
8
+ if (CRUD && CRUD.default)
9
9
  crud = CRUD.default
10
10
  else
11
11
  crud = CRUD