@itwin/ecschema-editing 4.5.0-dev.36 → 4.5.0-dev.38

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 +9 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log - @itwin/ecschema-editing
2
2
 
3
- This log was last generated on Fri, 15 Mar 2024 19:16:22 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 22 Mar 2024 13:32:57 GMT and should not be manually modified.
4
4
 
5
5
  ## 4.4.7
6
6
  Fri, 15 Mar 2024 19:15:14 GMT
@@ -53,6 +53,11 @@ Mon, 12 Feb 2024 18:15:58 GMT
53
53
  - Added Merge function to merge CustomAttributes
54
54
  - Added kind of quantity merging
55
55
 
56
+ ## 4.3.4
57
+ Fri, 22 Mar 2024 13:30:31 GMT
58
+
59
+ _Version update only_
60
+
56
61
  ## 4.3.3
57
62
  Wed, 03 Jan 2024 19:28:38 GMT
58
63
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/ecschema-editing",
3
- "version": "4.5.0-dev.36",
3
+ "version": "4.5.0-dev.38",
4
4
  "description": "ECSchema editing and validation API",
5
5
  "license": "MIT",
6
6
  "main": "lib/cjs/ecschema-editing.js",
@@ -42,16 +42,16 @@
42
42
  "rimraf": "^3.0.2",
43
43
  "sinon": "^17.0.1",
44
44
  "typescript": "~5.0.2",
45
- "@itwin/build-tools": "4.5.0-dev.36",
46
- "@itwin/core-bentley": "4.5.0-dev.36",
47
- "@itwin/core-common": "4.5.0-dev.36",
48
- "@itwin/core-quantity": "4.5.0-dev.36",
49
- "@itwin/ecschema-metadata": "4.5.0-dev.36"
45
+ "@itwin/core-common": "4.5.0-dev.38",
46
+ "@itwin/build-tools": "4.5.0-dev.38",
47
+ "@itwin/ecschema-metadata": "4.5.0-dev.38",
48
+ "@itwin/core-bentley": "4.5.0-dev.38",
49
+ "@itwin/core-quantity": "4.5.0-dev.38"
50
50
  },
51
51
  "peerDependencies": {
52
- "@itwin/core-bentley": "^4.5.0-dev.36",
53
- "@itwin/core-quantity": "^4.5.0-dev.36",
54
- "@itwin/ecschema-metadata": "^4.5.0-dev.36"
52
+ "@itwin/core-bentley": "^4.5.0-dev.38",
53
+ "@itwin/core-quantity": "^4.5.0-dev.38",
54
+ "@itwin/ecschema-metadata": "^4.5.0-dev.38"
55
55
  },
56
56
  "nyc": {
57
57
  "extends": "./node_modules/@itwin/build-tools/.nycrc"