@adbayb/create 0.0.0-next-2a0b6a2 → 0.0.0-next-1ee86fc

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/bin/index.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- import { createRequire } from "node:module";
4
3
  import { join } from "node:path";
4
+ import { createRequire } from "node:module";
5
5
 
6
6
  const pkg = createRequire(import.meta.url)("../package.json");
7
7
 
package/dist/index.mjs CHANGED
@@ -1,4 +1,3 @@
1
- #!/usr/bin/env node
2
1
  import { helpers } from 'termost';
3
2
 
4
3
  helpers.exec("pnpm dlx @adbayb/stack create", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adbayb/create",
3
- "version": "0.0.0-next-2a0b6a2",
3
+ "version": "0.0.0-next-1ee86fc",
4
4
  "description": "My opinionated scaffolding tool",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "termost": "^0.17.0",
41
- "@adbayb/stack": "^0.0.0-next-2a0b6a2"
41
+ "@adbayb/stack": "^0.0.0-next-1ee86fc"
42
42
  },
43
43
  "scripts": {
44
44
  "prestart": "pnpm build",