@loomhq/record-sdk 4.6.2 → 4.7.1-draft
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/README.md +19 -0
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/is-supported.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/is-supported.js +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
3
3
|
See our [docs site](https://dev.loom.com) for a detailed guide on how to use the sdk!
|
|
4
4
|
|
|
5
5
|
|
|
6
|
+
## 4.7.1
|
|
7
|
+
|
|
8
|
+
### Patch Changes
|
|
9
|
+
|
|
10
|
+
- bb2607cd351: Fix left margin for SDK onboarding step 3
|
|
11
|
+
|
|
12
|
+
## 4.7.0
|
|
13
|
+
|
|
14
|
+
### Minor Changes
|
|
15
|
+
|
|
16
|
+
- 7d9cb52d137: update and align @aws-sdk/client-s3 across browser recording packages
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- e735b711756: Remove region prefix
|
|
21
|
+
- Updated dependencies [0ec61808b28]
|
|
22
|
+
- Updated dependencies [2b02a1d5829]
|
|
23
|
+
- @loomhq/lens@12.12.5
|
|
24
|
+
|
|
6
25
|
## 4.6.2
|
|
7
26
|
|
|
8
27
|
### Patch Changes
|