@spfn/core 0.1.0-alpha.82 → 0.1.0-alpha.83

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": "@spfn/core",
3
- "version": "0.1.0-alpha.82",
3
+ "version": "0.1.0-alpha.83",
4
4
  "description": "SPFN Framework Core - File-based routing, transactions, repository pattern",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -126,14 +126,12 @@
126
126
  "hono": "^4.9.0",
127
127
  "jiti": "^2.6.1",
128
128
  "micromatch": "^4.0.8",
129
- "pino": "^10.0.0",
130
129
  "postgres": "^3.4.0",
131
130
  "typescript": "^5.3.3",
132
131
  "zod": "^4.1.11"
133
132
  },
134
133
  "optionalDependencies": {
135
- "ioredis": "^5.4.1",
136
- "pino-pretty": "^11.0.0"
134
+ "ioredis": "^5.4.1"
137
135
  },
138
136
  "devDependencies": {
139
137
  "@types/micromatch": "^4.0.9",