Skip to content
Draft
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 3 additions & 2 deletions .jscpd.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"threshold": 5,
"reporters": ["console"],
"reporters": [
"console"
],
"ignore": [
"node_modules/**",
"dist/**",
"build/**",
"src/es/apis/schemas/**",
"src/es/apis/**",
"src/cloud/apis/**",
"packages/es-schemas/src/**",
"test/**",
"codegen/**",
"specs/**",
Expand Down
2 changes: 1 addition & 1 deletion .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ TYPESCRIPT_ES_CONFIG_FILE: eslint.config.js
FILTER_REGEX_EXCLUDE: "(node_modules/|dist/|build/|\\.git/)"

# Skip generated code for ESLint (39k lines of schemas + 2k lines of cloud APIs)
TYPESCRIPT_ES_FILTER_REGEX_EXCLUDE: "(src/es/apis/schemas/|src/cloud/apis/|packages/es-schemas/src/)"
TYPESCRIPT_ES_FILTER_REGEX_EXCLUDE: "(src/es/apis/schemas/|src/cloud/apis/|)"

# yamllint: skip test fixtures (custom multi-doc YAML DSL)
YAML_YAMLLINT_CONFIG_FILE: .yamllint.yml
Expand Down
8 changes: 0 additions & 8 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,6 @@ Published in-tree as a private workspace package. This is not currently
released to the public npm registry; depend on it through the workspace.


------------------------------------------------------------------------
@elastic/es-schemas@1.0.2
License: UNLICENSED
Repository: https://github.com/elastic/cli
Publisher: Elastic Client Library Maintainers
------------------------------------------------------------------------


------------------------------------------------------------------------
@sindresorhus/is@4.6.0
License: MIT
Expand Down
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import tseslint from 'typescript-eslint'

export default tseslint.config(
{
ignores: ['**/dist/**', '**/build/**', '**/node_modules/**', 'packages/es-schemas/src/**'],
ignores: ['**/dist/**', '**/build/**', '**/node_modules/**'],
},
eslint.configs.recommended,
tseslint.configs.recommended,
Expand Down
29 changes: 26 additions & 3 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
"dependencies": {
"@elastic/config-resolver": "*",
"@elastic/es-schemas": "1.0.2",
"@elastic/schemas": "file:../schemas",
"cli-table3": "^0.6.5",
"commander": "^15.0.0",
"csv-parse": "^7.0.0",
Expand All @@ -82,7 +82,6 @@
},
"bundleDependencies": [
"@elastic/config-resolver",
"@elastic/es-schemas",
"zod"
]
}
2 changes: 0 additions & 2 deletions packages/es-schemas/.gitignore

This file was deleted.

23 changes: 0 additions & 23 deletions packages/es-schemas/CHANGELOG.md

This file was deleted.

39 changes: 0 additions & 39 deletions packages/es-schemas/package.json

This file was deleted.

Loading
Loading