@bsb/registry 9.6.49 → 9.6.50
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
|
"id": "service-bsb-registry-ui",
|
|
3
3
|
"name": "BSB Registry UI & API",
|
|
4
|
-
"version": "9.6.
|
|
4
|
+
"version": "9.6.50",
|
|
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": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bsb/registry",
|
|
3
|
-
"version": "9.6.
|
|
3
|
+
"version": "9.6.50",
|
|
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.
|
|
51
|
+
"@bsb/base": "^9.6.50",
|
|
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.
|
|
58
|
+
"@bsb/base": "^9.6.50"
|
|
59
59
|
},
|
|
60
60
|
"bsb": {
|
|
61
61
|
"orgId": "bsb"
|