@forge/csp 3.1.3 → 3.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @forge/csp
2
2
 
3
+ ## 3.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - c714732: Remove unused .forgeignore template feature
8
+
9
+ ## 3.1.4-next.0
10
+
11
+ ### Patch Changes
12
+
13
+ - c714732: Remove unused .forgeignore template feature
14
+
3
15
  ## 3.1.3
4
16
 
5
17
  ### Patch Changes
package/out/types.d.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  /// <reference types="node" />
2
2
  import type { Permissions } from '@forge/manifest';
3
- export type DocumentBody = string | Buffer;
4
- export type ContentPermissions = NonNullable<Permissions['content']>;
5
- export type ExternalPermissions = NonNullable<Permissions['external']>;
3
+ export declare type DocumentBody = string | Buffer;
4
+ export declare type ContentPermissions = NonNullable<Permissions['content']>;
5
+ export declare type ExternalPermissions = NonNullable<Permissions['external']>;
6
6
  export declare enum ExternalCspType {
7
7
  IMG_SRC = "img-src",
8
8
  MEDIA_SRC = "media-src",
@@ -12,5 +12,5 @@ export declare enum ExternalCspType {
12
12
  FONT_SRC = "font-src",
13
13
  FRAME_SRC = "frame-src"
14
14
  }
15
- export type CSPDetails = Record<ExternalCspType, string[]>;
15
+ export declare type CSPDetails = Record<ExternalCspType, string[]>;
16
16
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEnD,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,MAAM,CAAC;AAE3C,MAAM,MAAM,kBAAkB,GAAG,WAAW,CAAC,WAAW,CAAC,SAAS,CAAC,CAAC,CAAC;AACrE,MAAM,MAAM,mBAAmB,GAAG,WAAW,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC,CAAC;AACvE,oBAAY,eAAe;IACzB,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,UAAU,eAAe;IACzB,SAAS,cAAc;IACvB,WAAW,gBAAgB;IAC3B,QAAQ,aAAa;IACrB,SAAS,cAAc;CACxB;AACD,MAAM,MAAM,UAAU,GAAG,MAAM,CAAC,eAAe,EAAE,MAAM,EAAE,CAAC,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEnD,oBAAY,YAAY,GAAG,MAAM,GAAG,MAAM,CAAC;AAE3C,oBAAY,kBAAkB,GAAG,WAAW,CAAC,WAAW,CAAC,SAAS,CAAC,CAAC,CAAC;AACrE,oBAAY,mBAAmB,GAAG,WAAW,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC,CAAC;AACvE,oBAAY,eAAe;IACzB,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,UAAU,eAAe;IACzB,SAAS,cAAc;IACvB,WAAW,gBAAgB;IAC3B,QAAQ,aAAa;IACrB,SAAS,cAAc;CACxB;AACD,oBAAY,UAAU,GAAG,MAAM,CAAC,eAAe,EAAE,MAAM,EAAE,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/csp",
3
- "version": "3.1.3",
3
+ "version": "3.1.4",
4
4
  "description": "Contains the CSP configuration for Custom UI resources in Forge",
5
5
  "main": "out/index.js",
6
6
  "author": "Atlassian",
@@ -11,9 +11,8 @@
11
11
  "clean": "rm -rf ./out && rm -f tsconfig.tsbuildinfo"
12
12
  },
13
13
  "devDependencies": {
14
- "@forge/cli-shared": "3.22.1",
15
- "@forge/manifest": "5.4.0",
16
- "@types/ignore-walk": "^4.0.3",
14
+ "@forge/cli-shared": "3.23.0",
15
+ "@forge/manifest": "5.5.0",
17
16
  "@types/jest": "^29.5.11",
18
17
  "@types/node": "14.18.63"
19
18
  },