@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 CHANGED
@@ -1,12 +1,18 @@
1
1
  # @forge/util
2
2
 
3
- ## 1.4.7-next.1-experimental-62518dd
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
- - 62518dd: Update licese for Forge public packages
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
@@ -1,4 +1,4 @@
1
- Copyright (c) 2024 Atlassian
1
+ Copyright (c) 2025 Atlassian
2
2
  Permission is hereby granted to use this software in accordance with the terms
3
3
  and conditions outlined in the Atlassian Developer Terms, which can be found
4
4
  at the following URL:
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@forge/util",
3
- "version": "1.4.7-next.1-experimental-62518dd",
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": "Daniel Winter-Wijntjes",
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",