@itwin/core-common 4.3.2 → 4.3.5

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 +18 -1
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,23 @@
1
1
  # Change Log - @itwin/core-common
2
2
 
3
- This log was last generated on Thu, 14 Dec 2023 20:23:02 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 25 Mar 2024 16:54:36 GMT and should not be manually modified.
4
+
5
+ ## 4.3.5
6
+ Mon, 25 Mar 2024 16:54:36 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 4.3.4
11
+ Fri, 22 Mar 2024 13:30:31 GMT
12
+
13
+ ### Updates
14
+
15
+ - Bump @itwin/object-storage-core
16
+
17
+ ## 4.3.3
18
+ Wed, 03 Jan 2024 19:28:38 GMT
19
+
20
+ _Version update only_
4
21
 
5
22
  ## 4.3.2
6
23
  Thu, 14 Dec 2023 20:23:02 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-common",
3
- "version": "4.3.2",
3
+ "version": "4.3.5",
4
4
  "description": "iTwin.js components common to frontend and backend",
5
5
  "main": "lib/cjs/core-common.js",
6
6
  "module": "lib/esm/core-common.js",
@@ -27,12 +27,12 @@
27
27
  "js-base64": "^3.6.1"
28
28
  },
29
29
  "peerDependencies": {
30
- "@itwin/core-bentley": "^4.3.2",
31
- "@itwin/core-geometry": "^4.3.2"
30
+ "@itwin/core-bentley": "^4.3.5",
31
+ "@itwin/core-geometry": "^4.3.5"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@itwin/eslint-plugin": "4.0.0-dev.44",
35
- "@itwin/object-storage-core": "^2.1.0",
35
+ "@itwin/object-storage-core": "^2.2.2",
36
36
  "@types/chai": "4.3.1",
37
37
  "@types/flatbuffers": "~1.10.0",
38
38
  "@types/mocha": "^8.2.2",
@@ -42,9 +42,9 @@
42
42
  "nyc": "^15.1.0",
43
43
  "rimraf": "^3.0.2",
44
44
  "typescript": "~5.0.2",
45
- "@itwin/build-tools": "4.3.2",
46
- "@itwin/core-geometry": "4.3.2",
47
- "@itwin/core-bentley": "4.3.2"
45
+ "@itwin/build-tools": "4.3.5",
46
+ "@itwin/core-geometry": "4.3.5",
47
+ "@itwin/core-bentley": "4.3.5"
48
48
  },
49
49
  "nyc": {
50
50
  "extends": "./node_modules/@itwin/build-tools/.nycrc",