@forge/egress 1.3.0-experimental-62518dd → 1.3.0-next.0
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 +0 -12
- package/package.json +2 -2
- package/LICENSE.txt +0 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,5 @@
|
|
|
1
1
|
# @forge/egress
|
|
2
2
|
|
|
3
|
-
## 1.3.0-experimental-62518dd
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- 62518dd: Update licese for Forge public packages
|
|
8
|
-
|
|
9
|
-
## 1.3.0
|
|
10
|
-
|
|
11
|
-
### Minor Changes
|
|
12
|
-
|
|
13
|
-
- 2e198f0: Adding new logic to retrieve egress permissions from a list of duplicates and with override filters
|
|
14
|
-
|
|
15
3
|
## 1.3.0-next.0
|
|
16
4
|
|
|
17
5
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/egress",
|
|
3
|
-
"version": "1.3.0-
|
|
3
|
+
"version": "1.3.0-next.0",
|
|
4
4
|
"description": "Helpers and utils for egress implementation in Forge apps",
|
|
5
5
|
"main": "out/index.js",
|
|
6
6
|
"author": "Atlassian",
|
|
7
|
-
"license": "
|
|
7
|
+
"license": "UNLICENSED",
|
|
8
8
|
"browser": "out/index.js",
|
|
9
9
|
"types": "out/index.d.ts",
|
|
10
10
|
"scripts": {
|
package/LICENSE.txt
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
Copyright (c) 2024 Atlassian
|
|
2
|
-
Permission is hereby granted to use this software in accordance with the terms
|
|
3
|
-
and conditions outlined in the Atlassian Developer Terms, which can be found
|
|
4
|
-
at the following URL:
|
|
5
|
-
https://developer.atlassian.com/platform/marketplace/atlassian-developer-terms/
|
|
6
|
-
By using this software, you agree to comply with these terms and conditions.
|
|
7
|
-
If you do not agree with these terms, you are not permitted to use this software.
|