common-types
Advanced tools
Comparing version 1.30.0 to 1.31.0
{ | ||
"name": "common-types", | ||
"version": "1.30.0", | ||
"version": "1.31.0", | ||
"description": "Common Types for Typescript", | ||
"repository": "https://github.com/lifegadget/common-types", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/es/index.js", | ||
"typings": "dist/es/index.d.ts", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"typings": "dist/index.d.ts", | ||
"files": [ | ||
@@ -13,13 +13,11 @@ "dist" | ||
"scripts": { | ||
"autoindex": "yarn do autoindex", | ||
"lint": "yarn tsc", | ||
"test": "yarn tsc", | ||
"clear": "rimraf dist", | ||
"prebuild": "run-s clear autoindex", | ||
"prepublish": "run-s clear autoindex build", | ||
"build": "rollup -c", | ||
"build:tsc": "tsc -P tsconfig-es.json && tsc -P tsconfig-cjs.json && tsc -P tsconfig-umd.json", | ||
"watch": "run-p watch:*", | ||
"watch:autoindex": "yarn do autoindex -w", | ||
"watch:rollup": "rollup -c -w" | ||
"autoindex": "dd autoindex", | ||
"lint": "npx tsc --noEmit", | ||
"test": "npx tsc --noEmit", | ||
"clean": "rimraf dist", | ||
"prebuild": "run-s clean autoindex", | ||
"prepublish": "run-s clean autoindex build", | ||
"build": "tsup src/index.ts --format='cjs,esm' --dts", | ||
"watch": "run-s clean autoindex watch:bundle", | ||
"watch:bundle": "tsup src/index.ts --format='cjs,esm' --dts --watch" | ||
}, | ||
@@ -29,20 +27,14 @@ "author": "Ken Snyder <ken@ken.net>", | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "^20.0.0", | ||
"@type-challenges/utils": "^0.1.1", | ||
"@types/jest": "^27.0.1", | ||
"@types/mocha": "^8.0.3", | ||
"@types/rimraf": "^3.0.0", | ||
"async-shelljs": "^0.1.4", | ||
"dd": "^0.12.3", | ||
"dd": "^0.15.4", | ||
"jest": "^27.0.4", | ||
"jest-extended": "^0.11.5", | ||
"json-schema": "^0.3.0", | ||
"jest-extended": "^1.2.0", | ||
"npm-run-all": "^4.1.5", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.52.7", | ||
"rollup-plugin-typescript2": "^0.30.0", | ||
"ts-jest": "^27.0.3", | ||
"ts-node": "^10.0.0", | ||
"typescript": "^4.3.5" | ||
"ts-node": "^10.4.0", | ||
"tsup": "^5.10.3", | ||
"typescript": "^4.5.2" | ||
} | ||
} |
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
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
11
320740
5
7350
1