Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.1.0","packages/es-schemas":"1.0.0"}
{".":"0.1.0","packages/config-resolver":"0.1.0","packages/es-schemas":"1.0.0"}
7 changes: 7 additions & 0 deletions .github/release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,19 @@
],
"include-component-in-tag": false
},
"packages/config-resolver": {
"component": "config-resolver",
"release-type": "node"
},
"packages/es-schemas": {
"component": "es-schemas",
"release-type": "node"
}
},
"plugins": [
{
"type": "node-workspace"
},
{
"type": "sentence-case"
}
Expand Down
2 changes: 1 addition & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ released to the public npm registry; depend on it through the workspace.

------------------------------------------------------------------------
@elastic/es-schemas@1.0.0
License: Apache-2.0
License: UNLICENSED
Repository: https://github.com/elastic/cli
Publisher: Elastic Client Library Maintainers
------------------------------------------------------------------------
Expand Down
6 changes: 5 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@
"yaml": "^2.8.3",
"zod": "^4.3.6"
},
"bundledDependencies": [
"@elastic/config-resolver",
"@elastic/es-schemas"
],
"devDependencies": {
"@eslint/js": "10.0.1",
"@types/marked-terminal": "6.1.1",
Expand Down
1 change: 1 addition & 0 deletions packages/es-schemas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"scripts": {
"build": "tsc"
},
"private": true,
"license": "Apache-2.0",
"author": {
"name": "Elastic Client Library Maintainers",
Expand Down
Loading