@solongate/proxy 0.17.1 → 0.17.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/index.js +1 -1
- package/dist/init.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -545,7 +545,7 @@ function installHooks(selectedTools = []) {
|
|
|
545
545
|
if (existsSync3(fullDir)) {
|
|
546
546
|
try {
|
|
547
547
|
execSync(`icacls "${fullDir}" /remove:d *S-1-1-0 /T /Q`, { stdio: "ignore" });
|
|
548
|
-
execSync(`icacls "${fullDir}" /deny *S-1-1-0:(OI)(CI)(W,D,DC
|
|
548
|
+
execSync(`icacls "${fullDir}" /deny *S-1-1-0:(OI)(CI)(W,D,DC) /T /Q`, { stdio: "ignore" });
|
|
549
549
|
execSync(`attrib +R /S /D "${fullDir}"`, { stdio: "ignore" });
|
|
550
550
|
} catch {
|
|
551
551
|
}
|
package/dist/init.js
CHANGED
|
@@ -252,7 +252,7 @@ function installHooks(selectedTools = []) {
|
|
|
252
252
|
if (existsSync(fullDir)) {
|
|
253
253
|
try {
|
|
254
254
|
execSync(`icacls "${fullDir}" /remove:d *S-1-1-0 /T /Q`, { stdio: "ignore" });
|
|
255
|
-
execSync(`icacls "${fullDir}" /deny *S-1-1-0:(OI)(CI)(W,D,DC
|
|
255
|
+
execSync(`icacls "${fullDir}" /deny *S-1-1-0:(OI)(CI)(W,D,DC) /T /Q`, { stdio: "ignore" });
|
|
256
256
|
execSync(`attrib +R /S /D "${fullDir}"`, { stdio: "ignore" });
|
|
257
257
|
} catch {
|
|
258
258
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solongate/proxy",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.2",
|
|
4
4
|
"description": "MCP security proxy — protect any MCP server with customizable policies, path/command constraints, rate limiting, and audit logging. Zero code changes required.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|