@forge/csp
Advanced tools
Comparing version 2.1.4-next.1 to 2.1.4
# @forge/csp | ||
## 2.1.4 | ||
### Patch Changes | ||
- 876fe14b: Enable new frame ancestor '\_.stg.atlassian.com' | ||
- 7129bb40: Bumping dependencies via Renovate: | ||
- content-security-policy-parser | ||
## 2.1.4-next.1 | ||
@@ -4,0 +13,0 @@ |
/// <reference types="node" /> | ||
import type { Permissions } from '@forge/manifest'; | ||
export declare type DocumentBody = string | Buffer; | ||
export declare type ContentPermissions = NonNullable<Permissions['content']>; | ||
export declare type ExternalPermissions = NonNullable<Permissions['external']>; | ||
export type DocumentBody = string | Buffer; | ||
export type ContentPermissions = NonNullable<Permissions['content']>; | ||
export type ExternalPermissions = NonNullable<Permissions['external']>; | ||
export declare enum ExternalCspType { | ||
@@ -15,3 +15,3 @@ IMG_SRC = "img-src", | ||
} | ||
export declare type CSPDetails = Record<ExternalCspType, string[]>; | ||
export type CSPDetails = Record<ExternalCspType, string[]>; | ||
//# sourceMappingURL=types.d.ts.map |
{ | ||
"name": "@forge/csp", | ||
"version": "2.1.4-next.1", | ||
"version": "2.1.4", | ||
"description": "Contains the CSP configuration for Custom UI resources in Forge", | ||
@@ -14,4 +14,4 @@ "main": "out/index.js", | ||
"devDependencies": { | ||
"@forge/cli-shared": "3.16.0-next.13", | ||
"@forge/manifest": "4.16.1-next.5", | ||
"@forge/cli-shared": "3.16.0", | ||
"@forge/manifest": "4.17.0", | ||
"@types/jest": "^29.1.2" | ||
@@ -18,0 +18,0 @@ }, |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
25531
1