@jskit-ai/jskit-catalog 0.1.167 → 0.1.168

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.
@@ -583,11 +583,11 @@
583
583
  },
584
584
  {
585
585
  "packageId": "@jskit-ai/auth-core",
586
- "version": "0.1.144",
586
+ "version": "0.1.145",
587
587
  "descriptor": {
588
588
  "packageVersion": 1,
589
589
  "packageId": "@jskit-ai/auth-core",
590
- "version": "0.1.144",
590
+ "version": "0.1.145",
591
591
  "kind": "runtime",
592
592
  "dependsOn": [
593
593
  "@jskit-ai/value-app-config-shared"
@@ -1797,11 +1797,11 @@
1797
1797
  },
1798
1798
  {
1799
1799
  "packageId": "@jskit-ai/crud-core",
1800
- "version": "0.1.156",
1800
+ "version": "0.1.157",
1801
1801
  "descriptor": {
1802
1802
  "packageVersion": 1,
1803
1803
  "packageId": "@jskit-ai/crud-core",
1804
- "version": "0.1.156",
1804
+ "version": "0.1.157",
1805
1805
  "kind": "runtime",
1806
1806
  "description": "Shared CRUD helpers used by CRUD modules.",
1807
1807
  "dependsOn": [
@@ -1809,9 +1809,7 @@
1809
1809
  "@jskit-ai/kernel",
1810
1810
  "@jskit-ai/realtime",
1811
1811
  "@jskit-ai/resource-crud-core",
1812
- "@jskit-ai/shell-web",
1813
- "@jskit-ai/users-core",
1814
- "@jskit-ai/users-web"
1812
+ "@jskit-ai/shell-web"
1815
1813
  ],
1816
1814
  "capabilities": {
1817
1815
  "provides": [
@@ -1830,7 +1828,7 @@
1830
1828
  "mutations": {
1831
1829
  "dependencies": {
1832
1830
  "runtime": {
1833
- "@jskit-ai/crud-core": "0.1.156"
1831
+ "@jskit-ai/crud-core": "0.1.157"
1834
1832
  },
1835
1833
  "dev": {}
1836
1834
  },
@@ -1844,11 +1842,11 @@
1844
1842
  },
1845
1843
  {
1846
1844
  "packageId": "@jskit-ai/crud-server-generator",
1847
- "version": "0.1.158",
1845
+ "version": "0.1.159",
1848
1846
  "descriptor": {
1849
1847
  "packageVersion": 1,
1850
1848
  "packageId": "@jskit-ai/crud-server-generator",
1851
- "version": "0.1.158",
1849
+ "version": "0.1.159",
1852
1850
  "kind": "generator",
1853
1851
  "description": "CRUD server generator with routes, actions, and persistence scaffolding.",
1854
1852
  "options": {
@@ -1881,6 +1879,18 @@
1881
1879
  "promptLabel": "Ownership filter",
1882
1880
  "promptHint": "auto | public | user | workspace | workspace_user"
1883
1881
  },
1882
+ "access": {
1883
+ "required": false,
1884
+ "inputType": "text",
1885
+ "defaultValue": "authenticated",
1886
+ "validationType": "enum",
1887
+ "allowedValues": [
1888
+ "authenticated",
1889
+ "public"
1890
+ ],
1891
+ "promptLabel": "CRUD access",
1892
+ "promptHint": "authenticated | public; public requires a non-workspace surface with public ownership."
1893
+ },
1884
1894
  "directory-prefix": {
1885
1895
  "required": false,
1886
1896
  "inputType": "text",
@@ -1984,6 +1994,7 @@
1984
1994
  "namespace",
1985
1995
  "surface",
1986
1996
  "ownership-filter",
1997
+ "access",
1987
1998
  "table-name",
1988
1999
  "id-column",
1989
2000
  "directory-prefix",
@@ -2039,11 +2050,11 @@
2039
2050
  "mutations": {
2040
2051
  "dependencies": {
2041
2052
  "runtime": {
2042
- "@jskit-ai/auth-core": "0.1.144",
2043
- "@jskit-ai/crud-core": "0.1.156",
2044
- "@jskit-ai/database-runtime": "0.1.145",
2045
- "@jskit-ai/http-runtime": "0.1.144",
2046
- "@jskit-ai/json-rest-api-core": "0.1.90",
2053
+ "@jskit-ai/auth-core": "0.1.145",
2054
+ "@jskit-ai/crud-core": "0.1.157",
2055
+ "@jskit-ai/database-runtime": "0.1.146",
2056
+ "@jskit-ai/http-runtime": "0.1.145",
2057
+ "@jskit-ai/json-rest-api-core": "0.1.91",
2047
2058
  "@jskit-ai/kernel": "0.1.146",
2048
2059
  "@jskit-ai/realtime": "0.1.143",
2049
2060
  "@jskit-ai/resource-crud-core": "0.1.89",
@@ -2191,11 +2202,11 @@
2191
2202
  },
2192
2203
  {
2193
2204
  "packageId": "@jskit-ai/crud-ui-generator",
2194
- "version": "0.1.129",
2205
+ "version": "0.1.130",
2195
2206
  "descriptor": {
2196
2207
  "packageVersion": 1,
2197
2208
  "packageId": "@jskit-ai/crud-ui-generator",
2198
- "version": "0.1.129",
2209
+ "version": "0.1.130",
2199
2210
  "kind": "generator",
2200
2211
  "description": "Generate CRUD route trees from resource validators at an explicit route root relative to src/pages/.",
2201
2212
  "options": {
@@ -2394,7 +2405,7 @@
2394
2405
  "mutations": {
2395
2406
  "dependencies": {
2396
2407
  "runtime": {
2397
- "@jskit-ai/users-web": "0.1.163"
2408
+ "@jskit-ai/users-web": "0.1.164"
2398
2409
  },
2399
2410
  "dev": {}
2400
2411
  },
@@ -2519,8 +2530,8 @@
2519
2530
  },
2520
2531
  {
2521
2532
  "from": "templates/src/pages/admin/ui-generator/AddEditForm.vue",
2522
- "to": "src/pages/${option:target-root|trim}/_components/CrudAddEditForm.vue",
2523
- "reason": "Install generated shared add/edit form component.",
2533
+ "to": "src/components/${option:target-root|trim}/CrudAddEditForm.vue",
2534
+ "reason": "Install generated shared add/edit form component outside the file-router pages root.",
2524
2535
  "category": "crud-ui-generator",
2525
2536
  "id": "crud-ui-page-add-edit-form-${option:target-root|snake}",
2526
2537
  "templateContext": {
@@ -2546,8 +2557,8 @@
2546
2557
  },
2547
2558
  {
2548
2559
  "from": "templates/src/pages/admin/ui-generator/AddEditFormFields.js",
2549
- "to": "src/pages/${option:target-root|trim}/_components/CrudAddEditFormFields.js",
2550
- "reason": "Install generated shared add/edit form field definitions.",
2560
+ "to": "src/components/${option:target-root|trim}/CrudAddEditFormFields.js",
2561
+ "reason": "Install generated shared add/edit form field definitions beside the non-routed form component.",
2551
2562
  "category": "crud-ui-generator",
2552
2563
  "id": "crud-ui-page-add-edit-form-fields-${option:target-root|snake}",
2553
2564
  "templateContext": {
@@ -2653,11 +2664,11 @@
2653
2664
  },
2654
2665
  {
2655
2666
  "packageId": "@jskit-ai/database-runtime",
2656
- "version": "0.1.145",
2667
+ "version": "0.1.146",
2657
2668
  "descriptor": {
2658
2669
  "packageVersion": 1,
2659
2670
  "packageId": "@jskit-ai/database-runtime",
2660
- "version": "0.1.145",
2671
+ "version": "0.1.146",
2661
2672
  "kind": "runtime",
2662
2673
  "dependsOn": [
2663
2674
  "@jskit-ai/kernel"
@@ -2769,11 +2780,11 @@
2769
2780
  },
2770
2781
  {
2771
2782
  "packageId": "@jskit-ai/database-runtime-mysql",
2772
- "version": "0.1.144",
2783
+ "version": "0.1.145",
2773
2784
  "descriptor": {
2774
2785
  "packageVersion": 1,
2775
2786
  "packageId": "@jskit-ai/database-runtime-mysql",
2776
- "version": "0.1.144",
2787
+ "version": "0.1.145",
2777
2788
  "kind": "runtime",
2778
2789
  "options": {
2779
2790
  "db-host": {
@@ -2895,7 +2906,7 @@
2895
2906
  "mutations": {
2896
2907
  "dependencies": {
2897
2908
  "runtime": {
2898
- "@jskit-ai/database-runtime": "0.1.145",
2909
+ "@jskit-ai/database-runtime": "0.1.146",
2899
2910
  "mysql2": "^3.11.2"
2900
2911
  },
2901
2912
  "dev": {}
@@ -2966,11 +2977,11 @@
2966
2977
  },
2967
2978
  {
2968
2979
  "packageId": "@jskit-ai/database-runtime-postgres",
2969
- "version": "0.1.143",
2980
+ "version": "0.1.144",
2970
2981
  "descriptor": {
2971
2982
  "packageVersion": 1,
2972
2983
  "packageId": "@jskit-ai/database-runtime-postgres",
2973
- "version": "0.1.143",
2984
+ "version": "0.1.144",
2974
2985
  "kind": "runtime",
2975
2986
  "options": {
2976
2987
  "db-host": {
@@ -3091,7 +3102,7 @@
3091
3102
  "mutations": {
3092
3103
  "dependencies": {
3093
3104
  "runtime": {
3094
- "@jskit-ai/database-runtime": "0.1.145",
3105
+ "@jskit-ai/database-runtime": "0.1.146",
3095
3106
  "pg": "^8.13.1"
3096
3107
  },
3097
3108
  "dev": {}
@@ -3162,11 +3173,11 @@
3162
3173
  },
3163
3174
  {
3164
3175
  "packageId": "@jskit-ai/feature-server-generator",
3165
- "version": "0.1.88",
3176
+ "version": "0.1.89",
3166
3177
  "descriptor": {
3167
3178
  "packageVersion": 1,
3168
3179
  "packageId": "@jskit-ai/feature-server-generator",
3169
- "version": "0.1.88",
3180
+ "version": "0.1.89",
3170
3181
  "kind": "generator",
3171
3182
  "description": "Scaffold substantial non-CRUD server feature packages with provider, actions, service, and optional persistence seams.",
3172
3183
  "options": {
@@ -3331,21 +3342,21 @@
3331
3342
  "dependencies": {
3332
3343
  "runtime": {
3333
3344
  "@jskit-ai/database-runtime": {
3334
- "version": "0.1.145",
3345
+ "version": "0.1.146",
3335
3346
  "when": {
3336
3347
  "option": "mode",
3337
3348
  "notEquals": "orchestrator"
3338
3349
  }
3339
3350
  },
3340
3351
  "@jskit-ai/database-runtime-mysql": {
3341
- "version": "0.1.144",
3352
+ "version": "0.1.145",
3342
3353
  "when": {
3343
3354
  "option": "mode",
3344
3355
  "notEquals": "orchestrator"
3345
3356
  }
3346
3357
  },
3347
3358
  "@jskit-ai/json-rest-api-core": {
3348
- "version": "0.1.90",
3359
+ "version": "0.1.91",
3349
3360
  "when": {
3350
3361
  "option": "mode",
3351
3362
  "equals": "json-rest"
@@ -3726,11 +3737,11 @@
3726
3737
  },
3727
3738
  {
3728
3739
  "packageId": "@jskit-ai/http-runtime",
3729
- "version": "0.1.144",
3740
+ "version": "0.1.145",
3730
3741
  "descriptor": {
3731
3742
  "packageVersion": 1,
3732
3743
  "packageId": "@jskit-ai/http-runtime",
3733
- "version": "0.1.144",
3744
+ "version": "0.1.145",
3734
3745
  "kind": "runtime",
3735
3746
  "dependsOn": [],
3736
3747
  "capabilities": {
@@ -3810,11 +3821,11 @@
3810
3821
  },
3811
3822
  {
3812
3823
  "packageId": "@jskit-ai/json-rest-api-core",
3813
- "version": "0.1.90",
3824
+ "version": "0.1.91",
3814
3825
  "descriptor": {
3815
3826
  "packageVersion": 1,
3816
3827
  "packageId": "@jskit-ai/json-rest-api-core",
3817
- "version": "0.1.90",
3828
+ "version": "0.1.91",
3818
3829
  "kind": "runtime",
3819
3830
  "description": "Shared internal json-rest-api host runtime with autofilter, query-projection, and row-policy support.",
3820
3831
  "dependsOn": [
@@ -5505,11 +5516,11 @@
5505
5516
  },
5506
5517
  {
5507
5518
  "packageId": "@jskit-ai/users-core",
5508
- "version": "0.1.159",
5519
+ "version": "0.1.160",
5509
5520
  "descriptor": {
5510
5521
  "packageVersion": 1,
5511
5522
  "packageId": "@jskit-ai/users-core",
5512
- "version": "0.1.159",
5523
+ "version": "0.1.160",
5513
5524
  "kind": "runtime",
5514
5525
  "description": "Users/account runtime plus HTTP routes for account features.",
5515
5526
  "dependsOn": [
@@ -5653,11 +5664,11 @@
5653
5664
  "mutations": {
5654
5665
  "dependencies": {
5655
5666
  "runtime": {
5656
- "@jskit-ai/auth-core": "0.1.144",
5657
- "@jskit-ai/crud-core": "0.1.156",
5658
- "@jskit-ai/database-runtime": "0.1.145",
5659
- "@jskit-ai/http-runtime": "0.1.144",
5660
- "@jskit-ai/json-rest-api-core": "0.1.90",
5667
+ "@jskit-ai/auth-core": "0.1.145",
5668
+ "@jskit-ai/crud-core": "0.1.157",
5669
+ "@jskit-ai/database-runtime": "0.1.146",
5670
+ "@jskit-ai/http-runtime": "0.1.145",
5671
+ "@jskit-ai/json-rest-api-core": "0.1.91",
5661
5672
  "@jskit-ai/kernel": "0.1.146",
5662
5673
  "@jskit-ai/resource-core": "0.1.89",
5663
5674
  "@jskit-ai/resource-crud-core": "0.1.89",
@@ -5889,11 +5900,11 @@
5889
5900
  },
5890
5901
  {
5891
5902
  "packageId": "@jskit-ai/users-web",
5892
- "version": "0.1.163",
5903
+ "version": "0.1.164",
5893
5904
  "descriptor": {
5894
5905
  "packageVersion": 1,
5895
5906
  "packageId": "@jskit-ai/users-web",
5896
- "version": "0.1.163",
5907
+ "version": "0.1.164",
5897
5908
  "kind": "runtime",
5898
5909
  "description": "Users web module: account/profile UI plus shared users web widgets.",
5899
5910
  "dependsOn": [
@@ -6196,12 +6207,12 @@
6196
6207
  "dependencies": {
6197
6208
  "runtime": {
6198
6209
  "@mdi/js": "^7.4.47",
6199
- "@jskit-ai/http-runtime": "0.1.144",
6210
+ "@jskit-ai/http-runtime": "0.1.145",
6200
6211
  "@jskit-ai/realtime": "0.1.143",
6201
6212
  "@jskit-ai/kernel": "0.1.146",
6202
6213
  "@jskit-ai/shell-web": "0.1.147",
6203
6214
  "@jskit-ai/uploads-image-web": "0.1.122",
6204
- "@jskit-ai/users-core": "0.1.159"
6215
+ "@jskit-ai/users-core": "0.1.160"
6205
6216
  },
6206
6217
  "dev": {}
6207
6218
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/jskit-catalog",
3
- "version": "0.1.167",
3
+ "version": "0.1.168",
4
4
  "description": "Published metadata catalog for JSKIT package descriptors.",
5
5
  "type": "module",
6
6
  "files": [