@bsb/registry 9.6.45 → 9.6.47

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,7 +1,7 @@
1
1
  {
2
2
  "pluginName": "BSB Registry UI & API",
3
3
  "events": {},
4
- "version": "9.6.45",
4
+ "version": "9.6.47",
5
5
  "configSchema": {
6
6
  "anyvaliVersion": "1.0",
7
7
  "schemaVersion": "1.1",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "service-bsb-registry-ui",
3
3
  "name": "BSB Registry UI & API",
4
- "version": "9.6.45",
4
+ "version": "9.6.47",
5
5
  "description": "Web UI and REST API for browsing, searching, and publishing BSB plugins (content negotiation: HTML or JSON)",
6
6
  "category": "service",
7
7
  "tags": [
@@ -2084,7 +2084,7 @@
2084
2084
  }
2085
2085
  }
2086
2086
  },
2087
- "version": "9.6.45",
2087
+ "version": "9.6.47",
2088
2088
  "configSchema": {
2089
2089
  "anyvaliVersion": "1.0",
2090
2090
  "schemaVersion": "1.1",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "service-bsb-registry",
3
3
  "name": "BSB Registry Core",
4
- "version": "9.6.45",
4
+ "version": "9.6.47",
5
5
  "description": "Event-driven plugin registry core for multi-language BSB plugin storage and discovery",
6
6
  "category": "service",
7
7
  "tags": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bsb/registry",
3
- "version": "9.6.45",
3
+ "version": "9.6.47",
4
4
  "description": "BSB Plugin Registry - Multi-language plugin discovery and publishing system",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -48,14 +48,14 @@
48
48
  "sql.js": "^1.12.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@bsb/base": "^9.6.45",
51
+ "@bsb/base": "^9.6.47",
52
52
  "@types/node": "^25.6.0",
53
53
  "rimraf": "^6.0.1",
54
54
  "tsx": "^4.22.4",
55
55
  "typescript": "^6.0.3"
56
56
  },
57
57
  "peerDependencies": {
58
- "@bsb/base": "^9.6.45"
58
+ "@bsb/base": "^9.6.47"
59
59
  },
60
60
  "bsb": {
61
61
  "orgId": "bsb"