@betterportal/hello-view 10.1.53 → 10.1.55
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.1.
|
|
7
|
+
"version": "10.1.55",
|
|
8
8
|
"category": "service",
|
|
9
9
|
"deploymentModes": [
|
|
10
10
|
"self-hosted"
|
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
"title": "About BetterPortal",
|
|
33
33
|
"description": "Overview of BetterPortal architecture and design principles.",
|
|
34
34
|
"path": "/about",
|
|
35
|
+
"pathVariants": [],
|
|
35
36
|
"methods": [
|
|
36
37
|
"GET"
|
|
37
38
|
],
|
|
@@ -178,6 +179,10 @@
|
|
|
178
179
|
],
|
|
179
180
|
"permissions": []
|
|
180
181
|
},
|
|
182
|
+
"sitemap": {
|
|
183
|
+
"kind": "default"
|
|
184
|
+
},
|
|
185
|
+
"robots": [],
|
|
181
186
|
"dependencies": [],
|
|
182
187
|
"apiContracts": [],
|
|
183
188
|
"demoScenarios": [],
|
|
@@ -197,6 +202,7 @@
|
|
|
197
202
|
"title": "Delayed Stream",
|
|
198
203
|
"description": "Example streaming view: items arrive one by one as a slow data source produces them. JSON buffers, NDJSON streams frames, HTML streams rendered rows over SSE.",
|
|
199
204
|
"path": "/delayed",
|
|
205
|
+
"pathVariants": [],
|
|
200
206
|
"methods": [
|
|
201
207
|
"GET"
|
|
202
208
|
],
|
|
@@ -379,6 +385,10 @@
|
|
|
379
385
|
],
|
|
380
386
|
"permissions": []
|
|
381
387
|
},
|
|
388
|
+
"sitemap": {
|
|
389
|
+
"kind": "default"
|
|
390
|
+
},
|
|
391
|
+
"robots": [],
|
|
382
392
|
"dependencies": [],
|
|
383
393
|
"apiContracts": [],
|
|
384
394
|
"demoScenarios": [],
|
|
@@ -395,6 +405,7 @@
|
|
|
395
405
|
"title": "Hello View",
|
|
396
406
|
"description": "Example BetterPortal view with JSON, HTML, and metadata representations.",
|
|
397
407
|
"path": "/hello",
|
|
408
|
+
"pathVariants": [],
|
|
398
409
|
"methods": [
|
|
399
410
|
"GET"
|
|
400
411
|
],
|
|
@@ -534,6 +545,10 @@
|
|
|
534
545
|
],
|
|
535
546
|
"permissions": []
|
|
536
547
|
},
|
|
548
|
+
"sitemap": {
|
|
549
|
+
"kind": "default"
|
|
550
|
+
},
|
|
551
|
+
"robots": [],
|
|
537
552
|
"dependencies": [],
|
|
538
553
|
"apiContracts": [],
|
|
539
554
|
"demoScenarios": [
|
|
@@ -566,6 +581,7 @@
|
|
|
566
581
|
"title": "BetterPortal",
|
|
567
582
|
"description": "Landing page for BetterPortal, the service-oriented portal framework.",
|
|
568
583
|
"path": "/landing",
|
|
584
|
+
"pathVariants": [],
|
|
569
585
|
"methods": [
|
|
570
586
|
"GET"
|
|
571
587
|
],
|
|
@@ -739,6 +755,10 @@
|
|
|
739
755
|
],
|
|
740
756
|
"permissions": []
|
|
741
757
|
},
|
|
758
|
+
"sitemap": {
|
|
759
|
+
"kind": "default"
|
|
760
|
+
},
|
|
761
|
+
"robots": [],
|
|
742
762
|
"dependencies": [],
|
|
743
763
|
"chrome": {
|
|
744
764
|
"fullScreen": true
|
|
@@ -859,6 +879,7 @@
|
|
|
859
879
|
{
|
|
860
880
|
"viewId": "about.index",
|
|
861
881
|
"path": "/about",
|
|
882
|
+
"pathVariants": [],
|
|
862
883
|
"methods": [
|
|
863
884
|
"GET"
|
|
864
885
|
],
|
|
@@ -873,6 +894,7 @@
|
|
|
873
894
|
{
|
|
874
895
|
"viewId": "delayed.index",
|
|
875
896
|
"path": "/delayed",
|
|
897
|
+
"pathVariants": [],
|
|
876
898
|
"methods": [
|
|
877
899
|
"GET"
|
|
878
900
|
],
|
|
@@ -887,6 +909,7 @@
|
|
|
887
909
|
{
|
|
888
910
|
"viewId": "hello.index",
|
|
889
911
|
"path": "/hello",
|
|
912
|
+
"pathVariants": [],
|
|
890
913
|
"methods": [
|
|
891
914
|
"GET"
|
|
892
915
|
],
|
|
@@ -925,6 +948,7 @@
|
|
|
925
948
|
{
|
|
926
949
|
"viewId": "landing.index",
|
|
927
950
|
"path": "/landing",
|
|
951
|
+
"pathVariants": [],
|
|
928
952
|
"methods": [
|
|
929
953
|
"GET"
|
|
930
954
|
],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@betterportal/hello-view",
|
|
3
|
-
"version": "10.1.
|
|
3
|
+
"version": "10.1.55",
|
|
4
4
|
"description": "BetterPortal v10 example service plugin for Node.js",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "src/index.ts",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"typescript": "^6.0.3"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@betterportal/framework": "10.1.
|
|
38
|
-
"@betterportal/plugin-bsb": "10.1.
|
|
37
|
+
"@betterportal/framework": "10.1.55",
|
|
38
|
+
"@betterportal/plugin-bsb": "10.1.55",
|
|
39
39
|
"@bsb/base": "^9.6.60",
|
|
40
40
|
"anyvali": "^1.0.6",
|
|
41
41
|
"jsx-htmx": "4.0.0-beta6"
|