@bsb/registry 1.0.4 → 1.1.0
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/README.md +1 -1
- package/lib/.bsb/clients/service-bsb-registry.d.ts +348 -982
- package/lib/.bsb/clients/service-bsb-registry.d.ts.map +1 -1
- package/lib/.bsb/clients/service-bsb-registry.js +287 -291
- package/lib/.bsb/clients/service-bsb-registry.js.map +1 -1
- package/lib/plugins/service-bsb-registry/auth.d.ts +2 -2
- package/lib/plugins/service-bsb-registry/auth.d.ts.map +1 -1
- package/lib/plugins/service-bsb-registry/auth.js +5 -9
- package/lib/plugins/service-bsb-registry/auth.js.map +1 -1
- package/lib/plugins/service-bsb-registry/db/file.d.ts +2 -2
- package/lib/plugins/service-bsb-registry/db/file.d.ts.map +1 -1
- package/lib/plugins/service-bsb-registry/db/file.js +3 -40
- package/lib/plugins/service-bsb-registry/db/file.js.map +1 -1
- package/lib/plugins/service-bsb-registry/db/index.d.ts +1 -1
- package/lib/plugins/service-bsb-registry/db/index.d.ts.map +1 -1
- package/lib/plugins/service-bsb-registry/db/index.js +3 -6
- package/lib/plugins/service-bsb-registry/db/index.js.map +1 -1
- package/lib/plugins/service-bsb-registry/index.d.ts +377 -1020
- package/lib/plugins/service-bsb-registry/index.d.ts.map +1 -1
- package/lib/plugins/service-bsb-registry/index.js +58 -95
- package/lib/plugins/service-bsb-registry/index.js.map +1 -1
- package/lib/plugins/service-bsb-registry/types.d.ts +197 -517
- package/lib/plugins/service-bsb-registry/types.d.ts.map +1 -1
- package/lib/plugins/service-bsb-registry/types.js +164 -167
- package/lib/plugins/service-bsb-registry/types.js.map +1 -1
- package/lib/plugins/service-bsb-registry-ui/http-server.d.ts +2 -2
- package/lib/plugins/service-bsb-registry-ui/http-server.d.ts.map +1 -1
- package/lib/plugins/service-bsb-registry-ui/http-server.js +229 -181
- package/lib/plugins/service-bsb-registry-ui/http-server.js.map +1 -1
- package/lib/plugins/service-bsb-registry-ui/index.d.ts +27 -27
- package/lib/plugins/service-bsb-registry-ui/index.d.ts.map +1 -1
- package/lib/plugins/service-bsb-registry-ui/index.js +22 -26
- package/lib/plugins/service-bsb-registry-ui/index.js.map +1 -1
- package/lib/schemas/service-bsb-registry-ui.json +1 -46
- package/lib/schemas/service-bsb-registry-ui.plugin.json +2 -47
- package/lib/schemas/service-bsb-registry.json +1903 -1693
- package/lib/schemas/service-bsb-registry.plugin.json +1 -47
- package/package.json +5 -8
|
@@ -18,51 +18,5 @@
|
|
|
18
18
|
"./docs/bsb-registry-db-file.md"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": [],
|
|
21
|
-
"image": "../../../docs/public/assets/images/bsb-logo.png"
|
|
22
|
-
"configSchema": {
|
|
23
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
24
|
-
"type": "object",
|
|
25
|
-
"properties": {
|
|
26
|
-
"database": {
|
|
27
|
-
"type": "object",
|
|
28
|
-
"properties": {
|
|
29
|
-
"type": {
|
|
30
|
-
"default": "file",
|
|
31
|
-
"type": "string",
|
|
32
|
-
"enum": [
|
|
33
|
-
"file",
|
|
34
|
-
"postgres"
|
|
35
|
-
]
|
|
36
|
-
},
|
|
37
|
-
"path": {
|
|
38
|
-
"default": "./.temp/data",
|
|
39
|
-
"type": "string"
|
|
40
|
-
}
|
|
41
|
-
},
|
|
42
|
-
"required": [
|
|
43
|
-
"type",
|
|
44
|
-
"path"
|
|
45
|
-
],
|
|
46
|
-
"additionalProperties": false
|
|
47
|
-
},
|
|
48
|
-
"auth": {
|
|
49
|
-
"type": "object",
|
|
50
|
-
"properties": {
|
|
51
|
-
"requireAuth": {
|
|
52
|
-
"default": true,
|
|
53
|
-
"type": "boolean"
|
|
54
|
-
}
|
|
55
|
-
},
|
|
56
|
-
"required": [
|
|
57
|
-
"requireAuth"
|
|
58
|
-
],
|
|
59
|
-
"additionalProperties": false
|
|
60
|
-
}
|
|
61
|
-
},
|
|
62
|
-
"required": [
|
|
63
|
-
"database",
|
|
64
|
-
"auth"
|
|
65
|
-
],
|
|
66
|
-
"additionalProperties": false
|
|
67
|
-
}
|
|
21
|
+
"image": "../../../docs/public/assets/images/bsb-logo.png"
|
|
68
22
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bsb/registry",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "BSB Plugin Registry - Multi-language plugin discovery and publishing system",
|
|
5
|
+
"type": "module",
|
|
5
6
|
"main": "lib/index.js",
|
|
6
7
|
"types": "lib/index.d.ts",
|
|
7
8
|
"files": [
|
|
@@ -34,6 +35,7 @@
|
|
|
34
35
|
"url": "https://bettercorp.dev/"
|
|
35
36
|
},
|
|
36
37
|
"dependencies": {
|
|
38
|
+
"@anyvali/js": "^0.2.0",
|
|
37
39
|
"@fastify/cors": "^10.0.1",
|
|
38
40
|
"@fastify/multipart": "^9.4.0",
|
|
39
41
|
"@fastify/static": "^8.0.2",
|
|
@@ -41,14 +43,12 @@
|
|
|
41
43
|
"fastify": "^5.2.0",
|
|
42
44
|
"handlebars": "^4.7.8",
|
|
43
45
|
"marked": "^17.0.2",
|
|
44
|
-
"sql.js": "^1.12.0"
|
|
45
|
-
"zod": "^4.0.0"
|
|
46
|
+
"sql.js": "^1.12.0"
|
|
46
47
|
},
|
|
47
48
|
"devDependencies": {
|
|
48
|
-
"@bsb/base": "
|
|
49
|
+
"@bsb/base": "file:../../../nodejs",
|
|
49
50
|
"@types/node": "^22.0.0",
|
|
50
51
|
"rimraf": "^6.0.1",
|
|
51
|
-
"ts-node": "^10.9.2",
|
|
52
52
|
"typescript": "^5.7.2"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
@@ -57,6 +57,3 @@
|
|
|
57
57
|
"bsb": {},
|
|
58
58
|
"homepage": "https://io.bsbcode.dev/packages/nodejs/@bsb/registry"
|
|
59
59
|
}
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|