create-pragma-plugin 1.0.0 → 1.0.1

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/dist/cli.cjs CHANGED
@@ -77,7 +77,7 @@ function detectPackageManager(startDir = process.cwd()) {
77
77
  }
78
78
  }
79
79
  // package.json
80
- var version = "1.0.0";
80
+ var version = "1.0.1";
81
81
 
82
82
  // src/templates.ts
83
83
  function pluginTemplate(input) {
package/dist/cli.js CHANGED
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  detectPackageManager,
4
4
  scaffoldPlugin
5
- } from "./shared/chunk-92hnef2w.js";
5
+ } from "./shared/chunk-084c6q0a.js";
6
6
 
7
7
  // src/cli.ts
8
8
  import { createInterface } from "node:readline/promises";
package/dist/index.cjs CHANGED
@@ -80,7 +80,7 @@ function normalizePluginName(input) {
80
80
  return name || "pragma-plugin";
81
81
  }
82
82
  // package.json
83
- var version = "1.0.0";
83
+ var version = "1.0.1";
84
84
 
85
85
  // src/templates.ts
86
86
  function pluginTemplate(input) {
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@ import {
2
2
  detectPackageManager,
3
3
  normalizePluginName,
4
4
  scaffoldPlugin
5
- } from "./shared/chunk-92hnef2w.js";
5
+ } from "./shared/chunk-084c6q0a.js";
6
6
  export {
7
7
  scaffoldPlugin,
8
8
  normalizePluginName,
@@ -33,7 +33,7 @@ function normalizePluginName(input) {
33
33
  import { mkdir, readdir, writeFile } from "node:fs/promises";
34
34
  import { basename, join as join2, resolve as resolve2 } from "node:path";
35
35
  // package.json
36
- var version = "1.0.0";
36
+ var version = "1.0.1";
37
37
 
38
38
  // src/templates.ts
39
39
  function pluginTemplate(input) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-pragma-plugin",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Scaffolder CLI for pure TypeScript Pragma plugins.",
5
5
  "homepage": "https://github.com/pragma-sh/pragma#readme",
6
6
  "bugs": "https://github.com/pragma-sh/pragma/issues",