@misterhuydo/sentinel 1.4.18 → 1.4.19
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/.cairn/minify-map.json +0 -6
- package/lib/add.js +0 -2
- package/package.json +1 -1
package/.cairn/minify-map.json
CHANGED
|
@@ -10,11 +10,5 @@
|
|
|
10
10
|
"state": "edit-ready",
|
|
11
11
|
"minifiedAt": 1774252437350.0059,
|
|
12
12
|
"readCount": 1
|
|
13
|
-
},
|
|
14
|
-
"J:\\Projects\\Sentinel\\cli\\lib\\add.js": {
|
|
15
|
-
"tempPath": "J:\\Projects\\Sentinel\\cli\\.cairn\\views\\fc4a1a_add.js",
|
|
16
|
-
"state": "edit-ready",
|
|
17
|
-
"minifiedAt": 1774375121342.4312,
|
|
18
|
-
"readCount": 1
|
|
19
13
|
}
|
|
20
14
|
}
|
package/lib/add.js
CHANGED
|
@@ -497,7 +497,6 @@ async function addFromGit(gitUrl, workspace) {
|
|
|
497
497
|
REPO_URL: gitUrl,
|
|
498
498
|
BRANCH: 'main',
|
|
499
499
|
AUTO_PUBLISH: autoPublish ? 'true' : 'false',
|
|
500
|
-
CAIRN_MCP_ENABLED: 'true',
|
|
501
500
|
});
|
|
502
501
|
}
|
|
503
502
|
ok(`Project "${name}" ready at ${projectDir}`);
|
|
@@ -512,7 +511,6 @@ async function addFromGit(gitUrl, workspace) {
|
|
|
512
511
|
REPO_URL: gitUrl,
|
|
513
512
|
BRANCH: 'main',
|
|
514
513
|
AUTO_PUBLISH: autoPublish ? 'true' : 'false',
|
|
515
|
-
CAIRN_MCP_ENABLED: 'true',
|
|
516
514
|
});
|
|
517
515
|
const example = path.join(repoDir, '_example.properties');
|
|
518
516
|
if (fs.existsSync(example)) fs.removeSync(example);
|