@forge/egress 1.2.11 → 1.2.12

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/egress
2
2
 
3
+ ## 1.2.12
4
+
5
+ ### Patch Changes
6
+
7
+ - c714732: Remove unused .forgeignore template feature
8
+
9
+ ## 1.2.12-next.0
10
+
11
+ ### Patch Changes
12
+
13
+ - c714732: Remove unused .forgeignore template feature
14
+
3
15
  ## 1.2.11
4
16
 
5
17
  ### Patch Changes
@@ -1,3 +1,3 @@
1
- export type URLLike = Pick<URL, 'hostname' | 'protocol'>;
1
+ export declare type URLLike = Pick<URL, 'hostname' | 'protocol'>;
2
2
  export declare function parseUrl(url: string): URLLike;
3
3
  //# sourceMappingURL=url-parser.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"url-parser.d.ts","sourceRoot":"","sources":["../../src/egress/url-parser.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,OAAO,GAAG,IAAI,CAAC,GAAG,EAAE,UAAU,GAAG,UAAU,CAAC,CAAC;AAKzD,wBAAgB,QAAQ,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAQ7C"}
1
+ {"version":3,"file":"url-parser.d.ts","sourceRoot":"","sources":["../../src/egress/url-parser.ts"],"names":[],"mappings":"AAAA,oBAAY,OAAO,GAAG,IAAI,CAAC,GAAG,EAAE,UAAU,GAAG,UAAU,CAAC,CAAC;AAKzD,wBAAgB,QAAQ,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAQ7C"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/egress",
3
- "version": "1.2.11",
3
+ "version": "1.2.12",
4
4
  "description": "Helpers and utils for egress implementation in Forge apps",
5
5
  "main": "out/index.js",
6
6
  "author": "Atlassian",
@@ -13,7 +13,6 @@
13
13
  "clean": "rm -rf ./out && rm -f tsconfig.tsbuildinfo"
14
14
  },
15
15
  "devDependencies": {
16
- "@types/ignore-walk": "^4.0.3",
17
16
  "@types/jest": "^29.5.11",
18
17
  "@types/node": "14.18.63"
19
18
  },