katanakit-js 2.13.3 → 2.13.4

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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "katanakit-js",
3
- "version": "2.13.3",
3
+ "version": "2.13.4",
4
4
  "description": "KatanaKit — a sharp, framework-agnostic TypeScript service toolkit organized with hexagonal architecture.",
5
5
  "type": "module",
6
6
  "workspaces": [
@@ -65,7 +65,7 @@
65
65
  "release:major": "yarn check && yarn bump:major && git push && git push --tags",
66
66
  "version:sync": "node -e \"const v=require('child_process').execSync('git tag --sort=-v:refname').toString().split('\\n')[0].replace('v',''); const p=require('./package.json'); p.version=v; require('fs').writeFileSync('package.json',JSON.stringify(p,null,2)+'\\n'); console.log('Synced to v'+v)\"",
67
67
  "docs:dev": "yarn workspace katanakit-docs run dev",
68
- "docs:build": "yarn workspace katanakit-docs run build && mkdir -p dist && cp -r docs/build/* dist/build/",
68
+ "docs:build": "yarn workspace katanakit-docs run build",
69
69
  "docs:serve": "yarn workspace katanakit-docs run serve"
70
70
  },
71
71
  "repository": {
@@ -96,7 +96,7 @@
96
96
  "jsdelivr": "./dist/index.js",
97
97
  "dependencies": {
98
98
  "@js-temporal/polyfill": "^0.5.1",
99
- "@prisma/orm-postgres": "^8.0.0-rc.8"
99
+ "@prisma/orm-postgres": "8.0.0-rc.8"
100
100
  },
101
101
  "peerDependencies": {
102
102
  "cors": ">=2.8.0",
@@ -120,14 +120,14 @@
120
120
  },
121
121
  "devDependencies": {
122
122
  "@biomejs/biome": "^2.5.12",
123
- "@types/bun": "^1.4.1",
123
+ "@types/bun": "^1.4.2",
124
124
  "@types/cors": "^2.8.19",
125
125
  "@types/express": "^5.0.6",
126
126
  "@types/node": "^26.5.0",
127
127
  "cors": "^2.8.6",
128
128
  "dotenv": "^17.4.2",
129
129
  "express": "^5.2.1",
130
- "prisma": "^8.0.0-rc.13",
130
+ "prisma": "8.0.0-rc.13",
131
131
  "tsx": "^4.23.13",
132
132
  "typescript": "^7.0.2",
133
133
  "vite": "^8.2.2",