@jskit-ai/jskit-catalog 0.1.106 → 0.1.107

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.
@@ -673,11 +673,11 @@
673
673
  },
674
674
  {
675
675
  "packageId": "@jskit-ai/auth-provider-supabase-core",
676
- "version": "0.1.97",
676
+ "version": "0.1.98",
677
677
  "descriptor": {
678
678
  "packageVersion": 1,
679
679
  "packageId": "@jskit-ai/auth-provider-supabase-core",
680
- "version": "0.1.97",
680
+ "version": "0.1.98",
681
681
  "kind": "runtime",
682
682
  "options": {
683
683
  "auth-supabase-url": {
@@ -813,8 +813,21 @@
813
813
  "op": "append-text",
814
814
  "file": "config/server.js",
815
815
  "position": "bottom",
816
- "skipIfContains": "config.auth = {",
817
- "value": "\nconfig.auth = {\n oauth: {\n providers: [],\n defaultProvider: \"\"\n }\n};\n",
816
+ "skipIfContains": "config.auth.profileMode =",
817
+ "value": "\nconfig.auth ||= {};\nconfig.auth.profileMode = \"standalone\";\n",
818
+ "reason": "Use standalone auth profile sync until a users package enables users-backed sync.",
819
+ "category": "runtime-config",
820
+ "id": "auth-profile-mode-standalone"
821
+ },
822
+ {
823
+ "op": "append-text",
824
+ "file": "config/server.js",
825
+ "position": "bottom",
826
+ "skipIfContains": [
827
+ "config.auth.oauth = {",
828
+ "config.auth = {\n oauth: {"
829
+ ],
830
+ "value": "\nconfig.auth ||= {};\nconfig.auth.oauth = {\n providers: [],\n defaultProvider: \"\"\n};\n",
818
831
  "reason": "Append app-owned OAuth provider visibility config for stock auth screens.",
819
832
  "category": "runtime-config",
820
833
  "id": "auth-oauth-app-config"
@@ -5063,11 +5076,11 @@
5063
5076
  },
5064
5077
  {
5065
5078
  "packageId": "@jskit-ai/users-core",
5066
- "version": "0.1.108",
5079
+ "version": "0.1.109",
5067
5080
  "descriptor": {
5068
5081
  "packageVersion": 1,
5069
5082
  "packageId": "@jskit-ai/users-core",
5070
- "version": "0.1.108",
5083
+ "version": "0.1.109",
5071
5084
  "kind": "runtime",
5072
5085
  "description": "Users/account runtime plus HTTP routes for account features.",
5073
5086
  "dependsOn": [
@@ -5420,10 +5433,11 @@
5420
5433
  ],
5421
5434
  "text": [
5422
5435
  {
5423
- "op": "upsert-env",
5424
- "file": ".env",
5425
- "key": "AUTH_PROFILE_MODE",
5426
- "value": "users",
5436
+ "op": "append-text",
5437
+ "file": "config/server.js",
5438
+ "position": "bottom",
5439
+ "skipIfContains": "config.auth.profileMode = \"users\";",
5440
+ "value": "\nconfig.auth ||= {};\nconfig.auth.profileMode = \"users\";\n",
5427
5441
  "reason": "Enable users-backed auth profile sync when users-core is installed.",
5428
5442
  "category": "runtime-config",
5429
5443
  "id": "users-core-auth-profile-mode"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/jskit-catalog",
3
- "version": "0.1.106",
3
+ "version": "0.1.107",
4
4
  "description": "Published metadata catalog for JSKIT package descriptors.",
5
5
  "type": "module",
6
6
  "files": [