@elastic/elasticsearch 8.5.0 → 8.7.0

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/ye.sh DELETED
@@ -1,9 +0,0 @@
1
- #!/bin/bash
2
-
3
- set -exo pipefail
4
-
5
- cd ~/elastic-client-generator-js && npm run elasticsearch -- --version $BRANCH
6
- mv ~/elastic-client-generator-js/output/reference.asciidoc ~/elasticsearch-js/docs/reference.asciidoc
7
- rm -rf ~/elasticsearch-js/src/api/api
8
- mv ~/elastic-client-generator-js/output/* ~/elasticsearch-js/src/api
9
- cd ~/elasticsearch-js && npm run lint:fix
package/ye2.sh DELETED
@@ -1,12 +0,0 @@
1
- #!/bin/bash
2
-
3
- set -exo pipefail
4
-
5
- git checkout $BRANCH
6
- git pull origin $BRANCH
7
- git checkout -b docs2-url-$BRANCH
8
- find docs/ -type f -exec sed -i "s/reference\/master/reference\/$BRANCH/g" {} \;
9
- git add docs/
10
- git commit -m "Fix docs URLs to use '$BRANCH' instead of 'master'"
11
- #git push origin docs-url-$BRANCH
12
-