bimplus-renderer 1.8.0-crop-overlay13 → 1.8.0-hackathon-object-store01
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/karma-files-config.js
CHANGED
|
@@ -8,7 +8,7 @@ module.exports = {
|
|
|
8
8
|
// Load custom assertions first (isZeroFloat, floatEqual, etc.)
|
|
9
9
|
"test/customAsserts.js",
|
|
10
10
|
// Load test files
|
|
11
|
-
|
|
11
|
+
"test/**/*.js",
|
|
12
12
|
|
|
13
13
|
// For testing only specific files/file
|
|
14
14
|
// "test/tests/AmbientOcclusionSettingsTests.js",
|
|
@@ -135,10 +135,6 @@ module.exports = {
|
|
|
135
135
|
// "test/tests/frameSelection/SelectionHelperTests.js",
|
|
136
136
|
// "test/tests/frameSelection/VerticesFrustumCheckerTests.js",
|
|
137
137
|
|
|
138
|
-
"test/tests/overlays/CropBoxTests.js",
|
|
139
|
-
"test/tests/overlays/UndoRedoManagerTests.js",
|
|
140
|
-
"test/tests/overlays/ViewportCropBoxTests.js"
|
|
141
|
-
|
|
142
138
|
// "test/tests/viewControls/fileViewControlTests.js",
|
|
143
139
|
// "test/tests/viewControls/navigationMapViewControlTests.js",
|
|
144
140
|
// "test/tests/viewControls/orbitViewControlTests.js",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bimplus-renderer",
|
|
3
|
-
"version": "1.8.0-
|
|
3
|
+
"version": "1.8.0-hackathon-object-store01",
|
|
4
4
|
"description": "bim+ renderer",
|
|
5
5
|
"types": "types/bimplus-renderer.d.ts",
|
|
6
6
|
"keywords": [
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"@pollyjs/persister-rest": "^6.0.6",
|
|
100
100
|
"arraybuffer-loader": "^1.0.8",
|
|
101
101
|
"babel-loader": "^10.0.0",
|
|
102
|
-
"bimplus-websdk": "
|
|
102
|
+
"bimplus-websdk": "1.0.50-hackathon-object-store01",
|
|
103
103
|
"clean-webpack-plugin": "^4.0.0",
|
|
104
104
|
"copy-webpack-plugin": "^13.0.0",
|
|
105
105
|
"coverage-istanbul-loader": "^3.0.5",
|