@bimdata/viewer 2.0.0-beta.131 → 2.0.0-beta.132
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/dist/bimdata-viewer.esm.min.js +1548 -246
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bimdata/viewer",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.0.0-beta.
|
|
4
|
+
"version": "2.0.0-beta.132",
|
|
5
5
|
"description": "A customizable BIM viewer.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"bim",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"main": "dist/bimdata-viewer.esm.min.js",
|
|
24
24
|
"module": "dist/bimdata-viewer.esm.min.js",
|
|
25
25
|
"scripts": {
|
|
26
|
-
"build": "vite build &&
|
|
26
|
+
"build": "vite build && esbuild dist/bimdata-viewer.esm.min.js --minify --outfile=dist/bimdata-viewer.esm.min.js --allow-overwrite",
|
|
27
27
|
"cy:run": "cypress run",
|
|
28
28
|
"cy:open": "cypress open",
|
|
29
29
|
"dev": "vite",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"@semantic-release/github": "^9.2.1",
|
|
68
68
|
"@semantic-release/npm": "^11.0.0",
|
|
69
69
|
"@semantic-release/release-notes-generator": "^12.0.0",
|
|
70
|
-
"@vitejs/plugin-vue": "
|
|
70
|
+
"@vitejs/plugin-vue": "5.0.4",
|
|
71
71
|
"@vue/vue3-jest": "29.2.6",
|
|
72
72
|
"@xeokit/xeokit-sdk": "git+https://git@github.com/Amoki/xeokit-sdk.git#369bb4876e529995cd4c192bc7fda5e957f9634f",
|
|
73
73
|
"@zip.js/zip.js": "^2.7.32",
|
|
@@ -77,6 +77,7 @@
|
|
|
77
77
|
"babel-jest": "^29.7.0",
|
|
78
78
|
"conventional-changelog-eslint": "^5.0.0",
|
|
79
79
|
"cypress": "13.3.0",
|
|
80
|
+
"esbuild": "^0.20.1",
|
|
80
81
|
"eslint": "^8.50.0",
|
|
81
82
|
"eslint-config-prettier": "^9.0.0",
|
|
82
83
|
"eslint-plugin-cypress": "^2.15.1",
|
|
@@ -99,10 +100,9 @@
|
|
|
99
100
|
"semantic-release": "^22.0.5",
|
|
100
101
|
"sinon": "^16.0.0",
|
|
101
102
|
"start-server-and-test": "2.0.1",
|
|
102
|
-
"
|
|
103
|
-
"vite": "
|
|
104
|
-
"
|
|
105
|
-
"vue": "3.4.19",
|
|
103
|
+
"vite": "5.1.4",
|
|
104
|
+
"vite-plugin-css-injected-by-js": "3.4.0",
|
|
105
|
+
"vue": "3.4.20",
|
|
106
106
|
"vue-eslint-parser": "^9.3.1",
|
|
107
107
|
"vue-i18n": "^9.5.0"
|
|
108
108
|
}
|