@forge/util 1.2.3 → 1.2.4-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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # @forge/util
2
2
 
3
+ ## 1.2.4-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 04271c27: Bumping dependencies via Renovate:
8
+
9
+ - webpack
10
+
3
11
  ## 1.2.3
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,16 +1,21 @@
1
1
  {
2
2
  "name": "@forge/util",
3
- "version": "1.2.3",
3
+ "version": "1.2.4-next.0",
4
4
  "description": "",
5
- "module": "./packages",
6
5
  "scripts": {
7
6
  "build": "./scripts/build.sh",
8
7
  "pack": "yarn run build && ./scripts/pack.sh"
9
8
  },
10
9
  "author": "Daniel Winter-Wijntjes",
11
10
  "license": "UNLICENSED",
11
+ "exports": {
12
+ "./packages/cs-ari": "./packages/cs-ari/dist/Index.js",
13
+ "./packages/metrics-interface": "./packages/metrics-interface/dist/index.js",
14
+ "./packages/logger-interface": "./packages/logger-interface/dist/index.js",
15
+ "./packages/analytics-node-client": "./packages/analytics-node-client/src/index.js"
16
+ },
12
17
  "dependencies": {
13
- "webpack": "5.78.0",
18
+ "webpack": "5.88.1",
14
19
  "webpack-cli": "^4.9.1"
15
20
  }
16
21
  }
@@ -1,5 +1,13 @@
1
1
  # Change log
2
2
 
3
+ ## 2.2.1
4
+
5
+ Removed SourceClear build step
6
+
7
+ ## 2.2.0
8
+
9
+ Added halpTeamId as a valid tenantIdType
10
+
3
11
  ## 2.1.1
4
12
 
5
13
  Use `https://` instead of `git://` as it is no longer allowed
@@ -40,6 +40,7 @@ If a `tenantId` is specified, then a valid `tenantIdType` is also required.
40
40
  We support the following `tenantIdType`s:
41
41
 
42
42
  * `CLOUD_ID` - Atlassian Cloud
43
+ * `HALP_TEAM_ID` - Halp
43
44
  * `NONE` - Products without a tenant concept
44
45
 
45
46
  #### Containers
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "analytics-node-client",
3
- "version": "2.1.2",
3
+ "version": "2.2.2",
4
4
  "description": "Analytics Serverside client for Node JS",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",