create-fedi-app 0.1.0 → 0.1.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/index.js +4 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
1
2
|
"use strict";
|
|
2
3
|
var __create = Object.create;
|
|
3
4
|
var __defProp = Object.defineProperty;
|
|
@@ -28,9 +29,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
28
29
|
mod
|
|
29
30
|
));
|
|
30
31
|
|
|
31
|
-
// ../../node_modules/.bun/tsup@8.5.1+
|
|
32
|
+
// ../../node_modules/.bun/tsup@8.5.1+e8e5604bba8b6375/node_modules/tsup/assets/cjs_shims.js
|
|
32
33
|
var init_cjs_shims = __esm({
|
|
33
|
-
"../../node_modules/.bun/tsup@8.5.1+
|
|
34
|
+
"../../node_modules/.bun/tsup@8.5.1+e8e5604bba8b6375/node_modules/tsup/assets/cjs_shims.js"() {
|
|
34
35
|
"use strict";
|
|
35
36
|
}
|
|
36
37
|
});
|
|
@@ -2920,7 +2921,7 @@ var require_package = __commonJS({
|
|
|
2920
2921
|
"package.json"(exports2, module2) {
|
|
2921
2922
|
module2.exports = {
|
|
2922
2923
|
name: "create-fedi-app",
|
|
2923
|
-
version: "0.1.
|
|
2924
|
+
version: "0.1.1",
|
|
2924
2925
|
description: "CLI scaffolder for Fedi Bitcoin mini apps",
|
|
2925
2926
|
bin: {
|
|
2926
2927
|
"create-fedi-app": "./dist/index.js"
|