@rarible/utils
Advanced tools
Comparing version 0.10.0-alpha.31 to 0.10.0-alpha.35
{ | ||
"name": "@rarible/utils", | ||
"version": "0.10.0-alpha.31", | ||
"version": "0.10.0-alpha.35", | ||
"keywords": [ | ||
@@ -9,2 +9,3 @@ "rarible", | ||
], | ||
"homepage": "https://github.com/rarible/ts-common", | ||
"repository": { | ||
@@ -15,13 +16,53 @@ "type": "git", | ||
"license": "MIT", | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"types": { | ||
"require": "./build/index.d.ts", | ||
"import": "./esm/index.d.ts" | ||
}, | ||
"require": "./build/index.js", | ||
"import": "./esm/index.js", | ||
"node": "./build/index.js", | ||
"default": "./build/index.js" | ||
}, | ||
"./*": { | ||
"types": { | ||
"require": "./build/*.d.ts", | ||
"import": "./esm/*.d.ts" | ||
}, | ||
"require": "./build/*.js", | ||
"import": "./esm/*.js", | ||
"node": "./build/*.js", | ||
"default": "./build/*.js" | ||
}, | ||
"./esm/*": { | ||
"types": "./esm/*.d.ts", | ||
"require": "./esm/*.js", | ||
"import": "./esm/*.js", | ||
"node": "./build/*.js", | ||
"default": "./esm/*/index.js" | ||
}, | ||
"./build/*": { | ||
"types": "./build/*.d.ts", | ||
"require": "./build/*.js", | ||
"import": "./build/*.js", | ||
"node": "./build/*.js", | ||
"default": "./build/*/index.js" | ||
} | ||
}, | ||
"main": "build/index.js", | ||
"module": "build/esm/index.js", | ||
"types": "build/esm/index.d.ts", | ||
"module": "esm/index.js", | ||
"types": "esm/index.d.ts", | ||
"files": [ | ||
"/build" | ||
"build", | ||
"esm" | ||
], | ||
"scripts": { | ||
"build": "tsc -b tsconfig-build-cjs.json tsconfig-build-esm.json", | ||
"clean": "rimraf ./build", | ||
"build": "run-s build:*", | ||
"build:cjs": "tsc -p tsconfig.cjs.json --outDir ./build && printf '{\"type\":\"commonjs\"}' > ./build/package.json", | ||
"build:esm": "tsc -p tsconfig.esm.json --outDir ./esm && printf '{\"type\":\"module\"}' > ./esm/package.json", | ||
"clean": "rimraf ./build ./esm ./tsconfig.tsbuildinfo", | ||
"test": "jest --silent", | ||
"verify": "tsc --noEmit" | ||
"verify": "tsc" | ||
}, | ||
@@ -34,8 +75,14 @@ "dependencies": { | ||
"peerDependencies": { | ||
"tslib": ">=2.0.0 <3.0.0" | ||
"tslib": ">=2.0.0 <3.0.0", | ||
"typescript": ">=4.7.0 <6.0.0" | ||
}, | ||
"peerDependenciesMeta": { | ||
"typescript": { | ||
"optional": true | ||
} | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "6e8bd3709c12c0d2d70eca4cbbd8fa5d0465e5de" | ||
"gitHead": "e2f22f22727e92c4f3c26f7faa5ba75f8b0a0d8e" | ||
} |
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
64004
38
1
Yes
5
1