@forge/egress 1.3.0-experimental-62518dd → 1.3.0-next.0-experimental-d6acbbd
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 +1 -7
- package/package.json +2 -2
- package/LICENSE.txt +0 -7
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/egress",
|
|
3
|
-
"version": "1.3.0-experimental-
|
|
3
|
+
"version": "1.3.0-next.0-experimental-d6acbbd",
|
|
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.
|