@bsb/config-vault 0.0.1 → 9.6.2

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/bsb-plugin.json CHANGED
@@ -15,7 +15,10 @@
15
15
  "./docs/config-vault.md"
16
16
  ],
17
17
  "pluginPath": "src/plugins/config-vault/",
18
- "image": "../../../docs/public/assets/images/bsb-logo.png"
18
+ "image": "../../../docs/public/assets/images/bsb-logo.png",
19
+ "links": {
20
+ "github": "https://github.com/BetterCorp/better-service-base.git"
21
+ }
19
22
  },
20
23
  {
21
24
  "id": "service-config-vault",
@@ -34,7 +37,10 @@
34
37
  "./docs/service-config-vault.md"
35
38
  ],
36
39
  "pluginPath": "src/plugins/service-config-vault/",
37
- "image": "../../../docs/public/assets/images/bsb-logo.png"
40
+ "image": "../../../docs/public/assets/images/bsb-logo.png",
41
+ "links": {
42
+ "github": "https://github.com/BetterCorp/better-service-base.git"
43
+ }
38
44
  }
39
45
  ]
40
46
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "pluginName": "config-vault",
3
3
  "events": {},
4
- "version": "0.0.1",
4
+ "version": "9.6.2",
5
5
  "configSchema": {
6
6
  "anyvaliVersion": "1.0",
7
7
  "schemaVersion": "1.1",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "config-vault",
3
3
  "name": "config-vault",
4
- "version": "0.0.1",
4
+ "version": "9.6.2",
5
5
  "description": "Managed BSB config plugin that loads latest active config from Vault",
6
6
  "category": "config",
7
7
  "tags": [
@@ -74,7 +74,7 @@
74
74
  }
75
75
  }
76
76
  },
77
- "version": "0.0.1",
77
+ "version": "9.6.2",
78
78
  "configSchema": {
79
79
  "anyvaliVersion": "1.0",
80
80
  "schemaVersion": "1.1",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "service-config-vault",
3
3
  "name": "Vault",
4
- "version": "0.0.1",
4
+ "version": "9.6.2",
5
5
  "description": "Secure BSB managed configuration service with Postgres, admin UI, plugin catalog, and runtime API keys",
6
6
  "category": "service",
7
7
  "tags": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bsb/config-vault",
3
- "version": "0.0.1",
3
+ "version": "9.6.2",
4
4
  "description": "BSB Vault - secure managed configuration service and config loader",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -26,6 +26,11 @@
26
26
  "h3",
27
27
  "secrets"
28
28
  ],
29
+ "repository": {
30
+ "type": "git",
31
+ "url": "https://github.com/BetterCorp/better-service-base.git",
32
+ "directory": "plugins/nodejs/config-vault"
33
+ },
29
34
  "license": "(AGPL-3.0-only OR Commercial)",
30
35
  "author": {
31
36
  "name": "BetterCorp (PTY) Ltd",