@nteract/mythic-configuration
Advanced tools
Comparing version
{ | ||
"name": "@nteract/mythic-configuration", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "A configuration system based on the myths redux framework", | ||
@@ -8,4 +8,5 @@ "main": "lib/index.js", | ||
"nteractDesktop": "src/index.ts", | ||
"scripts": {}, | ||
"repository": "https://github.com/nteract/nteract/tree/master/packages/mythic-configuration", | ||
"scripts": { | ||
"release": "semantic-release -e semantic-release-monorepo --tag-format='@nteract/mythic-configuration@${version}'" | ||
}, | ||
"keywords": [ | ||
@@ -18,3 +19,3 @@ "nteract" | ||
"dependencies": { | ||
"@nteract/myths": "^0.2.10", | ||
"@nteract/myths": "^0.2.11", | ||
"fs-observable": "^4.1.14" | ||
@@ -24,3 +25,79 @@ }, | ||
"license": "BSD-3-Clause", | ||
"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
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
873857
0.32%Updated