@itwin/webgl-compatibility 3.5.0-dev.14 → 3.5.0-dev.18
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.
- package/CHANGELOG.md +8 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
# Change Log - @itwin/webgl-compatibility
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 13 Oct 2022 20:24:47 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.4.0
|
|
6
|
+
Thu, 13 Oct 2022 20:24:47 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Updated Node types declaration to support latest v16
|
|
4
11
|
|
|
5
12
|
## 3.3.5
|
|
6
13
|
Tue, 27 Sep 2022 11:50:59 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/webgl-compatibility",
|
|
3
|
-
"version": "3.5.0-dev.
|
|
3
|
+
"version": "3.5.0-dev.18",
|
|
4
4
|
"description": "APIs for determining the level of compatibility of a browser+device with the iTwin.js rendering system.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "lib/cjs/webgl-compatibility.js",
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
"url": "http://www.bentley.com"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@itwin/core-bentley": "3.5.0-dev.
|
|
26
|
+
"@itwin/core-bentley": "3.5.0-dev.18"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@itwin/build-tools": "3.5.0-dev.
|
|
30
|
-
"@itwin/certa": "3.5.0-dev.
|
|
31
|
-
"@itwin/eslint-plugin": "3.5.0-dev.
|
|
29
|
+
"@itwin/build-tools": "3.5.0-dev.18",
|
|
30
|
+
"@itwin/certa": "3.5.0-dev.18",
|
|
31
|
+
"@itwin/eslint-plugin": "3.5.0-dev.18",
|
|
32
32
|
"@types/chai": "4.3.1",
|
|
33
33
|
"@types/mocha": "^8.2.2",
|
|
34
34
|
"@types/node": "16.11.59",
|