llm-slop-detector 0.10.0 → 0.10.1
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/extension-browser/manifest.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.10.1](https://github.com/mandakan/llm-slop-detector/compare/llm-slop-detector-v0.10.0...llm-slop-detector-v0.10.1) (2026-08-20)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* bump transitive deps to resolve dependabot advisories ([#110](https://github.com/mandakan/llm-slop-detector/issues/110)) ([804ce9f](https://github.com/mandakan/llm-slop-detector/commit/804ce9fcef3c0400c26f1381ac767975d81dfb7f))
|
|
9
|
+
|
|
3
10
|
## [0.10.0](https://github.com/mandakan/llm-slop-detector/compare/llm-slop-detector-v0.9.0...llm-slop-detector-v0.10.0) (2026-05-31)
|
|
4
11
|
|
|
5
12
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"manifest_version": 3,
|
|
3
3
|
"name": "LLM Slop Detector",
|
|
4
|
-
"version": "0.10.
|
|
4
|
+
"version": "0.10.1",
|
|
5
5
|
"description": "Flags invisible Unicode, AI-style punctuation, and telltale LLM phrases as you type -- or in any page you're reading. Local only.",
|
|
6
6
|
"permissions": [
|
|
7
7
|
"storage"
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "llm-slop-detector",
|
|
3
3
|
"displayName": "LLM Slop Detector",
|
|
4
4
|
"description": "Highlights invisible Unicode, AI-style punctuation, and telltale LLM phrases in markdown and plain text.",
|
|
5
|
-
"version": "0.10.
|
|
5
|
+
"version": "0.10.1",
|
|
6
6
|
"publisher": "thias-se",
|
|
7
7
|
"engines": {
|
|
8
8
|
"vscode": "^1.95.0"
|