vim-webgl-viewer
Advanced tools
Comparing version 1.0.0-beta.2 to 1.0.0-dev.0
{ | ||
"name": "vim-webgl-viewer", | ||
"version": "1.0.0-beta.2", | ||
"version": "1.0.0-dev.0", | ||
"description": "A high-performance 3D viewer and VIM file loader built on top of Three.JS.", | ||
@@ -18,3 +18,3 @@ "files": [ | ||
"type": "git", | ||
"url": "git+https://github.com/vimaec/vim-webgl-viewer.git" | ||
"url": "https://github.com/vimaec/vim-webgl-viewer.git" | ||
}, | ||
@@ -24,3 +24,8 @@ "scripts": { | ||
"build": "vite build", | ||
"bump": "npm version prerelease --preid=beta", | ||
"bump-dev": "npm version prerelease --preid=dev", | ||
"publish-dev": "npm publish --tag=dev", | ||
"serve-docs": "http-server ./docs", | ||
"gen-docs": "node docs/genDocs.js", | ||
"start-dev": "open https://vimaec.github.io/vim-webgl-viewer/index-dev.html?model=https%3A%2F%2Fvim.azureedge.net%2Fsamples%2Fskanska.vim", | ||
"release-dev": "npm run build && npm run gen-docs && git commit -a -m \"Rebuilding\" && git push && npm run bump-dev && git push && npm run publish-dev && start-dev", | ||
"eslint": "eslint --ext .js,.ts src --fix" | ||
@@ -41,7 +46,8 @@ }, | ||
"eslint-plugin-promise": "^5.1.0", | ||
"http-server": "^14", | ||
"mustache": "^4.2.0", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.4.1", | ||
"typescript": "^4.4.3", | ||
"vite": "^2.6.3", | ||
"http-server": "^14" | ||
"vite": "^2.6.3" | ||
}, | ||
@@ -48,0 +54,0 @@ "dependencies": { |
@@ -91,3 +91,3 @@ # VIM Three.JS 3D Viewer | ||
viewer.view({ | ||
url: './residence.vim', | ||
url: 'https://vim.azureedge.net/samples/residence.vim', | ||
object: { | ||
@@ -94,0 +94,0 @@ scale: 0.1, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1013128
0
18