@cocreate/attributes
Advanced tools
Comparing version 1.5.53 to 1.5.54
@@ -0,1 +1,8 @@ | ||
## [1.5.54](https://github.com/CoCreate-app/CoCreate-attributes/compare/v1.5.53...v1.5.54) (2022-11-22) | ||
### Bug Fixes | ||
* apply src: {{source}} to CoCreate.config ([aa4c4d5](https://github.com/CoCreate-app/CoCreate-attributes/commit/aa4c4d5c0cea1d600649730c1c3982eb99153e3c)) | ||
## [1.5.53](https://github.com/CoCreate-app/CoCreate-attributes/compare/v1.5.52...v1.5.53) (2022-11-21) | ||
@@ -2,0 +9,0 @@ |
@@ -11,7 +11,7 @@ module.exports = { | ||
"collection": "files", | ||
"document_id": "6019b2844eea0817df303b06", | ||
"key": "src", | ||
"document": { | ||
"_id": "6019b2844eea0817df303b06", | ||
"name": "index.html", | ||
"path": "/docs/attributes/index.html", | ||
"src": "{{source}}", | ||
"domains": [ | ||
@@ -18,0 +18,0 @@ "*", |
{ | ||
"name": "@cocreate/attributes", | ||
"version": "1.5.53", | ||
"version": "1.5.54", | ||
"description": "Simple HTML5 & JavaScript component add, update & remove values in element's attributes from input, select or js api. Easily configured using HTML5 attributes and/or JavaScript API.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
99444