connected-spaces-platform.web 4.16.0 → 4.17.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/Debug/ConnectedSpacesPlatform_WASM.js +40 -28
- package/Debug/ConnectedSpacesPlatform_WASM.wasm +0 -0
- package/Debug/ConnectedSpacesPlatform_WASM.wasm.debug.wasm +0 -0
- package/README.md +15 -2
- package/Release/ConnectedSpacesPlatform_WASM.js +1 -1
- package/Release/ConnectedSpacesPlatform_WASM.wasm +0 -0
- package/connectedspacesplatform.d.ts +10440 -10414
- package/connectedspacesplatform.js +25498 -25350
- package/connectedspacesplatform.js.map +1 -1
- package/connectedspacesplatform.ts +4750 -4784
- package/package.json +1 -1
|
Binary file
|
|
Binary file
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Built from changelist ID
|
|
1
|
+
# Built from changelist ID 621391a4857c72c1fd9b82db4ab7cfb7852dc438
|
|
2
2
|
|
|
3
3
|
<br>
|
|
4
4
|
|
|
@@ -7,11 +7,21 @@
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
+
### 🐛 🔨 Bug Fixes
|
|
10
11
|
|
|
12
|
+
- Update to csp-service (#281) *(9e092fd)* [**OF-1133**]
|
|
13
|
+
- Support string/primitive event params *(95ccd1b)* [**No Ticket**]
|
|
14
|
+
- Remove const ref from getcheckoutsessionurl (#283) *(8b3c903)* [**No Ticket**]
|
|
11
15
|
|
|
12
16
|
|
|
13
17
|
|
|
14
18
|
|
|
19
|
+
### 🙈 🙉 🙊 Test Changes
|
|
20
|
+
|
|
21
|
+
- Add `csp_event` unit tests *(9218193)* [**OF-816**]
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
15
25
|
|
|
16
26
|
<br>
|
|
17
27
|
|
|
@@ -19,4 +29,7 @@
|
|
|
19
29
|
|
|
20
30
|
| Change ID | Author | Description |
|
|
21
31
|
| --------- | ------ | ----------- |
|
|
22
|
-
|
|
|
32
|
+
| 9e092fd | Mag-JB | [OF-1133] fix: Update to CSP-Service (#281) |
|
|
33
|
+
| 95ccd1b | Michael K | [NT-0] fix: support string/primitive event params |
|
|
34
|
+
| 9218193 | Michael K | [OF-816] test: add `CSP_EVENT` unit tests |
|
|
35
|
+
| 8b3c903 | Mag-JB | [NT-0] fix: Remove const ref from GetCheckoutSessionUrl (#283) |
|