@itwin/imodel-transformer 1.1.2-dev.2 → 1.1.2

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 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,9 +1,19 @@
1
1
  # Change Log - @itwin/imodel-transformer
2
2
 
3
- This log was last generated on Tue, 04 Mar 2025 15:01:06 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 22 Apr 2025 15:13:57 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.1.2
8
+
9
+ Tue, 22 Apr 2025 15:13:57 GMT
10
+
11
+ ### Patches
12
+
13
+ - update itwin packages and add tests ([commit](https://github.com/iTwin/imodel-transformer/commit/e638acd91b8f1cdf6682e828aa1cd078f98ea317))
14
+ - Disabled lint errors for deprecated withPreparedStatement(), withStatement() and ECSqlStatement apis ([commit](https://github.com/iTwin/imodel-transformer/commit/e638acd91b8f1cdf6682e828aa1cd078f98ea317))
15
+ - Fix for custom changes API to create a deep copy of set before modifying it. ([commit](https://github.com/iTwin/imodel-transformer/commit/e638acd91b8f1cdf6682e828aa1cd078f98ea317))
16
+
7
17
  ## 1.1.1
8
18
 
9
19
  Tue, 04 Mar 2025 15:01:06 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/imodel-transformer",
3
- "version": "1.1.2-dev.2",
3
+ "version": "1.1.2",
4
4
  "description": "API for exporting an iModel's parts and also importing them into another iModel",
5
5
  "main": "lib/cjs/imodel-transformer.js",
6
6
  "typings": "lib/cjs/imodel-transformer",