@adbayb/create 1.13.0 → 1.15.0

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,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../src/index.ts"],
4
- "sourcesContent": ["#!/usr/bin/env node\n\n/**\n * Package proxy using `@adbayb/stack` to benefit from NPM initializer `npm init @adbayb`\n * @see https://docs.npmjs.com/cli/v9/commands/npm-init\n */\nimport { helpers } from \"termost\";\n\nhelpers\n\t.exec(\"pnpm dlx @adbayb/stack create\", {\n\t\thasLiveOutput: true,\n\t})\n\t.catch((error) => {\n\t\thelpers.message(\n\t\t\t`An error occurred while executing the npm initializer \\`@adbayb/create\\` (error: ${error})`,\n\t\t\t{ type: \"error\" },\n\t\t);\n\t});\n"],
4
+ "sourcesContent": ["#!/usr/bin/env node\n\n/**\n * @file Package proxy using `@adbayb/stack` to benefit from NPM initializer `npm init @adbayb`.\n * @see {@link https://docs.npmjs.com/cli/v9/commands/npm-init}\n */\nimport { helpers } from \"termost\";\n\nhelpers\n\t.exec(\"pnpm dlx @adbayb/stack create\", {\n\t\thasLiveOutput: true,\n\t})\n\t.catch((error) => {\n\t\thelpers.message(\n\t\t\t`An error occurred while executing the npm initializer \\`@adbayb/create\\` (error: ${error})`,\n\t\t\t{ type: \"error\" },\n\t\t);\n\t});\n"],
5
5
  "mappings": ";aAMA,IAAAA,EAAwB,mBAExB,UACE,KAAK,gCAAiC,CACtC,cAAe,EAChB,CAAC,EACA,MAAOC,GAAU,CACjB,UAAQ,QACP,oFAAoFA,KACpF,CAAE,KAAM,OAAQ,CACjB,CACD,CAAC",
6
6
  "names": ["import_termost", "error"]
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adbayb/create",
3
- "version": "1.13.0",
3
+ "version": "1.15.0",
4
4
  "description": "My opinionated scaffolding tool",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -31,7 +31,7 @@
31
31
  "license": "MIT",
32
32
  "dependencies": {
33
33
  "termost": "^0.12.0",
34
- "@adbayb/stack": "^1.13.0"
34
+ "@adbayb/stack": "^1.15.0"
35
35
  },
36
36
  "scripts": {
37
37
  "prestart": "pnpm build",