@forge/util 1.4.7-next.1-experimental-62518dd → 1.4.7
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 +8 -2
- package/LICENSE.txt +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,18 @@
|
|
|
1
1
|
# @forge/util
|
|
2
2
|
|
|
3
|
-
## 1.4.7
|
|
3
|
+
## 1.4.7
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- be59c90: Enforcing direct dependencies for forge-utils
|
|
8
8
|
- eb52ac8: Undo direct dependencies for forge-util
|
|
9
|
-
-
|
|
9
|
+
- a5e7647: Update license for Forge public packages
|
|
10
|
+
|
|
11
|
+
## 1.4.7-next.2
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- a5e7647: Update license for Forge public packages
|
|
10
16
|
|
|
11
17
|
## 1.4.7-next.1
|
|
12
18
|
|
package/LICENSE.txt
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/util",
|
|
3
|
-
"version": "1.4.7
|
|
3
|
+
"version": "1.4.7",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "./scripts/build.sh",
|
|
7
7
|
"pack": "yarn run build && ./scripts/pack.sh"
|
|
8
8
|
},
|
|
9
|
-
"author": "
|
|
9
|
+
"author": "Atlassian",
|
|
10
10
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
11
11
|
"exports": {
|
|
12
12
|
"./packages/analytics-node-client": "./packages/analytics-node-client/src/index.js",
|