@helyx/module-automod 1.0.1 → 1.0.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/CHANGELOG.md +7 -0
- package/manifest.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @helyx/sdk@0.14.0
|
|
9
|
+
|
|
3
10
|
## 1.0.1
|
|
4
11
|
|
|
5
12
|
First public release preserves the previously applied unpublished `1.0.1` migration watermark. This is a retained-version exception, not another version increment; downgrading to `1.0.0` would prevent safe startup against existing installations.
|
package/manifest.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"healthExposure": "direct",
|
|
12
12
|
"id": "helyx.automod",
|
|
13
13
|
"name": "Auto Moderation",
|
|
14
|
-
"version": "1.0.
|
|
14
|
+
"version": "1.0.2",
|
|
15
15
|
"description": "Manage transparent Discord-native Auto Moderation rules and structural enforcement receipts.",
|
|
16
16
|
"entry": "./dist/index.js",
|
|
17
17
|
"framework": "^0.1.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@helyx/module-automod",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Manage transparent Discord-native Auto Moderation rules and structural enforcement receipts.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"helyx",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@helyx/module-manifest": ">=0.11.0 <0.12.0",
|
|
58
|
-
"@helyx/sdk": ">=0.
|
|
58
|
+
"@helyx/sdk": ">=0.14.0",
|
|
59
59
|
"zod": "4.4.3"
|
|
60
60
|
}
|
|
61
61
|
}
|