@react-grab/cli 0.0.92 → 0.0.93
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/cli.cjs +6 -6
- package/dist/cli.js +6 -6
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
|
@@ -1592,7 +1592,7 @@ var previewPackageJsonAgentRemoval = (projectRoot, agent) => {
|
|
|
1592
1592
|
};
|
|
1593
1593
|
|
|
1594
1594
|
// src/commands/add.ts
|
|
1595
|
-
var VERSION = "0.0.
|
|
1595
|
+
var VERSION = "0.0.93";
|
|
1596
1596
|
var AGENT_NAMES = {
|
|
1597
1597
|
"claude-code": "Claude Code",
|
|
1598
1598
|
cursor: "Cursor",
|
|
@@ -1937,7 +1937,7 @@ var add = new commander.Command().name("add").description("add an agent integrat
|
|
|
1937
1937
|
handleError(error);
|
|
1938
1938
|
}
|
|
1939
1939
|
});
|
|
1940
|
-
var VERSION2 = "0.0.
|
|
1940
|
+
var VERSION2 = "0.0.93";
|
|
1941
1941
|
var MODIFIER_KEY_NAMES = {
|
|
1942
1942
|
metaKey: process.platform === "darwin" ? "\u2318 Command" : "\u229E Windows",
|
|
1943
1943
|
ctrlKey: "Ctrl",
|
|
@@ -2151,7 +2151,7 @@ var configure = new commander.Command().name("configure").alias("config").descri
|
|
|
2151
2151
|
handleError(error);
|
|
2152
2152
|
}
|
|
2153
2153
|
});
|
|
2154
|
-
var VERSION3 = "0.0.
|
|
2154
|
+
var VERSION3 = "0.0.93";
|
|
2155
2155
|
var REPORT_URL = "https://react-grab.com/api/report-cli";
|
|
2156
2156
|
var DOCS_URL = "https://github.com/aidenybai/react-grab";
|
|
2157
2157
|
var reportToCli = async (type, config, error) => {
|
|
@@ -3127,7 +3127,7 @@ var init = new commander.Command().name("init").description("initialize React Gr
|
|
|
3127
3127
|
await reportToCli("error", void 0, error);
|
|
3128
3128
|
}
|
|
3129
3129
|
});
|
|
3130
|
-
var VERSION4 = "0.0.
|
|
3130
|
+
var VERSION4 = "0.0.93";
|
|
3131
3131
|
var AGENT_NAMES3 = {
|
|
3132
3132
|
"claude-code": "Claude Code",
|
|
3133
3133
|
cursor: "Cursor",
|
|
@@ -3314,7 +3314,7 @@ var remove = new commander.Command().name("remove").description("remove an agent
|
|
|
3314
3314
|
handleError(error);
|
|
3315
3315
|
}
|
|
3316
3316
|
});
|
|
3317
|
-
var VERSION5 = "0.0.
|
|
3317
|
+
var VERSION5 = "0.0.93";
|
|
3318
3318
|
var DEFAULT_PROXY_PORT = 2e3;
|
|
3319
3319
|
var REACT_GRAB_SCRIPT = '<script src="https://unpkg.com/react-grab/dist/index.global.js"></script>';
|
|
3320
3320
|
var buildProviderScript = (provider) => `<script src="https://unpkg.com/${provider}/dist/client.global.js"></script>`;
|
|
@@ -3544,7 +3544,7 @@ var start = new commander.Command().name("start").alias("proxy").description("st
|
|
|
3544
3544
|
|
|
3545
3545
|
// src/cli.ts
|
|
3546
3546
|
process.noDeprecation = true;
|
|
3547
|
-
var VERSION6 = "0.0.
|
|
3547
|
+
var VERSION6 = "0.0.93";
|
|
3548
3548
|
var VERSION_API_URL = "https://www.react-grab.com/api/version";
|
|
3549
3549
|
process.on("SIGINT", () => process.exit(0));
|
|
3550
3550
|
process.on("SIGTERM", () => process.exit(0));
|
package/dist/cli.js
CHANGED
|
@@ -1584,7 +1584,7 @@ var previewPackageJsonAgentRemoval = (projectRoot, agent) => {
|
|
|
1584
1584
|
};
|
|
1585
1585
|
|
|
1586
1586
|
// src/commands/add.ts
|
|
1587
|
-
var VERSION = "0.0.
|
|
1587
|
+
var VERSION = "0.0.93";
|
|
1588
1588
|
var AGENT_NAMES = {
|
|
1589
1589
|
"claude-code": "Claude Code",
|
|
1590
1590
|
cursor: "Cursor",
|
|
@@ -1929,7 +1929,7 @@ var add = new Command().name("add").description("add an agent integration").argu
|
|
|
1929
1929
|
handleError(error);
|
|
1930
1930
|
}
|
|
1931
1931
|
});
|
|
1932
|
-
var VERSION2 = "0.0.
|
|
1932
|
+
var VERSION2 = "0.0.93";
|
|
1933
1933
|
var MODIFIER_KEY_NAMES = {
|
|
1934
1934
|
metaKey: process.platform === "darwin" ? "\u2318 Command" : "\u229E Windows",
|
|
1935
1935
|
ctrlKey: "Ctrl",
|
|
@@ -2143,7 +2143,7 @@ var configure = new Command().name("configure").alias("config").description("con
|
|
|
2143
2143
|
handleError(error);
|
|
2144
2144
|
}
|
|
2145
2145
|
});
|
|
2146
|
-
var VERSION3 = "0.0.
|
|
2146
|
+
var VERSION3 = "0.0.93";
|
|
2147
2147
|
var REPORT_URL = "https://react-grab.com/api/report-cli";
|
|
2148
2148
|
var DOCS_URL = "https://github.com/aidenybai/react-grab";
|
|
2149
2149
|
var reportToCli = async (type, config, error) => {
|
|
@@ -3119,7 +3119,7 @@ var init = new Command().name("init").description("initialize React Grab in your
|
|
|
3119
3119
|
await reportToCli("error", void 0, error);
|
|
3120
3120
|
}
|
|
3121
3121
|
});
|
|
3122
|
-
var VERSION4 = "0.0.
|
|
3122
|
+
var VERSION4 = "0.0.93";
|
|
3123
3123
|
var AGENT_NAMES3 = {
|
|
3124
3124
|
"claude-code": "Claude Code",
|
|
3125
3125
|
cursor: "Cursor",
|
|
@@ -3306,7 +3306,7 @@ var remove = new Command().name("remove").description("remove an agent integrati
|
|
|
3306
3306
|
handleError(error);
|
|
3307
3307
|
}
|
|
3308
3308
|
});
|
|
3309
|
-
var VERSION5 = "0.0.
|
|
3309
|
+
var VERSION5 = "0.0.93";
|
|
3310
3310
|
var DEFAULT_PROXY_PORT = 2e3;
|
|
3311
3311
|
var REACT_GRAB_SCRIPT = '<script src="https://unpkg.com/react-grab/dist/index.global.js"></script>';
|
|
3312
3312
|
var buildProviderScript = (provider) => `<script src="https://unpkg.com/${provider}/dist/client.global.js"></script>`;
|
|
@@ -3536,7 +3536,7 @@ var start = new Command().name("start").alias("proxy").description("start a prox
|
|
|
3536
3536
|
|
|
3537
3537
|
// src/cli.ts
|
|
3538
3538
|
process.noDeprecation = true;
|
|
3539
|
-
var VERSION6 = "0.0.
|
|
3539
|
+
var VERSION6 = "0.0.93";
|
|
3540
3540
|
var VERSION_API_URL = "https://www.react-grab.com/api/version";
|
|
3541
3541
|
process.on("SIGINT", () => process.exit(0));
|
|
3542
3542
|
process.on("SIGTERM", () => process.exit(0));
|