@weavelogic/knowledge-graph-agent 0.7.3 → 0.7.4

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/README.md CHANGED
@@ -724,6 +724,10 @@ import {
724
724
 
725
725
  ## Changelog
726
726
 
727
+ ### v0.7.4
728
+
729
+ - Fixed repository URL in package.json to match actual GitHub repo name
730
+
727
731
  ### v0.7.3
728
732
 
729
733
  - Added SOP Governance documentation (`docs/guides/sop-governance.md`)
@@ -1,5 +1,7 @@
1
- var dist = {};
1
+ import { getAugmentedNamespace } from "./_commonjsHelpers.js";
2
+ import * as index from "../node_modules/onnxruntime-common/dist/lib/index.js";
3
+ const require$$0 = /* @__PURE__ */ getAugmentedNamespace(index);
2
4
  export {
3
- dist as __exports
5
+ require$$0 as default
4
6
  };
5
7
  //# sourceMappingURL=index10.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index10.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
1
+ {"version":3,"file":"index10.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
@@ -1,5 +1,5 @@
1
- var lib = {};
1
+ var dist = {};
2
2
  export {
3
- lib as __exports
3
+ dist as __exports
4
4
  };
5
5
  //# sourceMappingURL=index11.js.map
@@ -1,7 +1,5 @@
1
- import { getAugmentedNamespace } from "./_commonjsHelpers.js";
2
- import * as index from "../node_modules/onnxruntime-common/dist/lib/index.js";
3
- const require$$0 = /* @__PURE__ */ getAugmentedNamespace(index);
1
+ var lib = {};
4
2
  export {
5
- require$$0 as default
3
+ lib as __exports
6
4
  };
7
5
  //# sourceMappingURL=index12.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index12.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
1
+ {"version":3,"file":"index12.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -1,4 +1,4 @@
1
- import { __exports as dist } from "../../../../_virtual/index5.js";
1
+ import { __exports as dist } from "../../../../_virtual/index6.js";
2
2
  import { __require as requireAstSpec } from "./generated/ast-spec.js";
3
3
  import { __require as requireLib } from "./lib.js";
4
4
  import { __require as requireParserOptions } from "./parser-options.js";
@@ -1,4 +1,4 @@
1
- import { __exports as dist } from "../../../../_virtual/index6.js";
1
+ import { __exports as dist } from "../../../../_virtual/index5.js";
2
2
  import { __require as requireGetKeys } from "./get-keys.js";
3
3
  import { __require as requireVisitorKeys } from "./visitor-keys.js";
4
4
  var hasRequiredDist;
@@ -1,4 +1,4 @@
1
- import { __exports as dist } from "../../../_virtual/index10.js";
1
+ import { __exports as dist } from "../../../_virtual/index11.js";
2
2
  import path__default from "path";
3
3
  import fs from "fs";
4
4
  import { __require as requirePicomatch } from "../../picomatch/index.js";
@@ -1,5 +1,5 @@
1
1
  import { __module as ortWeb_min } from "../../../_virtual/ort-web.min2.js";
2
- import require$$0 from "../../../_virtual/index12.js";
2
+ import require$$0 from "../../../_virtual/index10.js";
3
3
  /*!
4
4
  * ONNX Runtime Web v1.14.0
5
5
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1,4 +1,4 @@
1
- import { __exports as lib } from "../../../_virtual/index11.js";
1
+ import { __exports as lib } from "../../../_virtual/index12.js";
2
2
  import { __require as requireTypescript } from "../../typescript/lib/typescript.js";
3
3
  var hasRequiredLib;
4
4
  function requireLib() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weavelogic/knowledge-graph-agent",
3
- "version": "0.7.3",
3
+ "version": "0.7.4",
4
4
  "description": "Knowledge graph agent for Claude Code - generates knowledge graphs, initializes docs, and integrates with claude-flow",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -96,7 +96,7 @@
96
96
  ],
97
97
  "repository": {
98
98
  "type": "git",
99
- "url": "https://github.com/weave-logic-ai/knowledge-graph-agent"
99
+ "url": "https://github.com/weave-logic-ai/knowlege-graph-agent"
100
100
  },
101
101
  "publishConfig": {
102
102
  "access": "public"