pkg-pr-new 0.0.36 → 0.0.38

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/index.ts CHANGED
@@ -104,7 +104,7 @@ const main = defineCommand({
104
104
  })
105
105
  : [process.cwd()];
106
106
 
107
- const templates = await glob(args.template ?? [], {
107
+ const templates = await glob(args.template || [], {
108
108
  expandDirectories: false,
109
109
  onlyDirectories: true,
110
110
  absolute: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pkg-pr-new",
3
- "version": "0.0.36",
3
+ "version": "0.0.38",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "type": "module",