@cocreate/selection
Advanced tools
Comparing version 1.4.28 to 1.4.29
@@ -0,1 +1,9 @@ | ||
## [1.4.29](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.4.28...v1.4.29) (2022-11-22) | ||
### Bug Fixes | ||
* apply src: {{source}} to CoCreate.config ([59b9d1f](https://github.com/CoCreate-app/CoCreate-selection/commit/59b9d1f214bb888074bcce103699a3c07ec191aa)) | ||
* workflow docs ([a66f38c](https://github.com/CoCreate-app/CoCreate-selection/commit/a66f38ce2796c2df9b9a603d3f32190558c8a3d5)) | ||
## [1.4.28](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.4.27...v1.4.28) (2022-11-21) | ||
@@ -2,0 +10,0 @@ |
@@ -7,11 +7,11 @@ module.exports = { | ||
}, | ||
"sources": [{ | ||
"sources": [ | ||
{ | ||
"entry": "./docs/index.html", | ||
"collection": "files", | ||
"document_id": "60145dc49f64ba1680b86693", | ||
"key": "src", | ||
"document": { | ||
"_id": "637ca63950234ef1671ce331", | ||
"name": "index.html", | ||
"path": "/docs/selection/index.html", | ||
"src": "{{source}}", | ||
"domains": [ | ||
@@ -27,19 +27,3 @@ "*", | ||
} | ||
], | ||
"extract": { | ||
"directory": "./src/", | ||
"extensions": [ | ||
"js", | ||
"css", | ||
"html" | ||
], | ||
"ignores": [ | ||
"node_modules", | ||
"vendor", | ||
"bower_components", | ||
"archive" | ||
] | ||
} | ||
} | ||
] | ||
} |
{ | ||
"name": "@cocreate/selection", | ||
"version": "1.4.28", | ||
"version": "1.4.29", | ||
"description": "A simple selection component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", | ||
@@ -64,6 +64,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@cocreate/docs": "^1.3.24", | ||
"@cocreate/hosting": "^1.5.0", | ||
"@cocreate/utils": "^1.10.18" | ||
"@cocreate/docs": "^1.4.1", | ||
"@cocreate/hosting": "^1.6.0", | ||
"@cocreate/utils": "^1.10.20" | ||
} | ||
} |
95997
541
Updated@cocreate/docs@^1.4.1
Updated@cocreate/hosting@^1.6.0
Updated@cocreate/utils@^1.10.20