@itwin/ecschema-editing 4.1.0-dev.6 → 4.1.0-dev.62

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 +52 -1
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,6 +1,57 @@
1
1
  # Change Log - @itwin/ecschema-editing
2
2
 
3
- This log was last generated on Tue, 25 Apr 2023 17:50:35 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 03 Jul 2023 15:28:41 GMT and should not be manually modified.
4
+
5
+ ## 4.0.3
6
+ Mon, 03 Jul 2023 15:28:41 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 4.0.2
11
+ Wed, 21 Jun 2023 22:04:43 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 4.0.1
16
+ Wed, 21 Jun 2023 20:29:13 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 4.0.0
21
+ Mon, 22 May 2023 15:34:14 GMT
22
+
23
+ ### Updates
24
+
25
+ - Updated to work with async schema loading changes made to ecschema-metadata
26
+ - Update to eslint@8
27
+ - Removed obsolete EC rule 102 - Abstract class must have abstract base class.
28
+
29
+ ## 3.7.9
30
+ Tue, 20 Jun 2023 12:51:02 GMT
31
+
32
+ _Version update only_
33
+
34
+ ## 3.7.8
35
+ Thu, 01 Jun 2023 17:00:39 GMT
36
+
37
+ _Version update only_
38
+
39
+ ## 3.7.7
40
+ Wed, 24 May 2023 17:27:09 GMT
41
+
42
+ _Version update only_
43
+
44
+ ## 3.7.6
45
+ Mon, 15 May 2023 18:23:41 GMT
46
+
47
+ _Version update only_
48
+
49
+ ## 3.7.5
50
+ Thu, 04 May 2023 19:43:18 GMT
51
+
52
+ ### Updates
53
+
54
+ - Removed obsolete EC rule 102 - Abstract class must have abstract base class.
4
55
 
5
56
  ## 3.7.4
6
57
  Tue, 25 Apr 2023 17:50:35 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/ecschema-editing",
3
- "version": "4.1.0-dev.6",
3
+ "version": "4.1.0-dev.62",
4
4
  "description": "ECSchema editing and validation API",
5
5
  "license": "MIT",
6
6
  "main": "lib/cjs/ecschema-editing.js",
@@ -23,14 +23,14 @@
23
23
  },
24
24
  "devDependencies": {
25
25
  "@bentley/units-schema": "^1.0.5",
26
- "@itwin/eslint-plugin": "^4.0.0-dev.33",
26
+ "@itwin/eslint-plugin": "4.0.0-dev.36",
27
27
  "@types/almost-equal": "1.1.0",
28
28
  "@types/benchmark": "^2.1.0",
29
29
  "@types/chai": "4.3.1",
30
30
  "@types/chai-as-promised": "^7",
31
31
  "@types/mocha": "^8.2.2",
32
- "@types/node": "^18.11.5",
33
- "@types/sinon": "^9.0.0",
32
+ "@types/node": "18.16.1",
33
+ "@types/sinon": "^10.0.15",
34
34
  "@xmldom/xmldom": "~0.8.5",
35
35
  "benchmark": "^2.1.4",
36
36
  "chai": "^4.1.2",
@@ -40,18 +40,18 @@
40
40
  "mocha": "^10.0.0",
41
41
  "nyc": "^15.1.0",
42
42
  "rimraf": "^3.0.2",
43
- "sinon": "^9.0.2",
43
+ "sinon": "^15.0.4",
44
44
  "typescript": "~5.0.2",
45
- "@itwin/build-tools": "4.1.0-dev.6",
46
- "@itwin/core-common": "4.1.0-dev.6",
47
- "@itwin/core-bentley": "4.1.0-dev.6",
48
- "@itwin/core-quantity": "4.1.0-dev.6",
49
- "@itwin/ecschema-metadata": "4.1.0-dev.6"
45
+ "@itwin/build-tools": "4.1.0-dev.62",
46
+ "@itwin/core-common": "4.1.0-dev.62",
47
+ "@itwin/core-quantity": "4.1.0-dev.62",
48
+ "@itwin/core-bentley": "4.1.0-dev.62",
49
+ "@itwin/ecschema-metadata": "4.1.0-dev.62"
50
50
  },
51
51
  "peerDependencies": {
52
- "@itwin/core-bentley": "^4.1.0-dev.6",
53
- "@itwin/core-quantity": "^4.1.0-dev.6",
54
- "@itwin/ecschema-metadata": "^4.1.0-dev.6"
52
+ "@itwin/core-bentley": "^4.1.0-dev.62",
53
+ "@itwin/core-quantity": "^4.1.0-dev.62",
54
+ "@itwin/ecschema-metadata": "^4.1.0-dev.62"
55
55
  },
56
56
  "nyc": {
57
57
  "extends": "./node_modules/@itwin/build-tools/.nycrc"