@qorechain/sdk 0.2.0 → 0.3.0
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/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -14485,7 +14485,7 @@ function connectQueryClients(cometClient) {
|
|
|
14485
14485
|
}
|
|
14486
14486
|
|
|
14487
14487
|
// src/index.ts
|
|
14488
|
-
var VERSION = "0.
|
|
14488
|
+
var VERSION = "0.3.0";
|
|
14489
14489
|
|
|
14490
14490
|
exports.AlgorithmDilithium5 = AlgorithmDilithium5;
|
|
14491
14491
|
exports.AlgorithmMLKEM1024 = AlgorithmMLKEM1024;
|