@itwin/ecsql-common 4.2.0-dev.36 → 4.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +4 -4
package/CHANGELOG.md ADDED
@@ -0,0 +1,11 @@
1
+ # Change Log - @itwin/ecsql-common
2
+
3
+ This log was last generated on Tue, 17 Oct 2023 15:14:32 GMT and should not be manually modified.
4
+
5
+ ## 4.2.0
6
+ Tue, 17 Oct 2023 15:14:32 GMT
7
+
8
+ ### Updates
9
+
10
+ - Add support for ECSQL Ast
11
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/ecsql-common",
3
- "version": "4.2.0-dev.36",
3
+ "version": "4.2.0",
4
4
  "description": "ECSql component that can be reference on backend and frontend",
5
5
  "main": "lib/cjs/ecsql-common.js",
6
6
  "module": "lib/esm/ecsql-common.js",
@@ -24,7 +24,7 @@
24
24
  "url": "http://www.bentley.com"
25
25
  },
26
26
  "dependencies": {
27
- "@itwin/core-bentley": "4.2.0-dev.36"
27
+ "@itwin/core-bentley": "4.2.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/chai": "4.3.1",
@@ -36,8 +36,8 @@
36
36
  "nyc": "^15.1.0",
37
37
  "rimraf": "^3.0.2",
38
38
  "typescript": "~5.0.2",
39
- "@itwin/build-tools": "4.2.0-dev.36",
40
- "@itwin/core-bentley": "4.2.0-dev.36"
39
+ "@itwin/build-tools": "4.2.0",
40
+ "@itwin/core-bentley": "4.2.0"
41
41
  },
42
42
  "nyc": {
43
43
  "extends": "./node_modules/@itwin/build-tools/.nycrc",