@panora/shared
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -1,7 +0,1 @@ | ||
# @panora/shared | ||
## 1.0.0 | ||
### Major Changes | ||
- 0606c93: fix | ||
RELEASE 1.0.0 |
{ | ||
"name": "@panora/shared", | ||
"main": "index.ts", | ||
"types": "index.ts", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "NestJS npm package starter", | ||
"author": "John Biundo <johnfbiundo@gmail.com>", | ||
"license": "MIT", | ||
"readmeFilename": "README.md", | ||
"main": "dist/test.js", | ||
"files": [ | ||
"dist/**/*", | ||
"*.md" | ||
], | ||
"scripts": { | ||
"start:dev": "tsc -w", | ||
"build": "tsc", | ||
"format": "prettier --write \"src/**/*.ts\"", | ||
"lint": "tslint -p tsconfig.json -c tslint.json", | ||
"test": "jest", | ||
"test:watch": "jest --watch", | ||
"test:cov": "jest --coverage", | ||
"test:e2e": "jest --config ./test/jest-e2e.json" | ||
}, | ||
"keywords": [ | ||
"nestjs" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/nestjsplus/nestjs-package-starter" | ||
}, | ||
"bugs": "https://github.com/nestjsplus/nestjs-package-starter", | ||
"peerDependencies": { | ||
"@nestjs/common": "^6.0.0" | ||
}, | ||
"dependencies": { | ||
"dotenv": "^16.3.1" | ||
}, | ||
"devDependencies": { | ||
"@nestjs/common": "^10.0.0", | ||
"@nestjs/core": "^10.0.0", | ||
"@nestjs/platform-express": "^10.0.0", | ||
"@nestjs/testing": "^10.0.0", | ||
"@types/jest": "^29.5.2", | ||
"@types/node": "^20.3.1", | ||
"@typescript-eslint/eslint-plugin": "^6.13.2", | ||
"@typescript-eslint/parser": "^6.13.2", | ||
"eslint": "^8.55.0", | ||
"typescript": "^5.3.3" | ||
"@types/supertest": "^2.0.12", | ||
"jest": "^29.5.0", | ||
"prettier": "^2.8.8", | ||
"supertest": "^6.3.3", | ||
"ts-jest": "^29.1.0", | ||
"ts-node": "^10.9.1", | ||
"tsconfig-paths": "^4.2.0", | ||
"typescript": "^5.1.3", | ||
"tsc-watch": "2.2.1", | ||
"tslint": "5.16.0" | ||
}, | ||
"type": "module", | ||
"dependencies": { | ||
"dotenv": "^16.3.1" | ||
"jest": { | ||
"moduleFileExtensions": [ | ||
"js", | ||
"json", | ||
"ts" | ||
], | ||
"rootDir": "src", | ||
"testRegex": ".spec.ts$", | ||
"transform": { | ||
"^.+\\.(t|j)s$": "ts-jest" | ||
}, | ||
"coverageDirectory": "../coverage", | ||
"testEnvironment": "node" | ||
} | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
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 README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
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
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
0
100
2673
1
1
41
0
120600
2
16
23
2
No