@rarible/types
Advanced tools
Comparing version 0.10.0-alpha.14 to 0.10.0-alpha.15
{ | ||
"name": "@rarible/types", | ||
"version": "0.10.0-alpha.14", | ||
"version": "0.10.0-alpha.15", | ||
"keywords": [ | ||
@@ -14,4 +14,5 @@ "rarible", | ||
"license": "MIT", | ||
"main": "build/index.js", | ||
"types": "build/index.d.ts", | ||
"main": "build/cjs/index.js", | ||
"module": "build/esm/index.js", | ||
"types": "build/esm/index.d.ts", | ||
"files": [ | ||
@@ -21,3 +22,3 @@ "/build" | ||
"scripts": { | ||
"build": "tsc --project tsconfig-build.json", | ||
"build": "tsc -b tsconfig-build-cjs.json tsconfig-build-esm.json", | ||
"clean": "rimraf ./build", | ||
@@ -27,2 +28,5 @@ "test": "jest --silent", | ||
}, | ||
"dependencies": { | ||
"@rarible/utils": "^0.10.0-alpha.15" | ||
}, | ||
"peerDependencies": { | ||
@@ -35,3 +39,3 @@ "tslib": ">=2.0.0 <3.0.0" | ||
}, | ||
"gitHead": "c169f0960cf610481c428a8fa4b884de4cdf1996" | ||
"gitHead": "063a8255659ddfd35ce67f78dffb8dbd8ad6c898" | ||
} |
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
164941
144
2074
2
1
+ Added@rarible/utils@0.10.0-beta.5(transitive)
+ Addedbignumber.js@9.1.2(transitive)
+ Addedgeneric-type-guard@3.7.2(transitive)
+ Addedts-custom-error@3.3.1(transitive)