@pixelverse/strichjs-sdk 0.9.4 → 0.9.6

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 ADDED
@@ -0,0 +1,37 @@
1
+ # Changelog
2
+
3
+
4
+ ## [0.9.6] - 2023-02-22
5
+
6
+ ### Fixed
7
+
8
+ - Fixed bug that prevented offline licenses from activating the SDK.
9
+
10
+ ## [0.9.5] - 2023-02-22
11
+
12
+ ### Added
13
+
14
+ - Activated support for Offline licenses.
15
+
16
+ ## [0.9.4] - 2023-02-21
17
+
18
+ ### Fixed
19
+
20
+ - Fixed a regression that caused problems reading rotated Aztec codes.
21
+
22
+
23
+ ## [0.9.3] - 2023-02-14
24
+
25
+ ### Added
26
+
27
+ - Added this CHANGELOG.md file to the project.
28
+
29
+ ## [0.9.2] 2023-10-02
30
+
31
+ ### Changed
32
+
33
+ - Started using `main` instead of `browser` target in `package.json` to avoid problems with SSR frameworks such as Next.js.
34
+
35
+ ## [0.9.1] 2023-07-02
36
+
37
+ This is the first public release, distributed via NPMJS.
package/NOTICE CHANGED
@@ -2,6 +2,32 @@ This project uses code from the following projects.
2
2
 
3
3
  ================================================================================
4
4
 
5
+ noble-ed25519: https://github.com/paulmillr/noble-ed25519
6
+
7
+ The MIT License (MIT)
8
+
9
+ Copyright (c) 2019 Paul Miller (https://paulmillr.com)
10
+
11
+ Permission is hereby granted, free of charge, to any person obtaining a copy
12
+ of this software and associated documentation files (the “Software”), to deal
13
+ in the Software without restriction, including without limitation the rights
14
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
15
+ copies of the Software, and to permit persons to whom the Software is
16
+ furnished to do so, subject to the following conditions:
17
+
18
+ The above copyright notice and this permission notice shall be included in
19
+ all copies or substantial portions of the Software.
20
+
21
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
23
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
24
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
25
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
27
+ THE SOFTWARE.
28
+
29
+ ================================================================================
30
+
5
31
  ZXing: https://github.com/zxing/zxing
6
32
 
7
33
  Apache License