@highlight-run/nest
Advanced tools
Comparing version 3.4.7 to 3.4.8
# @highlight-run/nest | ||
## 3.4.8 | ||
### Patch Changes | ||
- Updated dependencies [790c83782] | ||
- @highlight-run/node@3.7.1 | ||
## 3.4.7 | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@highlight-run/nest", | ||
"version": "3.4.7", | ||
"description": "Client for interfacing with Highlight in nestjs", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.js", | ||
"import": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts" | ||
} | ||
}, | ||
"scripts": { | ||
"typegen": "tsup src/index.ts --dts-only", | ||
"build": "tsup src/index.ts --format cjs,esm --dts" | ||
}, | ||
"author": "", | ||
"license": "Apache-2.0", | ||
"peerDependencies": { | ||
"@nestjs/core": ">=8", | ||
"rxjs": ">=7" | ||
}, | ||
"dependencies": { | ||
"@highlight-run/node": "workspace:*" | ||
}, | ||
"devDependencies": { | ||
"@nestjs/common": "^9.3.9", | ||
"@trpc/server": "^10.16.0", | ||
"@types/node": "^18.15.2", | ||
"cache-manager": "^5.1.7", | ||
"class-transformer": "^0.5.1", | ||
"class-validator": "^0.14.0", | ||
"eslint": "^8.39.0", | ||
"reflect-metadata": "^0.1.13", | ||
"rxjs": "^7.8.0", | ||
"tsup": "^6.6.3", | ||
"typescript": "^5.0.4" | ||
} | ||
} | ||
"name": "@highlight-run/nest", | ||
"version": "3.4.8", | ||
"description": "Client for interfacing with Highlight in nestjs", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.js", | ||
"import": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts" | ||
} | ||
}, | ||
"scripts": { | ||
"typegen": "tsup src/index.ts --dts-only", | ||
"build": "tsup src/index.ts --format cjs,esm --dts" | ||
}, | ||
"author": "", | ||
"license": "Apache-2.0", | ||
"peerDependencies": { | ||
"@nestjs/core": ">=8", | ||
"rxjs": ">=7" | ||
}, | ||
"dependencies": { | ||
"@highlight-run/node": "3.7.1" | ||
}, | ||
"devDependencies": { | ||
"@nestjs/common": "^9.3.9", | ||
"@trpc/server": "^10.16.0", | ||
"@types/node": "^18.15.2", | ||
"cache-manager": "^5.1.7", | ||
"class-transformer": "^0.5.1", | ||
"class-validator": "^0.14.0", | ||
"eslint": "^8.39.0", | ||
"reflect-metadata": "^0.1.13", | ||
"rxjs": "^7.8.0", | ||
"tsup": "^6.6.3", | ||
"typescript": "^5.0.4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1972666
+ Added@highlight-run/node@3.7.1(transitive)
Updated@highlight-run/node@3.7.1