@itwin/frontend-tiles 5.0.0-dev.4 → 5.0.0-dev.40

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 +28 -1
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,6 +1,33 @@
1
1
  # Change Log - @itwin/frontend-tiles
2
2
 
3
- This log was last generated on Wed, 06 Nov 2024 19:24:30 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 13 Jan 2025 14:09:29 GMT and should not be manually modified.
4
+
5
+ ## 4.10.4
6
+ Mon, 13 Jan 2025 14:06:43 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 4.10.3
11
+ Mon, 06 Jan 2025 14:00:13 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 4.10.2
16
+ Thu, 21 Nov 2024 15:22:20 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 4.10.1
21
+ Thu, 14 Nov 2024 18:11:00 GMT
22
+
23
+ _Version update only_
24
+
25
+ ## 4.10.0
26
+ Wed, 13 Nov 2024 15:23:39 GMT
27
+
28
+ ### Updates
29
+
30
+ - Improve performance by querying for no more than 5 exports.
4
31
 
5
32
  ## 4.9.7
6
33
  Wed, 06 Nov 2024 19:23:04 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/frontend-tiles",
3
- "version": "5.0.0-dev.4",
3
+ "version": "5.0.0-dev.40",
4
4
  "description": "Experimental alternative technique for visualizing the contents of iModels",
5
5
  "main": "lib/cjs/frontend-tiles.js",
6
6
  "module": "lib/esm/frontend-tiles.js",
@@ -21,17 +21,17 @@
21
21
  "url": "http://www.bentley.com"
22
22
  },
23
23
  "peerDependencies": {
24
- "@itwin/core-geometry": "5.0.0-dev.4",
25
- "@itwin/core-common": "5.0.0-dev.4",
26
- "@itwin/core-bentley": "5.0.0-dev.4",
27
- "@itwin/core-frontend": "5.0.0-dev.4"
24
+ "@itwin/core-bentley": "5.0.0-dev.40",
25
+ "@itwin/core-common": "5.0.0-dev.40",
26
+ "@itwin/core-frontend": "5.0.0-dev.40",
27
+ "@itwin/core-geometry": "5.0.0-dev.40"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@itwin/eslint-plugin": "5.0.0-dev.1",
31
31
  "@types/chai": "4.3.1",
32
32
  "@types/chai-as-promised": "^7",
33
33
  "@types/mocha": "^10.0.6",
34
- "@types/node": "~18.16.20",
34
+ "@types/node": "~20.9.5",
35
35
  "@types/sinon": "^17.0.2",
36
36
  "babel-loader": "~8.2.5",
37
37
  "babel-plugin-istanbul": "~6.1.1",
@@ -44,18 +44,18 @@
44
44
  "sinon": "^17.0.2",
45
45
  "source-map-loader": "^4.0.0",
46
46
  "typescript": "~5.6.2",
47
- "webpack": "^5.76.0",
48
- "@itwin/build-tools": "5.0.0-dev.4",
49
- "@itwin/core-bentley": "5.0.0-dev.4",
50
- "@itwin/core-common": "5.0.0-dev.4",
51
- "@itwin/certa": "5.0.0-dev.4",
52
- "@itwin/core-frontend": "5.0.0-dev.4",
53
- "@itwin/core-geometry": "5.0.0-dev.4"
47
+ "webpack": "^5.97.1",
48
+ "@itwin/build-tools": "5.0.0-dev.40",
49
+ "@itwin/core-bentley": "5.0.0-dev.40",
50
+ "@itwin/certa": "5.0.0-dev.40",
51
+ "@itwin/core-common": "5.0.0-dev.40",
52
+ "@itwin/core-frontend": "5.0.0-dev.40",
53
+ "@itwin/core-geometry": "5.0.0-dev.40"
54
54
  },
55
55
  "scripts": {
56
56
  "build": "npm run -s build:cjs && npm run -s build:esm",
57
57
  "build:cjs": "tsc 1>&2 --outDir lib/cjs",
58
- "build:esm": "tsc 1>&2 --module ES2020 --outDir lib/esm",
58
+ "build:esm": "tsc 1>&2 --module ES2022 --outDir lib/esm",
59
59
  "clean": "rimraf lib .rush/temp/package-deps*.json",
60
60
  "cover": "npm -s test",
61
61
  "docs": "",