sigmap 3.0.0 → 3.0.1
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/gen-context.js +1 -1
- package/package.json +1 -1
- package/packages/cli/package.json +1 -1
- package/packages/core/package.json +1 -1
- package/src/mcp/server.js +1 -1
package/gen-context.js
CHANGED
|
@@ -4903,7 +4903,7 @@ const path = require('path');
|
|
|
4903
4903
|
const os = require('os');
|
|
4904
4904
|
const { execSync } = require('child_process');
|
|
4905
4905
|
|
|
4906
|
-
const VERSION = '3.0.
|
|
4906
|
+
const VERSION = '3.0.1';
|
|
4907
4907
|
const MARKER = '\n\n## Auto-generated signatures\n<!-- Updated by gen-context.js -->\n';
|
|
4908
4908
|
|
|
4909
4909
|
function requireSourceOrBundled(key) {
|
package/package.json
CHANGED
package/src/mcp/server.js
CHANGED