@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` candidate retains the foreground implementation; publication
11
- is pending and physical-device acceptance remains open. Remove the old
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
- After the synchronized candidate is published, pin its exact version:
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.0
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bota.dev/web-app-sdk",
3
- "version": "2.0.0-beta.0",
3
+ "version": "2.0.0-beta.1",
4
4
  "description": "Bota SDK for Web Bluetooth applications",
5
5
  "type": "module",
6
6
  "license": "MIT",