@itwin/ecschema-editing 3.5.0-dev.7 → 3.5.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 +67 -1
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,6 +1,72 @@
1
1
  # Change Log - @itwin/ecschema-editing
2
2
 
3
- This log was last generated on Thu, 01 Sep 2022 14:37:22 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 07 Dec 2022 19:12:37 GMT and should not be manually modified.
4
+
5
+ ## 3.5.0
6
+ Wed, 07 Dec 2022 19:12:37 GMT
7
+
8
+ ### Updates
9
+
10
+ - bump up xmldom/xmldom version to avoid prototype pollution
11
+
12
+ ## 3.4.7
13
+ Wed, 30 Nov 2022 14:28:19 GMT
14
+
15
+ _Version update only_
16
+
17
+ ## 3.4.6
18
+ Tue, 22 Nov 2022 14:24:19 GMT
19
+
20
+ _Version update only_
21
+
22
+ ## 3.4.5
23
+ Thu, 17 Nov 2022 21:32:50 GMT
24
+
25
+ _Version update only_
26
+
27
+ ## 3.4.4
28
+ Thu, 10 Nov 2022 19:32:17 GMT
29
+
30
+ ### Updates
31
+
32
+ - bump xmldom to resolve GHSA-crh6-fp67-6883
33
+
34
+ ## 3.4.3
35
+ Fri, 28 Oct 2022 13:34:58 GMT
36
+
37
+ _Version update only_
38
+
39
+ ## 3.4.2
40
+ Mon, 24 Oct 2022 13:23:45 GMT
41
+
42
+ _Version update only_
43
+
44
+ ## 3.4.1
45
+ Mon, 17 Oct 2022 20:06:51 GMT
46
+
47
+ _Version update only_
48
+
49
+ ## 3.4.0
50
+ Thu, 13 Oct 2022 20:24:47 GMT
51
+
52
+ ### Updates
53
+
54
+ - Updated Node types declaration to support latest v16
55
+
56
+ ## 3.3.5
57
+ Tue, 27 Sep 2022 11:50:59 GMT
58
+
59
+ _Version update only_
60
+
61
+ ## 3.3.4
62
+ Thu, 08 Sep 2022 19:00:05 GMT
63
+
64
+ _Version update only_
65
+
66
+ ## 3.3.3
67
+ Tue, 06 Sep 2022 20:54:19 GMT
68
+
69
+ _Version update only_
4
70
 
5
71
  ## 3.3.2
6
72
  Thu, 01 Sep 2022 14:37:22 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/ecschema-editing",
3
- "version": "3.5.0-dev.7",
3
+ "version": "3.5.0",
4
4
  "description": "ECSchema editing and validation API",
5
5
  "license": "MIT",
6
6
  "main": "lib/cjs/ecschema-editing.js",
@@ -22,20 +22,20 @@
22
22
  },
23
23
  "devDependencies": {
24
24
  "@bentley/units-schema": "^1.0.5",
25
- "@itwin/build-tools": "3.5.0-dev.7",
26
- "@itwin/core-bentley": "3.5.0-dev.7",
27
- "@itwin/core-common": "3.5.0-dev.7",
28
- "@itwin/core-quantity": "3.5.0-dev.7",
29
- "@itwin/eslint-plugin": "3.5.0-dev.7",
30
- "@itwin/ecschema-metadata": "3.5.0-dev.7",
25
+ "@itwin/build-tools": "3.5.0",
26
+ "@itwin/core-bentley": "3.5.0",
27
+ "@itwin/core-common": "3.5.0",
28
+ "@itwin/core-quantity": "3.5.0",
29
+ "@itwin/eslint-plugin": "3.5.0",
30
+ "@itwin/ecschema-metadata": "3.5.0",
31
31
  "@types/almost-equal": "1.1.0",
32
32
  "@types/benchmark": "^2.1.0",
33
33
  "@types/chai": "4.3.1",
34
34
  "@types/chai-as-promised": "^7",
35
35
  "@types/mocha": "^8.2.2",
36
- "@types/node": "16.11.59",
36
+ "@types/node": "18.11.5",
37
37
  "@types/sinon": "^9.0.0",
38
- "@xmldom/xmldom": "^0.7.0",
38
+ "@xmldom/xmldom": "~0.8.5",
39
39
  "benchmark": "^2.1.4",
40
40
  "chai": "^4.1.2",
41
41
  "chai-as-promised": "^7",
@@ -48,9 +48,9 @@
48
48
  "typescript": "~4.4.0"
49
49
  },
50
50
  "peerDependencies": {
51
- "@itwin/core-bentley": "^3.5.0-dev.7",
52
- "@itwin/core-quantity": "^3.5.0-dev.7",
53
- "@itwin/ecschema-metadata": "^3.5.0-dev.7"
51
+ "@itwin/core-bentley": "^3.5.0",
52
+ "@itwin/core-quantity": "^3.5.0",
53
+ "@itwin/ecschema-metadata": "^3.5.0"
54
54
  },
55
55
  "nyc": {
56
56
  "extends": "./node_modules/@itwin/build-tools/.nycrc"