@jskit-ai/jskit-catalog 0.1.127 → 0.1.128

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.
@@ -347,11 +347,11 @@
347
347
  },
348
348
  {
349
349
  "packageId": "@jskit-ai/assistant-core",
350
- "version": "0.1.93",
350
+ "version": "0.1.94",
351
351
  "descriptor": {
352
352
  "packageVersion": 1,
353
353
  "packageId": "@jskit-ai/assistant-core",
354
- "version": "0.1.93",
354
+ "version": "0.1.94",
355
355
  "kind": "runtime",
356
356
  "description": "Reusable assistant client/server/shared primitives without surface-specific routes or settings ownership.",
357
357
  "dependsOn": [
@@ -422,11 +422,11 @@
422
422
  },
423
423
  {
424
424
  "packageId": "@jskit-ai/assistant-runtime",
425
- "version": "0.1.88",
425
+ "version": "0.1.89",
426
426
  "descriptor": {
427
427
  "packageVersion": 1,
428
428
  "packageId": "@jskit-ai/assistant-runtime",
429
- "version": "0.1.88",
429
+ "version": "0.1.89",
430
430
  "kind": "runtime",
431
431
  "description": "Shared assistant runtime with per-surface assistant registration.",
432
432
  "dependsOn": [
@@ -522,11 +522,11 @@
522
522
  "mutations": {
523
523
  "dependencies": {
524
524
  "runtime": {
525
- "@jskit-ai/assistant-core": "0.1.93",
525
+ "@jskit-ai/assistant-core": "0.1.94",
526
526
  "@jskit-ai/database-runtime": "0.1.118",
527
527
  "@jskit-ai/http-runtime": "0.1.117",
528
528
  "@jskit-ai/kernel": "0.1.119",
529
- "@jskit-ai/shell-web": "0.1.117",
529
+ "@jskit-ai/shell-web": "0.1.118",
530
530
  "@jskit-ai/users-core": "0.1.127",
531
531
  "@jskit-ai/users-web": "0.1.133"
532
532
  },
@@ -678,11 +678,11 @@
678
678
  },
679
679
  {
680
680
  "packageId": "@jskit-ai/auth-provider-local-core",
681
- "version": "0.1.18",
681
+ "version": "0.1.19",
682
682
  "descriptor": {
683
683
  "packageVersion": 1,
684
684
  "packageId": "@jskit-ai/auth-provider-local-core",
685
- "version": "0.1.18",
685
+ "version": "0.1.19",
686
686
  "kind": "runtime",
687
687
  "description": "Local auth provider with a file backend default and no database requirement.",
688
688
  "dependsOn": [
@@ -792,11 +792,11 @@
792
792
  },
793
793
  {
794
794
  "packageId": "@jskit-ai/auth-provider-local-db-core",
795
- "version": "0.1.10",
795
+ "version": "0.1.11",
796
796
  "descriptor": {
797
797
  "packageVersion": 1,
798
798
  "packageId": "@jskit-ai/auth-provider-local-db-core",
799
- "version": "0.1.10",
799
+ "version": "0.1.11",
800
800
  "kind": "runtime",
801
801
  "description": "Database-backed local auth storage backend for JSKIT local auth.",
802
802
  "dependsOn": [
@@ -875,7 +875,7 @@
875
875
  "mutations": {
876
876
  "dependencies": {
877
877
  "runtime": {
878
- "@jskit-ai/auth-provider-local-core": "0.1.18",
878
+ "@jskit-ai/auth-provider-local-core": "0.1.19",
879
879
  "@jskit-ai/database-runtime": "0.1.118",
880
880
  "@jskit-ai/kernel": "0.1.119"
881
881
  },
@@ -912,11 +912,11 @@
912
912
  },
913
913
  {
914
914
  "packageId": "@jskit-ai/auth-provider-supabase-core",
915
- "version": "0.1.116",
915
+ "version": "0.1.117",
916
916
  "descriptor": {
917
917
  "packageVersion": 1,
918
918
  "packageId": "@jskit-ai/auth-provider-supabase-core",
919
- "version": "0.1.116",
919
+ "version": "0.1.117",
920
920
  "kind": "runtime",
921
921
  "options": {
922
922
  "auth-supabase-url": {
@@ -4731,11 +4731,11 @@
4731
4731
  },
4732
4732
  {
4733
4733
  "packageId": "@jskit-ai/storage-runtime",
4734
- "version": "0.1.116",
4734
+ "version": "0.1.117",
4735
4735
  "descriptor": {
4736
4736
  "packageVersion": 1,
4737
4737
  "packageId": "@jskit-ai/storage-runtime",
4738
- "version": "0.1.116",
4738
+ "version": "0.1.117",
4739
4739
  "kind": "runtime",
4740
4740
  "dependsOn": [
4741
4741
  "@jskit-ai/kernel"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/jskit-catalog",
3
- "version": "0.1.127",
3
+ "version": "0.1.128",
4
4
  "description": "Published metadata catalog for JSKIT package descriptors.",
5
5
  "type": "module",
6
6
  "files": [
@@ -17,7 +17,7 @@
17
17
  "test": "node --test"
18
18
  },
19
19
  "engines": {
20
- "node": ">=20 <23"
20
+ "node": "^22.12.0 || ^24.0.0 || ^26.0.0"
21
21
  },
22
22
  "publishConfig": {
23
23
  "access": "public"