@jeromefitz/semantic 11.0.7 → 11.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -1
- package/package.json +3 -4
package/index.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ interface NPMPluginOptions {
|
|
|
26
26
|
tarballDir?: false | string;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
interface PluginOptions extends
|
|
29
|
+
interface PluginOptions extends GithubPluginOptions, GitPluginOptions, NPMPluginOptions {
|
|
30
30
|
enableGit?: boolean;
|
|
31
31
|
enableGithub?: boolean;
|
|
32
32
|
enableNpm?: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jeromefitz/semantic",
|
|
3
|
-
"version": "11.0.
|
|
3
|
+
"version": "11.0.9",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Semantic Versioning, Conventional Commits with CI/CD for GitHub Actions.",
|
|
6
6
|
"repository": "jeromefitz/packages.git",
|
|
@@ -39,11 +39,10 @@
|
|
|
39
39
|
"@semantic-release/git": "10.0.1",
|
|
40
40
|
"semantic-release": "24.2.0",
|
|
41
41
|
"semantic-release-commit-filter": "1.0.2",
|
|
42
|
-
"title": "
|
|
42
|
+
"title": "4.0.1"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@jeromefitz/conventional-gitmoji": "workspace:*"
|
|
46
|
-
"@types/title": "3.4.3"
|
|
45
|
+
"@jeromefitz/conventional-gitmoji": "workspace:*"
|
|
47
46
|
},
|
|
48
47
|
"publishConfig": {
|
|
49
48
|
"registry": "https://registry.npmjs.org/"
|