@atlassian/clientside-extensions-base 6.0.0 → 6.0.1-0dd92f28581
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/lib/Subject.test.ts +1 -1
- package/package.json +2 -2
package/lib/Subject.test.ts
CHANGED
|
@@ -54,7 +54,7 @@ describe('Subject', () => {
|
|
|
54
54
|
subject.notify(TEST_PAYLOAD);
|
|
55
55
|
});
|
|
56
56
|
|
|
57
|
-
it('should start notifying
|
|
57
|
+
it('should start notifying observers once subscribed', () => {
|
|
58
58
|
expect.assertions(1);
|
|
59
59
|
const DO_NOT_EXPECT_THIS_PAYLOAD = false;
|
|
60
60
|
const EXPECT_THIS_PAYLOAD = true;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlassian/clientside-extensions-base",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.1-0dd92f28581",
|
|
4
4
|
"description": "Shared base components and utilities for Client-side extensions",
|
|
5
5
|
"license": "BSD-3-Clause",
|
|
6
6
|
"homepage": "https://bitbucket.org/atlassian/atlassian-clientside-extensions#readme",
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
"engines": {
|
|
71
71
|
"node": ">=24.4.0"
|
|
72
72
|
},
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "25782eb406fc2c5f22623556534442076c02fcc9"
|
|
74
74
|
}
|