Skip to content

Commit 99f6b4f

Browse files
thegdsksclaude
andcommitted
fix: remove React from main bundle, update dependencies
- glin-profanity 3.2.1: Fix React imports bundled into main entry - openclaw-profanity 1.0.2: Update glin-profanity dependency - glin-profanity-mcp: Update glin-profanity dependency Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent bac08a1 commit 99f6b4f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "glin-profanity",
3-
"version": "3.1.4",
3+
"version": "3.2.1",
44
"description": "Glin-Profanity is a lightweight and efficient npm package designed to detect and filter profane language in text inputs across multiple languages. Whether you’re building a chat application, a comment section, or any platform where user-generated content is involved, Glin-Profanity helps you maintain a clean and respectful environment.",
55
"type": "module",
66
"main": "dist/index.js",

packages/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
},
7070
"dependencies": {
7171
"@modelcontextprotocol/sdk": "^1.12.0",
72-
"glin-profanity": "^3.2.0",
72+
"glin-profanity": "^3.2.1",
7373
"zod": "^3.24.0"
7474
},
7575
"devDependencies": {

packages/openclaw/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openclaw-profanity",
3-
"version": "1.0.0",
3+
"version": "1.0.2",
44
"description": "Content moderation plugin for OpenClaw (formerly Moltbot/Clawdbot) - Profanity detection in 24 languages for AI agents",
55
"keywords": [
66
"openclaw",
@@ -73,7 +73,7 @@
7373
"prepublishOnly": "npm run build"
7474
},
7575
"dependencies": {
76-
"glin-profanity": "^3.2.0"
76+
"glin-profanity": "^3.2.1"
7777
},
7878
"peerDependencies": {
7979
"@sinclair/typebox": ">=0.32.0"

0 commit comments

Comments
 (0)