@atlaskit/web-config-client 0.2.0 → 0.3.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 +1,9 @@
1
1
  # @atlaskit/web-config-client
2
+
3
+ ## 0.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#153493](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/153493)
8
+ [`e81c7c9049c12`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e81c7c9049c12) -
9
+ Fixes missing namespace property when fetching configs
@@ -14,6 +14,7 @@ export interface FetchOptions {
14
14
  * User context to evaluate against
15
15
  */
16
16
  context: {
17
+ namespace: string;
17
18
  identifiers: {
18
19
  [id in IdentifierEnum]?: string | undefined;
19
20
  };
@@ -14,6 +14,7 @@ export interface FetchOptions {
14
14
  * User context to evaluate against
15
15
  */
16
16
  context: {
17
+ namespace: string;
17
18
  identifiers: {
18
19
  [id in IdentifierEnum]?: string | undefined;
19
20
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/web-config-client",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "JavaScript Frontend Web Client for Dynamic Configuration.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",