@itwin/imodel-transformer 1.1.1-dev.0 → 1.1.2-dev.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 +9 -1
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,9 +1,17 @@
1
1
  # Change Log - @itwin/imodel-transformer
2
2
 
3
- This log was last generated on Mon, 03 Mar 2025 17:50:09 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 04 Mar 2025 15:01:06 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.1.1
8
+
9
+ Tue, 04 Mar 2025 15:01:06 GMT
10
+
11
+ ### Patches
12
+
13
+ - Ignore navigational properties that point to an ECView ([commit](https://github.com/iTwin/imodel-transformer/commit/e55e3e0c82c82ced3a515af301284be18d86646b))
14
+
7
15
  ## 1.1.0
8
16
 
9
17
  Mon, 03 Mar 2025 17:50:09 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/imodel-transformer",
3
- "version": "1.1.1-dev.0",
3
+ "version": "1.1.2-dev.0",
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",
@@ -66,14 +66,14 @@
66
66
  "NOTE: All tools used by scripts in this package must be listed as devDependencies"
67
67
  ],
68
68
  "devDependencies": {
69
- "@itwin/build-tools": "^4.10.6",
70
- "@itwin/core-backend": "4.3.5",
71
- "@itwin/core-bentley": "4.3.5",
72
- "@itwin/core-common": "4.3.5",
73
- "@itwin/core-geometry": "4.3.5",
74
- "@itwin/core-quantity": "4.3.5",
75
- "@itwin/ecschema-metadata": "4.3.5",
76
- "@itwin/ecschema-locaters": "4.3.5",
69
+ "@itwin/build-tools": "^4.10.12",
70
+ "@itwin/core-backend": "^4.10.12",
71
+ "@itwin/core-bentley": "^4.10.12",
72
+ "@itwin/core-common": "^4.10.12",
73
+ "@itwin/core-geometry": "^4.10.12",
74
+ "@itwin/core-quantity": "^4.10.12",
75
+ "@itwin/ecschema-metadata": "^4.10.12",
76
+ "@itwin/ecschema-locaters": "^4.10.12",
77
77
  "@itwin/eslint-plugin": "^4.0.2",
78
78
  "@types/chai": "4.3.1",
79
79
  "@types/chai-as-promised": "^7.1.5",