@elastic/esql 0.0.4 → 1.0.1

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/NOTICE.txt CHANGED
@@ -1,5 +1,5 @@
1
1
  esql-js (A set of ts tools to parse, build and transform ES|QL queries programatically).
2
- Copyright 2026 Elasticsearch B.V.
2
+ Copyright 2025-2026 Elasticsearch B.V.
3
3
 
4
4
  The ANTLR files for the ES|QL language comes from the Elasticsearch repository:
5
5
  https://github.com/elastic/elasticsearch/tree/main/x-pack/plugin/esql/src/main/antlr.
package/README.md CHANGED
@@ -4,8 +4,8 @@
4
4
  Elastic ES|QL JS
5
5
  </h1>
6
6
  <p align="center">
7
- <a href="https://buildkite.com/elastic/esql-js-release">
8
- <img alt="Build Status - main branch" src="https://badge.buildkite.com/79986f76697e661970a3d81057a88b828871b670acfd8d3dec.svg?branch=main">
7
+ <a href="https://buildkite.com/elastic/esql-js-grammar-sync">
8
+ <img alt="Grammar Sync" src="https://badge.buildkite.com/455a3e37b4061fc25a448cba264e622b6c71be8101cd7b74f3.svg?branch=main">
9
9
  </a>
10
10
  <a href="https://www.npmjs.com/@elastic/esql"><img alt="NPM version" src="https://img.shields.io/npm/v/@elastic/esql.svg"></a>
11
11
  </p>