stackpatch 1.2.4 → 1.2.5

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,5 +1,5 @@
1
- #!/usr/bin/env bun
2
1
  #!/usr/bin/env node
2
+
3
3
  import fs from 'fs';
4
4
  import path from 'path';
5
5
  import fse from 'fs-extra';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stackpatch",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "Composable frontend features for modern React & Next.js apps - Add authentication, UI components, and more with zero configuration",
5
5
  "main": "dist/stackpatch.js",
6
6
  "bin": {
@@ -68,6 +68,7 @@
68
68
  "@rollup/plugin-json": "^6.1.0",
69
69
  "@rollup/plugin-node-resolve": "^15.3.1",
70
70
  "@rollup/plugin-typescript": "^12.3.0",
71
+ "@types/fs-extra": "^11.0.4",
71
72
  "@types/node": "^20.0.0",
72
73
  "rollup": "^4.55.1",
73
74
  "typescript": "^5.9.3",