@joycostudio/scripts 0.0.1 → 0.0.2
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.js +18 -22
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -31,9 +31,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
31
31
|
));
|
|
32
32
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
33
33
|
|
|
34
|
-
// node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/error.js
|
|
34
|
+
// ../node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/error.js
|
|
35
35
|
var require_error = __commonJS({
|
|
36
|
-
"node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/error.js"(exports2) {
|
|
36
|
+
"../node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/error.js"(exports2) {
|
|
37
37
|
var CommanderError2 = class extends Error {
|
|
38
38
|
/**
|
|
39
39
|
* Constructs the CommanderError class
|
|
@@ -66,9 +66,9 @@ var require_error = __commonJS({
|
|
|
66
66
|
}
|
|
67
67
|
});
|
|
68
68
|
|
|
69
|
-
// node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/argument.js
|
|
69
|
+
// ../node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/argument.js
|
|
70
70
|
var require_argument = __commonJS({
|
|
71
|
-
"node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/argument.js"(exports2) {
|
|
71
|
+
"../node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/argument.js"(exports2) {
|
|
72
72
|
var { InvalidArgumentError: InvalidArgumentError2 } = require_error();
|
|
73
73
|
var Argument2 = class {
|
|
74
74
|
/**
|
|
@@ -193,9 +193,9 @@ var require_argument = __commonJS({
|
|
|
193
193
|
}
|
|
194
194
|
});
|
|
195
195
|
|
|
196
|
-
// node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/help.js
|
|
196
|
+
// ../node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/help.js
|
|
197
197
|
var require_help = __commonJS({
|
|
198
|
-
"node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/help.js"(exports2) {
|
|
198
|
+
"../node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/help.js"(exports2) {
|
|
199
199
|
var { humanReadableArgName } = require_argument();
|
|
200
200
|
var Help2 = class {
|
|
201
201
|
constructor() {
|
|
@@ -607,9 +607,9 @@ var require_help = __commonJS({
|
|
|
607
607
|
}
|
|
608
608
|
});
|
|
609
609
|
|
|
610
|
-
// node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/option.js
|
|
610
|
+
// ../node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/option.js
|
|
611
611
|
var require_option = __commonJS({
|
|
612
|
-
"node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/option.js"(exports2) {
|
|
612
|
+
"../node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/option.js"(exports2) {
|
|
613
613
|
var { InvalidArgumentError: InvalidArgumentError2 } = require_error();
|
|
614
614
|
var Option2 = class {
|
|
615
615
|
/**
|
|
@@ -879,9 +879,9 @@ var require_option = __commonJS({
|
|
|
879
879
|
}
|
|
880
880
|
});
|
|
881
881
|
|
|
882
|
-
// node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/suggestSimilar.js
|
|
882
|
+
// ../node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/suggestSimilar.js
|
|
883
883
|
var require_suggestSimilar = __commonJS({
|
|
884
|
-
"node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/suggestSimilar.js"(exports2) {
|
|
884
|
+
"../node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/suggestSimilar.js"(exports2) {
|
|
885
885
|
var maxDistance = 3;
|
|
886
886
|
function editDistance(a, b) {
|
|
887
887
|
if (Math.abs(a.length - b.length) > maxDistance)
|
|
@@ -959,9 +959,9 @@ var require_suggestSimilar = __commonJS({
|
|
|
959
959
|
}
|
|
960
960
|
});
|
|
961
961
|
|
|
962
|
-
// node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/command.js
|
|
962
|
+
// ../node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/command.js
|
|
963
963
|
var require_command = __commonJS({
|
|
964
|
-
"node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/command.js"(exports2) {
|
|
964
|
+
"../node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/command.js"(exports2) {
|
|
965
965
|
var EventEmitter = require("node:events").EventEmitter;
|
|
966
966
|
var childProcess = require("node:child_process");
|
|
967
967
|
var path6 = require("node:path");
|
|
@@ -3002,9 +3002,9 @@ Expecting one of '${allowedValues.join("', '")}'`);
|
|
|
3002
3002
|
}
|
|
3003
3003
|
});
|
|
3004
3004
|
|
|
3005
|
-
// node_modules/.pnpm/commander@12.1.0/node_modules/commander/index.js
|
|
3005
|
+
// ../node_modules/.pnpm/commander@12.1.0/node_modules/commander/index.js
|
|
3006
3006
|
var require_commander = __commonJS({
|
|
3007
|
-
"node_modules/.pnpm/commander@12.1.0/node_modules/commander/index.js"(exports2) {
|
|
3007
|
+
"../node_modules/.pnpm/commander@12.1.0/node_modules/commander/index.js"(exports2) {
|
|
3008
3008
|
var { Argument: Argument2 } = require_argument();
|
|
3009
3009
|
var { Command: Command2 } = require_command();
|
|
3010
3010
|
var { CommanderError: CommanderError2, InvalidArgumentError: InvalidArgumentError2 } = require_error();
|
|
@@ -3032,7 +3032,7 @@ __export(cli_exports, {
|
|
|
3032
3032
|
});
|
|
3033
3033
|
module.exports = __toCommonJS(cli_exports);
|
|
3034
3034
|
|
|
3035
|
-
// node_modules/.pnpm/commander@12.1.0/node_modules/commander/esm.mjs
|
|
3035
|
+
// ../node_modules/.pnpm/commander@12.1.0/node_modules/commander/esm.mjs
|
|
3036
3036
|
var import_index = __toESM(require_commander(), 1);
|
|
3037
3037
|
var {
|
|
3038
3038
|
program,
|
|
@@ -3052,7 +3052,7 @@ var {
|
|
|
3052
3052
|
// package.json
|
|
3053
3053
|
var package_default = {
|
|
3054
3054
|
name: "@joycostudio/scripts",
|
|
3055
|
-
version: "0.0.
|
|
3055
|
+
version: "0.0.2",
|
|
3056
3056
|
description: "Joyco utility scripts as a pnpx CLI",
|
|
3057
3057
|
bin: {
|
|
3058
3058
|
scripts: "dist/cli.js"
|
|
@@ -3073,7 +3073,7 @@ var package_default = {
|
|
|
3073
3073
|
repository: {
|
|
3074
3074
|
type: "git",
|
|
3075
3075
|
url: "https://github.com/joyco-studio/scripts.git",
|
|
3076
|
-
directory: "
|
|
3076
|
+
directory: "cli"
|
|
3077
3077
|
},
|
|
3078
3078
|
publishConfig: {
|
|
3079
3079
|
access: "public"
|
|
@@ -3081,10 +3081,7 @@ var package_default = {
|
|
|
3081
3081
|
scripts: {
|
|
3082
3082
|
build: "node esbuild.config.mjs",
|
|
3083
3083
|
test: 'node --test -r ts-node/register/transpile-only "test/**/*.test.ts"',
|
|
3084
|
-
tscheck: "tsc --noEmit"
|
|
3085
|
-
changeset: "changeset",
|
|
3086
|
-
"version:package": "changeset version",
|
|
3087
|
-
release: "changeset publish"
|
|
3084
|
+
tscheck: "tsc --noEmit"
|
|
3088
3085
|
},
|
|
3089
3086
|
packageManager: "pnpm@10.11.0",
|
|
3090
3087
|
dependencies: {
|
|
@@ -3093,7 +3090,6 @@ var package_default = {
|
|
|
3093
3090
|
sharp: "^0.34.3"
|
|
3094
3091
|
},
|
|
3095
3092
|
devDependencies: {
|
|
3096
|
-
"@changesets/cli": "^2.27.1",
|
|
3097
3093
|
"@types/node": "^25.0.3",
|
|
3098
3094
|
esbuild: "^0.27.2",
|
|
3099
3095
|
"ts-node": "^10.9.2",
|