@nextcloud/router
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -5,2 +5,9 @@ # Changelog | ||
## 2.1.1 – 2023-04-21 | ||
[Full Changelog](https://github.com/nextcloud/nextcloud-router/compare/v2.1.0...v2.1.1) | ||
### Fixed | ||
- Moved @nextcloud/typings from dev to production dependency | ||
## 2.1.0 – 2023-04-20 | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "@nextcloud/router", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "", | ||
@@ -25,3 +25,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"core-js": "^3.6.4" | ||
"core-js": "^3.6.4", | ||
"@nextcloud/typings": "^1.0.0" | ||
}, | ||
@@ -34,3 +35,2 @@ "devDependencies": { | ||
"@nextcloud/browserslist-config": "^2.0.0", | ||
"@nextcloud/typings": "^1.0.0", | ||
"typedoc": "^0.24.1", | ||
@@ -37,0 +37,0 @@ "typescript": "^4.0.2" |
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
417886
7
2
2
+ Added@nextcloud/typings@^1.0.0
+ Added@nextcloud/typings@1.9.1(transitive)
+ Added@types/jquery@3.5.16(transitive)
+ Added@types/sizzle@2.3.9(transitive)