@itwin/webgl-compatibility 4.4.0-dev.2 → 4.4.0-dev.4
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 +6 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Change Log - @itwin/webgl-compatibility
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 08 Dec 2023 15:26:18 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
## 4.3.0
|
|
6
6
|
Thu, 07 Dec 2023 17:43:09 GMT
|
|
@@ -126,6 +126,11 @@ Mon, 22 May 2023 15:34:14 GMT
|
|
|
126
126
|
|
|
127
127
|
- Update to eslint@8
|
|
128
128
|
|
|
129
|
+
## 3.8.0
|
|
130
|
+
Fri, 08 Dec 2023 15:23:59 GMT
|
|
131
|
+
|
|
132
|
+
_Version update only_
|
|
133
|
+
|
|
129
134
|
## 3.7.17
|
|
130
135
|
Mon, 20 Nov 2023 18:24:24 GMT
|
|
131
136
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/webgl-compatibility",
|
|
3
|
-
"version": "4.4.0-dev.
|
|
3
|
+
"version": "4.4.0-dev.4",
|
|
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",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"url": "http://www.bentley.com"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@itwin/core-bentley": "4.4.0-dev.
|
|
27
|
+
"@itwin/core-bentley": "4.4.0-dev.4"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@itwin/eslint-plugin": "4.0.0-dev.44",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"source-map-loader": "^4.0.0",
|
|
41
41
|
"typescript": "~5.0.2",
|
|
42
42
|
"webpack": "^5.76.0",
|
|
43
|
-
"@itwin/build-tools": "4.4.0-dev.
|
|
44
|
-
"@itwin/certa": "4.4.0-dev.
|
|
43
|
+
"@itwin/build-tools": "4.4.0-dev.4",
|
|
44
|
+
"@itwin/certa": "4.4.0-dev.4"
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|
|
47
47
|
"build": "npm run -s build:cjs && npm run -s build:esm",
|