@getstrata/bootstrap 0.2.25 → 0.2.26

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.
@@ -1 +1 @@
1
- export { resolveApplicationAuth, resolveApplicationCache, resolveApplicationConfig, resolveApplicationDependencies, resolveApplicationEventBus, resolveApplicationLogger, resolveApplicationPolicyGate, resolveApplicationQueue, setActiveApplicationContext, } from "@getstrata/core/runtime/applicationRegistry.ts";
1
+ export { resolveApplicationAuth, resolveApplicationCache, resolveApplicationConfig, resolveApplicationDependencies, resolveApplicationEventBus, resolveApplicationLogger, resolveApplicationPolicyGate, resolveApplicationQueue, setActiveApplicationContext, } from "@getstrata/core/runtime/applicationRegistry";
@@ -4,7 +4,7 @@ declare const CACHE_MAX_ENTRIES_CONFIG_KEY = "cache.maxEntries";
4
4
  declare const CACHE_DRIVER_CONFIG_KEY = "cache.driver";
5
5
  declare const REDIS_URL_CONFIG_KEY = "cache.redisUrl";
6
6
  declare const DATABASE_URL_CONFIG_KEY = "database.url";
7
- export { CORE_AUTH_TOKEN, CORE_CACHE_TOKEN, CORE_CONFIG_TOKEN, CORE_EVENT_BUS_TOKEN, CORE_POLICY_GATE_TOKEN, CORE_QUEUE_TOKEN, CORE_TOKEN_SERVICE_TOKEN, } from "@getstrata/core/contracts/serviceTokens.ts";
7
+ export { CORE_AUTH_TOKEN, CORE_CACHE_TOKEN, CORE_CONFIG_TOKEN, CORE_EVENT_BUS_TOKEN, CORE_POLICY_GATE_TOKEN, CORE_QUEUE_TOKEN, CORE_TOKEN_SERVICE_TOKEN, } from "@getstrata/core/contracts/serviceTokens";
8
8
  declare const AUTH_DEV_HEADERS_CONFIG_KEY = "auth.allowDevHeaders";
9
9
  declare const DEFAULT_APP_PORT = 3000;
10
10
  declare const DEFAULT_CACHE_TTL_MS = 3600000;
@@ -10,7 +10,7 @@ import {
10
10
  resolveApplicationPolicyGate,
11
11
  resolveApplicationQueue,
12
12
  setActiveApplicationContext
13
- } from "@getstrata/core/runtime/applicationRegistry.ts";
13
+ } from "@getstrata/core/runtime/applicationRegistry";
14
14
  export {
15
15
  setActiveApplicationContext,
16
16
  resolveApplicationQueue,
@@ -87,7 +87,7 @@ import {
87
87
  CORE_POLICY_GATE_TOKEN,
88
88
  CORE_QUEUE_TOKEN,
89
89
  CORE_TOKEN_SERVICE_TOKEN
90
- } from "@getstrata/core/contracts/serviceTokens.ts";
90
+ } from "@getstrata/core/contracts/serviceTokens";
91
91
  var APP_PORT_CONFIG_KEY = "app.port";
92
92
  var CACHE_TTL_MS_CONFIG_KEY = "cache.ttlMs";
93
93
  var CACHE_MAX_ENTRIES_CONFIG_KEY = "cache.maxEntries";
@@ -90,7 +90,7 @@ import {
90
90
  CORE_POLICY_GATE_TOKEN,
91
91
  CORE_QUEUE_TOKEN,
92
92
  CORE_TOKEN_SERVICE_TOKEN
93
- } from "@getstrata/core/contracts/serviceTokens.ts";
93
+ } from "@getstrata/core/contracts/serviceTokens";
94
94
  var APP_PORT_CONFIG_KEY = "app.port";
95
95
  var CACHE_TTL_MS_CONFIG_KEY = "cache.ttlMs";
96
96
  var CACHE_MAX_ENTRIES_CONFIG_KEY = "cache.maxEntries";
@@ -8,7 +8,7 @@ import {
8
8
  CORE_POLICY_GATE_TOKEN,
9
9
  CORE_QUEUE_TOKEN,
10
10
  CORE_TOKEN_SERVICE_TOKEN
11
- } from "@getstrata/core/contracts/serviceTokens.ts";
11
+ } from "@getstrata/core/contracts/serviceTokens";
12
12
  var APP_PORT_CONFIG_KEY = "app.port";
13
13
  var CACHE_TTL_MS_CONFIG_KEY = "cache.ttlMs";
14
14
  var CACHE_MAX_ENTRIES_CONFIG_KEY = "cache.maxEntries";
@@ -10,7 +10,7 @@ import {
10
10
  resolveApplicationPolicyGate,
11
11
  resolveApplicationQueue,
12
12
  setActiveApplicationContext
13
- } from "@getstrata/core/runtime/applicationRegistry.ts";
13
+ } from "@getstrata/core/runtime/applicationRegistry";
14
14
 
15
15
  // ../../src/bootstrap/contracts.ts
16
16
  import {
@@ -135,7 +135,7 @@ import {
135
135
  CORE_POLICY_GATE_TOKEN,
136
136
  CORE_QUEUE_TOKEN,
137
137
  CORE_TOKEN_SERVICE_TOKEN
138
- } from "@getstrata/core/contracts/serviceTokens.ts";
138
+ } from "@getstrata/core/contracts/serviceTokens";
139
139
  var APP_PORT_CONFIG_KEY = "app.port";
140
140
  var CACHE_TTL_MS_CONFIG_KEY = "cache.ttlMs";
141
141
  var CACHE_MAX_ENTRIES_CONFIG_KEY = "cache.maxEntries";
@@ -94,7 +94,7 @@ import {
94
94
  CORE_POLICY_GATE_TOKEN,
95
95
  CORE_QUEUE_TOKEN,
96
96
  CORE_TOKEN_SERVICE_TOKEN
97
- } from "@getstrata/core/contracts/serviceTokens.ts";
97
+ } from "@getstrata/core/contracts/serviceTokens";
98
98
  var APP_PORT_CONFIG_KEY = "app.port";
99
99
  var CACHE_TTL_MS_CONFIG_KEY = "cache.ttlMs";
100
100
  var CACHE_MAX_ENTRIES_CONFIG_KEY = "cache.maxEntries";
@@ -10,7 +10,7 @@ import {
10
10
  resolveApplicationPolicyGate,
11
11
  resolveApplicationQueue,
12
12
  setActiveApplicationContext
13
- } from "@getstrata/core/runtime/applicationRegistry.ts";
13
+ } from "@getstrata/core/runtime/applicationRegistry";
14
14
 
15
15
  // ../../src/bootstrap/contracts.ts
16
16
  import {
@@ -135,7 +135,7 @@ import {
135
135
  CORE_POLICY_GATE_TOKEN,
136
136
  CORE_QUEUE_TOKEN,
137
137
  CORE_TOKEN_SERVICE_TOKEN
138
- } from "@getstrata/core/contracts/serviceTokens.ts";
138
+ } from "@getstrata/core/contracts/serviceTokens";
139
139
  var APP_PORT_CONFIG_KEY = "app.port";
140
140
  var CACHE_TTL_MS_CONFIG_KEY = "cache.ttlMs";
141
141
  var CACHE_MAX_ENTRIES_CONFIG_KEY = "cache.maxEntries";
@@ -83,7 +83,7 @@ import {
83
83
  CORE_POLICY_GATE_TOKEN,
84
84
  CORE_QUEUE_TOKEN,
85
85
  CORE_TOKEN_SERVICE_TOKEN
86
- } from "@getstrata/core/contracts/serviceTokens.ts";
86
+ } from "@getstrata/core/contracts/serviceTokens";
87
87
  var APP_PORT_CONFIG_KEY = "app.port";
88
88
  var CACHE_TTL_MS_CONFIG_KEY = "cache.ttlMs";
89
89
  var CACHE_MAX_ENTRIES_CONFIG_KEY = "cache.maxEntries";
@@ -78,7 +78,7 @@ import {
78
78
  CORE_POLICY_GATE_TOKEN,
79
79
  CORE_QUEUE_TOKEN,
80
80
  CORE_TOKEN_SERVICE_TOKEN
81
- } from "@getstrata/core/contracts/serviceTokens.ts";
81
+ } from "@getstrata/core/contracts/serviceTokens";
82
82
  var APP_PORT_CONFIG_KEY = "app.port";
83
83
  var CACHE_TTL_MS_CONFIG_KEY = "cache.ttlMs";
84
84
  var CACHE_MAX_ENTRIES_CONFIG_KEY = "cache.maxEntries";
@@ -52,7 +52,7 @@ import {
52
52
  CORE_POLICY_GATE_TOKEN,
53
53
  CORE_QUEUE_TOKEN,
54
54
  CORE_TOKEN_SERVICE_TOKEN
55
- } from "@getstrata/core/contracts/serviceTokens.ts";
55
+ } from "@getstrata/core/contracts/serviceTokens";
56
56
  var APP_PORT_CONFIG_KEY = "app.port";
57
57
  var CACHE_TTL_MS_CONFIG_KEY = "cache.ttlMs";
58
58
  var CACHE_MAX_ENTRIES_CONFIG_KEY = "cache.maxEntries";
@@ -3252,7 +3252,7 @@ import {
3252
3252
  resolveApplicationPolicyGate,
3253
3253
  resolveApplicationQueue,
3254
3254
  setActiveApplicationContext
3255
- } from "@getstrata/core/runtime/applicationRegistry.ts";
3255
+ } from "@getstrata/core/runtime/applicationRegistry";
3256
3256
 
3257
3257
  // ../../src/bootstrap/discoverModules.ts
3258
3258
  import { readdirSync as readdirSync2 } from "fs";
@@ -380,7 +380,7 @@ import {
380
380
  CORE_POLICY_GATE_TOKEN as CORE_POLICY_GATE_TOKEN2,
381
381
  CORE_QUEUE_TOKEN as CORE_QUEUE_TOKEN2,
382
382
  CORE_TOKEN_SERVICE_TOKEN
383
- } from "@getstrata/core/contracts/serviceTokens.ts";
383
+ } from "@getstrata/core/contracts/serviceTokens";
384
384
  var APP_PORT_CONFIG_KEY = "app.port";
385
385
  var CACHE_TTL_MS_CONFIG_KEY = "cache.ttlMs";
386
386
  var CACHE_MAX_ENTRIES_CONFIG_KEY = "cache.maxEntries";
package/dist/index.js CHANGED
@@ -517,7 +517,7 @@ import {
517
517
  resolveApplicationPolicyGate,
518
518
  resolveApplicationQueue,
519
519
  setActiveApplicationContext
520
- } from "@getstrata/core/runtime/applicationRegistry.ts";
520
+ } from "@getstrata/core/runtime/applicationRegistry";
521
521
  // ../../src/bootstrap/buildModuleRoutes.ts
522
522
  import { conditionalJsonResponse } from "@getstrata/core/http";
523
523
  import { applyMiddlewareToRoutes } from "@getstrata/core/http/middleware";
@@ -606,7 +606,7 @@ import {
606
606
  CORE_POLICY_GATE_TOKEN,
607
607
  CORE_QUEUE_TOKEN,
608
608
  CORE_TOKEN_SERVICE_TOKEN
609
- } from "@getstrata/core/contracts/serviceTokens.ts";
609
+ } from "@getstrata/core/contracts/serviceTokens";
610
610
  var APP_PORT_CONFIG_KEY = "app.port";
611
611
  var CACHE_TTL_MS_CONFIG_KEY = "cache.ttlMs";
612
612
  var CACHE_MAX_ENTRIES_CONFIG_KEY = "cache.maxEntries";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getstrata/bootstrap",
3
- "version": "0.2.25",
3
+ "version": "0.2.26",
4
4
  "description": "Strata application bootstrap — HttpKernel, DI, web session helpers",
5
5
  "type": "module",
6
6
  "license": "MIT",