@itwin/core-backend 4.5.0-dev.37 → 4.5.0-dev.38

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 +8 -1
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log - @itwin/core-backend
2
2
 
3
- This log was last generated on Fri, 15 Mar 2024 19:16:22 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 22 Mar 2024 13:32:57 GMT and should not be manually modified.
4
4
 
5
5
  ## 4.4.7
6
6
  Fri, 15 Mar 2024 19:15:14 GMT
@@ -57,6 +57,13 @@ Mon, 12 Feb 2024 18:15:58 GMT
57
57
  - modified getAspects to handle dot separator in full class name
58
58
  - lint fix
59
59
 
60
+ ## 4.3.4
61
+ Fri, 22 Mar 2024 13:30:30 GMT
62
+
63
+ ### Updates
64
+
65
+ - Bump @itwin/object-storage-azure and @itwin/object-storage-core
66
+
60
67
  ## 4.3.3
61
68
  Wed, 03 Jan 2024 19:28:38 GMT
62
69
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-backend",
3
- "version": "4.5.0-dev.37",
3
+ "version": "4.5.0-dev.38",
4
4
  "description": "iTwin.js backend components",
5
5
  "main": "lib/cjs/core-backend.js",
6
6
  "typings": "lib/cjs/core-backend",
@@ -25,9 +25,9 @@
25
25
  "url": "http://www.bentley.com"
26
26
  },
27
27
  "peerDependencies": {
28
- "@itwin/core-bentley": "^4.5.0-dev.37",
29
- "@itwin/core-common": "^4.5.0-dev.37",
30
- "@itwin/core-geometry": "^4.5.0-dev.37",
28
+ "@itwin/core-bentley": "^4.5.0-dev.38",
29
+ "@itwin/core-common": "^4.5.0-dev.38",
30
+ "@itwin/core-geometry": "^4.5.0-dev.38",
31
31
  "@opentelemetry/api": "^1.0.4"
32
32
  },
33
33
  "peerDependenciesMeta": {
@@ -69,16 +69,16 @@
69
69
  "ts-node": "^10.8.2",
70
70
  "typescript": "~5.0.2",
71
71
  "webpack": "^5.76.0",
72
- "@itwin/build-tools": "4.5.0-dev.37",
73
- "@itwin/core-bentley": "4.5.0-dev.37",
74
- "@itwin/core-common": "4.5.0-dev.37",
75
- "@itwin/core-geometry": "4.5.0-dev.37",
76
- "@itwin/core-webpack-tools": "4.5.0-dev.37",
77
- "@itwin/ecsql-common": "4.5.0-dev.37",
72
+ "@itwin/build-tools": "4.5.0-dev.38",
73
+ "@itwin/core-common": "4.5.0-dev.38",
74
+ "@itwin/core-bentley": "4.5.0-dev.38",
75
+ "@itwin/core-geometry": "4.5.0-dev.38",
76
+ "@itwin/core-webpack-tools": "4.5.0-dev.38",
77
+ "@itwin/ecsql-common": "4.5.0-dev.38",
78
78
  "internal-tools": "3.0.0-dev.69"
79
79
  },
80
80
  "dependencies": {
81
- "@bentley/imodeljs-native": "4.5.20",
81
+ "@bentley/imodeljs-native": "4.5.24",
82
82
  "@itwin/cloud-agnostic-core": "^2.1.0",
83
83
  "@itwin/object-storage-azure": "^2.2.2",
84
84
  "@itwin/object-storage-core": "^2.2.2",
@@ -91,7 +91,7 @@
91
91
  "semver": "^7.3.5",
92
92
  "touch": "^3.1.0",
93
93
  "ws": "^7.5.3",
94
- "@itwin/core-telemetry": "4.5.0-dev.37"
94
+ "@itwin/core-telemetry": "4.5.0-dev.38"
95
95
  },
96
96
  "nyc": {
97
97
  "extends": "./node_modules/@itwin/build-tools/.nycrc"