rx-jupyter
Advanced tools
Comparing version 5.5.20 to 5.5.21
{ | ||
"name": "rx-jupyter", | ||
"version": "5.5.20", | ||
"version": "5.5.21", | ||
"description": "RxJS 5 bindings for the Jupyter Notebook API", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"scripts": {}, | ||
"repository": "https://github.com/nteract/nteract/tree/master/packages/rx-jupyter", | ||
"scripts": { | ||
"release": "semantic-release -e semantic-release-monorepo --tag-format='rx-jupyter@${version}'" | ||
}, | ||
"keywords": [ | ||
@@ -21,4 +22,4 @@ "jupyter", | ||
"dependencies": { | ||
"@nteract/commutable": "^7.4.4", | ||
"@nteract/messaging": "^7.0.18", | ||
"@nteract/commutable": "^7.4.5", | ||
"@nteract/messaging": "^7.0.19", | ||
"@types/ungap__url-search-params": "^0.1.0", | ||
@@ -31,7 +32,83 @@ "@ungap/url-search-params": "^0.2.0", | ||
"devDependencies": { | ||
"@nteract/types": "^7.1.8", | ||
"@nteract/types": "^7.1.9", | ||
"@types/js-cookie": "^2.2.0", | ||
"@types/url-join": "^4.0.0" | ||
}, | ||
"gitHead": "439bd2af1bdc4f15b32d0a5314bb36fc1a858f55" | ||
"release": { | ||
"plugins": [ | ||
[ | ||
"@semantic-release/commit-analyzer", | ||
{ | ||
"preset": "conventionalcommits" | ||
} | ||
], | ||
[ | ||
"@semantic-release/release-notes-generator", | ||
{ | ||
"preset": "conventionalcommits", | ||
"presetConfig": { | ||
"header": "Release Notes", | ||
"types": [ | ||
{ | ||
"type": "feat", | ||
"section": "Features" | ||
}, | ||
{ | ||
"type": "fix", | ||
"section": "Bug Fixes" | ||
}, | ||
{ | ||
"type": "chore", | ||
"hidden": true | ||
}, | ||
{ | ||
"type": "docs", | ||
"hidden": true | ||
}, | ||
{ | ||
"type": "style", | ||
"hidden": true | ||
}, | ||
{ | ||
"type": "refactor", | ||
"hidden": true | ||
}, | ||
{ | ||
"type": "perf", | ||
"hidden": true | ||
}, | ||
{ | ||
"type": "test", | ||
"hidden": true | ||
} | ||
] | ||
}, | ||
"parserOpts": { | ||
"noteKeywords": [ | ||
"BREAKING CHANGE", | ||
"BREAKING CHANGES", | ||
"BREAKING" | ||
] | ||
}, | ||
"writerOpts": { | ||
"commitsSort": [ | ||
"subject", | ||
"scope" | ||
] | ||
} | ||
} | ||
], | ||
"@semantic-release/npm", | ||
[ | ||
"@semantic-release/git", | ||
{ | ||
"assets": [ | ||
"package.json" | ||
], | ||
"message": "chore(release): ${nextRelease.version}" | ||
} | ||
] | ||
] | ||
}, | ||
"gitHead": "53c6d0ec6038dfc1124345c0385e10cff43a18c5" | ||
} |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
961053
Updated@nteract/commutable@^7.4.5
Updated@nteract/messaging@^7.0.19