@betterportal/config-manager 10.0.5 → 10.0.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.
Binary file
package/bsb-plugin.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "./README.md"
16
16
  ],
17
17
  "pluginPath": "src/plugins/service-betterportal-config-manager/",
18
- "image": "./betterportal-logo.svg",
18
+ "image": "./betterportal-logo.png",
19
19
  "links": {
20
20
  "github": "git+https://github.com/BetterCorp/BetterPortal.git"
21
21
  }
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Auto-generated BSB virtual client for service-betterportal-config-manager
3
3
  * DO NOT EDIT - Regenerated on every build
4
- * @version 10.0.5
4
+ * @version 10.0.7
5
5
  */
6
6
  import { ServiceClient, BSBService } from "@bsb/base";
7
7
  import type { Observable, BSBServiceClientDefinition, EventInputType } from "@bsb/base";
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Auto-generated BSB virtual client for service-betterportal-config-manager
3
3
  * DO NOT EDIT - Regenerated on every build
4
- * @version 10.0.5
4
+ * @version 10.0.7
5
5
  */
6
6
  import { ServiceClient, bsb, createBroadcastEvent, createEventSchemas } from "@bsb/base";
7
7
  const _platformConfigChangedSchema = bsb.object({
@@ -52,7 +52,7 @@ const Config = createConfigSchema({
52
52
  description: "BetterPortal config management admin service",
53
53
  tags: ["betterportal", "service", "admin", "config"],
54
54
  documentation: ["./README.md"],
55
- image: "./betterportal-logo.svg"
55
+ image: "./betterportal-logo.png"
56
56
  }, PluginConfigSchema);
57
57
  const EventSchemas = createEventSchemas({
58
58
  emitEvents: {},
@@ -35,7 +35,7 @@
35
35
  "outputSchema": null
36
36
  }
37
37
  },
38
- "version": "10.0.5",
38
+ "version": "10.0.7",
39
39
  "configSchema": {
40
40
  "anyvaliVersion": "1.0",
41
41
  "schemaVersion": "1.1",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "service-betterportal-config-manager",
3
3
  "name": "service-betterportal-config-manager",
4
- "version": "10.0.5",
4
+ "version": "10.0.7",
5
5
  "description": "BetterPortal config management admin service",
6
6
  "category": "service",
7
7
  "tags": [
@@ -21,7 +21,7 @@
21
21
  ],
22
22
  "author": "BetterCorp",
23
23
  "license": "(AGPL-3.0-only OR Commercial)",
24
- "image": "./betterportal-logo.svg",
24
+ "image": "./betterportal-logo.png",
25
25
  "configSchema": {
26
26
  "anyvaliVersion": "1.0",
27
27
  "schemaVersion": "1.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@betterportal/config-manager",
3
- "version": "10.0.5",
3
+ "version": "10.0.7",
4
4
  "description": "BetterPortal admin config management service for Node.js",
5
5
  "main": "lib/index.js",
6
6
  "types": "src/index.ts",
@@ -31,8 +31,8 @@
31
31
  "typescript": "^6.0.3"
32
32
  },
33
33
  "dependencies": {
34
- "@betterportal/framework": "10.0.5",
35
- "@betterportal/plugin-bsb": "10.0.5",
34
+ "@betterportal/framework": "10.0.7",
35
+ "@betterportal/plugin-bsb": "10.0.7",
36
36
  "@bsb/base": "^9.6.14",
37
37
  "anyvali": "^1.0.6",
38
38
  "jsx-htmx": "4.0.0-beta4"
@@ -41,7 +41,7 @@
41
41
  "lib/**/*",
42
42
  "README.md",
43
43
  "bsb-plugin.json",
44
- "betterportal-logo.svg"
44
+ "betterportal-logo.png"
45
45
  ],
46
46
  "bsb": {
47
47
  "orgId": "betterportal",
@@ -1,5 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" role="img" aria-label="BetterPortal logo">
2
- <rect width="256" height="256" rx="48" fill="#111827"/>
3
- <path fill="#38bdf8" d="M54 61h74c28 0 48 16 48 40 0 14-7 26-19 33 18 7 29 22 29 42 0 28-22 47-56 47H54V61Zm44 36v26h25c9 0 15-5 15-13s-6-13-15-13H98Zm0 60v30h29c11 0 17-6 17-15s-7-15-18-15H98Z"/>
4
- <path fill="#f8fafc" d="M158 61h44v162h-44v-42h-29c-12 0-23-3-32-8v-45c7 10 17 15 30 15h31V61Z" opacity=".92"/>
5
- </svg>