@bota.dev/web-app-sdk 2.0.0-beta.0 → 2.0.0-beta.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/README.md
CHANGED
|
@@ -7,16 +7,17 @@ checkpoints, and stable workflow errors; the application owns authentication,
|
|
|
7
7
|
backend calls, user consent, and presentation.
|
|
8
8
|
|
|
9
9
|
Historical `@bota.dev/web-sdk@1.2.0-beta.7` is public. The renamed
|
|
10
|
-
`2.0.0-beta.0`
|
|
11
|
-
|
|
10
|
+
`2.0.0-beta.0` distribution is also public; physical-device acceptance remains
|
|
11
|
+
open. Remove the old
|
|
12
12
|
dependency before adding its replacement. Storage namespaces do not change.
|
|
13
13
|
|
|
14
14
|
## Install
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
This source prepares synchronized `2.0.0-beta.1`. After publication, pin the
|
|
17
|
+
exact version:
|
|
17
18
|
|
|
18
19
|
```bash
|
|
19
|
-
npm install --save-exact @bota.dev/web-app-sdk@2.0.0-beta.
|
|
20
|
+
npm install --save-exact @bota.dev/web-app-sdk@2.0.0-beta.1
|
|
20
21
|
```
|
|
21
22
|
|
|
22
23
|
Use a secure context in a desktop Chromium browser with Web Bluetooth. The
|
|
Binary file
|