ipld-schema-describer
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "ipld-schema-describer", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "IPLD Schema Describer", | ||
"main": "ipld-schema-describer.js", | ||
"type": "module", | ||
"main": "./cjs/ipld-schema-describer.js", | ||
"scripts": { | ||
@@ -21,3 +20,5 @@ "lint": "standard", | ||
".": { | ||
"import": "./ipld-schema-describer.js" | ||
"browser": "./esm/ipld-schema-describer.js", | ||
"require": "./cjs/ipld-schema-describer.js", | ||
"import": "./esm/ipld-schema-describer.js" | ||
} | ||
@@ -127,7 +128,15 @@ }, | ||
"@semantic-release/changelog", | ||
"@semantic-release/npm", | ||
[ | ||
"@semantic-release/npm", | ||
{ | ||
"pkgRoot": "dist" | ||
} | ||
], | ||
"@semantic-release/github", | ||
"@semantic-release/git" | ||
] | ||
}, | ||
"browser": { | ||
".": "./cjs/ipld-schema-describer.js" | ||
} | ||
} |
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
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
47473
26
1774
No