@coderspirit/nominal
Advanced tools
Comparing version 4.0.3 to 4.0.4
{ | ||
"name": "@coderspirit/nominal", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"description": "Powerful nominal types for your project", | ||
"main": "./dist/nominal.cjs", | ||
"module": "./dist/nominal.mjs", | ||
"types": "./dist/nominal.d.cts", | ||
"main": "./dist/main.cjs", | ||
"module": "./dist/main.mjs", | ||
"types": "./dist/main.d.cts", | ||
"files": [ | ||
@@ -13,8 +13,8 @@ "dist" | ||
"import": { | ||
"types": "./dist/nominal.d.mts", | ||
"default": "./dist/nominal.mjs" | ||
"types": "./dist/main.d.mts", | ||
"default": "./dist/main.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/nominal.d.cts", | ||
"default": "./dist/nominal.cjs" | ||
"types": "./dist/main.d.cts", | ||
"default": "./dist/main.cjs" | ||
} | ||
@@ -32,10 +32,17 @@ }, | ||
"dependencies": { | ||
"@coderspirit/nominal-symbols": "^2.0.0" | ||
"@coderspirit/nominal-symbols": "2.0.1" | ||
}, | ||
"devDependencies": { | ||
"@coderspirit/eslint-config": "^2.0.0", | ||
"@types/node": "^20.12.5", | ||
"tslib": "^2.6.2", | ||
"typescript": "^5.4.4", | ||
"vitest": "^0.34.6" | ||
"@arethetypeswrong/cli": "^0.15.4", | ||
"@biomejs/biome": "1.8.3", | ||
"@types/node": "^22.1.0", | ||
"get-tsconfig": "^4.7.6", | ||
"publint": "^0.2.9", | ||
"rollup": "^4.20.0", | ||
"rollup-plugin-dts": "^6.1.1", | ||
"rollup-plugin-esbuild": "^6.1.1", | ||
"tslib": "^2.6.3", | ||
"turbo": "^2.0.12", | ||
"typescript": "^5.5.4", | ||
"vitest": "^2.0.5" | ||
}, | ||
@@ -53,10 +60,17 @@ "engines": { | ||
"homepage": "https://github.com/Coder-Spirit/nominal#readme", | ||
"publishConfig": { | ||
"provenance": true | ||
}, | ||
"scripts": { | ||
"build": "rm -rf dist && rollup --config rollup.config.prod.mjs", | ||
"lint:_all": "pnpm run lint:tsc && pnpm run lint:biome && pnpm run lint:publint", | ||
"lint:biome": "biome lint .", | ||
"build": "rm -rf dist/* && rollup --config rollup.config.mjs", | ||
"format": "pnpm biome check --write --files-ignore-unknown=true .", | ||
"format-staged": "biome-check-staged", | ||
"lint": "pnpm lint:biome", | ||
"lint:biome": "pnpm biome check --files-ignore-unknown=true .", | ||
"lint:publint": "publint", | ||
"lint:tsc": "tsc", | ||
"test": "vitest run" | ||
"publish:safe": "safe-publish", | ||
"test": "vitest -c vitest.config.mts run", | ||
"test:cov": "vitest -c vitest.config.mts run --coverage", | ||
"typecheck": "tsc --incremental true --tsBuildInfoFile .tsbuildinfo --noEmit -p ./tsconfig.json" | ||
} | ||
} |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
26464
9
3
12
1