@injectivelabs/exceptions
Advanced tools
Comparing version 1.14.19 to 1.14.20
{ | ||
"name": "@injectivelabs/exceptions", | ||
"description": "List of exceptions that can be reused throughout Injective's projects.", | ||
"version": "1.14.19", | ||
"version": "1.14.20", | ||
"sideEffects": false, | ||
@@ -20,2 +20,24 @@ "license": "Apache-2.0", | ||
}, | ||
"exports": { | ||
".": { | ||
"react-native": { | ||
"import": "./dist/esm/index.js", | ||
"require": "./dist/cjs/index.js", | ||
"types": "./dist/cjs/index.d.ts", | ||
"default": "./dist/cjs/index.js" | ||
}, | ||
"require": { | ||
"types": "./dist/cjs/index.d.ts", | ||
"default": "./dist/cjs/index.js" | ||
}, | ||
"import": { | ||
"types": "./dist/esm/index.d.ts", | ||
"default": "./dist/esm/index.js" | ||
}, | ||
"default": { | ||
"types": "./dist/cjs/index.d.ts", | ||
"default": "./dist/cjs/index.js" | ||
} | ||
} | ||
}, | ||
"scripts": { | ||
@@ -38,7 +60,7 @@ "build": "yarn build:cjs && yarn build:esm && yarn build:post", | ||
"@injectivelabs/grpc-web": "^0.0.1", | ||
"@injectivelabs/ts-types": "^1.14.19", | ||
"@injectivelabs/ts-types": "^1.14.20", | ||
"http-status-codes": "^2.2.0", | ||
"shx": "^0.3.2" | ||
}, | ||
"gitHead": "ed53be7a7c3a752dda9fa983175ce19a64118406" | ||
"gitHead": "6d065d9c8b1aaa4cd813b8a01d74808aa3e917fa" | ||
} |
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
632431