borgmcp 0.2.0-beta.1 → 0.2.0-beta.2
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/postinstall.d.ts +1 -1
- package/dist/postinstall.d.ts.map +1 -1
- package/dist/postinstall.js +12 -11
- package/dist/postinstall.js.map +1 -1
- package/package.json +1 -1
package/dist/postinstall.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"postinstall.d.ts","sourceRoot":"","sources":["../src/postinstall.ts"],"names":[],"mappings":";AACA
|
|
1
|
+
{"version":3,"file":"postinstall.d.ts","sourceRoot":"","sources":["../src/postinstall.ts"],"names":[],"mappings":";AACA;;;;;;GAMG"}
|
package/dist/postinstall.js
CHANGED
|
@@ -1,19 +1,20 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
+
"use strict";
|
|
2
3
|
/**
|
|
3
4
|
* Post-install script
|
|
4
5
|
*
|
|
5
6
|
* Displays welcome message after npm install
|
|
6
7
|
* Non-interactive - just shows next steps
|
|
8
|
+
* Uses plain console.log (no dependencies) to ensure it always runs
|
|
7
9
|
*/
|
|
8
|
-
|
|
9
|
-
console.log(
|
|
10
|
-
console.log(
|
|
11
|
-
console.log(
|
|
12
|
-
console.log(
|
|
13
|
-
console.log(
|
|
14
|
-
console.log(
|
|
15
|
-
console.log(
|
|
16
|
-
console.log(
|
|
17
|
-
console.log(
|
|
18
|
-
console.log(chalk.gray(' • Set up your 7-day trial\n'));
|
|
10
|
+
console.log('\n╔════════════════════════════════════╗');
|
|
11
|
+
console.log('║ 🧠 Borg MCP Installed! 🎉 ║');
|
|
12
|
+
console.log('╚════════════════════════════════════╝\n');
|
|
13
|
+
console.log('Centralized context storage for Claude\n');
|
|
14
|
+
console.log('Next step:');
|
|
15
|
+
console.log(' $ borgmcp setup\n');
|
|
16
|
+
console.log('This will:');
|
|
17
|
+
console.log(' • Configure Claude Code');
|
|
18
|
+
console.log(' • Authenticate with Google');
|
|
19
|
+
console.log(' • Set up your 7-day trial\n');
|
|
19
20
|
//# sourceMappingURL=postinstall.js.map
|
package/dist/postinstall.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"postinstall.js","sourceRoot":"","sources":["../src/postinstall.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"postinstall.js","sourceRoot":"","sources":["../src/postinstall.ts"],"names":[],"mappings":";;AACA;;;;;;GAMG;AAEH,OAAO,CAAC,GAAG,CAAC,0CAA0C,CAAC,CAAC;AACxD,OAAO,CAAC,GAAG,CAAC,uCAAuC,CAAC,CAAC;AACrD,OAAO,CAAC,GAAG,CAAC,0CAA0C,CAAC,CAAC;AAExD,OAAO,CAAC,GAAG,CAAC,0CAA0C,CAAC,CAAC;AAExD,OAAO,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;AAC1B,OAAO,CAAC,GAAG,CAAC,qBAAqB,CAAC,CAAC;AAEnC,OAAO,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;AAC1B,OAAO,CAAC,GAAG,CAAC,2BAA2B,CAAC,CAAC;AACzC,OAAO,CAAC,GAAG,CAAC,8BAA8B,CAAC,CAAC;AAC5C,OAAO,CAAC,GAAG,CAAC,+BAA+B,CAAC,CAAC"}
|