@mrclrchtr/supi-settings 1.8.1 → 1.9.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrclrchtr/supi-core",
3
- "version": "1.8.1",
3
+ "version": "1.9.1",
4
4
  "description": "SuPi core — shared infrastructure for SuPi extensions (XML context tags, config system)",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -34,10 +34,6 @@
34
34
  "optional": true
35
35
  }
36
36
  },
37
- "devDependencies": {
38
- "@types/node": "25.9.1",
39
- "vitest": "4.1.7"
40
- },
41
37
  "main": "src/api.ts",
42
38
  "exports": {
43
39
  "./api": "./src/api.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrclrchtr/supi-settings",
3
- "version": "1.8.1",
3
+ "version": "1.9.1",
4
4
  "description": "SuPi Settings extension — unified settings command for SuPi extensions via /supi-settings",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -20,7 +20,7 @@
20
20
  "!__tests__"
21
21
  ],
22
22
  "dependencies": {
23
- "@mrclrchtr/supi-core": "workspace:*"
23
+ "@mrclrchtr/supi-core": "1.9.1"
24
24
  },
25
25
  "bundledDependencies": [
26
26
  "@mrclrchtr/supi-core"
@@ -37,12 +37,6 @@
37
37
  "optional": true
38
38
  }
39
39
  },
40
- "devDependencies": {
41
- "@earendil-works/pi-coding-agent": "0.75.4",
42
- "@mrclrchtr/supi-test-utils": "workspace:*",
43
- "@types/node": "25.9.1",
44
- "vitest": "4.1.7"
45
- },
46
40
  "pi": {
47
41
  "extensions": [
48
42
  "./src/extension.ts"