sf-intelligence 0.1.19 → 0.1.20
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/index.js +4 -4
- package/package.json +1 -1
- package/server.json +2 -2
package/dist/index.js
CHANGED
|
@@ -55346,7 +55346,7 @@ var init_search_flow_metadata = __esm({
|
|
|
55346
55346
|
/**
|
|
55347
55347
|
* CR-06: when set, restrict results (and summary) to flow files that
|
|
55348
55348
|
* declare `<object>THIS_API_NAME</object>` in their XML — i.e. record-
|
|
55349
|
-
* triggered flows on the given SObject. Example: `
|
|
55349
|
+
* triggered flows on the given SObject. Example: `hed__Example_Course__c`.
|
|
55350
55350
|
*/
|
|
55351
55351
|
triggerObject: z118.string().min(1).optional()
|
|
55352
55352
|
}).refine((v2) => v2.query !== void 0 || v2.summarize === true, { message: "provide `query`, `summarize: true`, or both" });
|
|
@@ -68630,7 +68630,7 @@ var init_package_version = __esm({
|
|
|
68630
68630
|
"use strict";
|
|
68631
68631
|
readCliPackageVersion = () => {
|
|
68632
68632
|
if (true)
|
|
68633
|
-
return "0.1.
|
|
68633
|
+
return "0.1.20";
|
|
68634
68634
|
for (const rel of ["../package.json", "../../package.json"]) {
|
|
68635
68635
|
try {
|
|
68636
68636
|
const raw = readFileSync3(fileURLToPath(new URL(rel, import.meta.url)), "utf8");
|
|
@@ -138554,7 +138554,7 @@ var makeShutdownOnce = (ctx) => {
|
|
|
138554
138554
|
|
|
138555
138555
|
// dist/src/commands/demo.js
|
|
138556
138556
|
init_refresh();
|
|
138557
|
-
var buildVersion = () => true ? "0.1.
|
|
138557
|
+
var buildVersion = () => true ? "0.1.20" : "dev";
|
|
138558
138558
|
var SHUTDOWN_SIGNALS2 = ["SIGINT", "SIGTERM"];
|
|
138559
138559
|
var resolveDemoSource = () => {
|
|
138560
138560
|
let dir = dirname21(fileURLToPath2(import.meta.url));
|
|
@@ -139539,7 +139539,7 @@ init_vault_git();
|
|
|
139539
139539
|
init_watch();
|
|
139540
139540
|
var readVersion = () => {
|
|
139541
139541
|
if (true)
|
|
139542
|
-
return "0.1.
|
|
139542
|
+
return "0.1.20";
|
|
139543
139543
|
const pkgUrl = new URL("../../package.json", import.meta.url);
|
|
139544
139544
|
const raw = readFileSync6(fileURLToPath3(pkgUrl), "utf8");
|
|
139545
139545
|
const parsed = JSON.parse(raw);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sf-intelligence",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.20",
|
|
4
4
|
"description": "Offline-first, MCP-first knowledge base for a Salesforce org. Ask about your org's metadata, dependencies, permissions, and automation \u2014 grounded in real retrieved metadata. Ships the sfi CLI and an MCP server.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"homepage": "https://salesforce-intelligence.pages.dev",
|
package/server.json
CHANGED
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
"url": "https://github.com/PranavNagrecha/Salesforce-Intelligence",
|
|
8
8
|
"source": "github"
|
|
9
9
|
},
|
|
10
|
-
"version": "0.1.
|
|
10
|
+
"version": "0.1.20",
|
|
11
11
|
"packages": [
|
|
12
12
|
{
|
|
13
13
|
"registryType": "npm",
|
|
14
14
|
"registryBaseUrl": "https://registry.npmjs.org",
|
|
15
15
|
"identifier": "sf-intelligence",
|
|
16
|
-
"version": "0.1.
|
|
16
|
+
"version": "0.1.20",
|
|
17
17
|
"transport": {
|
|
18
18
|
"type": "stdio"
|
|
19
19
|
},
|