@itwin/core-frontend 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 +18 -18
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log - @itwin/core-frontend
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
@@ -76,6 +76,13 @@ Mon, 12 Feb 2024 18:15:58 GMT
76
76
  - Remove maximum depth constraint for reality tile trees.
77
77
  - Clone view attachments when cloning a sheet or drawing view.
78
78
 
79
+ ## 4.3.4
80
+ Fri, 22 Mar 2024 13:30:31 GMT
81
+
82
+ ### Updates
83
+
84
+ - Bump @itwin/object-storage-core
85
+
79
86
  ## 4.3.3
80
87
  Wed, 03 Jan 2024 19:28:38 GMT
81
88
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-frontend",
3
- "version": "4.5.0-dev.37",
3
+ "version": "4.5.0-dev.38",
4
4
  "description": "iTwin.js frontend components",
5
5
  "main": "lib/cjs/core-frontend.js",
6
6
  "module": "lib/esm/core-frontend.js",
@@ -23,12 +23,12 @@
23
23
  "url": "http://www.bentley.com"
24
24
  },
25
25
  "peerDependencies": {
26
- "@itwin/appui-abstract": "^4.5.0-dev.37",
27
- "@itwin/core-bentley": "^4.5.0-dev.37",
28
- "@itwin/core-common": "^4.5.0-dev.37",
29
- "@itwin/core-geometry": "^4.5.0-dev.37",
30
- "@itwin/core-orbitgt": "^4.5.0-dev.37",
31
- "@itwin/core-quantity": "^4.5.0-dev.37"
26
+ "@itwin/appui-abstract": "^4.5.0-dev.38",
27
+ "@itwin/core-bentley": "^4.5.0-dev.38",
28
+ "@itwin/core-common": "^4.5.0-dev.38",
29
+ "@itwin/core-geometry": "^4.5.0-dev.38",
30
+ "@itwin/core-orbitgt": "^4.5.0-dev.38",
31
+ "@itwin/core-quantity": "^4.5.0-dev.38"
32
32
  },
33
33
  "//devDependencies": [
34
34
  "NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install",
@@ -55,14 +55,14 @@
55
55
  "typescript": "~5.0.2",
56
56
  "typemoq": "^2.1.0",
57
57
  "webpack": "^5.76.0",
58
- "@itwin/appui-abstract": "4.5.0-dev.37",
59
- "@itwin/build-tools": "4.5.0-dev.37",
60
- "@itwin/core-bentley": "4.5.0-dev.37",
61
- "@itwin/core-common": "4.5.0-dev.37",
62
- "@itwin/core-geometry": "4.5.0-dev.37",
63
- "@itwin/core-orbitgt": "4.5.0-dev.37",
64
- "@itwin/core-quantity": "4.5.0-dev.37",
65
- "@itwin/certa": "4.5.0-dev.37"
58
+ "@itwin/appui-abstract": "4.5.0-dev.38",
59
+ "@itwin/build-tools": "4.5.0-dev.38",
60
+ "@itwin/core-bentley": "4.5.0-dev.38",
61
+ "@itwin/core-common": "4.5.0-dev.38",
62
+ "@itwin/core-geometry": "4.5.0-dev.38",
63
+ "@itwin/core-orbitgt": "4.5.0-dev.38",
64
+ "@itwin/core-quantity": "4.5.0-dev.38",
65
+ "@itwin/certa": "4.5.0-dev.38"
66
66
  },
67
67
  "//dependencies": [
68
68
  "NOTE: these dependencies should be only for things that DO NOT APPEAR IN THE API",
@@ -75,9 +75,9 @@
75
75
  "@loaders.gl/draco": "^3.1.6",
76
76
  "fuse.js": "^3.3.0",
77
77
  "wms-capabilities": "0.4.0",
78
- "@itwin/core-i18n": "4.5.0-dev.37",
79
- "@itwin/core-telemetry": "4.5.0-dev.37",
80
- "@itwin/webgl-compatibility": "4.5.0-dev.37"
78
+ "@itwin/core-i18n": "4.5.0-dev.38",
79
+ "@itwin/core-telemetry": "4.5.0-dev.38",
80
+ "@itwin/webgl-compatibility": "4.5.0-dev.38"
81
81
  },
82
82
  "nyc": {
83
83
  "extends": "./node_modules/@itwin/build-tools/.nycrc"