@itwin/ecsql-common 4.6.0-dev.10 → 4.6.0-dev.13

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 +6 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log - @itwin/ecsql-common
2
2
 
3
- This log was last generated on Wed, 03 Apr 2024 18:28:10 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 15 Apr 2024 20:32:33 GMT and should not be manually modified.
4
4
 
5
5
  ## 4.5.1
6
6
  Wed, 03 Apr 2024 18:26:58 GMT
@@ -14,6 +14,11 @@ Tue, 02 Apr 2024 19:06:00 GMT
14
14
 
15
15
  - Implement NAVIGATION_VALUE function
16
16
 
17
+ ## 4.4.9
18
+ Mon, 15 Apr 2024 20:29:22 GMT
19
+
20
+ _Version update only_
21
+
17
22
  ## 4.4.8
18
23
  Mon, 25 Mar 2024 22:22:26 GMT
19
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/ecsql-common",
3
- "version": "4.6.0-dev.10",
3
+ "version": "4.6.0-dev.13",
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.6.0-dev.10"
27
+ "@itwin/core-bentley": "4.6.0-dev.13"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@itwin/eslint-plugin": "4.0.0-dev.44",
@@ -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.6.0-dev.10",
40
- "@itwin/core-bentley": "4.6.0-dev.10"
39
+ "@itwin/build-tools": "4.6.0-dev.13",
40
+ "@itwin/core-bentley": "4.6.0-dev.13"
41
41
  },
42
42
  "nyc": {
43
43
  "extends": "./node_modules/@itwin/build-tools/.nycrc",