ipfs-grpc-protocol
Advanced tools
Comparing version 0.5.6-rc.5 to 0.6.0
{ | ||
"name": "ipfs-grpc-protocol", | ||
"version": "0.5.6-rc.5+b9382bc5", | ||
"version": "0.6.0", | ||
"description": "Protobuf definitions for the IPFS gRPC API", | ||
@@ -8,6 +8,8 @@ "keywords": [ | ||
], | ||
"main": "./cjs/src/index.js", | ||
"types": "types/src/index.d.ts", | ||
"type": "module", | ||
"main": "src/index.js", | ||
"types": "dist/src/index.d.ts", | ||
"files": [ | ||
"*", | ||
"dist", | ||
"src", | ||
"!**/*.tsbuildinfo" | ||
@@ -21,10 +23,5 @@ ], | ||
}, | ||
"publishConfig": { | ||
"directory": "dist" | ||
}, | ||
"exports": { | ||
".": { | ||
"browser": "./esm/src/index.js", | ||
"require": "./cjs/src/index.js", | ||
"import": "./esm/src/index.js" | ||
"import": "./src/index.js" | ||
} | ||
@@ -35,3 +32,2 @@ }, | ||
"license": "(Apache-2.0 OR MIT)", | ||
"leadMaintainer": "Alex Potsides <alex@achingbrain.net>", | ||
"repository": { | ||
@@ -42,16 +38,12 @@ "type": "git", | ||
"scripts": { | ||
"clean": "rimraf ./dist", | ||
"clean": "aegir clean", | ||
"build": "npm run clean && mkdirp ./dist && pbjs ./src/*.proto -t json -o ./dist/ipfs.json && node ./scripts/update-index.js && npm run lint -- --fix && aegir build", | ||
"lint": "aegir ts -p check && aegir lint" | ||
"lint": "aegir lint" | ||
}, | ||
"devDependencies": { | ||
"aegir": "^36.0.1", | ||
"aegir": "^37.0.11", | ||
"mkdirp": "^1.0.4", | ||
"protobufjs": "^6.10.2", | ||
"rimraf": "^3.0.2" | ||
"protobufjs": "^6.10.2" | ||
}, | ||
"gitHead": "b9382bc5bc7341a2771a69b2386e5473b507caf1", | ||
"browser": { | ||
".": "./cjs/src/index.js" | ||
} | ||
} | ||
"gitHead": "38e78cc875309ba6316706b63865e399dbcd18c0" | ||
} |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
36197
3
11
950
Yes