@cocreate/element-prototype
Advanced tools
Comparing version 1.11.1 to 1.11.2
@@ -0,1 +1,9 @@ | ||
## [1.11.2](https://github.com/CoCreate-app/CoCreate-element-prototype/compare/v1.11.1...v1.11.2) (2023-09-18) | ||
### Bug Fixes | ||
* Add path and pathname ([fc0d1ae](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/fc0d1ae131da4a766bb41368b81efe638681d5bb)) | ||
* Update CoCreate depndencies to latest versions ([abffa2e](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/abffa2ec6ce40ed4f0398ed84e716208cb13a58c)) | ||
## [1.11.1](https://github.com/CoCreate-app/CoCreate-element-prototype/compare/v1.11.0...v1.11.1) (2023-08-21) | ||
@@ -2,0 +10,0 @@ |
@@ -11,3 +11,4 @@ module.exports = { | ||
"name": "index.html", | ||
"path": "/docs/element-prototype/index.html", | ||
"path": "/docs/element-prototype", | ||
"pathname": "/docs/element-prototype/index.html", | ||
"src": "{{./docs/index.html}}", | ||
@@ -18,7 +19,5 @@ "host": [ | ||
], | ||
"directory": "/docs/element-prototype", | ||
"parentDirectory": "{{parentDirectory}}", | ||
"directory": "element-prototype", | ||
"content-type": "{{content-type}}", | ||
"public": "true", | ||
"website_id": "644d4bff8036fb9d1d1fd69c" | ||
"public": "true" | ||
} | ||
@@ -25,0 +24,0 @@ } |
{ | ||
"name": "@cocreate/element-prototype", | ||
"version": "1.11.1", | ||
"version": "1.11.2", | ||
"description": "A simple element-prototype component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", | ||
@@ -61,4 +61,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@cocreate/utils": "^1.24.0" | ||
"@cocreate/utils": "^1.24.1" | ||
} | ||
} |
115571
403
Updated@cocreate/utils@^1.24.1