@egjs/view360
Advanced tools
Comparing version 4.0.0-beta.4 to 4.0.0-beta.5
{ | ||
"name": "@egjs/view360", | ||
"version": "4.0.0-beta.4", | ||
"version": "4.0.0-beta.5", | ||
"description": "360 integrated viewing solution from inside-out view to outside-in view. It provides user-friendly service by rotating 360 degrees through various user interaction such as motion sensor and touch.", | ||
@@ -13,11 +13,11 @@ "main": "dist/view360.js", | ||
], | ||
"files": [ | ||
"./declaration/**/*", | ||
"./dist/**/*", | ||
"./sass/**/*", | ||
"./css/**/*", | ||
"./src/**/*", | ||
"./README.md", | ||
"./LICENSE" | ||
], | ||
"files": [ | ||
"./declaration/**/*", | ||
"./dist/**/*", | ||
"./sass/**/*", | ||
"./css/**/*", | ||
"./src/**/*", | ||
"./README.md", | ||
"./LICENSE" | ||
], | ||
"scripts": { | ||
@@ -38,3 +38,6 @@ "build": "run-s build:bundle build:declaration build:css printsizes", | ||
"demo:copy-lib-latest": "cpx 'dist/**/*' ../../demo/static/release/latest --clean && cpx 'css/**/*' ../../demo/static/release/latest/css --clean && cpx 'sass/**/*' ../../demo/static/release/latest/sass --clean", | ||
"test": "npm run test --prefix test/unit" | ||
"test": "karma start", | ||
"test:watch": "karma start --no-single-run", | ||
"test:chrome": "karma start --chrome", | ||
"coverage": "karma start --coverage && print-coveralls --sort=desc" | ||
}, | ||
@@ -78,16 +81,31 @@ "repository": { | ||
"@egjs/imready": "^1.3.0", | ||
"@types/webxr": "^0.5.1", | ||
"@types/webxr": "^0.5.1", | ||
"gl-matrix": "^3.4.3" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.3.4", | ||
"@types/karma-chai": "^0.1.2", | ||
"@types/mocha": "^9.0.0", | ||
"@types/node": "^16.11.6", | ||
"@types/sinon": "^10.0.6", | ||
"autoprefixer": "^9.8.5", | ||
"chai": "^4.3.7", | ||
"fs-extra": "^7.0.0", | ||
"gh-pages": "^1.2.0", | ||
"karma": "^3.1.4", | ||
"karma-chai": "^0.1.0", | ||
"karma-chrome-launcher": "^2.2.0", | ||
"karma-mocha": "^1.3.0", | ||
"karma-mocha-reporter": "^2.2.5", | ||
"karma-sinon": "^1.0.5", | ||
"karma-typescript": "^5.5.2", | ||
"karma-viewport": "^1.0.8", | ||
"mocha": "^9.1.3", | ||
"node-sass": "^7.0.0", | ||
"postcss-clean": "^1.2.2", | ||
"postcss-cli": "^7.1.1", | ||
"print-sizes": "0.0.3" | ||
"print-sizes": "0.0.3", | ||
"sinon": "^11.1.2" | ||
}, | ||
"lernaHelperReleaseType": "prerelease", | ||
"lernaHelperPublishTag": "next" | ||
"lernaHelperReleaseType": "prerelease", | ||
"lernaHelperPublishTag": "next" | ||
} |
@@ -412,3 +412,5 @@ /* | ||
private _clearItemElements() { | ||
const wrappers = Object.keys(ControlBar.POSITION).map(key => ControlBar.POSITION[key]); | ||
const wrappers = Object.keys(ControlBar.POSITION) | ||
.map(key => ControlBar.POSITION[key]) | ||
.map(pos => this._wrapperEl[pos]); | ||
@@ -415,0 +417,0 @@ // Remove all elements inside wrappers |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
4166149
22
39373