@clipboard-health/json-api-nestjs
Advanced tools
Comparing version 0.13.0 to 0.13.1
{ | ||
"name": "@clipboard-health/json-api-nestjs", | ||
"description": "TypeScript-friendly utilities for adhering to the JSON:API specification with NestJS.", | ||
"version": "0.13.0", | ||
"version": "0.13.1", | ||
"bugs": "https://github.com/ClipboardHealth/core-utils/issues", | ||
"dependencies": { | ||
"@clipboard-health/contract-core": "0.3.0", | ||
"tslib": "2.8.0", | ||
"type-fest": "4.26.1", | ||
"type-fest": "4.27.0", | ||
"zod": "3.23.8" | ||
}, | ||
"devDependencies": { | ||
"@clipboard-health/testing-core": "0.9.0" | ||
"@clipboard-health/testing-core": "0.9.1" | ||
}, | ||
"keywords": [], | ||
"keywords": [ | ||
"api", | ||
"json-api", | ||
"json:api", | ||
"jsonapi", | ||
"nestjs", | ||
"rest", | ||
"typescript" | ||
], | ||
"license": "MIT", | ||
@@ -20,2 +29,7 @@ "main": "./src/index.js", | ||
}, | ||
"repository": { | ||
"directory": "packages/json-api-nestjs", | ||
"type": "git", | ||
"url": "git+https://github.com/ClipboardHealth/core-utils.git" | ||
}, | ||
"scripts": { | ||
@@ -22,0 +36,0 @@ "embed": "embedme README.md" |
@@ -9,3 +9,3 @@ import { z } from "zod"; | ||
} | ||
type InternalFilterMap<FieldT extends Field = Field> = Record<FieldT, FilterValue>; | ||
export type InternalFilterMap<FieldT extends Field = Field> = Record<FieldT, FilterValue>; | ||
export type FilterMap<FieldT extends Field = Field> = Partial<InternalFilterMap<FieldT>>; | ||
@@ -79,2 +79,1 @@ export type FilterSchema<MapT extends InternalFilterMap> = { | ||
}; | ||
export {}; |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
41237
0
910
+ Addedtype-fest@4.27.0(transitive)
- Removedtype-fest@4.26.1(transitive)
Updatedtype-fest@4.27.0