Update Bot

This commit is contained in:
2026-03-15 11:58:43 +01:00
parent b67c111ffc
commit cd99275933
560 changed files with 23173 additions and 55113 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@eslint/object-schema",
"version": "2.1.7",
"version": "2.1.6",
"description": "An object schema merger/validator",
"type": "module",
"main": "dist/esm/index.js",
@@ -25,18 +25,15 @@
"test": "tests"
},
"scripts": {
"build:dedupe-types": "node ../../tools/dedupe-types.js dist/cjs/index.cjs dist/esm/index.js",
"build:cts": "node ../../tools/build-cts.js dist/esm/index.d.ts dist/cjs/index.d.cts",
"build": "rollup -c && npm run build:dedupe-types && tsc -p tsconfig.esm.json && npm run build:cts",
"test": "mocha \"tests/**/*.test.js\"",
"test:coverage": "c8 npm test",
"build": "rollup -c && tsc -p tsconfig.esm.json && npm run build:cts",
"test:jsr": "npx jsr@latest publish --dry-run",
"test:types": "tsc -p tests/types/tsconfig.json"
"test": "mocha tests/",
"test:coverage": "c8 npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eslint/rewrite.git",
"directory": "packages/object-schema"
"url": "git+https://github.com/eslint/rewrite.git"
},
"keywords": [
"object",
@@ -49,9 +46,13 @@
"bugs": {
"url": "https://github.com/eslint/rewrite/issues"
},
"homepage": "https://github.com/eslint/rewrite/tree/main/packages/object-schema#readme",
"homepage": "https://github.com/eslint/rewrite#readme",
"devDependencies": {
"rollup-plugin-copy": "^3.5.0"
"c8": "^9.1.0",
"mocha": "^10.4.0",
"rollup": "^4.16.2",
"rollup-plugin-copy": "^3.5.0",
"typescript": "^5.4.5"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"