@storm-software/git-tools 2.124.48 → 2.124.49
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/README.md +1 -1
- package/bin/{chunk-H6AB32CG.cjs → chunk-MJYADVM4.cjs} +26 -23
- package/bin/chunk-MJYADVM4.cjs.map +1 -0
- package/bin/{chunk-XFXTHGZZ.js → chunk-XVJVSDUV.js} +26 -23
- package/bin/chunk-XVJVSDUV.js.map +1 -0
- package/bin/git.cjs +75 -75
- package/bin/git.js +1 -1
- package/bin/post-checkout.cjs +9 -9
- package/bin/post-checkout.js +1 -1
- package/bin/post-commit.cjs +9 -9
- package/bin/post-commit.js +1 -1
- package/bin/post-merge.cjs +9 -9
- package/bin/post-merge.js +1 -1
- package/bin/pre-commit.cjs +9 -9
- package/bin/pre-commit.js +1 -1
- package/bin/pre-install.cjs +9 -9
- package/bin/pre-install.js +1 -1
- package/bin/pre-push.cjs +13 -13
- package/bin/pre-push.js +1 -1
- package/bin/prepare.cjs +7 -7
- package/bin/prepare.js +1 -1
- package/bin/version-warning.cjs +5 -5
- package/bin/version-warning.js +1 -1
- package/package.json +12 -17
- package/bin/chunk-H6AB32CG.cjs.map +0 -1
- package/bin/chunk-XFXTHGZZ.js.map +0 -1
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
27
27
|
|
|
28
28
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
29
29
|
|
|
30
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
31
31
|
|
|
32
32
|
<!-- prettier-ignore-start -->
|
|
33
33
|
<!-- markdownlint-disable -->
|
|
@@ -381,7 +381,7 @@ function config(newConfig) {
|
|
|
381
381
|
return globalConfig;
|
|
382
382
|
}
|
|
383
383
|
|
|
384
|
-
// ../../node_modules/.pnpm/zod@4.
|
|
384
|
+
// ../../node_modules/.pnpm/zod@4.2.0/node_modules/zod/v4/core/util.js
|
|
385
385
|
var util_exports = {};
|
|
386
386
|
__export(util_exports, {
|
|
387
387
|
BIGINT_FORMAT_RANGES: () => BIGINT_FORMAT_RANGES,
|
|
@@ -455,7 +455,7 @@ function assertNotEqual(val) {
|
|
|
455
455
|
function assertIs(_arg) {
|
|
456
456
|
}
|
|
457
457
|
function assertNever(_x) {
|
|
458
|
-
throw new Error();
|
|
458
|
+
throw new Error("Unexpected value in exhaustive check");
|
|
459
459
|
}
|
|
460
460
|
function assert(_) {
|
|
461
461
|
}
|
|
@@ -1019,7 +1019,7 @@ var Class = class {
|
|
|
1019
1019
|
}
|
|
1020
1020
|
};
|
|
1021
1021
|
|
|
1022
|
-
// ../../node_modules/.pnpm/zod@4.
|
|
1022
|
+
// ../../node_modules/.pnpm/zod@4.2.0/node_modules/zod/v4/core/errors.js
|
|
1023
1023
|
var initializer = (inst, def) => {
|
|
1024
1024
|
inst.name = "$ZodError";
|
|
1025
1025
|
Object.defineProperty(inst, "_zod", {
|
|
@@ -1039,7 +1039,7 @@ var initializer = (inst, def) => {
|
|
|
1039
1039
|
var $ZodError = $constructor("$ZodError", initializer);
|
|
1040
1040
|
var $ZodRealError = $constructor("$ZodError", initializer, { Parent: Error });
|
|
1041
1041
|
|
|
1042
|
-
// ../../node_modules/.pnpm/zod@4.
|
|
1042
|
+
// ../../node_modules/.pnpm/zod@4.2.0/node_modules/zod/v4/core/parse.js
|
|
1043
1043
|
var _parse = (_Err) => (schema, value, _ctx, _params) => {
|
|
1044
1044
|
const ctx = _ctx ? Object.assign(_ctx, { async: false }) : { async: false };
|
|
1045
1045
|
const result = schema._zod.run({ value, issues: [] }, ctx);
|
|
@@ -1096,7 +1096,7 @@ var string = (params) => {
|
|
|
1096
1096
|
};
|
|
1097
1097
|
var boolean = /^(?:true|false)$/i;
|
|
1098
1098
|
|
|
1099
|
-
// ../../node_modules/.pnpm/zod@4.
|
|
1099
|
+
// ../../node_modules/.pnpm/zod@4.2.0/node_modules/zod/v4/core/checks.js
|
|
1100
1100
|
var $ZodCheck = /* @__PURE__ */ $constructor("$ZodCheck", (inst, def) => {
|
|
1101
1101
|
var _a2;
|
|
1102
1102
|
inst._zod ?? (inst._zod = {});
|
|
@@ -1188,14 +1188,14 @@ var $ZodCheckOverwrite = /* @__PURE__ */ $constructor("$ZodCheckOverwrite", (ins
|
|
|
1188
1188
|
};
|
|
1189
1189
|
});
|
|
1190
1190
|
|
|
1191
|
-
// ../../node_modules/.pnpm/zod@4.
|
|
1191
|
+
// ../../node_modules/.pnpm/zod@4.2.0/node_modules/zod/v4/core/versions.js
|
|
1192
1192
|
var version = {
|
|
1193
1193
|
major: 4,
|
|
1194
|
-
minor:
|
|
1195
|
-
patch:
|
|
1194
|
+
minor: 2,
|
|
1195
|
+
patch: 0
|
|
1196
1196
|
};
|
|
1197
1197
|
|
|
1198
|
-
// ../../node_modules/.pnpm/zod@4.
|
|
1198
|
+
// ../../node_modules/.pnpm/zod@4.2.0/node_modules/zod/v4/core/schemas.js
|
|
1199
1199
|
var $ZodType = /* @__PURE__ */ $constructor("$ZodType", (inst, def) => {
|
|
1200
1200
|
var _a2;
|
|
1201
1201
|
inst ?? (inst = {});
|
|
@@ -1695,15 +1695,18 @@ var $ZodRecord = /* @__PURE__ */ $constructor("$ZodRecord", (inst, def) => {
|
|
|
1695
1695
|
throw new Error("Async schemas not supported in object keys currently");
|
|
1696
1696
|
}
|
|
1697
1697
|
if (keyResult.issues.length) {
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1698
|
+
if (def.mode === "loose") {
|
|
1699
|
+
payload.value[key] = input[key];
|
|
1700
|
+
} else {
|
|
1701
|
+
payload.issues.push({
|
|
1702
|
+
code: "invalid_key",
|
|
1703
|
+
origin: "record",
|
|
1704
|
+
issues: keyResult.issues.map((iss) => finalizeIssue(iss, ctx, config())),
|
|
1705
|
+
input: key,
|
|
1706
|
+
path: [key],
|
|
1707
|
+
inst
|
|
1708
|
+
});
|
|
1709
|
+
}
|
|
1707
1710
|
continue;
|
|
1708
1711
|
}
|
|
1709
1712
|
const result = def.valueType._zod.run({ value: input[key], issues: [] }, ctx);
|
|
@@ -1843,7 +1846,7 @@ function handleDefaultResult(payload, def) {
|
|
|
1843
1846
|
return payload;
|
|
1844
1847
|
}
|
|
1845
1848
|
|
|
1846
|
-
// ../../node_modules/.pnpm/zod@4.
|
|
1849
|
+
// ../../node_modules/.pnpm/zod@4.2.0/node_modules/zod/v4/core/registries.js
|
|
1847
1850
|
var _a;
|
|
1848
1851
|
var $ZodRegistry = class {
|
|
1849
1852
|
constructor() {
|
|
@@ -1893,7 +1896,7 @@ function registry() {
|
|
|
1893
1896
|
}
|
|
1894
1897
|
(_a = globalThis).__zod_globalRegistry ?? (_a.__zod_globalRegistry = registry());
|
|
1895
1898
|
|
|
1896
|
-
// ../../node_modules/.pnpm/zod@4.
|
|
1899
|
+
// ../../node_modules/.pnpm/zod@4.2.0/node_modules/zod/v4/core/api.js
|
|
1897
1900
|
function _string(Class2, params) {
|
|
1898
1901
|
return new Class2({
|
|
1899
1902
|
type: "string",
|
|
@@ -1948,7 +1951,7 @@ function _toLowerCase() {
|
|
|
1948
1951
|
return _overwrite((input) => input.toLowerCase());
|
|
1949
1952
|
}
|
|
1950
1953
|
|
|
1951
|
-
// ../../node_modules/.pnpm/zod@4.
|
|
1954
|
+
// ../../node_modules/.pnpm/zod@4.2.0/node_modules/zod/v4/mini/schemas.js
|
|
1952
1955
|
var ZodMiniType = /* @__PURE__ */ $constructor("ZodMiniType", (inst, def) => {
|
|
1953
1956
|
if (!inst._zod)
|
|
1954
1957
|
throw new Error("Uninitialized schema in ZodMiniType.");
|
|
@@ -3795,5 +3798,5 @@ exports.writeInfo = writeInfo;
|
|
|
3795
3798
|
exports.writeSuccess = writeSuccess;
|
|
3796
3799
|
exports.writeTrace = writeTrace;
|
|
3797
3800
|
exports.writeWarning = writeWarning;
|
|
3798
|
-
//# sourceMappingURL=chunk-
|
|
3799
|
-
//# sourceMappingURL=chunk-
|
|
3801
|
+
//# sourceMappingURL=chunk-MJYADVM4.cjs.map
|
|
3802
|
+
//# sourceMappingURL=chunk-MJYADVM4.cjs.map
|