content-entry
Advanced tools
Comparing version 8.1.3 to 9.0.0
{ | ||
"name": "content-entry", | ||
"version": "8.1.3", | ||
"version": "9.0.0", | ||
"publishConfig": { | ||
@@ -10,4 +10,4 @@ "access": "public" | ||
".": { | ||
"types": "./types/index.d.mts", | ||
"default": "./src/index.mjs" | ||
"default": "./src/index.mjs", | ||
"types": "./types/index.d.mts" | ||
} | ||
@@ -33,10 +33,13 @@ }, | ||
"test": "npm run test:browser-ava && npm run test:ava", | ||
"test:ava": "ava --timeout 2m tests/*-ava.mjs tests/*-ava-node.mjs", | ||
"test:ava": "ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs", | ||
"test:browser-ava": "browser-ava --headless --no-keep-open tests/*-ava.mjs tests/*-ava-browser.mjs", | ||
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 2m tests/*-ava.mjs tests/*-ava-node.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp", | ||
"docs": "documentation readme --section=API ./src/**/*.mjs", | ||
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp", | ||
"docs": "documentation readme --section=API ./src/**/*.mjs && documentation readme --section=API {{javascript.source}}", | ||
"lint": "npm run lint:docs && npm run lint:tsc", | ||
"lint:docs": "documentation lint ./src/**/*.mjs", | ||
"lint:docs": "documentation lint ./src/**/*.mjs && documentation lint {{javascript.source}}", | ||
"lint:tsc": "tsc --allowJs --checkJs --noEmit -t esnext -m esnext --module nodenext --moduleResolution nodenext ./src**/*.mjs" | ||
}, | ||
"dependencies": { | ||
"browser-stream-util": "^1.2.0" | ||
}, | ||
"devDependencies": { | ||
@@ -56,3 +59,3 @@ "@types/node": "^20.11.17", | ||
"type": "git", | ||
"url": "https://github.com/arlac77/content-entry" | ||
"url": "git+https://github.com/arlac77/content-entry.git" | ||
}, | ||
@@ -67,9 +70,6 @@ "bugs": { | ||
"arlac77/template-browser-ava", | ||
"arlac77/template-esm-only", | ||
"arlac77/template-javascript-component", | ||
"arlac77/template-typescript" | ||
] | ||
}, | ||
"dependencies": { | ||
"browser-stream-util": "^1.2.0" | ||
} | ||
} |
[![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) | ||
[![Open Bundle](https://bundlejs.com/badge-light.svg)](https://bundlejs.com/?q=content-entry) | ||
[![bundlejs](https://deno.bundlejs.com/?q=content-entry\&badge=detailed)](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) | ||
[![GitHub Issues](https://img.shields.io/github/issues/arlac77/content-entry.svg?style=flat-square)](https://github.com/arlac77/content-entry/issues) | ||
[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Farlac77%2Fcontent-entry%2Fbadge\&style=flat)](https://actions-badge.atrox.dev/arlac77/content-entry/goto) | ||
[![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) | ||
[![Coverage Status](https://coveralls.io/repos/arlac77/content-entry/badge.svg)](https://coveralls.io/github/arlac77/content-entry)## content-entrycontent entries for content containers (aka files)# API<!-- Generated by documentation.js. Update this documentation by updating the source code. -->### Table of Contents* [CollectionEntryMixin](#collectionentrymixin) | ||
[![Coverage Status](https://coveralls.io/repos/arlac77/content-entry/badge.svg)](https://coveralls.io/github/arlac77/content-entry)## content-entrycontent entries for content containers (aka files)# API<!-- Generated by documentation.js. Update this documentation by updating the source code. --> | ||
### Table of Contents* [CollectionEntryMixin](#collectionentrymixin) | ||
* [Parameters](#parameters) | ||
@@ -12,0 +12,0 @@ * [BaseEntry](#baseentry) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34176