@pixelverse/strichjs-sdk 1.0.5 → 1.0.7

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/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.7] - 2023-05-06
4
+
5
+ ### Fixed
6
+
7
+ - When a BarcodeReader was used in standalone display mode on iOS (PWA, added to home screen), camera access was lost when the user unfocused the PWA. An error is now displayed in this case, along with a button to resume scanning.
8
+
9
+ ### Changed
10
+
11
+ - Clarified acceptable use of StrichSDK.setCustomId(), personally identifying data must not be sent.
12
+
13
+ ## [1.0.6] - 2023-04-19
14
+
15
+ ### Fixed
16
+
17
+ - The combination of Enterprise offline license with analytics opt-in did not work, no usage data was sent.
18
+
3
19
  ## [1.0.5] - 2023-04-18
4
20
 
5
21
  ### Fixed
package/README.md CHANGED
@@ -1,7 +1,9 @@
1
1
  # STRICH JavaScript SDK
2
2
 
3
- Fast, reliable barcode scanning for web apps.
3
+ Fast, reliable multi-format barcode scanning for web apps.
4
4
 
5
- Get started with the STRICH SDK by visiting the [Customer Portal](https://portal.strich.io) and signing up for a license key.
5
+ Get started with the STRICH SDK by visiting the
6
+ [Customer Portal](https://portal.strich.io) and signing up for a license key.
6
7
 
7
- STRICH is commercial software, its use is governed by the terms available in the Customer Portal.
8
+ STRICH is commercial software, its use is governed by the terms of the
9
+ Subscription License Agreement available in the Customer Portal.
package/dist/strich.d.ts CHANGED
@@ -276,10 +276,11 @@ export class StrichSDK {
276
276
  /**
277
277
  * Set custom ID for analytics.
278
278
  *
279
- * The custom ID is independent of the device ID, and can be used for machine identifiers, user identifiers or any
280
- * other identifiers.
279
+ * The custom ID is independent of the device ID, and can be used for custom device
280
+ * identifiers, location identifiers or anonymous user identifiers.
281
281
  *
282
- * If the custom ID includes user-identifying data, you are responsible for obtaining consent.
282
+ * USING THE CUSTOM ID TO TRANSMIT PERSONALLY IDENTIFYING DATA IS FORBIDDEN AND
283
+ * CONSTITUTES A BREACH OF THE TERMS OF THE LICENSE AGREEMENT.
283
284
  *
284
285
  * @param customId The custom ID. Use `null` to unset the custom ID.
285
286
  * @default No custom ID is set by default