@itwin/core-bentley 4.0.0-dev.2 → 4.0.0-dev.21

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 +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Change Log - @itwin/core-bentley
2
2
 
3
- This log was last generated on Thu, 26 Jan 2023 22:53:27 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 08 Feb 2023 14:58:39 GMT and should not be manually modified.
4
+
5
+ ## 3.6.0
6
+ Wed, 08 Feb 2023 14:58:39 GMT
7
+
8
+ ### Updates
9
+
10
+ - Added DataTransformRequired flag to DbResult enum.
11
+ - Promote AccessToken to public; and remove beta ExtractLiterals and alpha AsyncMutex.
12
+ - Added TransientIdSequence.peekNext to preview the next Id in the sequence.
13
+ - Deprecate TransientIdSequence.next property in favor of getNext method.
4
14
 
5
15
  ## 3.5.5
6
16
  Thu, 26 Jan 2023 22:53:27 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-bentley",
3
- "version": "4.0.0-dev.2",
3
+ "version": "4.0.0-dev.21",
4
4
  "description": "Bentley JavaScript core components",
5
5
  "main": "lib/cjs/core-bentley.js",
6
6
  "module": "lib/esm/core-bentley.js",
@@ -21,13 +21,13 @@
21
21
  "url": "http://www.bentley.com"
22
22
  },
23
23
  "devDependencies": {
24
- "@itwin/build-tools": "4.0.0-dev.2",
25
- "@itwin/eslint-plugin": "4.0.0-dev.2",
24
+ "@itwin/build-tools": "4.0.0-dev.21",
25
+ "@itwin/eslint-plugin": "4.0.0-dev.21",
26
26
  "@opentelemetry/api": "1.0.4",
27
27
  "@types/chai": "4.3.1",
28
28
  "@types/chai-as-promised": "^7",
29
29
  "@types/mocha": "^8.2.2",
30
- "@types/node": "18.11.5",
30
+ "@types/node": "^18.11.5",
31
31
  "chai": "^4.1.2",
32
32
  "chai-as-promised": "^7",
33
33
  "eslint": "^7.11.0",