content-entry
Advanced tools
Comparing version 5.0.7 to 5.0.8
{ | ||
"name": "content-entry", | ||
"version": "5.0.7", | ||
"version": "5.0.8", | ||
"publishConfig": { | ||
@@ -34,7 +34,7 @@ "access": "public" | ||
"lint:docs": "documentation lint ./src/**/*.mjs", | ||
"lint:tsc": "tsc --allowJs --checkJs --noEmit -t es2022 -m node16 ./src/*.mjs" | ||
"lint:tsc": "tsc --allowJs --checkJs --noEmit -t esnext -m esnext ./src/*.mjs" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^18.0.1", | ||
"ava": "^4.3.0", | ||
"@types/node": "^18.0.5", | ||
"ava": "^4.3.1", | ||
"c8": "^7.11.3", | ||
@@ -46,3 +46,3 @@ "documentation": "^13.2.5", | ||
"engines": { | ||
"node": ">=16.15.1" | ||
"node": ">=16.16.0" | ||
}, | ||
@@ -49,0 +49,0 @@ "repository": { |
[![npm](https://img.shields.io/npm/v/content-entry.svg)](https://www.npmjs.com/package/content-entry) | ||
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) | ||
[![minified size](https://badgen.net/bundlephobia/min/content-entry)](https://bundlephobia.com/result?p=content-entry) | ||
[![Open Bundle](https://bundlejs.com/badge-light.svg)](https://bundlejs.com/?q=content-entry) | ||
[![downloads](http://img.shields.io/npm/dm/content-entry.svg?style=flat-square)](https://npmjs.org/package/content-entry) | ||
@@ -5,0 +5,0 @@ [![GitHub Issues](https://img.shields.io/github/issues/arlac77/content-entry.svg?style=flat-square)](https://github.com/arlac77/content-entry/issues) |
25231