@frontendara/amandes
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "@frontendara/amandes", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A 360° media viewer for the modern web", | ||
@@ -35,10 +35,14 @@ "license": "Apache-2.0", | ||
"@playwright/test": "^1.19.0", | ||
"c8": "^7.11.0", | ||
"happy-dom": "^2.31.1", | ||
"jsdoc": "^3.6.6", | ||
"sinon": "^9.2.2", | ||
"typescript": "^4.5.4", | ||
"uglify-js": "^3.12.3", | ||
"vite": "^2.8.0", | ||
"vitest": "^0.3.4" | ||
"@typescript-eslint/eslint-plugin": "5.17.0", | ||
"@typescript-eslint/parser": "5.17.0", | ||
"c8": "7.11.0", | ||
"eslint": "8.12.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"happy-dom": "2.55.0", | ||
"jsdoc": "3.6.10", | ||
"prettier": "^2.6.1", | ||
"sinon": "9.2.4", | ||
"typescript": "4.6.2", | ||
"vite": "2.9.1", | ||
"vitest": "0.8.1" | ||
}, | ||
@@ -54,5 +58,7 @@ "scripts": { | ||
"vite:preview": "vite --port=3001 preview", | ||
"check-types": "tsc --noEmit --emitDeclarationOnly false" | ||
"check-types": "tsc --noEmit --emitDeclarationOnly false", | ||
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.cjs,.mjs", | ||
"format": "prettier --write '**/*.{ts,tsx,js,jsx,cjs,mjs}'" | ||
}, | ||
"readme": "# Amandes\n\nFork of [Marzipano](https://github.com/google/marzipano) with updated tech.\n\nAt the moment goal is to be feature compatable to marzipano with improvements\nbeeing don in how it's published tested and built." | ||
} |
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
795849
0
13