@resolution/atlassian-api-common 0.6.0 → 0.6.1

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
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.6.1](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.6.0...v0.6.1) (2024-08-22)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * export ApiClientOptions from common package entry point ([9c88f39](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/9c88f39b04b29a13eb4d8d78f35bc3427fcd0b42))
12
+
13
+
14
+
15
+
16
+
6
17
  # [0.6.0](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.5.11...v0.6.0) (2024-08-19)
7
18
 
8
19
 
package/lib/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  export { ApiError } from "./ApiError";
2
- export { createAsAppMethod, createAsUserMethod, getCommonApiClientOptions, } from "./fetch";
2
+ export { createAsAppMethod, createAsUserMethod, getCommonApiClientOptions, type ApiClientOptions, } from "./fetch";
3
3
  export { ApiClientAceOptions } from "./fetch/createAceFetch";
4
4
  export { ApiClientApOptions } from "./fetch/createApFetch";
5
5
  export { ApiClientForgeApiOptions } from "./fetch/createForgeApiFetch";
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,uCAAsC;AAA7B,oGAAA,QAAQ,OAAA;AACjB,iCAIiB;AAHf,0GAAA,iBAAiB,OAAA;AACjB,2GAAA,kBAAkB,OAAA;AAClB,kHAAA,yBAAyB,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,uCAAsC;AAA7B,oGAAA,QAAQ,OAAA;AACjB,iCAKiB;AAJf,0GAAA,iBAAiB,OAAA;AACjB,2GAAA,kBAAkB,OAAA;AAClB,kHAAA,yBAAyB,OAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@resolution/atlassian-api-common",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "Shared code across different implementations of Atlassian API Clients.",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -43,5 +43,5 @@
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },
46
- "gitHead": "8f0bfd1da416a986dd8f483369cd1ca6dae5fc1c"
46
+ "gitHead": "382049461b9b478e27796ef723c7b8991479ac01"
47
47
  }