@nteract/types
Advanced tools
Comparing version 7.1.8 to 7.1.9
{ | ||
"name": "@nteract/types", | ||
"version": "7.1.8", | ||
"version": "7.1.9", | ||
"description": "A collection of type definitions used within core nteract packages", | ||
@@ -8,3 +8,5 @@ "main": "lib/index.js", | ||
"nteractDesktop": "src/index.ts", | ||
"scripts": {}, | ||
"scripts": { | ||
"release": "semantic-release -e semantic-release-monorepo --tag-format='@nteract/types@${version}'" | ||
}, | ||
"keywords": [], | ||
@@ -17,3 +19,3 @@ "author": "Safia Abdalla <safia@safia.rocks>", | ||
"dependencies": { | ||
"@nteract/commutable": "^7.4.4", | ||
"@nteract/commutable": "^7.4.5", | ||
"immutable": "^4.0.0-rc.12", | ||
@@ -23,3 +25,79 @@ "rxjs": "^6.6.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
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
802435
Updated@nteract/commutable@^7.4.5