Comparing version 1.19.1 to 1.20.0
{ | ||
"name": "@rjns/bot", | ||
"version": "1.19.1", | ||
"version": "1.20.0", | ||
"description": "RJNS BOT Client", | ||
@@ -23,10 +23,10 @@ "module": "lib/esm/index.js", | ||
"@rjns/bot": "link:", | ||
"@types/node": "^20.11.24", | ||
"@types/node": "^20.11.30", | ||
"esbuild": "^0.17.19", | ||
"typescript": "^5.3.3" | ||
"typescript": "^5.4.3" | ||
}, | ||
"dependencies": { | ||
"@rjweb/utils": "^1.11.4", | ||
"@rjweb/utils": "^1.12.1", | ||
"axios": "1.0.0" | ||
} | ||
} |
{ | ||
"name": "@rjns/bot", | ||
"version": "1.19.1", | ||
"version": "1.20.0", | ||
"description": "RJNS BOT Client", | ||
@@ -23,10 +23,10 @@ "module": "lib/esm/index.js", | ||
"@rjns/bot": "link:", | ||
"@types/node": "^20.11.24", | ||
"@types/node": "^20.11.30", | ||
"esbuild": "^0.17.19", | ||
"typescript": "^5.3.3" | ||
"typescript": "^5.4.3" | ||
}, | ||
"dependencies": { | ||
"@rjweb/utils": "^1.11.4", | ||
"@rjweb/utils": "^1.12.1", | ||
"axios": "1.0.0" | ||
} | ||
} |
@@ -83,2 +83,6 @@ /// <reference types="node" /> | ||
webhookURL?: string | null; | ||
messages?: { | ||
updates?: boolean; | ||
deletes?: boolean; | ||
}; | ||
}; | ||
@@ -289,2 +293,6 @@ export default class ServerManagementController { | ||
webhookURL: string | null; | ||
messages: { | ||
updates: boolean; | ||
deletes: boolean; | ||
}; | ||
}>; | ||
@@ -291,0 +299,0 @@ /** |
{ | ||
"name": "@rjns/bot", | ||
"version": "1.19.1", | ||
"version": "1.20.0", | ||
"description": "RJNS BOT Client", | ||
@@ -8,6 +8,2 @@ "module": "lib/esm/index.js", | ||
"types": "lib/typings/index.d.ts", | ||
"scripts": { | ||
"build": "rm -rf lib && tsc && esbuild `find src -type f -name \"*.ts\"` --platform='node' --ignore-annotations --format='cjs' --outdir='lib/cjs' && esbuild `find src -type f -name \"*.ts\"` --platform='node' --ignore-annotations --format='esm' --outdir='lib/esm' && cp package.json lib/cjs/pckg.json && cp package.json lib/esm/pckg.json", | ||
"test": "pnpm build && node test" | ||
}, | ||
"keywords": [ | ||
@@ -24,10 +20,14 @@ "sdk", | ||
"@rjns/bot": "link:", | ||
"@types/node": "^20.11.24", | ||
"@types/node": "^20.11.30", | ||
"esbuild": "^0.17.19", | ||
"typescript": "^5.3.3" | ||
"typescript": "^5.4.3" | ||
}, | ||
"dependencies": { | ||
"@rjweb/utils": "^1.11.4", | ||
"@rjweb/utils": "^1.12.1", | ||
"axios": "1.0.0" | ||
}, | ||
"scripts": { | ||
"build": "rm -rf lib && tsc && esbuild `find src -type f -name \"*.ts\"` --platform='node' --ignore-annotations --format='cjs' --outdir='lib/cjs' && esbuild `find src -type f -name \"*.ts\"` --platform='node' --ignore-annotations --format='esm' --outdir='lib/esm' && cp package.json lib/cjs/pckg.json && cp package.json lib/esm/pckg.json", | ||
"test": "pnpm build && node test" | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
188287
5541
57
Updated@rjweb/utils@^1.12.1