@algorithm.ts/types
Advanced tools
Comparing version 3.0.0-alpha.2 to 3.0.0-alpha.3
{ | ||
"name": "@algorithm.ts/types", | ||
"version": "3.0.0-alpha.2", | ||
"version": "3.0.0-alpha.3", | ||
"description": "Common types for the algorithm.ts packages.", | ||
@@ -15,4 +15,7 @@ "author": { | ||
"homepage": "https://github.com/guanghechen/algorithm.ts/tree/release-3.x.x/packages/types#readme", | ||
"main": "lib/cjs/index.js", | ||
"module": "lib/esm/index.js", | ||
"type": "module", | ||
"exports": { | ||
"import": "./lib/esm/index.mjs", | ||
"require": "./lib/cjs/index.cjs" | ||
}, | ||
"types": "lib/types/index.d.ts", | ||
@@ -26,4 +29,3 @@ "source": "src/index.ts", | ||
"lib/", | ||
"!lib/**/*.js.map", | ||
"!lib/**/*.d.ts.map", | ||
"src/", | ||
"package.json", | ||
@@ -35,8 +37,11 @@ "CHANGELOG.md", | ||
"scripts": { | ||
"build": "cross-env NODE_ENV=production rollup -c ../../rollup.config.mjs", | ||
"prebuild": "rimraf lib/", | ||
"prepublishOnly": "cross-env ROLLUP_SHOULD_SOURCEMAP=false yarn build", | ||
"test": "echo 'No test needed.'" | ||
"build": "rimraf lib/ && cross-env NODE_ENV=production rollup -c ../../rollup.config.mjs", | ||
"prepublishOnly": "cross-env ROLLUP_SHOULD_SOURCEMAP=false yarn build" | ||
}, | ||
"gitHead": "3d718fba94605e2fd60a3056b502e2e1376ca0ed" | ||
"devDependencies": { | ||
"cross-env": "^7.0.3", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^3.9.1" | ||
}, | ||
"gitHead": "d50b4725bde1b43474f490a29672db5aa1482ae3" | ||
} |
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 tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
8356
11
158
1
Yes
3