stratagate-dsh 0.2.27 → 0.2.30
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 +16 -0
- package/dist/client.js +32 -17
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4837,7 +4837,7 @@ function clusterKnowledgeGraph(rawNodes, rawEdges) {
|
|
|
4837
4837
|
}
|
|
4838
4838
|
|
|
4839
4839
|
// src/web.ts
|
|
4840
|
-
var STRATAGATE_DSH_VERSION = "0.2.
|
|
4840
|
+
var STRATAGATE_DSH_VERSION = "0.2.30";
|
|
4841
4841
|
var LEGACY_THREAD_ID = "__legacy__";
|
|
4842
4842
|
var nodeRequire = createRequire(import.meta.url);
|
|
4843
4843
|
function installedPackageVersion(names) {
|