@forge/egress 1.4.0-next.5 → 1.4.1-experimental-76b1041

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # @forge/egress
2
2
 
3
+ ## 1.4.1-experimental-76b1041
4
+
5
+ ### Patch Changes
6
+
7
+ - 1f8d16f: Update node dev types
8
+
9
+ ## 1.4.1
10
+
11
+ ### Patch Changes
12
+
13
+ - 984c454: Forcing patch bump to update internal registry
14
+
15
+ ## 1.4.1-next.0
16
+
17
+ ### Patch Changes
18
+
19
+ - 984c454: Forcing patch bump to update internal registry
20
+
21
+ ## 1.4.0
22
+
23
+ ### Minor Changes
24
+
25
+ - c25288c: Update getEgressesBasedOnToggles to handle installationConfig property for an extension
26
+
27
+ ### Patch Changes
28
+
29
+ - f2c2405: improve UI for XPA
30
+ - fa77f8d: Revert the package registry change for the package
31
+ - 89c96bf: Make egress category value uppercase
32
+ - 503e60e: Add publish config
33
+ - 2086b3d: Remove node-fetch as a dependency
34
+
3
35
  ## 1.4.0-next.5
4
36
 
5
37
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/egress",
3
- "version": "1.4.0-next.5",
3
+ "version": "1.4.1-experimental-76b1041",
4
4
  "description": "Helpers and utils for egress implementation in Forge apps",
5
5
  "main": "out/index.js",
6
6
  "author": "Atlassian",
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "devDependencies": {
16
16
  "@types/jest": "^29.5.12",
17
- "@types/node": "14.18.63"
17
+ "@types/node": "22.2.0"
18
18
  },
19
19
  "dependencies": {
20
20
  "minimatch": "^9.0.3"