@cocreate/users 1.11.3 → 1.11.4
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 +8 -0
- package/demo/signin.html +1 -1
- package/demo/signout.html +1 -1
- package/demo/signup.html +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [1.11.4](https://github.com/CoCreate-app/CoCreate-users/compare/v1.11.3...v1.11.4) (2022-12-20)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* bump cdn to 1.34.0 ([b536878](https://github.com/CoCreate-app/CoCreate-users/commit/b536878d0c572ea093667cd547753520d5315524))
|
|
7
|
+
* bump dependencies ([18cc270](https://github.com/CoCreate-app/CoCreate-users/commit/18cc270d194b711b0fc809041b0d50d48679d510))
|
|
8
|
+
|
|
1
9
|
## [1.11.3](https://github.com/CoCreate-app/CoCreate-users/compare/v1.11.2...v1.11.3) (2022-12-15)
|
|
2
10
|
|
|
3
11
|
|
package/demo/signin.html
CHANGED
package/demo/signout.html
CHANGED
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
</div>
|
|
33
33
|
</div>
|
|
34
34
|
|
|
35
|
-
<script src="https://cdn.cocreate.app/1.
|
|
35
|
+
<script src="https://cdn.cocreate.app/1.34.0/CoCreate.min.js"></script>
|
|
36
36
|
<!-- <script src="../../../CoCreateJS/dist/CoCreate.js"></script> -->
|
|
37
37
|
|
|
38
38
|
</body>
|
package/demo/signup.html
CHANGED
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
host: 'server.cocreate.app' // Points to socket server. If not defined it will use the url in web browser by default
|
|
104
104
|
}
|
|
105
105
|
</script>
|
|
106
|
-
<script src="https://cdn.cocreate.app/1.
|
|
106
|
+
<script src="https://cdn.cocreate.app/1.34.0/CoCreate.min.js"></script>
|
|
107
107
|
<!-- <script src="../../../CoCreateJS/dist/CoCreate.js"></script> -->
|
|
108
108
|
|
|
109
109
|
</body>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cocreate/users",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.4",
|
|
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",
|
|
@@ -60,10 +60,10 @@
|
|
|
60
60
|
"webpack-log": "^3.0.1"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@cocreate/actions": "^1.5.
|
|
64
|
-
"@cocreate/crud-client": "^1.16.
|
|
65
|
-
"@cocreate/docs": "^1.4.
|
|
66
|
-
"@cocreate/element-prototype": "^1.2.
|
|
67
|
-
"@cocreate/render": "^1.17.
|
|
63
|
+
"@cocreate/actions": "^1.5.38",
|
|
64
|
+
"@cocreate/crud-client": "^1.16.16",
|
|
65
|
+
"@cocreate/docs": "^1.4.20",
|
|
66
|
+
"@cocreate/element-prototype": "^1.2.5",
|
|
67
|
+
"@cocreate/render": "^1.17.4"
|
|
68
68
|
}
|
|
69
69
|
}
|