@bsb/registry 1.1.6 → 1.1.7
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/lib/.bsb/clients/service-bsb-registry.d.ts +1 -1
- package/lib/.bsb/clients/service-bsb-registry.js +1 -1
- package/lib/plugins/service-bsb-registry-ui/index.js +1 -1
- package/lib/schemas/service-bsb-registry-ui.json +1 -1
- package/lib/schemas/service-bsb-registry-ui.plugin.json +7 -1
- package/lib/schemas/service-bsb-registry.json +1 -1
- package/lib/schemas/service-bsb-registry.plugin.json +7 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Auto-generated BSB virtual client for BSB Registry Core
|
|
3
3
|
* DO NOT EDIT - Regenerated on every build
|
|
4
|
-
* @version 1.
|
|
4
|
+
* @version 1.1.7
|
|
5
5
|
*/
|
|
6
6
|
import { ServiceClient, BSBService } from "@bsb/base";
|
|
7
7
|
import type { Observable, BSBServiceClientDefinition, EventInputType, EventOutputType } from "@bsb/base";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Auto-generated BSB virtual client for BSB Registry Core
|
|
3
3
|
* DO NOT EDIT - Regenerated on every build
|
|
4
|
-
* @version 1.
|
|
4
|
+
* @version 1.1.7
|
|
5
5
|
*/
|
|
6
6
|
import { ServiceClient, bsb, optional, createReturnableEvent, createEventSchemas } from "@bsb/base";
|
|
7
7
|
const _registryPluginPublishSchema = bsb.object({
|
|
@@ -26,7 +26,7 @@ export const Config = createConfigSchema({
|
|
|
26
26
|
description: 'Web UI and REST API for browsing, searching, and publishing BSB plugins (content negotiation: HTML or JSON)',
|
|
27
27
|
image: '../../../docs/public/assets/images/bsb-logo.png',
|
|
28
28
|
tags: ['registry', 'ui', 'api', 'web', 'rest', 'handlebars', 'server-side-rendering', 'content-negotiation', 'publishing'],
|
|
29
|
-
documentation: ['./docs/service-bsb-registry-ui.md']
|
|
29
|
+
documentation: ['./docs/service-bsb-registry-ui.md']
|
|
30
30
|
}, UIConfigSchema);
|
|
31
31
|
/**
|
|
32
32
|
* No events emitted - this plugin only consumes registry events
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "service-bsb-registry-ui",
|
|
3
3
|
"name": "BSB Registry UI & API",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.1.7",
|
|
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": [
|
|
@@ -24,6 +24,12 @@
|
|
|
24
24
|
"version": "1.0.0"
|
|
25
25
|
}
|
|
26
26
|
],
|
|
27
|
+
"author": {
|
|
28
|
+
"name": "BetterCorp (PTY) Ltd",
|
|
29
|
+
"email": "ninja@bettercorp.dev",
|
|
30
|
+
"url": "https://bettercorp.dev/"
|
|
31
|
+
},
|
|
32
|
+
"license": "(AGPL-3.0-only OR Commercial)",
|
|
27
33
|
"image": "../../../docs/public/assets/images/bsb-logo.png",
|
|
28
34
|
"configSchema": {
|
|
29
35
|
"anyvaliVersion": "1.0",
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"pluginName": "BSB Registry Core",
|
|
3
|
-
"version": "1.0.0",
|
|
4
3
|
"events": {
|
|
5
4
|
"registry.plugin.publish": {
|
|
6
5
|
"type": "returnable",
|
|
@@ -2085,6 +2084,7 @@
|
|
|
2085
2084
|
}
|
|
2086
2085
|
}
|
|
2087
2086
|
},
|
|
2087
|
+
"version": "1.1.7",
|
|
2088
2088
|
"configSchema": {
|
|
2089
2089
|
"anyvaliVersion": "1.0",
|
|
2090
2090
|
"schemaVersion": "1",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "service-bsb-registry",
|
|
3
3
|
"name": "BSB Registry Core",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.1.7",
|
|
5
5
|
"description": "Event-driven plugin registry core for multi-language BSB plugin storage and discovery",
|
|
6
6
|
"category": "service",
|
|
7
7
|
"tags": [
|
|
@@ -18,6 +18,12 @@
|
|
|
18
18
|
"./docs/bsb-registry-db-file.md"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": [],
|
|
21
|
+
"author": {
|
|
22
|
+
"name": "BetterCorp (PTY) Ltd",
|
|
23
|
+
"email": "ninja@bettercorp.dev",
|
|
24
|
+
"url": "https://bettercorp.dev/"
|
|
25
|
+
},
|
|
26
|
+
"license": "(AGPL-3.0-only OR Commercial)",
|
|
21
27
|
"image": "../../../docs/public/assets/images/bsb-logo.png",
|
|
22
28
|
"configSchema": {
|
|
23
29
|
"anyvaliVersion": "1.0",
|