@algorithm.ts/types
Advanced tools
Comparing version 3.0.0-alpha.3 to 3.0.0-alpha.4
{ | ||
"name": "@algorithm.ts/types", | ||
"version": "3.0.0-alpha.3", | ||
"version": "3.0.0-alpha.4", | ||
"description": "Common types for the algorithm.ts packages.", | ||
@@ -17,7 +17,10 @@ "author": { | ||
"exports": { | ||
"import": "./lib/esm/index.mjs", | ||
"require": "./lib/cjs/index.cjs" | ||
"types": "./lib/types/index.d.ts", | ||
"require": "./lib/cjs/index.cjs", | ||
"import": "./lib/esm/index.mjs" | ||
}, | ||
"types": "lib/types/index.d.ts", | ||
"source": "src/index.ts", | ||
"types": "./lib/types/index.d.ts", | ||
"main": "./lib/cjs/index.cjs", | ||
"module": "./lib/esm/index.mjs", | ||
"source": "./src/index.ts", | ||
"license": "MIT", | ||
@@ -37,3 +40,3 @@ "engines": { | ||
"build": "rimraf lib/ && cross-env NODE_ENV=production rollup -c ../../rollup.config.mjs", | ||
"prepublishOnly": "cross-env ROLLUP_SHOULD_SOURCEMAP=false yarn build" | ||
"prepublishOnly": "yarn build" | ||
}, | ||
@@ -45,3 +48,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "d50b4725bde1b43474f490a29672db5aa1482ae3" | ||
"gitHead": "969d68502c3c35690ed7aee86dde2fe60cddddfc" | ||
} |
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
8679
13
160