@betterportal/hello-view 10.5.0 → 10.6.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.
@@ -4,7 +4,7 @@
4
4
  "pluginId": "org.betterportal.hello-view",
5
5
  "title": "BetterPortal Hello View Example",
6
6
  "description": "Example business service showing API-first view negotiation.",
7
- "version": "10.5.0",
7
+ "version": "10.6.0",
8
8
  "category": "service",
9
9
  "deploymentModes": [
10
10
  "self-hosted"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "pluginName": "service-betterportal-hello-view",
3
3
  "events": {},
4
- "version": "10.5.0",
4
+ "version": "10.6.0",
5
5
  "configSchema": {
6
6
  "anyvaliVersion": "1.0",
7
7
  "schemaVersion": "1.1",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "service-betterportal-hello-view",
3
3
  "name": "service-betterportal-hello-view",
4
- "version": "10.5.0",
4
+ "version": "10.6.0",
5
5
  "description": "Hello view example service for BetterPortal v10",
6
6
  "category": "service",
7
7
  "tags": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@betterportal/hello-view",
3
- "version": "10.5.0",
3
+ "version": "10.6.0",
4
4
  "description": "BetterPortal v10 example service plugin for Node.js",
5
5
  "main": "lib/index.js",
6
6
  "types": "src/index.ts",
@@ -28,16 +28,16 @@
28
28
  "license": "(AGPL-3.0-only OR Commercial)",
29
29
  "type": "module",
30
30
  "devDependencies": {
31
- "@bsb/tests": "^9.6.76",
31
+ "@bsb/tests": "^9.6.77",
32
32
  "@types/node": "^26.0.0",
33
33
  "tsx": "^4.21.0",
34
34
  "typescript": "^6.0.3"
35
35
  },
36
36
  "dependencies": {
37
- "@betterportal/framework": "10.5.0",
38
- "@betterportal/plugin-bsb": "10.5.0",
39
- "@bsb/base": "^9.6.76",
40
- "anyvali": "^1.0.7",
37
+ "@betterportal/framework": "10.6.0",
38
+ "@betterportal/plugin-bsb": "10.6.0",
39
+ "@bsb/base": "^9.6.77",
40
+ "anyvali": "^1.1.0",
41
41
  "jsx-htmx": "4.0.0-beta6"
42
42
  },
43
43
  "files": [