@lana-commerce/core 14.0.0-alpha.6 → 14.0.0-alpha.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 +1 -0
- package/cjs/json/common.js +1 -1
- package/esm/json/common.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,7 @@ This project adheres to [Semantic Versioning][semantic versioning].
|
|
|
30
30
|
- Do not discard unhandled messages in "websocket" lib.
|
|
31
31
|
- Fix awaiters being dispatched before promise registeration in "websocket" lib.
|
|
32
32
|
- Use `"verbatimModuleSyntax": true` when compiling ESM version of the package.
|
|
33
|
+
- Increase verbosity on pretty printed error text in "json" client (sendUnwrap() method).
|
|
33
34
|
|
|
34
35
|
## [Released]
|
|
35
36
|
|
package/cjs/json/common.js
CHANGED
package/esm/json/common.js
CHANGED