@etherean/etherean-grpc
Advanced tools
Comparing version 1.4.0 to 1.4.1
{ | ||
"name": "@etherean/etherean-grpc", | ||
"type": "module", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "", | ||
@@ -9,3 +9,4 @@ "keywords": [], | ||
"exports": { | ||
"./dist/*": "./dist/*" | ||
"./dist/*": "./dist/*", | ||
"./dist/cjs/*": "./dist/cjs/*" | ||
}, | ||
@@ -19,4 +20,8 @@ "dependencies": { | ||
"@protobuf-ts/protoc": "^2.9.4", | ||
"@rollup/plugin-commonjs": "^28.0.0", | ||
"@rollup/plugin-node-resolve": "^15.3.0", | ||
"mkdirp": "^3.0.1", | ||
"rimraf": "^5.0.5" | ||
"rimraf": "^5.0.5", | ||
"rollup": "^4.22.5", | ||
"rollup-plugin-dts": "^6.1.1" | ||
}, | ||
@@ -33,5 +38,6 @@ "peerDependencies": { | ||
"scripts": { | ||
"build": "pnpm clean && mkdir dist && protoc -I ./proto --ts_opt generate_dependencies --ts_out ./dist --ts_opt optimize_code_size --ts_opt output_javascript yield/gas.proto yield/gas_v2.proto yield/metrics.proto yield/metrics_v2.proto inapp/inapp.proto tokens.proto user_service.proto referral_miniapp.proto referral_points.proto && node scripts/patch-esm.js", | ||
"build": "pnpm clean && mkdir dist && protoc -I ./proto --ts_opt generate_dependencies --ts_out ./dist --ts_opt optimize_code_size --ts_opt output_javascript yield/gas.proto yield/gas_v2.proto yield/metrics.proto yield/metrics_v2.proto inapp/inapp.proto tokens.proto user_service.proto referral_miniapp.proto referral_points.proto && node scripts/patch-esm.js && pnpm build-rollup", | ||
"build-rollup": "rollup -c rollup.config.js", | ||
"clean": "rimraf dist" | ||
} | ||
} |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
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
761286
236
12022
8
1
80
2