content-entry
Advanced tools
Comparing version 2.2.6 to 2.3.0
{ | ||
"name": "content-entry", | ||
"version": "2.2.6", | ||
"version": "2.3.0", | ||
"publishConfig": { | ||
@@ -24,18 +24,15 @@ "access": "public" | ||
"scripts": { | ||
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava && c8 report -r lcov -o build/coverage --temp-directory build/tmp", | ||
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 2m && c8 report -r lcov -o build/coverage --temp-directory build/tmp", | ||
"docs": "documentation readme src/entry.mjs --section=API", | ||
"lint": "documentation lint src/entry.mjs", | ||
"posttest": "markdown-doctest", | ||
"test": "ava" | ||
"test": "ava --timeout 2m" | ||
}, | ||
"devDependencies": { | ||
"ava": "^2.4.0", | ||
"c8": "^7.0.0", | ||
"ava": "^3.3.0", | ||
"c8": "^7.1.0", | ||
"documentation": "^12.1.4", | ||
"esm": "^3.2.25", | ||
"markdown-doctest": "^1.0.0", | ||
"semantic-release": "^15.14.0" | ||
"semantic-release": "^17.0.2" | ||
}, | ||
"engines": { | ||
"node": ">=12.14.1" | ||
"node": ">=12.15.0" | ||
}, | ||
@@ -50,15 +47,2 @@ "repository": { | ||
"homepage": "https://github.com/arlac77/content-entry#readme", | ||
"ava": { | ||
"require": [ | ||
"esm" | ||
], | ||
"extensions": [ | ||
"mjs" | ||
], | ||
"babel": false, | ||
"compileEnhancements": false, | ||
"files": [ | ||
"tests/*-test.mjs" | ||
] | ||
}, | ||
"template": { | ||
@@ -65,0 +49,0 @@ "repository": { |
@@ -1,4 +0,1 @@ | ||
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier) | ||
[![Known Vulnerabilities](https://snyk.io/test/github/arlac77/content-entry/badge.svg)](https://snyk.io/test/github/arlac77/content-entry) | ||
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) | ||
[![npm](https://img.shields.io/npm/v/content-entry.svg)](https://www.npmjs.com/package/content-entry) | ||
@@ -12,2 +9,5 @@ [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) | ||
[![Coverage Status](https://coveralls.io/repos/arlac77/content-entry/badge.svg)](https://coveralls.io/r/arlac77/content-entry) | ||
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier) | ||
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) | ||
[![Known Vulnerabilities](https://snyk.io/test/github/arlac77/content-entry/badge.svg)](https://snyk.io/test/github/arlac77/content-entry) | ||
[![Greenkeeper](https://badges.greenkeeper.io/arlac77/content-entry.svg)](https://greenkeeper.io/) | ||
@@ -30,2 +30,3 @@ [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/arlac77/content-entry) | ||
- [getTypes](#gettypes) | ||
- [isEmpty](#isempty) | ||
- [CollectionEntryMixin](#collectionentrymixin) | ||
@@ -71,2 +72,6 @@ - [Parameters](#parameters-1) | ||
### isEmpty | ||
Returns **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** true if there is no content | ||
## CollectionEntryMixin | ||
@@ -73,0 +78,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
17835
4
340
190