@itwin/core-bentley 3.6.0-dev.1 → 3.6.0-dev.10

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 +11 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Change Log - @itwin/core-bentley
2
2
 
3
- This log was last generated on Wed, 30 Nov 2022 14:28:19 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 07 Dec 2022 19:12:36 GMT and should not be manually modified.
4
+
5
+ ## 3.5.0
6
+ Wed, 07 Dec 2022 19:12:36 GMT
7
+
8
+ ### Updates
9
+
10
+ - Add EntityReferences
11
+ - add PickAsyncMethods utility type
12
+ - Add new ChangeSetStatus.DownloadCancelled error code.
13
+ - Add ByteStream.remainingLength.
4
14
 
5
15
  ## 3.4.7
6
16
  Wed, 30 Nov 2022 14:28:19 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-bentley",
3
- "version": "3.6.0-dev.1",
3
+ "version": "3.6.0-dev.10",
4
4
  "description": "Bentley JavaScript core components",
5
5
  "main": "lib/cjs/core-bentley.js",
6
6
  "module": "lib/esm/core-bentley.js",
@@ -21,8 +21,8 @@
21
21
  "url": "http://www.bentley.com"
22
22
  },
23
23
  "devDependencies": {
24
- "@itwin/build-tools": "3.6.0-dev.1",
25
- "@itwin/eslint-plugin": "3.6.0-dev.1",
24
+ "@itwin/build-tools": "3.6.0-dev.10",
25
+ "@itwin/eslint-plugin": "3.6.0-dev.10",
26
26
  "@opentelemetry/api": "1.0.4",
27
27
  "@types/chai": "4.3.1",
28
28
  "@types/chai-as-promised": "^7",