@elastic/esql 0.0.3 → 0.0.4

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -164,4 +164,4 @@ console.log(text);
164
164
  ```
165
165
 
166
166
  ## Licence
167
- Licensed under [Elastic License 2.0](./LICENCE.txt).
167
+ Licensed under [Elastic License 2.0](./LICENSE.txt).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elastic/esql",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "author": "Kibana ES|QL team",
5
5
  "description": "A set of ts tools to parse, build and transform ES|QL queries programatically.",
6
6
  "packageManager": "yarn@1.22.22",