@atlaskit/web-config-client 0.4.1 → 0.6.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 +17 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaskit/web-config-client
|
|
2
2
|
|
|
3
|
+
## 0.6.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#130164](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/130164)
|
|
8
|
+
[`7ef463decabca`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7ef463decabca) -
|
|
9
|
+
Removed JS bundles from publish files to improve AFM build health. ESM and CJS are unaffected.
|
|
10
|
+
|
|
11
|
+
## 0.5.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- [#118385](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/118385)
|
|
16
|
+
[`8f5d53a41e8ef`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8f5d53a41e8ef) -
|
|
17
|
+
Produces two prebuilt files under /dist web-config-client.with-deps.amd.js and
|
|
18
|
+
web-config-client.with-deps.amd.min.js
|
|
19
|
+
|
|
3
20
|
## 0.4.1
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/web-config-client",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0",
|
|
4
4
|
"description": "JavaScript Frontend Web Client for Dynamic Configuration.",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -35,17 +35,17 @@
|
|
|
35
35
|
".": "./src/index.ts"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@atlaskit/config-common-libs": "
|
|
38
|
+
"@atlaskit/config-common-libs": "^0.2.0",
|
|
39
39
|
"@babel/runtime": "^7.0.0"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"react": "^18.2.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@af/integration-testing": "
|
|
46
|
-
"@af/visual-regression": "
|
|
47
|
-
"@atlaskit/ssr": "
|
|
48
|
-
"@atlaskit/visual-regression": "
|
|
45
|
+
"@af/integration-testing": "^0.5.0",
|
|
46
|
+
"@af/visual-regression": "^1.3.0",
|
|
47
|
+
"@atlaskit/ssr": "^0.4.0",
|
|
48
|
+
"@atlaskit/visual-regression": "^0.10.0",
|
|
49
49
|
"@atlassian/experiment-feature-gates": "^5.3.0",
|
|
50
50
|
"@testing-library/react": "^13.4.0",
|
|
51
51
|
"react-dom": "^18.2.0",
|