content-entry
Advanced tools
Comparing version
{ | ||
"name": "content-entry", | ||
"version": "11.1.3", | ||
"version": "12.0.0", | ||
"publishConfig": { | ||
@@ -10,4 +10,4 @@ "access": "public" | ||
".": { | ||
"default": "./src/index.mjs", | ||
"types": "./types/index.d.mts" | ||
"types": "./types/index.d.mts", | ||
"default": "./src/index.mjs" | ||
} | ||
@@ -29,6 +29,6 @@ }, | ||
], | ||
"license": "BSD-2-Clause", | ||
"license": "0BSD", | ||
"scripts": { | ||
"prepare": "node --run prepare:typescript", | ||
"prepare:typescript": "tsc --allowJs --declaration --emitDeclarationOnly --declarationDir types --resolveJsonModule --target es2024 --lib es2024 -m esnext --module nodenext --moduleResolution nodenext --rootDir src ./src**/*.mjs", | ||
"prepare:typescript": "tsc --allowJs --declaration --emitDeclarationOnly --declarationDir types --resolveJsonModule --target es2024 --lib esnext -m esnext --module nodenext --moduleResolution nodenext --rootDir src ./src**/*.mjs", | ||
"test": "node --run test:browser-ava && node --run test:ava", | ||
@@ -38,6 +38,6 @@ "test:ava": "ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.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", | ||
"docs": "documentation readme --section=API ./src**/*.mjs", | ||
"lint": "node --run lint:docs && node --run lint:typescript", | ||
"lint:docs": "documentation lint ./src/**/*.mjs", | ||
"lint:typescript": "tsc --allowJs --checkJs --noEmit --resolveJsonModule --target es2024 --lib es2024 -m esnext --module nodenext --moduleResolution nodenext ./src**/*.mjs" | ||
"lint:docs": "documentation lint ./src**/*.mjs", | ||
"lint:typescript": "tsc --allowJs --checkJs --noEmit --resolveJsonModule --target es2024 --lib esnext -m esnext --module nodenext --moduleResolution nodenext ./src**/*.mjs" | ||
}, | ||
@@ -48,13 +48,13 @@ "dependencies": { | ||
"devDependencies": { | ||
"@types/node": "^22.9.1", | ||
"@types/text-encoding": "^0.0.39", | ||
"@types/node": "^22.13.10", | ||
"@types/text-encoding": "^0.0.40", | ||
"ava": "^6.2.0", | ||
"browser-ava": "^2.3.2", | ||
"c8": "^10.1.2", | ||
"browser-ava": "^2.3.14", | ||
"c8": "^10.1.3", | ||
"documentation": "^14.0.3", | ||
"semantic-release": "^24.2.0", | ||
"typescript": "^5.7.1-rc" | ||
"semantic-release": "^24.2.3", | ||
"typescript": "^5.8.2" | ||
}, | ||
"engines": { | ||
"node": ">=20.18.0" | ||
"node": ">=22.14.0" | ||
}, | ||
@@ -61,0 +61,0 @@ "repository": { |
[](https://www.npmjs.com/package/content-entry) | ||
[](https://opensource.org/licenses/BSD-3-Clause) | ||
[](https://spdx.org/licenses/0BSD.html) | ||
[](https://typescriptlang.org) | ||
@@ -4,0 +4,0 @@ [](https://bundlejs.com/?q=content-entry) |
Sorry, the diff of this file is not supported yet
37535
-1.79%