@itwin/core-bentley 3.2.0-dev.5 → 3.2.0-dev.50

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 +35 -1
  2. package/package.json +3 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,40 @@
1
1
  # Change Log - @itwin/core-bentley
2
2
 
3
- This log was last generated on Thu, 24 Feb 2022 15:26:55 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 15 Apr 2022 13:49:25 GMT and should not be manually modified.
4
+
5
+ ## 3.1.3
6
+ Fri, 15 Apr 2022 13:49:25 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.1.2
11
+ Wed, 06 Apr 2022 22:27:56 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 3.1.1
16
+ Thu, 31 Mar 2022 15:55:48 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 3.1.0
21
+ Tue, 29 Mar 2022 20:53:47 GMT
22
+
23
+ ### Updates
24
+
25
+ - added ClassUtils.isProperSubclassOf utility
26
+ - Add realityDataStatus
27
+ - add internal YieldManager
28
+
29
+ ## 3.0.3
30
+ Fri, 25 Mar 2022 15:10:02 GMT
31
+
32
+ _Version update only_
33
+
34
+ ## 3.0.2
35
+ Thu, 10 Mar 2022 21:18:13 GMT
36
+
37
+ _Version update only_
4
38
 
5
39
  ## 3.0.1
6
40
  Thu, 24 Feb 2022 15:26:55 GMT
package/package.json CHANGED
@@ -1,11 +1,10 @@
1
1
  {
2
2
  "name": "@itwin/core-bentley",
3
- "version": "3.2.0-dev.5",
3
+ "version": "3.2.0-dev.50",
4
4
  "description": "Bentley JavaScript core components",
5
5
  "main": "lib/cjs/core-bentley.js",
6
6
  "module": "lib/esm/core-bentley.js",
7
7
  "typings": "lib/cjs/core-bentley",
8
- "imodeljsSharedLibrary": true,
9
8
  "license": "MIT",
10
9
  "repository": {
11
10
  "type": "git",
@@ -22,8 +21,8 @@
22
21
  "url": "http://www.bentley.com"
23
22
  },
24
23
  "devDependencies": {
25
- "@itwin/build-tools": "3.2.0-dev.5",
26
- "@itwin/eslint-plugin": "3.2.0-dev.5",
24
+ "@itwin/build-tools": "3.2.0-dev.50",
25
+ "@itwin/eslint-plugin": "3.2.0-dev.50",
27
26
  "@types/chai": "^4.1.4",
28
27
  "@types/chai-as-promised": "^7",
29
28
  "@types/mocha": "^8.2.2",