@forge/egress 1.2.1 → 1.2.2

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,25 @@
1
1
  # @forge/egress
2
2
 
3
+ ## 1.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 8105c45: Bumping dependencies via Renovate:
8
+
9
+ - @types/jest
10
+ - jest
11
+ - jest-environment-jsdom
12
+
13
+ ## 1.2.2-next.0
14
+
15
+ ### Patch Changes
16
+
17
+ - 8105c45: Bumping dependencies via Renovate:
18
+
19
+ - @types/jest
20
+ - jest
21
+ - jest-environment-jsdom
22
+
3
23
  ## 1.2.1
4
24
 
5
25
  ### Patch Changes
@@ -1,3 +1,3 @@
1
- export declare type URLLike = Pick<URL, 'hostname' | 'protocol'>;
1
+ export 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,oBAAY,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,MAAM,MAAM,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.1",
3
+ "version": "1.2.2",
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,7 @@
13
13
  "clean": "rm -rf ./out && rm -f tsconfig.tsbuildinfo"
14
14
  },
15
15
  "devDependencies": {
16
- "@types/jest": "^29.1.2"
16
+ "@types/jest": "^29.5.3"
17
17
  },
18
18
  "dependencies": {
19
19
  "minimatch": "^5.1.0"