@cocreate/users
Advanced tools
Comparing version 1.25.2 to 1.25.3
@@ -11,3 +11,4 @@ module.exports = { | ||
"name": "index.html", | ||
"path": "/docs/users/index.html", | ||
"path": "/docs/users", | ||
"pathname": "/docs/users/index.html", | ||
"src": "{{./docs/index.html}}", | ||
@@ -18,7 +19,5 @@ "host": [ | ||
], | ||
"directory": "/docs/users", | ||
"parentDirectory": "{{parentDirectory}}", | ||
"directory": "users", | ||
"content-type": "{{content-type}}", | ||
"public": "true", | ||
"website_id": "644d4bff8036fb9d1d1fd69c" | ||
"public": "true" | ||
} | ||
@@ -25,0 +24,0 @@ } |
{ | ||
"name": "@cocreate/users", | ||
"version": "1.25.2", | ||
"version": "1.25.3", | ||
"description": "A simple users component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.", | ||
@@ -61,9 +61,9 @@ "keywords": [ | ||
"dependencies": { | ||
"@cocreate/actions": "^1.11.0", | ||
"@cocreate/crud-client": "^1.24.0", | ||
"@cocreate/element-prototype": "^1.11.0", | ||
"@cocreate/elements": "^1.20.0", | ||
"@cocreate/local-storage": "^1.10.0", | ||
"@cocreate/render": "^1.27.0" | ||
"@cocreate/actions": "^1.11.1", | ||
"@cocreate/crud-client": "^1.25.0", | ||
"@cocreate/element-prototype": "^1.11.1", | ||
"@cocreate/elements": "^1.21.0", | ||
"@cocreate/local-storage": "^1.10.1", | ||
"@cocreate/render": "^1.27.2" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
146379
494