@jskit-ai/jskit-catalog 0.1.108 → 0.1.109
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/catalog/packages.json +297 -156
- package/package.json +1 -1
package/catalog/packages.json
CHANGED
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
"packages": [
|
|
7
7
|
{
|
|
8
8
|
"packageId": "@jskit-ai/assistant",
|
|
9
|
-
"version": "0.1.
|
|
9
|
+
"version": "0.1.110",
|
|
10
10
|
"descriptor": {
|
|
11
11
|
"packageVersion": 1,
|
|
12
12
|
"packageId": "@jskit-ai/assistant",
|
|
13
|
-
"version": "0.1.
|
|
13
|
+
"version": "0.1.110",
|
|
14
14
|
"kind": "generator",
|
|
15
15
|
"description": "Install assistant runtime/config for one surface and scaffold assistant pages at explicit target files.",
|
|
16
16
|
"options": {
|
|
@@ -347,11 +347,11 @@
|
|
|
347
347
|
},
|
|
348
348
|
{
|
|
349
349
|
"packageId": "@jskit-ai/assistant-core",
|
|
350
|
-
"version": "0.1.
|
|
350
|
+
"version": "0.1.77",
|
|
351
351
|
"descriptor": {
|
|
352
352
|
"packageVersion": 1,
|
|
353
353
|
"packageId": "@jskit-ai/assistant-core",
|
|
354
|
-
"version": "0.1.
|
|
354
|
+
"version": "0.1.77",
|
|
355
355
|
"kind": "runtime",
|
|
356
356
|
"description": "Reusable assistant client/server/shared primitives without surface-specific routes or settings ownership.",
|
|
357
357
|
"dependsOn": [
|
|
@@ -399,11 +399,11 @@
|
|
|
399
399
|
"mutations": {
|
|
400
400
|
"dependencies": {
|
|
401
401
|
"runtime": {
|
|
402
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
403
|
-
"@jskit-ai/kernel": "0.1.
|
|
404
|
-
"@jskit-ai/resource-core": "0.1.
|
|
405
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
406
|
-
"@jskit-ai/users-core": "0.1.
|
|
402
|
+
"@jskit-ai/http-runtime": "0.1.100",
|
|
403
|
+
"@jskit-ai/kernel": "0.1.102",
|
|
404
|
+
"@jskit-ai/resource-core": "0.1.46",
|
|
405
|
+
"@jskit-ai/resource-crud-core": "0.1.46",
|
|
406
|
+
"@jskit-ai/users-core": "0.1.111",
|
|
407
407
|
"dompurify": "^3.3.3",
|
|
408
408
|
"json-rest-schema": "1.x.x",
|
|
409
409
|
"marked": "^17.0.4",
|
|
@@ -422,11 +422,11 @@
|
|
|
422
422
|
},
|
|
423
423
|
{
|
|
424
424
|
"packageId": "@jskit-ai/assistant-runtime",
|
|
425
|
-
"version": "0.1.
|
|
425
|
+
"version": "0.1.72",
|
|
426
426
|
"descriptor": {
|
|
427
427
|
"packageVersion": 1,
|
|
428
428
|
"packageId": "@jskit-ai/assistant-runtime",
|
|
429
|
-
"version": "0.1.
|
|
429
|
+
"version": "0.1.72",
|
|
430
430
|
"kind": "runtime",
|
|
431
431
|
"description": "Shared assistant runtime with per-surface assistant registration.",
|
|
432
432
|
"dependsOn": [
|
|
@@ -522,13 +522,13 @@
|
|
|
522
522
|
"mutations": {
|
|
523
523
|
"dependencies": {
|
|
524
524
|
"runtime": {
|
|
525
|
-
"@jskit-ai/assistant-core": "0.1.
|
|
526
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
527
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
528
|
-
"@jskit-ai/kernel": "0.1.
|
|
529
|
-
"@jskit-ai/shell-web": "0.1.
|
|
530
|
-
"@jskit-ai/users-core": "0.1.
|
|
531
|
-
"@jskit-ai/users-web": "0.1.
|
|
525
|
+
"@jskit-ai/assistant-core": "0.1.77",
|
|
526
|
+
"@jskit-ai/database-runtime": "0.1.101",
|
|
527
|
+
"@jskit-ai/http-runtime": "0.1.100",
|
|
528
|
+
"@jskit-ai/kernel": "0.1.102",
|
|
529
|
+
"@jskit-ai/shell-web": "0.1.101",
|
|
530
|
+
"@jskit-ai/users-core": "0.1.111",
|
|
531
|
+
"@jskit-ai/users-web": "0.1.116"
|
|
532
532
|
},
|
|
533
533
|
"dev": {}
|
|
534
534
|
},
|
|
@@ -583,11 +583,11 @@
|
|
|
583
583
|
},
|
|
584
584
|
{
|
|
585
585
|
"packageId": "@jskit-ai/auth-core",
|
|
586
|
-
"version": "0.1.
|
|
586
|
+
"version": "0.1.100",
|
|
587
587
|
"descriptor": {
|
|
588
588
|
"packageVersion": 1,
|
|
589
589
|
"packageId": "@jskit-ai/auth-core",
|
|
590
|
-
"version": "0.1.
|
|
590
|
+
"version": "0.1.100",
|
|
591
591
|
"kind": "runtime",
|
|
592
592
|
"dependsOn": [
|
|
593
593
|
"@jskit-ai/value-app-config-shared"
|
|
@@ -607,6 +607,10 @@
|
|
|
607
607
|
"entrypoint": "src/server/providers/AccessCoreServiceProvider.js",
|
|
608
608
|
"export": "AccessCoreServiceProvider"
|
|
609
609
|
},
|
|
610
|
+
{
|
|
611
|
+
"entrypoint": "src/server/providers/AuthActionsServiceProvider.js",
|
|
612
|
+
"export": "AuthActionsServiceProvider"
|
|
613
|
+
},
|
|
610
614
|
{
|
|
611
615
|
"entrypoint": "src/server/providers/FastifyAuthPolicyServiceProvider.js",
|
|
612
616
|
"export": "FastifyAuthPolicyServiceProvider"
|
|
@@ -635,7 +639,7 @@
|
|
|
635
639
|
},
|
|
636
640
|
{
|
|
637
641
|
"subpath": "./server",
|
|
638
|
-
"summary": "Exports server auth access and Fastify auth policy providers plus server auth utility modules."
|
|
642
|
+
"summary": "Exports server auth access, shared auth action, and Fastify auth policy providers plus server auth utility modules."
|
|
639
643
|
},
|
|
640
644
|
{
|
|
641
645
|
"subpath": "./shared",
|
|
@@ -644,7 +648,8 @@
|
|
|
644
648
|
],
|
|
645
649
|
"containerTokens": {
|
|
646
650
|
"server": [
|
|
647
|
-
"auth.access"
|
|
651
|
+
"auth.access",
|
|
652
|
+
"auth.session.events.service"
|
|
648
653
|
],
|
|
649
654
|
"client": [
|
|
650
655
|
"auth.access.client"
|
|
@@ -655,7 +660,7 @@
|
|
|
655
660
|
"mutations": {
|
|
656
661
|
"dependencies": {
|
|
657
662
|
"runtime": {
|
|
658
|
-
"@jskit-ai/kernel": "0.1.
|
|
663
|
+
"@jskit-ai/kernel": "0.1.102",
|
|
659
664
|
"@fastify/cookie": "^11.0.2",
|
|
660
665
|
"@fastify/csrf-protection": "^7.1.0",
|
|
661
666
|
"@fastify/rate-limit": "^10.3.0"
|
|
@@ -671,13 +676,119 @@
|
|
|
671
676
|
}
|
|
672
677
|
}
|
|
673
678
|
},
|
|
679
|
+
{
|
|
680
|
+
"packageId": "@jskit-ai/auth-provider-local-core",
|
|
681
|
+
"version": "0.1.1",
|
|
682
|
+
"descriptor": {
|
|
683
|
+
"packageVersion": 1,
|
|
684
|
+
"packageId": "@jskit-ai/auth-provider-local-core",
|
|
685
|
+
"version": "0.1.1",
|
|
686
|
+
"kind": "runtime",
|
|
687
|
+
"description": "Local auth provider with a file backend default and no database requirement.",
|
|
688
|
+
"dependsOn": [
|
|
689
|
+
"@jskit-ai/auth-core",
|
|
690
|
+
"@jskit-ai/value-app-config-shared"
|
|
691
|
+
],
|
|
692
|
+
"capabilities": {
|
|
693
|
+
"provides": [
|
|
694
|
+
"auth.provider.local",
|
|
695
|
+
"auth.provider"
|
|
696
|
+
],
|
|
697
|
+
"requires": [
|
|
698
|
+
"auth.access"
|
|
699
|
+
]
|
|
700
|
+
},
|
|
701
|
+
"runtime": {
|
|
702
|
+
"server": {
|
|
703
|
+
"providerEntrypoint": "src/server/providers/AuthLocalServiceProvider.js",
|
|
704
|
+
"providers": [
|
|
705
|
+
{
|
|
706
|
+
"entrypoint": "src/server/providers/AuthLocalServiceProvider.js",
|
|
707
|
+
"export": "AuthLocalServiceProvider"
|
|
708
|
+
},
|
|
709
|
+
{
|
|
710
|
+
"entrypoint": "src/server/providers/AuthProviderServiceProvider.js",
|
|
711
|
+
"export": "AuthProviderServiceProvider"
|
|
712
|
+
}
|
|
713
|
+
]
|
|
714
|
+
}
|
|
715
|
+
},
|
|
716
|
+
"metadata": {
|
|
717
|
+
"apiSummary": {
|
|
718
|
+
"surfaces": [
|
|
719
|
+
{
|
|
720
|
+
"subpath": "./server/providers/AuthLocalServiceProvider",
|
|
721
|
+
"summary": "Exports the local auth provider service provider."
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"subpath": "./server/lib/index",
|
|
725
|
+
"summary": "Exports local auth service and file backend helpers."
|
|
726
|
+
}
|
|
727
|
+
],
|
|
728
|
+
"containerTokens": {
|
|
729
|
+
"server": [
|
|
730
|
+
"authService",
|
|
731
|
+
"auth.local.backend"
|
|
732
|
+
],
|
|
733
|
+
"client": []
|
|
734
|
+
}
|
|
735
|
+
}
|
|
736
|
+
},
|
|
737
|
+
"mutations": {
|
|
738
|
+
"dependencies": {
|
|
739
|
+
"runtime": {
|
|
740
|
+
"@jskit-ai/auth-core": "0.1.100",
|
|
741
|
+
"@jskit-ai/kernel": "0.1.102",
|
|
742
|
+
"nodemailer": "^7.0.10",
|
|
743
|
+
"dotenv": "^16.4.5"
|
|
744
|
+
},
|
|
745
|
+
"dev": {}
|
|
746
|
+
},
|
|
747
|
+
"packageJson": {
|
|
748
|
+
"scripts": {}
|
|
749
|
+
},
|
|
750
|
+
"procfile": {},
|
|
751
|
+
"files": [],
|
|
752
|
+
"text": [
|
|
753
|
+
{
|
|
754
|
+
"file": ".env",
|
|
755
|
+
"op": "upsert-env",
|
|
756
|
+
"key": "AUTH_PROVIDER",
|
|
757
|
+
"value": "local",
|
|
758
|
+
"reason": "Select local auth as the auth provider.",
|
|
759
|
+
"category": "runtime-config",
|
|
760
|
+
"id": "auth-provider"
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"file": ".env",
|
|
764
|
+
"op": "upsert-env",
|
|
765
|
+
"key": "AUTH_LOCAL_BACKEND",
|
|
766
|
+
"value": "file",
|
|
767
|
+
"reason": "Use the built-in local file auth backend.",
|
|
768
|
+
"category": "runtime-config",
|
|
769
|
+
"id": "auth-local-backend"
|
|
770
|
+
},
|
|
771
|
+
{
|
|
772
|
+
"file": ".gitignore",
|
|
773
|
+
"op": "append-text",
|
|
774
|
+
"position": "bottom",
|
|
775
|
+
"skipIfContains": ".jskit/auth/",
|
|
776
|
+
"value": "\n.jskit/auth/\n",
|
|
777
|
+
"reason": "Ignore local auth runtime state.",
|
|
778
|
+
"category": "runtime-state",
|
|
779
|
+
"id": "auth-local-store-gitignore"
|
|
780
|
+
}
|
|
781
|
+
]
|
|
782
|
+
}
|
|
783
|
+
}
|
|
784
|
+
},
|
|
674
785
|
{
|
|
675
786
|
"packageId": "@jskit-ai/auth-provider-supabase-core",
|
|
676
|
-
"version": "0.1.
|
|
787
|
+
"version": "0.1.100",
|
|
677
788
|
"descriptor": {
|
|
678
789
|
"packageVersion": 1,
|
|
679
790
|
"packageId": "@jskit-ai/auth-provider-supabase-core",
|
|
680
|
-
"version": "0.1.
|
|
791
|
+
"version": "0.1.100",
|
|
681
792
|
"kind": "runtime",
|
|
682
793
|
"options": {
|
|
683
794
|
"auth-supabase-url": {
|
|
@@ -759,8 +870,8 @@
|
|
|
759
870
|
"mutations": {
|
|
760
871
|
"dependencies": {
|
|
761
872
|
"runtime": {
|
|
762
|
-
"@jskit-ai/auth-core": "0.1.
|
|
763
|
-
"@jskit-ai/kernel": "0.1.
|
|
873
|
+
"@jskit-ai/auth-core": "0.1.100",
|
|
874
|
+
"@jskit-ai/kernel": "0.1.102",
|
|
764
875
|
"dotenv": "^16.4.5",
|
|
765
876
|
"@supabase/supabase-js": "^2.57.4",
|
|
766
877
|
"jose": "^6.1.0"
|
|
@@ -814,10 +925,10 @@
|
|
|
814
925
|
"file": "config/server.js",
|
|
815
926
|
"position": "bottom",
|
|
816
927
|
"skipIfContains": "config.auth.profileMode =",
|
|
817
|
-
"value": "\nconfig.auth ||= {};\nconfig.auth.profileMode = \"
|
|
818
|
-
"reason": "Use
|
|
928
|
+
"value": "\nconfig.auth ||= {};\nconfig.auth.profileMode = \"provider\";\n",
|
|
929
|
+
"reason": "Use provider-owned auth profiles until a users package enables users-backed sync.",
|
|
819
930
|
"category": "runtime-config",
|
|
820
|
-
"id": "auth-profile-mode-
|
|
931
|
+
"id": "auth-profile-mode-provider"
|
|
821
932
|
},
|
|
822
933
|
{
|
|
823
934
|
"op": "append-text",
|
|
@@ -838,11 +949,11 @@
|
|
|
838
949
|
},
|
|
839
950
|
{
|
|
840
951
|
"packageId": "@jskit-ai/auth-web",
|
|
841
|
-
"version": "0.1.
|
|
952
|
+
"version": "0.1.102",
|
|
842
953
|
"descriptor": {
|
|
843
954
|
"packageVersion": 1,
|
|
844
955
|
"packageId": "@jskit-ai/auth-web",
|
|
845
|
-
"version": "0.1.
|
|
956
|
+
"version": "0.1.102",
|
|
846
957
|
"kind": "runtime",
|
|
847
958
|
"description": "Auth web module: Fastify auth routes plus web login/sign-out scaffolds.",
|
|
848
959
|
"dependsOn": [
|
|
@@ -999,6 +1110,19 @@
|
|
|
999
1110
|
},
|
|
1000
1111
|
"purpose": "Public sign-out route that clears session then returns to login."
|
|
1001
1112
|
},
|
|
1113
|
+
{
|
|
1114
|
+
"id": "auth.reset-password",
|
|
1115
|
+
"path": "/auth/reset-password",
|
|
1116
|
+
"scope": "surface",
|
|
1117
|
+
"surface": "auth",
|
|
1118
|
+
"name": "auth-reset-password",
|
|
1119
|
+
"componentKey": "auth-reset-password",
|
|
1120
|
+
"autoRegister": false,
|
|
1121
|
+
"guard": {
|
|
1122
|
+
"policy": "public"
|
|
1123
|
+
},
|
|
1124
|
+
"purpose": "Public password reset screen for recovery links."
|
|
1125
|
+
},
|
|
1002
1126
|
{
|
|
1003
1127
|
"id": "auth.default-login",
|
|
1004
1128
|
"path": "/auth/default-login",
|
|
@@ -1098,10 +1222,10 @@
|
|
|
1098
1222
|
"dependencies": {
|
|
1099
1223
|
"runtime": {
|
|
1100
1224
|
"@mdi/js": "^7.4.47",
|
|
1101
|
-
"@jskit-ai/auth-core": "0.1.
|
|
1102
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
1103
|
-
"@jskit-ai/kernel": "0.1.
|
|
1104
|
-
"@jskit-ai/shell-web": "0.1.
|
|
1225
|
+
"@jskit-ai/auth-core": "0.1.100",
|
|
1226
|
+
"@jskit-ai/http-runtime": "0.1.100",
|
|
1227
|
+
"@jskit-ai/kernel": "0.1.102",
|
|
1228
|
+
"@jskit-ai/shell-web": "0.1.101"
|
|
1105
1229
|
},
|
|
1106
1230
|
"dev": {}
|
|
1107
1231
|
},
|
|
@@ -1128,6 +1252,13 @@
|
|
|
1128
1252
|
"category": "auth-web",
|
|
1129
1253
|
"id": "auth-view-signout"
|
|
1130
1254
|
},
|
|
1255
|
+
{
|
|
1256
|
+
"from": "templates/src/views/auth/ResetPasswordView.vue",
|
|
1257
|
+
"to": "src/views/auth/ResetPasswordView.vue",
|
|
1258
|
+
"reason": "Install minimal password reset container that renders the module-provided DefaultResetPasswordView by default.",
|
|
1259
|
+
"category": "auth-web",
|
|
1260
|
+
"id": "auth-view-reset-password"
|
|
1261
|
+
},
|
|
1131
1262
|
{
|
|
1132
1263
|
"from": "templates/src/pages/auth/login.vue",
|
|
1133
1264
|
"to": "src/pages/auth/login.vue",
|
|
@@ -1141,6 +1272,13 @@
|
|
|
1141
1272
|
"reason": "Provide an auth-surface /auth/signout wrapper that renders the package sign-out view.",
|
|
1142
1273
|
"category": "auth-web",
|
|
1143
1274
|
"id": "auth-page-signout"
|
|
1275
|
+
},
|
|
1276
|
+
{
|
|
1277
|
+
"from": "templates/src/pages/auth/reset-password.vue",
|
|
1278
|
+
"to": "src/pages/auth/reset-password.vue",
|
|
1279
|
+
"reason": "Provide an auth-surface /auth/reset-password wrapper that renders the package password reset view.",
|
|
1280
|
+
"category": "auth-web",
|
|
1281
|
+
"id": "auth-page-reset-password"
|
|
1144
1282
|
}
|
|
1145
1283
|
],
|
|
1146
1284
|
"text": [
|
|
@@ -1180,11 +1318,11 @@
|
|
|
1180
1318
|
},
|
|
1181
1319
|
{
|
|
1182
1320
|
"packageId": "@jskit-ai/console-core",
|
|
1183
|
-
"version": "0.1.
|
|
1321
|
+
"version": "0.1.64",
|
|
1184
1322
|
"descriptor": {
|
|
1185
1323
|
"packageVersion": 1,
|
|
1186
1324
|
"packageId": "@jskit-ai/console-core",
|
|
1187
|
-
"version": "0.1.
|
|
1325
|
+
"version": "0.1.64",
|
|
1188
1326
|
"kind": "runtime",
|
|
1189
1327
|
"description": "Console runtime: console settings schema, bootstrap flags, actions, and HTTP routes.",
|
|
1190
1328
|
"dependsOn": [
|
|
@@ -1268,12 +1406,12 @@
|
|
|
1268
1406
|
"mutations": {
|
|
1269
1407
|
"dependencies": {
|
|
1270
1408
|
"runtime": {
|
|
1271
|
-
"@jskit-ai/auth-core": "0.1.
|
|
1272
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
1273
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
1274
|
-
"@jskit-ai/kernel": "0.1.
|
|
1275
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
1276
|
-
"@jskit-ai/users-core": "0.1.
|
|
1409
|
+
"@jskit-ai/auth-core": "0.1.100",
|
|
1410
|
+
"@jskit-ai/database-runtime": "0.1.101",
|
|
1411
|
+
"@jskit-ai/http-runtime": "0.1.100",
|
|
1412
|
+
"@jskit-ai/kernel": "0.1.102",
|
|
1413
|
+
"@jskit-ai/resource-crud-core": "0.1.46",
|
|
1414
|
+
"@jskit-ai/users-core": "0.1.111"
|
|
1277
1415
|
},
|
|
1278
1416
|
"dev": {}
|
|
1279
1417
|
},
|
|
@@ -1298,11 +1436,11 @@
|
|
|
1298
1436
|
},
|
|
1299
1437
|
{
|
|
1300
1438
|
"packageId": "@jskit-ai/console-web",
|
|
1301
|
-
"version": "0.1.
|
|
1439
|
+
"version": "0.1.69",
|
|
1302
1440
|
"descriptor": {
|
|
1303
1441
|
"packageVersion": 1,
|
|
1304
1442
|
"packageId": "@jskit-ai/console-web",
|
|
1305
|
-
"version": "0.1.
|
|
1443
|
+
"version": "0.1.69",
|
|
1306
1444
|
"kind": "runtime",
|
|
1307
1445
|
"description": "Authenticated console surface scaffold and surface policy wiring.",
|
|
1308
1446
|
"dependsOn": [
|
|
@@ -1412,9 +1550,9 @@
|
|
|
1412
1550
|
"mutations": {
|
|
1413
1551
|
"dependencies": {
|
|
1414
1552
|
"runtime": {
|
|
1415
|
-
"@jskit-ai/auth-web": "0.1.
|
|
1416
|
-
"@jskit-ai/console-core": "0.1.
|
|
1417
|
-
"@jskit-ai/shell-web": "0.1.
|
|
1553
|
+
"@jskit-ai/auth-web": "0.1.102",
|
|
1554
|
+
"@jskit-ai/console-core": "0.1.64",
|
|
1555
|
+
"@jskit-ai/shell-web": "0.1.101"
|
|
1418
1556
|
},
|
|
1419
1557
|
"dev": {}
|
|
1420
1558
|
},
|
|
@@ -1521,11 +1659,11 @@
|
|
|
1521
1659
|
},
|
|
1522
1660
|
{
|
|
1523
1661
|
"packageId": "@jskit-ai/crud-core",
|
|
1524
|
-
"version": "0.1.
|
|
1662
|
+
"version": "0.1.109",
|
|
1525
1663
|
"descriptor": {
|
|
1526
1664
|
"packageVersion": 1,
|
|
1527
1665
|
"packageId": "@jskit-ai/crud-core",
|
|
1528
|
-
"version": "0.1.
|
|
1666
|
+
"version": "0.1.109",
|
|
1529
1667
|
"kind": "runtime",
|
|
1530
1668
|
"description": "Shared CRUD helpers used by CRUD modules.",
|
|
1531
1669
|
"dependsOn": [
|
|
@@ -1554,7 +1692,7 @@
|
|
|
1554
1692
|
"mutations": {
|
|
1555
1693
|
"dependencies": {
|
|
1556
1694
|
"runtime": {
|
|
1557
|
-
"@jskit-ai/crud-core": "0.1.
|
|
1695
|
+
"@jskit-ai/crud-core": "0.1.109"
|
|
1558
1696
|
},
|
|
1559
1697
|
"dev": {}
|
|
1560
1698
|
},
|
|
@@ -1568,11 +1706,11 @@
|
|
|
1568
1706
|
},
|
|
1569
1707
|
{
|
|
1570
1708
|
"packageId": "@jskit-ai/crud-server-generator",
|
|
1571
|
-
"version": "0.1.
|
|
1709
|
+
"version": "0.1.109",
|
|
1572
1710
|
"descriptor": {
|
|
1573
1711
|
"packageVersion": 1,
|
|
1574
1712
|
"packageId": "@jskit-ai/crud-server-generator",
|
|
1575
|
-
"version": "0.1.
|
|
1713
|
+
"version": "0.1.109",
|
|
1576
1714
|
"kind": "generator",
|
|
1577
1715
|
"description": "CRUD server generator with routes, actions, and persistence scaffolding.",
|
|
1578
1716
|
"options": {
|
|
@@ -1739,14 +1877,14 @@
|
|
|
1739
1877
|
"mutations": {
|
|
1740
1878
|
"dependencies": {
|
|
1741
1879
|
"runtime": {
|
|
1742
|
-
"@jskit-ai/auth-core": "0.1.
|
|
1743
|
-
"@jskit-ai/crud-core": "0.1.
|
|
1744
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
1745
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
1746
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
1747
|
-
"@jskit-ai/kernel": "0.1.
|
|
1748
|
-
"@jskit-ai/realtime": "0.1.
|
|
1749
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
1880
|
+
"@jskit-ai/auth-core": "0.1.100",
|
|
1881
|
+
"@jskit-ai/crud-core": "0.1.109",
|
|
1882
|
+
"@jskit-ai/database-runtime": "0.1.101",
|
|
1883
|
+
"@jskit-ai/http-runtime": "0.1.100",
|
|
1884
|
+
"@jskit-ai/json-rest-api-core": "0.1.46",
|
|
1885
|
+
"@jskit-ai/kernel": "0.1.102",
|
|
1886
|
+
"@jskit-ai/realtime": "0.1.100",
|
|
1887
|
+
"@jskit-ai/resource-crud-core": "0.1.46",
|
|
1750
1888
|
"@local/${option:namespace|kebab}": "file:packages/${option:namespace|kebab}"
|
|
1751
1889
|
},
|
|
1752
1890
|
"dev": {}
|
|
@@ -1878,11 +2016,11 @@
|
|
|
1878
2016
|
},
|
|
1879
2017
|
{
|
|
1880
2018
|
"packageId": "@jskit-ai/crud-ui-generator",
|
|
1881
|
-
"version": "0.1.
|
|
2019
|
+
"version": "0.1.84",
|
|
1882
2020
|
"descriptor": {
|
|
1883
2021
|
"packageVersion": 1,
|
|
1884
2022
|
"packageId": "@jskit-ai/crud-ui-generator",
|
|
1885
|
-
"version": "0.1.
|
|
2023
|
+
"version": "0.1.84",
|
|
1886
2024
|
"kind": "generator",
|
|
1887
2025
|
"description": "Generate CRUD route trees from resource validators at an explicit route root relative to src/pages/.",
|
|
1888
2026
|
"options": {
|
|
@@ -2081,7 +2219,7 @@
|
|
|
2081
2219
|
"mutations": {
|
|
2082
2220
|
"dependencies": {
|
|
2083
2221
|
"runtime": {
|
|
2084
|
-
"@jskit-ai/users-web": "0.1.
|
|
2222
|
+
"@jskit-ai/users-web": "0.1.116"
|
|
2085
2223
|
},
|
|
2086
2224
|
"dev": {}
|
|
2087
2225
|
},
|
|
@@ -2340,11 +2478,11 @@
|
|
|
2340
2478
|
},
|
|
2341
2479
|
{
|
|
2342
2480
|
"packageId": "@jskit-ai/database-runtime",
|
|
2343
|
-
"version": "0.1.
|
|
2481
|
+
"version": "0.1.101",
|
|
2344
2482
|
"descriptor": {
|
|
2345
2483
|
"packageVersion": 1,
|
|
2346
2484
|
"packageId": "@jskit-ai/database-runtime",
|
|
2347
|
-
"version": "0.1.
|
|
2485
|
+
"version": "0.1.101",
|
|
2348
2486
|
"kind": "runtime",
|
|
2349
2487
|
"dependsOn": [
|
|
2350
2488
|
"@jskit-ai/kernel"
|
|
@@ -2401,7 +2539,7 @@
|
|
|
2401
2539
|
"mutations": {
|
|
2402
2540
|
"dependencies": {
|
|
2403
2541
|
"runtime": {
|
|
2404
|
-
"@jskit-ai/kernel": "0.1.
|
|
2542
|
+
"@jskit-ai/kernel": "0.1.102",
|
|
2405
2543
|
"dotenv": "^16.4.5",
|
|
2406
2544
|
"knex": "^3.1.0"
|
|
2407
2545
|
},
|
|
@@ -2436,11 +2574,11 @@
|
|
|
2436
2574
|
},
|
|
2437
2575
|
{
|
|
2438
2576
|
"packageId": "@jskit-ai/database-runtime-mysql",
|
|
2439
|
-
"version": "0.1.
|
|
2577
|
+
"version": "0.1.100",
|
|
2440
2578
|
"descriptor": {
|
|
2441
2579
|
"packageVersion": 1,
|
|
2442
2580
|
"packageId": "@jskit-ai/database-runtime-mysql",
|
|
2443
|
-
"version": "0.1.
|
|
2581
|
+
"version": "0.1.100",
|
|
2444
2582
|
"kind": "runtime",
|
|
2445
2583
|
"options": {
|
|
2446
2584
|
"db-host": {
|
|
@@ -2530,7 +2668,7 @@
|
|
|
2530
2668
|
"mutations": {
|
|
2531
2669
|
"dependencies": {
|
|
2532
2670
|
"runtime": {
|
|
2533
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
2671
|
+
"@jskit-ai/database-runtime": "0.1.101",
|
|
2534
2672
|
"mysql2": "^3.11.2"
|
|
2535
2673
|
},
|
|
2536
2674
|
"dev": {}
|
|
@@ -2601,11 +2739,11 @@
|
|
|
2601
2739
|
},
|
|
2602
2740
|
{
|
|
2603
2741
|
"packageId": "@jskit-ai/database-runtime-postgres",
|
|
2604
|
-
"version": "0.1.
|
|
2742
|
+
"version": "0.1.100",
|
|
2605
2743
|
"descriptor": {
|
|
2606
2744
|
"packageVersion": 1,
|
|
2607
2745
|
"packageId": "@jskit-ai/database-runtime-postgres",
|
|
2608
|
-
"version": "0.1.
|
|
2746
|
+
"version": "0.1.100",
|
|
2609
2747
|
"kind": "runtime",
|
|
2610
2748
|
"options": {
|
|
2611
2749
|
"db-host": {
|
|
@@ -2695,7 +2833,7 @@
|
|
|
2695
2833
|
"mutations": {
|
|
2696
2834
|
"dependencies": {
|
|
2697
2835
|
"runtime": {
|
|
2698
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
2836
|
+
"@jskit-ai/database-runtime": "0.1.101",
|
|
2699
2837
|
"pg": "^8.13.1"
|
|
2700
2838
|
},
|
|
2701
2839
|
"dev": {}
|
|
@@ -2766,11 +2904,11 @@
|
|
|
2766
2904
|
},
|
|
2767
2905
|
{
|
|
2768
2906
|
"packageId": "@jskit-ai/feature-server-generator",
|
|
2769
|
-
"version": "0.1.
|
|
2907
|
+
"version": "0.1.43",
|
|
2770
2908
|
"descriptor": {
|
|
2771
2909
|
"packageVersion": 1,
|
|
2772
2910
|
"packageId": "@jskit-ai/feature-server-generator",
|
|
2773
|
-
"version": "0.1.
|
|
2911
|
+
"version": "0.1.43",
|
|
2774
2912
|
"kind": "generator",
|
|
2775
2913
|
"description": "Scaffold substantial non-CRUD server feature packages with provider, actions, service, and optional persistence seams.",
|
|
2776
2914
|
"options": {
|
|
@@ -2955,7 +3093,7 @@
|
|
|
2955
3093
|
"equals": "json-rest"
|
|
2956
3094
|
}
|
|
2957
3095
|
},
|
|
2958
|
-
"@jskit-ai/kernel": "0.1.
|
|
3096
|
+
"@jskit-ai/kernel": "0.1.102",
|
|
2959
3097
|
"json-rest-schema": "1.x.x",
|
|
2960
3098
|
"@local/${option:feature-name|kebab}": "file:packages/${option:feature-name|kebab}"
|
|
2961
3099
|
},
|
|
@@ -3068,11 +3206,11 @@
|
|
|
3068
3206
|
},
|
|
3069
3207
|
{
|
|
3070
3208
|
"packageId": "@jskit-ai/google-rewarded-core",
|
|
3071
|
-
"version": "0.1.
|
|
3209
|
+
"version": "0.1.38",
|
|
3072
3210
|
"descriptor": {
|
|
3073
3211
|
"packageVersion": 1,
|
|
3074
3212
|
"packageId": "@jskit-ai/google-rewarded-core",
|
|
3075
|
-
"version": "0.1.
|
|
3213
|
+
"version": "0.1.38",
|
|
3076
3214
|
"kind": "runtime",
|
|
3077
3215
|
"description": "Google rewarded workflow runtime plus internal CRUD providers for rules, provider configs, watch sessions, and unlock receipts.",
|
|
3078
3216
|
"dependsOn": [
|
|
@@ -3199,14 +3337,14 @@
|
|
|
3199
3337
|
"mutations": {
|
|
3200
3338
|
"dependencies": {
|
|
3201
3339
|
"runtime": {
|
|
3202
|
-
"@jskit-ai/auth-core": "0.1.
|
|
3203
|
-
"@jskit-ai/crud-core": "0.1.
|
|
3204
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
3205
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
3206
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
3207
|
-
"@jskit-ai/kernel": "0.1.
|
|
3208
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
3209
|
-
"@jskit-ai/workspaces-core": "0.1.
|
|
3340
|
+
"@jskit-ai/auth-core": "0.1.100",
|
|
3341
|
+
"@jskit-ai/crud-core": "0.1.109",
|
|
3342
|
+
"@jskit-ai/database-runtime": "0.1.101",
|
|
3343
|
+
"@jskit-ai/http-runtime": "0.1.100",
|
|
3344
|
+
"@jskit-ai/json-rest-api-core": "0.1.46",
|
|
3345
|
+
"@jskit-ai/kernel": "0.1.102",
|
|
3346
|
+
"@jskit-ai/resource-crud-core": "0.1.46",
|
|
3347
|
+
"@jskit-ai/workspaces-core": "0.1.77"
|
|
3210
3348
|
},
|
|
3211
3349
|
"dev": {}
|
|
3212
3350
|
},
|
|
@@ -3258,11 +3396,11 @@
|
|
|
3258
3396
|
},
|
|
3259
3397
|
{
|
|
3260
3398
|
"packageId": "@jskit-ai/google-rewarded-web",
|
|
3261
|
-
"version": "0.1.
|
|
3399
|
+
"version": "0.1.38",
|
|
3262
3400
|
"descriptor": {
|
|
3263
3401
|
"packageVersion": 1,
|
|
3264
3402
|
"packageId": "@jskit-ai/google-rewarded-web",
|
|
3265
|
-
"version": "0.1.
|
|
3403
|
+
"version": "0.1.38",
|
|
3266
3404
|
"kind": "runtime",
|
|
3267
3405
|
"description": "Google rewarded client runtime with a fullscreen gate host and GPT orchestration.",
|
|
3268
3406
|
"dependsOn": [
|
|
@@ -3309,10 +3447,10 @@
|
|
|
3309
3447
|
"mutations": {
|
|
3310
3448
|
"dependencies": {
|
|
3311
3449
|
"runtime": {
|
|
3312
|
-
"@jskit-ai/google-rewarded-core": "0.1.
|
|
3313
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
3314
|
-
"@jskit-ai/kernel": "0.1.
|
|
3315
|
-
"@jskit-ai/shell-web": "0.1.
|
|
3450
|
+
"@jskit-ai/google-rewarded-core": "0.1.38",
|
|
3451
|
+
"@jskit-ai/http-runtime": "0.1.100",
|
|
3452
|
+
"@jskit-ai/kernel": "0.1.102",
|
|
3453
|
+
"@jskit-ai/shell-web": "0.1.101"
|
|
3316
3454
|
},
|
|
3317
3455
|
"dev": {}
|
|
3318
3456
|
},
|
|
@@ -3330,11 +3468,11 @@
|
|
|
3330
3468
|
},
|
|
3331
3469
|
{
|
|
3332
3470
|
"packageId": "@jskit-ai/http-runtime",
|
|
3333
|
-
"version": "0.1.
|
|
3471
|
+
"version": "0.1.100",
|
|
3334
3472
|
"descriptor": {
|
|
3335
3473
|
"packageVersion": 1,
|
|
3336
3474
|
"packageId": "@jskit-ai/http-runtime",
|
|
3337
|
-
"version": "0.1.
|
|
3475
|
+
"version": "0.1.100",
|
|
3338
3476
|
"kind": "runtime",
|
|
3339
3477
|
"dependsOn": [],
|
|
3340
3478
|
"capabilities": {
|
|
@@ -3400,7 +3538,7 @@
|
|
|
3400
3538
|
"mutations": {
|
|
3401
3539
|
"dependencies": {
|
|
3402
3540
|
"runtime": {
|
|
3403
|
-
"@jskit-ai/kernel": "0.1.
|
|
3541
|
+
"@jskit-ai/kernel": "0.1.102"
|
|
3404
3542
|
},
|
|
3405
3543
|
"dev": {}
|
|
3406
3544
|
},
|
|
@@ -3414,11 +3552,11 @@
|
|
|
3414
3552
|
},
|
|
3415
3553
|
{
|
|
3416
3554
|
"packageId": "@jskit-ai/json-rest-api-core",
|
|
3417
|
-
"version": "0.1.
|
|
3555
|
+
"version": "0.1.46",
|
|
3418
3556
|
"descriptor": {
|
|
3419
3557
|
"packageVersion": 1,
|
|
3420
3558
|
"packageId": "@jskit-ai/json-rest-api-core",
|
|
3421
|
-
"version": "0.1.
|
|
3559
|
+
"version": "0.1.46",
|
|
3422
3560
|
"kind": "runtime",
|
|
3423
3561
|
"description": "Shared internal json-rest-api host runtime for JSKIT server packages.",
|
|
3424
3562
|
"dependsOn": [
|
|
@@ -3478,11 +3616,11 @@
|
|
|
3478
3616
|
},
|
|
3479
3617
|
{
|
|
3480
3618
|
"packageId": "@jskit-ai/mobile-capacitor",
|
|
3481
|
-
"version": "0.1.
|
|
3619
|
+
"version": "0.1.38",
|
|
3482
3620
|
"descriptor": {
|
|
3483
3621
|
"packageVersion": 1,
|
|
3484
3622
|
"packageId": "@jskit-ai/mobile-capacitor",
|
|
3485
|
-
"version": "0.1.
|
|
3623
|
+
"version": "0.1.38",
|
|
3486
3624
|
"kind": "runtime",
|
|
3487
3625
|
"description": "Thin Capacitor client integration for JSKIT mobile-shell launch routing and auth callback completion.",
|
|
3488
3626
|
"dependsOn": [
|
|
@@ -3545,8 +3683,8 @@
|
|
|
3545
3683
|
"@capacitor/app": "^7.1.0",
|
|
3546
3684
|
"@capacitor/browser": "^7.0.1",
|
|
3547
3685
|
"@capacitor/core": "^7.4.3",
|
|
3548
|
-
"@jskit-ai/kernel": "0.1.
|
|
3549
|
-
"@jskit-ai/shell-web": "0.1.
|
|
3686
|
+
"@jskit-ai/kernel": "0.1.102",
|
|
3687
|
+
"@jskit-ai/shell-web": "0.1.101"
|
|
3550
3688
|
},
|
|
3551
3689
|
"dev": {
|
|
3552
3690
|
"@capacitor/cli": "^7.4.3"
|
|
@@ -3598,11 +3736,11 @@
|
|
|
3598
3736
|
},
|
|
3599
3737
|
{
|
|
3600
3738
|
"packageId": "@jskit-ai/realtime",
|
|
3601
|
-
"version": "0.1.
|
|
3739
|
+
"version": "0.1.100",
|
|
3602
3740
|
"descriptor": {
|
|
3603
3741
|
"packageVersion": 1,
|
|
3604
3742
|
"packageId": "@jskit-ai/realtime",
|
|
3605
|
-
"version": "0.1.
|
|
3743
|
+
"version": "0.1.100",
|
|
3606
3744
|
"kind": "runtime",
|
|
3607
3745
|
"description": "Thin, generic realtime runtime wrappers for socket.io server and client.",
|
|
3608
3746
|
"options": {
|
|
@@ -3698,7 +3836,7 @@
|
|
|
3698
3836
|
"mutations": {
|
|
3699
3837
|
"dependencies": {
|
|
3700
3838
|
"runtime": {
|
|
3701
|
-
"@jskit-ai/kernel": "0.1.
|
|
3839
|
+
"@jskit-ai/kernel": "0.1.102",
|
|
3702
3840
|
"@socket.io/redis-adapter": "^8.3.0",
|
|
3703
3841
|
"redis": "^5.8.2",
|
|
3704
3842
|
"socket.io": "^4.8.3",
|
|
@@ -3747,11 +3885,11 @@
|
|
|
3747
3885
|
},
|
|
3748
3886
|
{
|
|
3749
3887
|
"packageId": "@jskit-ai/resource-core",
|
|
3750
|
-
"version": "0.1.
|
|
3888
|
+
"version": "0.1.46",
|
|
3751
3889
|
"descriptor": {
|
|
3752
3890
|
"packageVersion": 1,
|
|
3753
3891
|
"packageId": "@jskit-ai/resource-core",
|
|
3754
|
-
"version": "0.1.
|
|
3892
|
+
"version": "0.1.46",
|
|
3755
3893
|
"kind": "runtime",
|
|
3756
3894
|
"description": "Generic resource-definition helpers and schema-definition normalization.",
|
|
3757
3895
|
"dependsOn": [
|
|
@@ -3774,7 +3912,7 @@
|
|
|
3774
3912
|
"mutations": {
|
|
3775
3913
|
"dependencies": {
|
|
3776
3914
|
"runtime": {
|
|
3777
|
-
"@jskit-ai/resource-core": "0.1.
|
|
3915
|
+
"@jskit-ai/resource-core": "0.1.46"
|
|
3778
3916
|
},
|
|
3779
3917
|
"dev": {}
|
|
3780
3918
|
},
|
|
@@ -3789,11 +3927,11 @@
|
|
|
3789
3927
|
},
|
|
3790
3928
|
{
|
|
3791
3929
|
"packageId": "@jskit-ai/resource-crud-core",
|
|
3792
|
-
"version": "0.1.
|
|
3930
|
+
"version": "0.1.46",
|
|
3793
3931
|
"descriptor": {
|
|
3794
3932
|
"packageVersion": 1,
|
|
3795
3933
|
"packageId": "@jskit-ai/resource-crud-core",
|
|
3796
|
-
"version": "0.1.
|
|
3934
|
+
"version": "0.1.46",
|
|
3797
3935
|
"kind": "runtime",
|
|
3798
3936
|
"description": "CRUD-specific resource-definition helpers and namespace support.",
|
|
3799
3937
|
"dependsOn": [
|
|
@@ -3817,7 +3955,7 @@
|
|
|
3817
3955
|
"mutations": {
|
|
3818
3956
|
"dependencies": {
|
|
3819
3957
|
"runtime": {
|
|
3820
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
3958
|
+
"@jskit-ai/resource-crud-core": "0.1.46"
|
|
3821
3959
|
},
|
|
3822
3960
|
"dev": {}
|
|
3823
3961
|
},
|
|
@@ -3832,11 +3970,11 @@
|
|
|
3832
3970
|
},
|
|
3833
3971
|
{
|
|
3834
3972
|
"packageId": "@jskit-ai/shell-web",
|
|
3835
|
-
"version": "0.1.
|
|
3973
|
+
"version": "0.1.101",
|
|
3836
3974
|
"descriptor": {
|
|
3837
3975
|
"packageVersion": 1,
|
|
3838
3976
|
"packageId": "@jskit-ai/shell-web",
|
|
3839
|
-
"version": "0.1.
|
|
3977
|
+
"version": "0.1.101",
|
|
3840
3978
|
"kind": "runtime",
|
|
3841
3979
|
"description": "Web shell layout runtime with outlet-based placement contributions.",
|
|
3842
3980
|
"dependsOn": [],
|
|
@@ -4178,7 +4316,7 @@
|
|
|
4178
4316
|
"dependencies": {
|
|
4179
4317
|
"runtime": {
|
|
4180
4318
|
"@mdi/js": "^7.4.47",
|
|
4181
|
-
"@jskit-ai/kernel": "0.1.
|
|
4319
|
+
"@jskit-ai/kernel": "0.1.102"
|
|
4182
4320
|
},
|
|
4183
4321
|
"dev": {}
|
|
4184
4322
|
},
|
|
@@ -4378,11 +4516,11 @@
|
|
|
4378
4516
|
},
|
|
4379
4517
|
{
|
|
4380
4518
|
"packageId": "@jskit-ai/storage-runtime",
|
|
4381
|
-
"version": "0.1.
|
|
4519
|
+
"version": "0.1.100",
|
|
4382
4520
|
"descriptor": {
|
|
4383
4521
|
"packageVersion": 1,
|
|
4384
4522
|
"packageId": "@jskit-ai/storage-runtime",
|
|
4385
|
-
"version": "0.1.
|
|
4523
|
+
"version": "0.1.100",
|
|
4386
4524
|
"kind": "runtime",
|
|
4387
4525
|
"dependsOn": [
|
|
4388
4526
|
"@jskit-ai/kernel"
|
|
@@ -4431,7 +4569,7 @@
|
|
|
4431
4569
|
"mutations": {
|
|
4432
4570
|
"dependencies": {
|
|
4433
4571
|
"runtime": {
|
|
4434
|
-
"@jskit-ai/kernel": "0.1.
|
|
4572
|
+
"@jskit-ai/kernel": "0.1.102",
|
|
4435
4573
|
"unstorage": "^1.17.3"
|
|
4436
4574
|
},
|
|
4437
4575
|
"dev": {}
|
|
@@ -4447,11 +4585,11 @@
|
|
|
4447
4585
|
},
|
|
4448
4586
|
{
|
|
4449
4587
|
"packageId": "@jskit-ai/ui-generator",
|
|
4450
|
-
"version": "0.1.
|
|
4588
|
+
"version": "0.1.84",
|
|
4451
4589
|
"descriptor": {
|
|
4452
4590
|
"packageVersion": 1,
|
|
4453
4591
|
"packageId": "@jskit-ai/ui-generator",
|
|
4454
|
-
"version": "0.1.
|
|
4592
|
+
"version": "0.1.84",
|
|
4455
4593
|
"kind": "generator",
|
|
4456
4594
|
"description": "Create non-CRUD pages, reusable UI elements, and subpage hosts.",
|
|
4457
4595
|
"options": {
|
|
@@ -4884,7 +5022,7 @@
|
|
|
4884
5022
|
"mutations": {
|
|
4885
5023
|
"dependencies": {
|
|
4886
5024
|
"runtime": {
|
|
4887
|
-
"@jskit-ai/users-web": "0.1.
|
|
5025
|
+
"@jskit-ai/users-web": "0.1.116"
|
|
4888
5026
|
},
|
|
4889
5027
|
"dev": {}
|
|
4890
5028
|
},
|
|
@@ -4899,11 +5037,11 @@
|
|
|
4899
5037
|
},
|
|
4900
5038
|
{
|
|
4901
5039
|
"packageId": "@jskit-ai/uploads-image-web",
|
|
4902
|
-
"version": "0.1.
|
|
5040
|
+
"version": "0.1.79",
|
|
4903
5041
|
"descriptor": {
|
|
4904
5042
|
"packageVersion": 1,
|
|
4905
5043
|
"packageId": "@jskit-ai/uploads-image-web",
|
|
4906
|
-
"version": "0.1.
|
|
5044
|
+
"version": "0.1.79",
|
|
4907
5045
|
"kind": "runtime",
|
|
4908
5046
|
"description": "Reusable client-side image upload runtime with pre-upload image editing.",
|
|
4909
5047
|
"dependsOn": [
|
|
@@ -4967,7 +5105,7 @@
|
|
|
4967
5105
|
"mutations": {
|
|
4968
5106
|
"dependencies": {
|
|
4969
5107
|
"runtime": {
|
|
4970
|
-
"@jskit-ai/uploads-runtime": "0.1.
|
|
5108
|
+
"@jskit-ai/uploads-runtime": "0.1.79",
|
|
4971
5109
|
"@uppy/compressor": "^3.1.0",
|
|
4972
5110
|
"@uppy/core": "^5.2.0",
|
|
4973
5111
|
"@uppy/dashboard": "^5.1.1",
|
|
@@ -4987,11 +5125,11 @@
|
|
|
4987
5125
|
},
|
|
4988
5126
|
{
|
|
4989
5127
|
"packageId": "@jskit-ai/uploads-runtime",
|
|
4990
|
-
"version": "0.1.
|
|
5128
|
+
"version": "0.1.79",
|
|
4991
5129
|
"descriptor": {
|
|
4992
5130
|
"packageVersion": 1,
|
|
4993
5131
|
"packageId": "@jskit-ai/uploads-runtime",
|
|
4994
|
-
"version": "0.1.
|
|
5132
|
+
"version": "0.1.79",
|
|
4995
5133
|
"kind": "runtime",
|
|
4996
5134
|
"description": "Reusable upload runtime primitives for multipart parsing, policy validation, and blob storage.",
|
|
4997
5135
|
"dependsOn": [
|
|
@@ -5061,7 +5199,7 @@
|
|
|
5061
5199
|
"dependencies": {
|
|
5062
5200
|
"runtime": {
|
|
5063
5201
|
"@fastify/multipart": "^9.4.0",
|
|
5064
|
-
"@jskit-ai/kernel": "0.1.
|
|
5202
|
+
"@jskit-ai/kernel": "0.1.102"
|
|
5065
5203
|
},
|
|
5066
5204
|
"dev": {}
|
|
5067
5205
|
},
|
|
@@ -5076,11 +5214,11 @@
|
|
|
5076
5214
|
},
|
|
5077
5215
|
{
|
|
5078
5216
|
"packageId": "@jskit-ai/users-core",
|
|
5079
|
-
"version": "0.1.
|
|
5217
|
+
"version": "0.1.111",
|
|
5080
5218
|
"descriptor": {
|
|
5081
5219
|
"packageVersion": 1,
|
|
5082
5220
|
"packageId": "@jskit-ai/users-core",
|
|
5083
|
-
"version": "0.1.
|
|
5221
|
+
"version": "0.1.111",
|
|
5084
5222
|
"kind": "runtime",
|
|
5085
5223
|
"description": "Users/account runtime plus HTTP routes for account features.",
|
|
5086
5224
|
"dependsOn": [
|
|
@@ -5149,7 +5287,10 @@
|
|
|
5149
5287
|
}
|
|
5150
5288
|
],
|
|
5151
5289
|
"containerTokens": {
|
|
5152
|
-
"server": [
|
|
5290
|
+
"server": [
|
|
5291
|
+
"users.profile.sync.service",
|
|
5292
|
+
"auth.profile.projector"
|
|
5293
|
+
],
|
|
5153
5294
|
"client": []
|
|
5154
5295
|
}
|
|
5155
5296
|
},
|
|
@@ -5221,16 +5362,16 @@
|
|
|
5221
5362
|
"mutations": {
|
|
5222
5363
|
"dependencies": {
|
|
5223
5364
|
"runtime": {
|
|
5224
|
-
"@jskit-ai/auth-core": "0.1.
|
|
5225
|
-
"@jskit-ai/crud-core": "0.1.
|
|
5226
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
5227
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
5228
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
5229
|
-
"@jskit-ai/kernel": "0.1.
|
|
5230
|
-
"@jskit-ai/resource-core": "0.1.
|
|
5231
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
5365
|
+
"@jskit-ai/auth-core": "0.1.100",
|
|
5366
|
+
"@jskit-ai/crud-core": "0.1.109",
|
|
5367
|
+
"@jskit-ai/database-runtime": "0.1.101",
|
|
5368
|
+
"@jskit-ai/http-runtime": "0.1.100",
|
|
5369
|
+
"@jskit-ai/json-rest-api-core": "0.1.46",
|
|
5370
|
+
"@jskit-ai/kernel": "0.1.102",
|
|
5371
|
+
"@jskit-ai/resource-core": "0.1.46",
|
|
5372
|
+
"@jskit-ai/resource-crud-core": "0.1.46",
|
|
5232
5373
|
"@local/users": "file:packages/users",
|
|
5233
|
-
"@jskit-ai/uploads-runtime": "0.1.
|
|
5374
|
+
"@jskit-ai/uploads-runtime": "0.1.79"
|
|
5234
5375
|
},
|
|
5235
5376
|
"dev": {}
|
|
5236
5377
|
},
|
|
@@ -5448,11 +5589,11 @@
|
|
|
5448
5589
|
},
|
|
5449
5590
|
{
|
|
5450
5591
|
"packageId": "@jskit-ai/users-web",
|
|
5451
|
-
"version": "0.1.
|
|
5592
|
+
"version": "0.1.116",
|
|
5452
5593
|
"descriptor": {
|
|
5453
5594
|
"packageVersion": 1,
|
|
5454
5595
|
"packageId": "@jskit-ai/users-web",
|
|
5455
|
-
"version": "0.1.
|
|
5596
|
+
"version": "0.1.116",
|
|
5456
5597
|
"kind": "runtime",
|
|
5457
5598
|
"description": "Users web module: account/profile UI plus shared users web widgets.",
|
|
5458
5599
|
"dependsOn": [
|
|
@@ -5755,12 +5896,12 @@
|
|
|
5755
5896
|
"dependencies": {
|
|
5756
5897
|
"runtime": {
|
|
5757
5898
|
"@mdi/js": "^7.4.47",
|
|
5758
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
5759
|
-
"@jskit-ai/realtime": "0.1.
|
|
5760
|
-
"@jskit-ai/kernel": "0.1.
|
|
5761
|
-
"@jskit-ai/shell-web": "0.1.
|
|
5762
|
-
"@jskit-ai/uploads-image-web": "0.1.
|
|
5763
|
-
"@jskit-ai/users-core": "0.1.
|
|
5899
|
+
"@jskit-ai/http-runtime": "0.1.100",
|
|
5900
|
+
"@jskit-ai/realtime": "0.1.100",
|
|
5901
|
+
"@jskit-ai/kernel": "0.1.102",
|
|
5902
|
+
"@jskit-ai/shell-web": "0.1.101",
|
|
5903
|
+
"@jskit-ai/uploads-image-web": "0.1.79",
|
|
5904
|
+
"@jskit-ai/users-core": "0.1.111"
|
|
5764
5905
|
},
|
|
5765
5906
|
"dev": {}
|
|
5766
5907
|
},
|
|
@@ -5929,11 +6070,11 @@
|
|
|
5929
6070
|
},
|
|
5930
6071
|
{
|
|
5931
6072
|
"packageId": "@jskit-ai/workspaces-core",
|
|
5932
|
-
"version": "0.1.
|
|
6073
|
+
"version": "0.1.77",
|
|
5933
6074
|
"descriptor": {
|
|
5934
6075
|
"packageVersion": 1,
|
|
5935
6076
|
"packageId": "@jskit-ai/workspaces-core",
|
|
5936
|
-
"version": "0.1.
|
|
6077
|
+
"version": "0.1.77",
|
|
5937
6078
|
"kind": "runtime",
|
|
5938
6079
|
"description": "Workspace tenancy runtime plus HTTP routes, role catalog, and workspace config scaffolding.",
|
|
5939
6080
|
"dependsOn": [
|
|
@@ -6074,10 +6215,10 @@
|
|
|
6074
6215
|
"mutations": {
|
|
6075
6216
|
"dependencies": {
|
|
6076
6217
|
"runtime": {
|
|
6077
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
6078
|
-
"@jskit-ai/resource-core": "0.1.
|
|
6079
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
6080
|
-
"@jskit-ai/users-core": "0.1.
|
|
6218
|
+
"@jskit-ai/json-rest-api-core": "0.1.46",
|
|
6219
|
+
"@jskit-ai/resource-core": "0.1.46",
|
|
6220
|
+
"@jskit-ai/resource-crud-core": "0.1.46",
|
|
6221
|
+
"@jskit-ai/users-core": "0.1.111"
|
|
6081
6222
|
},
|
|
6082
6223
|
"dev": {}
|
|
6083
6224
|
},
|
|
@@ -6249,11 +6390,11 @@
|
|
|
6249
6390
|
},
|
|
6250
6391
|
{
|
|
6251
6392
|
"packageId": "@jskit-ai/workspaces-web",
|
|
6252
|
-
"version": "0.1.
|
|
6393
|
+
"version": "0.1.78",
|
|
6253
6394
|
"descriptor": {
|
|
6254
6395
|
"packageVersion": 1,
|
|
6255
6396
|
"packageId": "@jskit-ai/workspaces-web",
|
|
6256
|
-
"version": "0.1.
|
|
6397
|
+
"version": "0.1.78",
|
|
6257
6398
|
"kind": "runtime",
|
|
6258
6399
|
"description": "Workspace web module: workspace selector, tools widget, workspace surfaces, members UI, and settings hosts.",
|
|
6259
6400
|
"dependsOn": [
|
|
@@ -6505,8 +6646,8 @@
|
|
|
6505
6646
|
"mutations": {
|
|
6506
6647
|
"dependencies": {
|
|
6507
6648
|
"runtime": {
|
|
6508
|
-
"@jskit-ai/workspaces-core": "0.1.
|
|
6509
|
-
"@jskit-ai/users-web": "0.1.
|
|
6649
|
+
"@jskit-ai/workspaces-core": "0.1.77",
|
|
6650
|
+
"@jskit-ai/users-web": "0.1.116"
|
|
6510
6651
|
},
|
|
6511
6652
|
"dev": {}
|
|
6512
6653
|
},
|