@itwin/ecschema-locaters 3.5.0-dev.8 → 3.6.0-dev.3

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 +60 -1
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,65 @@
1
1
  # Change Log - @itwin/ecschema-locaters
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, 30 Nov 2022 14:28:19 GMT and should not be manually modified.
4
+
5
+ ## 3.4.7
6
+ Wed, 30 Nov 2022 14:28:19 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.4.6
11
+ Tue, 22 Nov 2022 14:24:19 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 3.4.5
16
+ Thu, 17 Nov 2022 21:32:50 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 3.4.4
21
+ Thu, 10 Nov 2022 19:32:17 GMT
22
+
23
+ ### Updates
24
+
25
+ - bump xmldom to resolve GHSA-crh6-fp67-6883
26
+
27
+ ## 3.4.3
28
+ Fri, 28 Oct 2022 13:34:58 GMT
29
+
30
+ _Version update only_
31
+
32
+ ## 3.4.2
33
+ Mon, 24 Oct 2022 13:23:45 GMT
34
+
35
+ _Version update only_
36
+
37
+ ## 3.4.1
38
+ Mon, 17 Oct 2022 20:06:51 GMT
39
+
40
+ _Version update only_
41
+
42
+ ## 3.4.0
43
+ Thu, 13 Oct 2022 20:24:47 GMT
44
+
45
+ ### Updates
46
+
47
+ - Updated Node types declaration to support latest v16
48
+
49
+ ## 3.3.5
50
+ Tue, 27 Sep 2022 11:50:59 GMT
51
+
52
+ _Version update only_
53
+
54
+ ## 3.3.4
55
+ Thu, 08 Sep 2022 19:00:05 GMT
56
+
57
+ _Version update only_
58
+
59
+ ## 3.3.3
60
+ Tue, 06 Sep 2022 20:54:19 GMT
61
+
62
+ _Version update only_
4
63
 
5
64
  ## 3.3.2
6
65
  Thu, 01 Sep 2022 14:37:22 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/ecschema-locaters",
3
- "version": "3.5.0-dev.8",
3
+ "version": "3.6.0-dev.3",
4
4
  "description": "EC Schema file locaters",
5
5
  "license": "MIT",
6
6
  "main": "lib/cjs/ecschema-locaters.js",
@@ -20,15 +20,15 @@
20
20
  "url": "http://www.bentley.com"
21
21
  },
22
22
  "devDependencies": {
23
- "@itwin/build-tools": "3.5.0-dev.8",
24
- "@itwin/ecschema-metadata": "3.5.0-dev.8",
25
- "@itwin/eslint-plugin": "3.5.0-dev.8",
23
+ "@itwin/build-tools": "3.6.0-dev.3",
24
+ "@itwin/ecschema-metadata": "3.6.0-dev.3",
25
+ "@itwin/eslint-plugin": "3.6.0-dev.3",
26
26
  "@types/chai": "4.3.1",
27
27
  "@types/chai-as-promised": "^7",
28
28
  "@types/fs-extra": "^4.0.7",
29
29
  "@types/glob": "^5.0.35",
30
30
  "@types/mocha": "^8.2.2",
31
- "@types/node": "16.11.59",
31
+ "@types/node": "18.11.5",
32
32
  "@types/sinon": "^9.0.0",
33
33
  "chai": "^4.1.2",
34
34
  "chai-as-promised": "^7",
@@ -42,10 +42,10 @@
42
42
  "dependencies": {
43
43
  "glob": "^7.1.2",
44
44
  "fs-extra": "^8.1.0",
45
- "@xmldom/xmldom": "^0.7.0"
45
+ "@xmldom/xmldom": "~0.8.5"
46
46
  },
47
47
  "peerDependencies": {
48
- "@itwin/ecschema-metadata": "^3.5.0-dev.8"
48
+ "@itwin/ecschema-metadata": "^3.6.0-dev.3"
49
49
  },
50
50
  "nyc": {
51
51
  "extends": "./node_modules/@itwin/build-tools/.nycrc",