This commit is contained in:
Benjamin Toby 2025-01-16 08:06:35 +01:00
parent ae2a328f36
commit 2264830d9f
5 changed files with 3 additions and 8 deletions

1
dist/index.d.ts vendored
View File

@ -1,2 +1 @@
#!/usr/bin/env bun || /usr/bin/env node
export {}; export {};

1
dist/index.js vendored
View File

@ -1,4 +1,3 @@
#!/usr/bin/env bun || /usr/bin/env node
"use strict"; "use strict";
var __importDefault = (this && this.__importDefault) || function (mod) { var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod }; return (mod && mod.__esModule) ? mod : { "default": mod };

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,3 @@
#!/usr/bin/env bun || /usr/bin/env node
import fs from "fs"; import fs from "fs";
import path from "path"; import path from "path";
import colors from "./utils/console-colors"; import colors from "./utils/console-colors";

View File

@ -1,10 +1,9 @@
{ {
"name": "@moduletrace/nodecid", "name": "@moduletrace/nodecid",
"version": "1.0.5", "version": "1.0.6",
"description": "Simple CI/CD process", "description": "Simple CI/CD process",
"main": "dist/index.js",
"bin": { "bin": {
"nodecid": "./dist/index.js" "nodecid": "./run.sh"
}, },
"scripts": { "scripts": {
"compile": "bun build --compile --minify --sourcemap --bytecode index.ts --outfile bin/nodecid" "compile": "bun build --compile --minify --sourcemap --bytecode index.ts --outfile bin/nodecid"