@forge/egress
Advanced tools
Comparing version 1.2.1 to 1.2.2-next.0
# @forge/egress | ||
## 1.2.2-next.0 | ||
### Patch Changes | ||
- 8105c45: Bumping dependencies via Renovate: | ||
- @types/jest | ||
- jest | ||
- jest-environment-jsdom | ||
## 1.2.1 | ||
@@ -4,0 +14,0 @@ |
@@ -1,3 +0,3 @@ | ||
export declare type URLLike = Pick<URL, 'hostname' | 'protocol'>; | ||
export type URLLike = Pick<URL, 'hostname' | 'protocol'>; | ||
export declare function parseUrl(url: string): URLLike; | ||
//# sourceMappingURL=url-parser.d.ts.map |
{ | ||
"name": "@forge/egress", | ||
"version": "1.2.1", | ||
"version": "1.2.2-next.0", | ||
"description": "Helpers and utils for egress implementation in Forge apps", | ||
@@ -16,3 +16,3 @@ "main": "out/index.js", | ||
"devDependencies": { | ||
"@types/jest": "^29.1.2" | ||
"@types/jest": "^29.5.3" | ||
}, | ||
@@ -19,0 +19,0 @@ "dependencies": { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
7424
2