@jskit-ai/auth-core 0.1.154 → 0.1.155

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/auth-core",
3
- "version": "0.1.154",
3
+ "version": "0.1.155",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "test": "node --test"
@@ -59,7 +59,7 @@
59
59
  "@fastify/cookie": "^11.0.2",
60
60
  "@fastify/csrf-protection": "^7.1.0",
61
61
  "@fastify/rate-limit": "^10.3.0",
62
- "@jskit-ai/kernel": "0.1.156",
62
+ "@jskit-ai/kernel": "0.1.157",
63
63
  "json-rest-schema": "^1.0.17"
64
64
  },
65
65
  "jskit": {
@@ -132,7 +132,7 @@
132
132
  "mutations": {
133
133
  "dependencies": {
134
134
  "runtime": {
135
- "@jskit-ai/kernel": "0.1.156",
135
+ "@jskit-ai/kernel": "0.1.157",
136
136
  "@fastify/cookie": "^11.0.2",
137
137
  "@fastify/csrf-protection": "^7.1.0",
138
138
  "@fastify/rate-limit": "^10.3.0"
@@ -5,7 +5,7 @@ import { createAuthSessionEventsService } from "../services/authSessionEventsSer
5
5
  class AuthActionsServiceProvider {
6
6
  static id = "auth.actions";
7
7
 
8
- static dependsOn = ["runtime.actions"];
8
+ static startsAfter = ["runtime.actions"];
9
9
 
10
10
  register(app) {
11
11
  if (
@@ -214,7 +214,7 @@ test("AuthActionsServiceProvider leaves unrelated actions usable when no auth pr
214
214
  class PublicActionProvider {
215
215
  static id = "public.actions";
216
216
 
217
- static dependsOn = ["runtime.actions"];
217
+ static startsAfter = ["runtime.actions"];
218
218
 
219
219
  register(targetApp) {
220
220
  targetApp.action({