@degen/common-utils
Advanced tools
Comparing version 1.4.2-RC1 to 1.4.2
{ | ||
"name": "@degen/common-utils", | ||
"version": "1.4.2-RC1", | ||
"version": "1.4.2", | ||
"description": "NPM package containing common utilities for various node projects.", | ||
@@ -13,11 +13,2 @@ "main": "dist/index.js", | ||
}, | ||
"scripts": { | ||
"lint": "eslint . --ext .ts", | ||
"format": "eslint . --ext .ts --fix", | ||
"build": "tsc -p tsconfig.json", | ||
"test": "jest --config jest.config.js --forceExit", | ||
"prestart": "pnpm install && pnpm lint && pnpm build", | ||
"start": "node --trace-warnings dist/main.js", | ||
"release": "pnpm prestart && pnpm test && standard-version" | ||
}, | ||
"dependencies": { | ||
@@ -50,3 +41,12 @@ "@sentry/integrations": "^7.11.1", | ||
"dist/**/*" | ||
] | ||
} | ||
], | ||
"scripts": { | ||
"lint": "eslint . --ext .ts", | ||
"format": "eslint . --ext .ts --fix", | ||
"build": "tsc -p tsconfig.json", | ||
"test": "jest --config jest.config.js --forceExit", | ||
"prestart": "pnpm install && pnpm lint && pnpm build", | ||
"start": "node --trace-warnings dist/main.js", | ||
"release": "pnpm prestart && pnpm test && standard-version" | ||
} | ||
} |
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
64256