yaschema-api
Advanced tools
Comparing version 3.6.1 to 3.6.2
{ | ||
"name": "yaschema-api", | ||
"version": "3.6.1", | ||
"version": "3.6.2", | ||
"description": "Yet another API", | ||
@@ -11,5 +11,9 @@ "keywords": [ | ||
], | ||
"main": "lib/cjs/exports.js", | ||
"module": "lib/mjs/exports.js", | ||
"types": "lib/exports.d.ts", | ||
"main": "./lib/cjs/exports.js", | ||
"module": "./lib/mjs/exports.mjs", | ||
"exports": { | ||
"import": "./lib/mjs/exports.mjs", | ||
"require": "./lib/cjs/exports.js" | ||
}, | ||
"types": "./lib/exports.d.ts", | ||
"repository": "https://github.com/TypeScript-OSS/yaschema-api.git", | ||
@@ -20,3 +24,3 @@ "homepage": "https://typescript-oss.github.io/yaschema-api/", | ||
"scripts": { | ||
"build": "tsc -p tsconfig.cjs.json && tsc -p tsconfig.mjs.json", | ||
"build": "tsc -p tsconfig.cjs.json && node ./build.mjs", | ||
"build:dev": "trash dev-build && yarn build && mkdir dev-build && cp -r lib dev-build && cp package.json dev-build && (cd dev-build && echo 'package' `pwd`)", | ||
@@ -34,3 +38,3 @@ "clean": "trash coverage dev-build docs lib", | ||
"dependencies": { | ||
"yaschema": "^3.5.1" | ||
"yaschema": "^3.5.2" | ||
}, | ||
@@ -42,5 +46,7 @@ "devDependencies": { | ||
"@types/jest": "^29.5.12", | ||
"@types/lodash": "4.17.5", | ||
"@types/lodash": "4.17.6", | ||
"@typescript-eslint/eslint-plugin": "^7.14.1", | ||
"@typescript-eslint/parser": "^7.14.1", | ||
"esbuild": "0.21.5", | ||
"esbuild-plugin-tsc": "0.4.0", | ||
"eslint": "9.5.0", | ||
@@ -55,2 +61,3 @@ "eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-tsdoc": "^0.3.0", | ||
"glob": "10.4.2", | ||
"jest": "29.7.0", | ||
@@ -62,5 +69,5 @@ "jest-environment-jsdom": "^29.7.0", | ||
"ts-jest": "^29.1.5", | ||
"typedoc": "^0.26.2", | ||
"typedoc": "^0.26.3", | ||
"typescript": "5.5.2" | ||
} | ||
} |
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
149492
1846
27
Updatedyaschema@^3.5.2