@spfn/core 0.3.0-beta.2 → 0.3.0-beta.3

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,4 +1,4 @@
1
- import { c as RouteAuthProfile } from './router-Qbssr11H.js';
1
+ import { c as RouteAuthProfile } from './router-Cy7rAfmj.js';
2
2
  import { HttpMethod } from './route/types.js';
3
3
 
4
4
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spfn/core",
3
- "version": "0.3.0-beta.2",
3
+ "version": "0.3.0-beta.3",
4
4
  "description": "Full-stack TypeScript backend for Next.js: file-based typed routes, Drizzle entities and repositories, PostgreSQL transactions and a generated end-to-end client, in one fixed vertical slice per feature",
5
5
  "type": "module",
6
6
  "exports": {
@@ -99,6 +99,11 @@
99
99
  "import": "./dist/config/index.js",
100
100
  "require": "./dist/config/index.js"
101
101
  },
102
+ "./app-config": {
103
+ "types": "./dist/app-config/index.d.ts",
104
+ "import": "./dist/app-config/index.js",
105
+ "require": "./dist/app-config/index.js"
106
+ },
102
107
  "./job": {
103
108
  "types": "./dist/job/index.d.ts",
104
109
  "import": "./dist/job/index.js",